Manifesto
A governance framework for developers working with AI agents. You set the direction, the agent executes, and every task follows the same workflow.
Context
"Approving a short spec costs less than reviewing code you did not ask for."
Foundations
Good software comes from a few habits, applied on every cycle.
Partnership
You lead the intent. Your agent handles the execution.
Engineering playbook
Principles that stay with you through every new project.
Security belongs to the foundation
Defensive checks and access control enter on the first draft. Bolting them on later means touching every layer again.
Code is a conversation with the team
We write for whoever maintains the system next. Often that person is you.
Resilience comes from design
Reliable systems treat failure as a planned case, not as an exception.
AI amplifies your standards
The agent repeats the pattern it finds in the project, including the ones you left loose.
Excellence by default
Most codebases that aged well started with one decision: take the fundamentals seriously.