← ClaudeAtlas

implementlisted

Implement a spec or a single ticket, driving TDD at the seams agreed in the spec.
toverux/grimoire · ★ 1 · AI & Automation · score 78
Install: claude install-skill toverux/grimoire
Implement the work in the spec (`docs/specs/<feature>.md`) or the ticket the user names. Read it in full first; for a ticket, read its parent spec too. Where the spec agreed a **test seam**, drive the `tdd` skill at that seam — the seams are already approved, so test at them without re-asking. Where no seam was agreed, implement directly: state explicit verification criteria up front (what observable result proves it works), then verify against them before calling the work done. Run typechecking regularly, single test files regularly, and the full test suite once at the end. When working from a ticket, tick its acceptance criteria as each one is verified. Done when every criterion is verified and the full suite passes → next: `/simplify` (optional quality pass), then `/code-review`, then `/commit`.