Help us improve
Share bugs, ideas, or general feedback.
From ck
Implements a plan-then-execute loop against SPEC.md, auto-invoking backprop skill on test/build failures. Useful for structured task implementation with invariant tracking.
npx claudepluginhub juliusbrussee/cavekit --plugin ckHow this skill is triggered — by the user, by Claude, or both
Slash command
/ck:buildThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Single-thread native plan→execute. You are main Claude. No swarm.
Executes approved implementation tasks from a plan.json file created by spec-plan. Tracks progress via beads or harness todos, enforces TDD, and reports between batches. Invoke when ready to start coding from an approved plan.
Executes ideation-generated implementation specs: scouts codebase for context map, builds components with feedback loops, runs verify-review-fix cycle with Reviewer agent before committing.
Guides implementation of specification tasks with checklists, step-by-step file edits, tests, acceptance criteria validation, and progress tracking. Phase 4 of Spec Kit workflow.
Share bugs, ideas, or general feedback.
Single-thread native plan→execute. You are main Claude. No swarm.
SPEC.md. If missing → tell user to invoke the spec skill first. Stop.FORMAT.md once if not loaded.§T.n → that task only--next → lowest-numbered row with status . or ~--all or empty → every . row in §T orderNative plan mode. For chosen task(s):
Show plan. Wait for user OK unless auto mode.
Per task in order:
. → ~. Just write to SPEC.md.~ → x. Next task.On test/build failure:
bug: <cause> first, let it update §V and §B, then resume build against updated spec.Rule: never silently fix root-cause without considering backprop. §B is the memory that stops recurrence.
T<n>: <goal line> + §V cites.Task x only if:
cat SPEC.md | grep §T is the dashboard.