Plugin Claude Code
TDD workflow with QC gates: research (explore & decompose) → spec (requirements & checklist) → implement (test-first with review agents).
Plugin Claude Code
TDD workflow with QC gates: research (explore & decompose) → spec (requirements & checklist) → implement (test-first with review agents).
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.
Command Claude Code
Load essential project context and show current development status.
Settings file Claude Code
TDD workflow plugin for Claude Code: research → spec → implement with QC gates.
Skill Claude CodeCodex
Implements specifications using TDD methodology with quality review. Use when implementing a spec, writing code from requirements, following TDD workflow. Includes test-first development, implementation, and thorough code review before PR.
Skill Claude CodeCodex
Execution kickoff for feature work. Reads committed research artifacts, checks TaskList, and spawns spec-executor agents for parallel autonomous execution.
Skill Claude CodeCodex
Load essential project context and show current development status.
Skill Claude CodeCodex
Explores a problem space, gathers context, designs approach, and decomposes into implementable specs. Use when starting new work, investigating issues, planning features, or decomposing large changes. This is the "fuzzy front end" where exploration and human dialog happen.
Skill Claude CodeCodex
Creates a technical specification from research. Use after the research skill to produce spec.md and checklist.md for a decomposed spec unit.