Research Before Executing
I'll just quickly...
continuous-improvement is a behavioral standard for AI coding agents. Seven laws, enforced at the tool boundary by runtime hooks, so the agent researches before it edits, verifies before it reports done, and keeps what worked.
npx continuous-improvement install
Each law has one check to pass and one red flag that means stop. The runtime holds you to them, so you do not have to remember.
I'll just quickly...
Let me also add...
While I'm here...
This should work...
I'll remember...
And also...
Next time I'll...
Execute moves one thing at a time. A failure never carries forward into the next task: it loops back to research.
Hooks sit between the agent and your files. They block the action, not just warn about it.
Blocks Edit, Write, and destructive Bash until the agent presents a fact-list investigation. No mutating a file before naming what imports it.
A per-project ladder of checks. Nothing is marked done until the rungs pass on the actual output.
Fires a goal check when the agent tries to stop, and refuses a "Done" that has drifted from the stated goal.
Captures what worked and what failed as instincts. The same mistake does not return next session.
Install in under a minute. Two slash commands inside Claude Code, no setup.
npx continuous-improvement install