| name | implement |
| description | Implement a piece of work based on a spec or set of tickets. |
| 触发词 | 基于 规格说明 或一组 ticket 实现一项工作。 |
| disable-model-invocation | true |
Implement a piece of work based on a spec or set of tickets.
Implement the work described by the user in the spec or tickets.
实现用户在 规格说明 或 ticket 中描述的工作。
Use /tdd where possible, at pre-agreed seams.
尽可能在预先约定的接缝处使用 /tdd。
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.
完成后,使用 /code-review 审查工作成果。
Commit your work to the current branch.
将你的工作提交到当前分支。