From cm
Implements features using TDD workflow: write failing tests, add minimal passing code, refactor, commit; verifies via quality gates including static analysis, security scan, and coverage checks.
How this command is triggered — by the user, by Claude, or both
Slash command
/cm:build <feature to build or plan to execute>The summary Claude sees in its command listing — used to decide when to auto-load this command
# /build — TDD Build Workflow Execute implementation with TDD discipline: write tests → implement → verify through 6-gate quality system. ## Invocation ## Workflow ### Step 1: Setup Check for an existing plan. If none exists, suggest `/plan` first. Apply **cm-execution** skill to choose execution mode: - Batch execution with checkpoints - Subagent-per-task dispatch - Parallel for independent problems ### Step 2: Implement with TDD For each task, apply **cm-tdd** skill: 1. **RED** — Write a failing test 2. **GREEN** — Write minimal code to pass 3. **REFACTOR** — Clean up while tests...
Execute implementation with TDD discipline: write tests → implement → verify through 6-gate quality system.
/build Execute the approved authentication plan
/build Add the payment integration feature
Check for an existing plan. If none exists, suggest /plan first.
Apply cm-execution skill to choose execution mode:
For each task, apply cm-tdd skill:
Apply cm-quality-gate skill:
/review"/deploy"npx claudepluginhub tungnt11191/codymaster2plugins reuse this command
First indexed Mar 28, 2026
/buildImplements features using TDD workflow: write failing tests, add minimal passing code, refactor, commit; verifies via quality gates including static analysis, security scan, and coverage checks.
/buildExecutes implementation plan from docs/plans/ using TDD (RED-GREEN-REFACTOR), parallel agents for independent tasks, and 2-stage code reviews. Produces code, tests, atomic git commits, and review reports.
/buildExecutes an approved feature plan task by task using TDD with graduated quality gates, scenario coverage, and success criteria validation. Auto-chains to review and check stages.
/tdd-cycleOrchestrates a structured red-green-refactor TDD workflow with state persistence, checkpoint pauses, and configurable coverage thresholds. Supports --incremental, --suite, and --coverage flags.
/implementPlans and implements scoped features using Test-Driven Development (TDD), producing code with accompanying tests.
/test-featureGenerates comprehensive TDD test suite (unit, integration, edge cases, error handling) for a feature description. Tests fail initially for implementation.