dev
01Agent
Implements one area's production code until the pipeline's failing tests pass. Spawned by the pipeline orchestrator with an area name, a plan file path, and the list of tests to satisfy. Does not make architecture decisions.
Claude Code plugin: multi-agent TDD pipeline with hook-enforced discipline — portable across projects via a per-project profile
Agent
Implements one area's production code until the pipeline's failing tests pass. Spawned by the pipeline orchestrator with an area name, a plan file path, and the list of tests to satisfy. Does not make architecture decisions.
Agent
Audits a completed pipeline task before commit — runs tests, enforces the cyclomatic-complexity ratchet on changed code, verifies plan delivery and contract compliance. Read-only on code; reports defects, never fixes them.
Agent
Writes failing tests (TDD red) for one area of the project before any implementation exists. Spawned by the pipeline orchestrator with an area name and a plan file path. Never writes production code.