From claude-hammer
Plans small, clearly-scoped changes (≤3 files, no new interfaces) with executable plans, binary acceptance criteria, and self-review, then hands off to hammer.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-hammer:blueprintThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A quick, single-pass plan for small, well-understood work. Same plan format as `forge`, minus the critic panel — a rigorous self-review stands in for the anvil.
A quick, single-pass plan for small, well-understood work. Same plan format as forge, minus the critic panel — a rigorous self-review stands in for the anvil.
forge instead. When in doubt, forge. Trivial one-liners need no plan at all — just fix them.docs/glm-hammer/plans/YYYY-MM-DD-<feature>.md using the same format as forge: header (Goal / Work Scope / Verification Strategy), then tasks with Goal, Dependencies, Files (symbol anchors), binary-decidable Acceptance Criteria, and steps containing actual code and exact commands. No placeholders. End with a Final Verification Task..glm-hammer/state.json:{ "phase": "blueprint", "status": "awaiting-user", "plan": "docs/glm-hammer/plans/....md", "stopBlocks": 0 }
Present a 3-line summary and ask one question: proceed with hammer now? On yes, invoke the hammer skill immediately.
If during recon or writing you discover hidden complexity (new interface, 4+ files, an ambiguity only the user can resolve), stop and switch to forge — say so in one line. A blueprint that grows critics' work is a forge plan in disguise.
npx claudepluginhub tmdgusya/claude-hammer --plugin claude-hammerLight planning mode for small, clearly-scoped changes (≤3 files, no new interfaces). Produces a plan with binary acceptance criteria and self-review, then hands off to hammer.
Replicates Claude Code plan mode in read-only fashion: explores codebase, designs changes, gets user approval, then writes plan to .claude/plans/<slug>.md without executing. Triggers on 'plan only' phrases.
Read-only planning before coding. Explores the codebase, designs implementation plans, and persists them as durable docs/plans/<slug>.md when opted in.