Your organisation uses Claude to write code much faster than before. The steps around the code, gathering requirements, designing, planning, reviewing, testing, releasing, and reacting to incidents, still ran at meeting speed. This plugin makes those steps run at the same speed without removing the people who decide.
It does that with three ideas:
intent.md.
A design becomes spec.md. An implementation plan becomes plan.md. Code becomes a pull request. A
production problem becomes a new intent.md. The file is the hand-over; nobody has to forward anything. idea, ticket or incident
│
1 PLAN anyone + Claude → intent.md product owner accepts
2 DESIGN Claude → spec.md product owner accepts (concerns flagged for policy owners)
3 BUILD engineer + Claude→ plan.md, code engineer accepts the plan; hooks guard the build
4 TEST Claude proves it → test output attached to the pull request
5 DEPLOY Claude reviews → findings code owner approves; release manager authorises production
6 MAINTAIN a script watches → new intent.md service owner triages, and the loop continues
| If you are… | Read | Time |
|---|---|---|
| Anyone with an idea or a problem to report | roles/originator.md | 3 min |
| A product owner / product manager | roles/product-owner.md | 8 min |
| A developer | roles/engineer.md | 10 min |
| QA / test engineer | roles/qa.md | 8 min |
| A tech lead or architect | roles/tech-lead.md | 8 min |
| A platform / DevOps engineer | roles/platform-engineer.md | 15 min |
| Security, compliance, brand, UX or another policy owner | roles/security-compliance.md | 8 min |
| A release manager | roles/release-manager.md | 8 min |
| A service owner or on-call engineer | roles/service-owner.md | 8 min |
| Engineering leadership | roles/leadership.md | 5 min |
Each page is self-contained: what you do, exactly which commands to type, what you will see, what only you can decide, and what you never have to do. If a word is unfamiliar, see the glossary. To see a whole change go round the loop once, read the walkthrough.
| Stays the same | Changes |
|---|---|
| You are accountable for decisions in your area | You review what Claude produced instead of producing it from scratch |
| Approvals are recorded and auditable | They are recorded as merges and approvals in the repository, not in meeting minutes |
| Policies apply | They apply while the work is done, and are blocked automatically where they must hold |
| Production needs a human’s authorization | The authorization is one recorded action, and nothing can bypass it |
sdlc/changes/<date>-<name>/ holds intent.md, spec.md, plan.md for each change./sdlc:status (or ask Claude “where is change X?”) shows every change and who it is waiting on.