一键导入
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you have a written implementation plan to execute in a separate session with review checkpoints
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | executing-plans |
| description | Use when you have a written implementation plan to execute in a separate session with review checkpoints |
| conditional | true |
When the user has an existing plan file or asks you to execute a plan:
.cove/plans/ file or the plan the user referencestodowrite to create tasks matching the plan structure
depends:<task-id> for dependencies between tasksexecute_plan with parallel:true for independent tasksdepends: prefix in the same level) in parallelKarpathy-inspired guidelines: Think before coding, Simplicity first, Surgical changes, Goal-driven execution
Write an actionable markdown plan before implementation. Bite-sized tasks, exact paths, complete code.
Write clear Conventional Commits. Imperative subject, explain why not what, one logical change per commit.
Optimize based on measurement, never guesswork. Profile first, fix the real bottleneck, verify the win.
Refactor code without changing behavior. Small steps, green tests after every change, no mixing with feature work.
Review PRs on GitHub: read diffs, leave inline comments, approve or request changes.