prime
01Command
Quickly understand a codebase before starting work - reads structure, key docs, and summarizes understanding.
Claude Code plugin marketplace - productivity and learning plugins
Command
Quickly understand a codebase before starting work - reads structure, key docs, and summarizes understanding.
Command
Stop an active SDLC loop cleanly — sets BLOCKED(cancelled) so the driver releases, then cleans up.
Command
Show the state of the SDLC loop — current state, iteration budget, decisions, progress.
Command
Start (or resume) an autonomous SDLC loop — a state machine on disk driven by a Stop-hook loop (optionally a user-armed /goal), working without questions until DONE or BLOCKED.
Command
Initialize compound knowledge directory structure and optional path configuration.
Command
Stick Shift phase 3 — implement ONE task with TDD (red→green→refactor), then stop. Run once per task.
Command
Stick Shift close — render the durable session record (phase history + every logged decision + criterion status). The "session that survives" beat.
Command
Stick Shift phase 2 — decompose the spec into a short task list, log key decisions, and stop. You choose when to /build.
Command
Stick Shift phase 1 — start a session from a task description OR an existing spec file, capture 3–5 Given/When/Then criteria, pick the test convention, and stop. You choose when to /plan.
Command
Stick Shift phase 4 — run the suite + the project's own checks, prove every acceptance criterion is backed by a passing test, apply pertinent review skills, then stop.