From temper
Implements an approved plan task by task using TDD with graduated quality gates, then chains into review and check stages. Resumes interrupted builds from checkpoint.
How this command is triggered — by the user, by Claude, or both
Slash command
/temper:buildcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Build: Execute Plan
**Goal:** Implement approved plan task by task with TDD and graduated quality gates.
## Execution
> **Full methodology:** Read `$CLAUDE_PLUGIN_ROOT/.claude-plugin/reference/build.md`
### Quick Reference
1. Load plan from `.temper/specs/{feature}/tasks.md`
2. Verify feature branch (create if on main)
3. For each task: test from intent.md scenario (RED) → implement (GREEN) → validate
4. Scenario coverage gate: every intent.md scenario must have a passing test
5. Success criteria gate: code-validated criteria must be present (WARN only)
6. **Resumes interrupted build...Goal: Implement approved plan task by task with TDD and graduated quality gates.
Full methodology: Read
$CLAUDE_PLUGIN_ROOT/.claude-plugin/reference/build.md
.temper/specs/{feature}/tasks.mdnpx claudepluginhub galando/temper --plugin temper/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.
/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.
/executeImplements tasks from a specified plan.md or tasks.md file using strict TDD workflow (RED test, GREEN code, REFACTOR, validate), reading context and ensuring feature branch safety.
/buildExecutes incremental, test-driven implementation of tasks from a plan. Accepts "auto" to run through the entire plan without human stepping between tasks.
/buildImplements approved plan using TDD (RED-GREEN-REFACTOR per step), runs inline reviews, and produces test verification evidence.
/implement-featureAutomatically implements all tasks for a feature end-to-end from TASKS.json after validating planning artifacts, then runs comprehensive review against PRD, SDD, and acceptance criteria.