
Sextant: Making Claude Code Read Your Code Before Changing It
!( https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mbmjeg2peb497j1m593e.png ) An architecture-aware engineering principles framework for Claude Code, built for real work on existing codebases: bug fixes, feature work, refactoring, code review, migration, and more. Instead of treating every request the same way, Sextant routes work by task type, applies rules that match the size of the change, and makes principle conflicts explicit instead of leaving them to guesswork. 1. Why Sextant Exists If you have used Claude Code on anything more serious than a toy project, you have probably seen the same patterns. Sometimes it starts editing too early. It reads the error trace, opens one nearby function, and jumps into a fix before it has actually located the root cause. Sometimes it ignores the shape of the existing system. You ask for a feature, and instead of extending the pattern that is already there, it invents a new one. And sometimes it applies the wrong amount of process. A tiny
Continue reading on Dev.to
Opens in a new tab



