Validates test files written during the test phase against test-principles.md, spec.md, and constitution.md. Checks task traceability, red-state confirmation, spec coverage, implementation leakage, test isolation, and stack compliance. Returns structured…
Blocking test quality review agent that evaluates test files for assertion quality, test naming discipline, and CI readiness. Produces PASS or FAIL decisions and writes a structured result file for use in autonomous test-phase loops.
Blocking code quality review agent that evaluates implementation quality, maintainability, readability, operational safety, testing discipline, and long-term code health. Produces PASS or FAIL decisions and writes a structured result file for use in…
Validates implemented code against tasks.md, plan.md, spec.md, and constitution.md. Checks TDD order, layer separation, stack constraints, test coverage, contract compliance, and spec adherence. Returns structured pass/fail output. Use after completing a task…
Create or update the feature specification from a GitHub issue's title and body.
Validates plan.md against constitution.md, architecture.md, and spec.md. Use when the user asks to review or critique a plan, check a plan for violations, or run the plan critic.
Validates tasks.md against plan.md, spec.md, and constitution.md. Use when the user asks to review or critique a task list, check tasks.md for violations, or run the tasks critic.
Execute the test phase by writing failing tests for all [TEST] tasks defined in tasks.md. No implementation code is written.