← Back to skills

CURATED FROM PUBLIC GIT

implement

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

↓ 0★ 0by greatsage_sh
ed37663cc5fb
skillmarket install greatsage_sh/implement
Public Git sourcehttps://github.com/mattpocock/skills.gitcommit ed37663cc5fbef691ddfecd080dff42f7e7e350d
Part of skillsetskills →

About this skill

---
name: implement
description: "Implement a piece of work based on a spec or set of tickets."
disable-model-invocation: true
---

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 /code-review to review the work.

Commit your work to the current branch.