From garage
Use when executing an implementation plan or building a scoped feature or fix - after scope is clear, before code gets written. Triggers on "implement the plan at PATH", "start slice SP-2b".
How this skill is triggered — by the user, by Claude, or both
Slash command
/garage:buildThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A plan doc path or slice id - or a small directly-scoped change. Non-trivial work with no plan? Write one first (`plan`).
A plan doc path or slice id - or a small directly-scoped change. Non-trivial work with no plan? Write one first (plan).
references/engineering-standards.md (once per feature - its completion checklist gates every slice) and the matching domain skills - spring-api (endpoints), migrations (DDL), ledger (money movement), temporal (workflows), igaming-ui (betting/casino UI) - plus repo instructions from AGENTS.md and/or CLAUDE.md. Detect the toolchain from the repo (Java, Boot, and build-tool versions differ across workspaces) - never assume.After implementation, use audit for significant changes and e2e when live proof is relevant. Use ship only when the user asks for delivery actions.
npx claudepluginhub omexit/claude-skills-pack --plugin garageExecute an approved implementation plan in small per-behavior batches. Reads the plan, implements each step one behavior at a time in the Code-First Small Batches cadence with a refactor on every green, runs inline review checkpoints, and produces verification evidence. Use when the user says "build this", "implement the plan", "start building", or after /plan has been approved.
Executes an implementation plan — writes code and tests, runs quality review, and ships a pull request.
Executes an implementation plan with environment detection, branching, and validation loops. For building features from a plan file.