From ck
Plans and executes against SPEC.md with optional target selection, verification contracts, and auto-backprop on failure.
How this command is triggered — by the user, by Claude, or both
Slash command
/ck:build §T.n | --all | --nextThe summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the **build** skill (`skills/build/SKILL.md`). Treat `$ARGUMENTS` as the target (`§T.n`, `--next`, or `--all`). Plan in native plan mode, name the exact test that proves each §V touched (verification contract), read §R for external facts, execute, and auto-invoke backprop on failure. High blast radius? Suggest `/ck:review` first. Build only flips §T status; other spec edits route through spec.
Invoke the build skill (skills/build/SKILL.md). Treat $ARGUMENTS as the
target (§T.n, --next, or --all). Plan in native plan mode, name the exact
test that proves each §V touched (verification contract), read §R for external
facts, execute, and auto-invoke backprop on failure. High blast radius? Suggest
/ck:review first. Build only flips §T status; other spec edits route through spec.
npx claudepluginhub juliusbrussee/cavekit --plugin ck/buildExecutes all specs in specs/ end-to-end in dependency order, running tasks autonomously without pausing between specs, and stops only on terminal state or blockers.
/buildReads a spec file at the given path, detects mode from frontmatter, and executes the appropriate implementation strategy.
/buildExecutes incremental, test-driven implementation of tasks from a plan. Accepts "auto" to run through the entire plan without human stepping between tasks.
/buildExecutes an approved implementation plan through gated phases (BUILD → REVIEW → commit) with subagent dispatch, producing a trust report.
/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.
/implement-specImplements approved specifications phase-by-phase: locates spec, implements components per phase, verifies criteria, logs decisions in notes file, reports completion.