Agent Skills
› mereyabdenbekuly-ctrl/clodex-ide
› Implement
Implement
GitHub执行最新计划中的任务。需按顺序实现变更,并立即更新计划文件中的复选框状态。严格遵循架构决策,不添加未规划功能。若遇需用户操作的任务,将其移至后续跟进部分并删除对应复选框,确保所有任务最终标记为完成。
触发场景
需要执行已制定的开发或实施计划时
收到指令要求落实最近创建的计划细节时
安装
npx skills add mereyabdenbekuly-ctrl/clodex-ide --skill Implement -g -y
SKILL.md
Frontmatter
{
"name": "Implement",
"description": "Implement the most recent plan",
"user-invocable": false,
"agent-invocable": false
}
Implement the most recently created plan.
Workflow
- Read — understand context, decisions, and all tasks.
- Execute — work through tasks in order. For each:
- Implement the change.
- Update
- [ ]→- [x]in the plan file immediately — before moving on. Do NOT batch updates.
- Continue — do not stop or ask whether to proceed. Complete every checkbox.
Rules
- Follow the plan's decisions — respect architectural choices unless a concrete reason forces deviation (update plan with rationale).
- Stay focused — no unplanned features or refactors.
- Update the plan — if new information or edge cases emerge, reflect them in the plan file.
- Completion = 100% — every checkbox must be
[x]. Unnecessary tasks: delete the checkbox + add brief rationale. Never leave unchecked boxes. - No user-side tasks — if a checkbox turns out to require user action (manual testing, shell commands, credential setup, etc.), delete it, move its content into a
## Follow-ups for the userprose section, and continue. Never leave it unchecked waiting on the user.
版本历史
- 0f01f5b 当前 2026-07-19 09:03


