Implement

Implement a piece of work based on a spec or set of tickets.

c0nant 7b0aa69 2 files · 969 B Updated

File contents

Implement the work described by the user in the spec or tickets.

Use /tdd where possible, at pre-agreed seams.

Run typechecking regularly, single test files regularly, and the full test suite once at the end.

Once done, use /review-axes to review the work. Since nothing here is committed, give it the unstaged working tree as its fixed point: a ref-based diff would come back empty. Do not mark acceptance-criteria checkboxes (- [ ] / - [x]) in the spec or tickets yourself, /review-axes syncs those after the Spec review based on what the code actually did.

Never make a commit. Generate a Conventional Commits message ≤300 chars for the user: type(scope): imperative summary + blank line + short why-body.

c0nant/skills/tree/main/skills/engineering/implement commit 7b0aa69d1d

Frequently asked questions

npx skillmds@latest add c0nant/implement