agent skill Official page
⌘ implement
Implement a piece of work based on a spec or set of tickets.
implement agent skill overview
This MCP Server Hub listing collects the source repository, setup notes, feature summary, and README details for implement. Use it to decide whether this agent skill fits your AI assistant workflow before installing it locally or connecting it to a compatible client.
Listing type
agent skill
Directory
MCP Server HubCategories
Official reference
https://raw.githubusercontent.com/mattpocock/skills/main/skills/engineering/implement/SKILL.mdMCP basics
What is an MCP server?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.