一键导入
implement
Implement a piece of work based on a spec or set of tickets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implement a piece of work based on a spec or set of tickets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
Builds and sharpens a project's domain model in `.agents` docs. Use when the user wants to pin down domain terminology, record an ADR, or another skill needs to maintain project language.
A relentless interview to sharpen a plan or design. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
A relentless interview that turns a plan or design into a user-requested artifact. Use when the user wants to stress-test a direction and explicitly capture the result in project documentation.
Interview the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, uses a grill trigger phrase, or another skill needs a grilling session.
Writes a compact continuation handoff for another agent or future session. Use when the user asks to hand off, compact context, continue later, or preserve next steps.
| 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 test-first development 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 strict-code-review to review the work.
Commit your work to the current branch.