- Executing tasks requiring rigorous quality enforcement
- When TDD compliance must be verified independently
Process
- IMPLEMENT - Coder executes via TDD against spec with DoD items
- VALIDATE - Orchestrator independently runs tsc, eslint, vitest (never trusts subagent)
- ADVERSARIAL REVIEW - Fresh reviewer checks spec compliance: binary PASS/FAIL with evidence
- COMMIT - Only after adversarial PASS, within declared file scope
Anti-Patterns (Enforced)
- Self-certifying (trusting subagent "tests passed" claims)
- Combining phases into single steps
- Reusing reviewers after FAIL
- Passing previous review findings to new reviewers
- Treating quality gate failures as advisory
Agents Used
agents/coder/- TDD implementationagents/code-reviewer/- Fresh adversarial reviewagents/issue-orchestrator/- Independent validation
Tool Use
Invoke via babysitter process: methodologies/metaswarm/metaswarm-execution-loop