一键导入
implement
Structured implementation execution — Plan → Implement → Verify cycle. Invoked by the /implement command after pre-flight checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Structured implementation execution — Plan → Implement → Verify cycle. Invoked by the /implement command after pre-flight checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | implement |
| description | Structured implementation execution — Plan → Implement → Verify cycle. Invoked by the /implement command after pre-flight checks. |
| user-invocable | false |
| allowed-tools | ["Read","Edit","Write","Bash","Glob","Grep","Agent"] |
Invoked by the
/implementcommand. Pre-flight git checks have already been performed by the command layer.
You are executing a structured Plan → Implement → Verify cycle.
prisma/schema.prisma — if so, plan the migration stepFor each subtask:
in_progressschema.prisma was edited:
npx prisma generatenpx prisma migrate dev --name <description> and stage the new migration directorycompletedAfter all subtasks complete:
npx eslint <files>npx tsc --noEmitnpm run test:e2e -- <spec>reviewer agent for independent code reviewgit add (specific files, not -A)Use: [implement] <subtask description>
The task to implement is passed in by the /implement command caller.