Agent Claude Code
Validates generated checklist covers all spec requirements. Ensures every FR has tests and implementation tasks.
TDD workflow plugin for Claude Code: research → spec → implement with QC gates
Agent Claude Code
Validates generated checklist covers all spec requirements. Ensures every FR has tests and implementation tasks.
Agent Claude Code
Validates test design quality at Phase X.0 (red phase) before implementation begins. Ensures tests are specific enough to guide correct implementation and catch real bugs. Use after writing tests, before starting implementation.
Agent Claude Code
QC agent that validates Research skill outputs before commit. Checks interface source tracing, decomposition coverage, API documentation, and open questions.
Agent Claude Code
Validates internal consistency of spec.md after parallel drafting. Checks that all sections reference the same FRs, types, and scope.
Agent Claude Code
Orchestrates the spec and implement workflow for a single spec unit, maximizing parallelism via sub-agents. Dispatched by /orchestrate skill to execute a spec unit after research has created spec-research.md.
Agent Claude Code
Validates implementation matches spec requirements. Verifies FR success criteria are met, interface contracts are followed, and scope is correct. Use at Phase X.2 Step 0 before code quality review.
Agent Claude Code
QC agent that validates Spec skill outputs before commit. Delta check to ensure spec didn't break what Research QC validated.
Agent Claude Code
Optimises tests for genuine confidence, not coverage metrics. Focuses on recently modified tests, ensuring they verify meaningful behavior and would fail if code were broken.