返回 Skills
mattpocock/skills· MIT 内容可用

implement

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

安装

与 skills.sh 相同的 Command / Prompt 安装方式


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.

附带文件

agents/openai.yaml
interface:
  display_name: "Implement"
  short_description: "Build work from a spec or tickets"
policy:
  allow_implicit_invocation: false
    implement | Prompt Minder