--- status: proposed job-id: enforce-governance persona: developer secondary-persona: tech-lead date-created: 2026-04-14 human-oversight: confirmed oversight-date: 2026-05-31 --- # JTBD-001: Enforce Governance Without Slowing Down ## Job Statement When I'm using an AI agent to write code, I want architecture decisions, risk scoring, and TDD to be enforced automatically, so I can get the safety of manual reviews without the overhead. ## Desired Outcomes - Every edit to a project file is reviewed against relevant policy before it lands - No manual step is needed to trigger reviews — they happen on every edit - Reviews complete in under 60 seconds so they don't break flow - **Multi-commit coordinated changes (refactors, phased migrations, framework evolutions) are governed at the change-set level, not just per-edit, so coordination decisions ride the same WSJF / lifecycle / audit-trail surface as atomic edits.** (Added 2026-05-05 per ADR-060 RFC framework — JTBD-review finding 2.) ## Persona Constraints - Wants speed without sacrificing quality - Works alone or with a small team — no dedicated review process ## Current Solutions Manual code review, PR review checklists, hoping the agent follows CLAUDE.md instructions