hammer
Installation
SKILL.md
Hammer
Automated quality loop. Delegates a worker-leader that hammers away at an implement-review-iterate cycle until the work reaches 10/10 or max iterations (10) are exhausted. The main coordinator only hears back when it's done.
Architecture
Main Agent (you)
|-- delegates --> Loop Coordinator (worker-leader, hasTools: true)
|-- delegates --> Implementer (sub-worker, shares worktree)
| |-- implements, tests, commits
|-- delegates --> Reviewer (sub-worker, shares worktree)
| |-- reviews code, writes review TICKET with score in frontmatter
|-- reads review ticket frontmatter
| score < 10? --> new Implementer with changes_requested
| score = 10 + no changes? --> DONE, report back