The Framework
Seven phases. Clear gates. Every feature follows the same disciplined path from idea to production.
Core Principles
Human at Every Gate
Agents propose, humans approve. Nothing ships without your explicit sign-off.
Artifacts Over Memory
Every phase produces a document. Context is written down, not remembered.
Pipeline Gets Smarter
Each retrospective feeds learnings back into the process. Your pipeline evolves.
Stack Agnostic
The phases work with any tech stack. The discipline is universal.
Small Batches
Features are scoped small. Ship often, learn fast, compound improvements.
Zero-Touch Deploy
Merge the PR. Deployment, monitoring, and docs update happen automatically.
Discovery
Challenge assumptions, define success criteria, set scope boundaries.
Idea, problem statement, or GitHub Issue
Problem Brief with scope, success criteria, and constraints
Human reviews and approves the brief before moving forward.
Architecture
Read the codebase, produce a Technical Design Document that fits what exists.
Problem Brief + current codebase
Technical Design Document (TDD) with schema, API, and component specs
Human reviews the TDD for alignment with project direction.
Planning
Decompose the design into small, verifiable code prompts with failure recovery.
Technical Design Document
Ordered list of code prompts with verification steps
Human reviews prompt plan for completeness.
Build
Execute prompts, write code, run checks, commit — all automated.
Code prompts + codebase
Working code with passing checks, committed to a feature branch
Compliance agent validates each prompt execution.
Verification
Type checks, lint, tests, security review. Bugs die before they ship.
Built feature branch
QA report with test results, security findings, and compliance audit
All checks pass. Human reviews the QA report.
Ship
Merge the PR and walk away. Deployment is zero-touch.
Verified feature branch + QA report
Merged PR, deployed to production, CLAUDE.md updated
Production health check confirms successful deployment.
Retrospective
Identify patterns, improve the process. Your pipeline gets smarter every cycle.
Completed feature cycle
Retro report, updated patterns, tech debt backlog items
Learnings captured and applied to CLAUDE.md and skills.