From ck
Implements SPEC.md tasks via native plan-execute loop: cites invariants/interfaces, lists files/tests/verification, edits code, verifies, backprops failures. Selects via §T.n | --next | --all.
npx claudepluginhub juliusbrussee/cavekit --plugin ck§T.n | --all | --next# /build — implement spec Single-thread native plan→execute. You are main Claude. No swarm. ## LOAD 1. Read `SPEC.md`. If missing → tell user to run `/spec` first. Stop. 2. Read `FORMAT.md` once if not loaded. 3. Parse `$ARGUMENTS`: - `§T.n` → that task only - `--next` → lowest-numbered row with status `.` or `~` - `--all` or empty → every `.` row in §T order ## PLAN Native plan mode. For chosen task(s): 1. Cite every §V invariant that applies. Plan must respect all. 2. Cite every §I interface touched. Plan must preserve shape. 3. List files to create / edit. 4. List tests to...
/buildImplements next planned task incrementally via TDD: write failing test, minimal implementation, full tests/build verification, commit changes.
/buildBuilds, compiles, and packages projects with error handling, optimization for dev/prod/test, and detailed reporting. Supports optional target and flags like --type, --clean, --optimize.
/buildScaffolds a VitePress site from existing wiki markdown files, adding dark theme, dark-mode Mermaid diagrams, and click-to-zoom for images and diagrams.
/buildBuilds a task from a Notion page URL: fetches details and properties, implements per spec with progress updates in Notion, communicates via comments if needed, then marks complete with optional diff explanation.
/buildImplements approved plan using TDD (RED-GREEN-REFACTOR per step), runs inline reviews, and produces test verification evidence.
/buildBuilds a new feature end-to-end for backend, frontend, or full-stack with auto-detection, through spec, design, workspace, implementation, review, and ships merged PR using git worktrees.
Single-thread native plan→execute. You are main Claude. No swarm.
SPEC.md. If missing → tell user to run /spec first. Stop.FORMAT.md once if not loaded.$ARGUMENTS:
§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:
. → ~. Commit? no, just write.~ → x. Next task.On test/build failure:
/spec 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.
/spec.T<n>: <goal line> + §V cites.Task [x] only if:
cat SPEC.md | grep §T is the dashboard.