一键导入
implement
Implement features or tasks with documentation and human validation checkpoints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implement features or tasks with documentation and human validation checkpoints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | implement |
| description | Implement features or tasks with documentation and human validation checkpoints. |
| disable-model-invocation | true |
Structured workflow for implementing features or tasks with documentation and human validation checkpoints.
/implement <what to implement>
Review ./docs and determine what needs to be created or updated for this task:
Skip any documentation that is not necessary for this task. Keep it concise and useful.
Present a summary of what was documented (or skipped and why). Ask the user:
"Does the documentation look sufficient to proceed with implementation?"
Wait for explicit approval before continuing.
With the documentation as context, investigate the codebase:
Summarize findings and the planned approach.
Implement the task based on the investigation:
Present what was changed and how it addresses the task. Ask the user:
"Does the implementation look correct? Anything to adjust?"
Wait for explicit approval before continuing.
Write a worklog entry in ./docs/worklog/. Use the filename format YYYY-MM-DD-<short-slug>.md.
Include:
$ARGUMENT)