implement
Implement: Workflow Orchestration
🥷 Implement from PRD or issues — orchestrate /tdd, test, review, commit.
Sequences the full implementation pipeline for a set of pre-agreed vertical slices: delegate to /tdd where testable, implement directly where not, run typechecking and tests after each seam, dispatch /review at the end, and commit per completed item.
Outcome Contract
- Outcome: All items from the PRD's acceptance criteria or child issues are implemented, tested, reviewed, and committed.
- Done when: Each seam is GREEN (typecheck + tests pass),
/reviewhas been dispatched, and each item is committed. - Evidence: Typechecker passes per item, test suite passes per item and in full,
/reviewreport produced, commits visible on current branch. - Output: Summary of implemented items, commits made, test results, next step.
Process Summary
Step 0 — Quick assessment. If the work is trivial (single file, one obvious change), recommend /tdd and stop — this skill is unnecessary overhead.
Step 1 — Entry Protocol. Apply the Skill Entry Protocol. Read project config (docs/agents/), domain docs (CONTEXT.md, ADRs, research INDEX), and the input work items (PRD or Issues from /story). Check upstream quality: if PRD Traceability shows Created by: /story (minimal PRD), note that requirements may not be decision-complete; if Grilled by is empty, note the plan is unvalidated.