- Want to stay in current session
- Want automatic review checkpoints
Two-Stage Review
- Spec Compliance - Did they build what was requested? (nothing more, nothing less)
- Code Quality - Is it well-built? (clean, tested, maintainable)
Spec MUST pass before quality review begins.
Red Flags
- Never skip either review stage
- Never proceed with unfixed issues
- Never dispatch multiple implementation subagents in parallel
- Never let implementer self-review replace actual review
Agents Used
agents/implementer/- Fresh subagent per taskagents/spec-reviewer/- Verifies spec complianceagents/code-quality-reviewer/- Verifies code qualityagents/code-reviewer/- Final review of entire implementation
Tool Use
Invoke via babysitter process: methodologies/superpowers/subagent-driven-development