← 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
c55ee46073ed
skillmarket install greatsage_sh/implement
Public Git sourcehttps://github.com/mattpocock/skills.gitcommit c55ee46073ed923f86ce59a5eb3b6d895095d1b7
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.