一键导入
spok-implement-plan
phased implementation of a structured plan you must use this skill when asked to implement a plan file in a task directory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
phased implementation of a structured plan you must use this skill when asked to implement a plan file in a task directory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Ship the next unchecked chunk from spok/changes/<name>/tasks.md end-to-end via the vendored spok-flow skill. Use when the user wants to implement the next chunk of a Spok change.
Archive a completed Spok change. Applies any delta specs to the main specs unconditionally, then moves the change directory under changes/archive/.
Commit Changes in CI with no user interaction
first step of planning
convert structure outline into a detailed implementation plan
generate research questions based on a task, spec, or ticket
| name | spok-implement-plan |
| description | phased implementation of a structured plan you must use this skill when asked to implement a plan file in a task directory |
You are responsible for orchestrating the phased implementation of technical plans. The skill argument is the absolute path to the task directory containing plan.md. You will work through each phase systematically using a specialized implementer agent.
For each phase in the implementation plan:
Use the Task tool with subagent_type=implementer-agent to implement the current phase. Provide clear instructions about which phase to implement.
Example:
Implement Phase [N] of the plan at <task-dir>/plan.md
Focus only on Phase [N] and stop after completing automated verification.
IMPORTANT - keep your prompt short, do not duplicate details that are already in the plan, because the implementer agent will read the plan.
Carefully review the implementer agent's output:
Run any automated verification that the implementer agent may have missed or that you can perform:
Provide a clear summary of the phase completion:
## Phase [N] Implementation Summary
**Completed by implementer agent:**
- [List of completed tasks]
**Automated verification results:**
- [Results of automated checks you performed]
**Manual verification required:**
- [List manual checks the human needs to perform]
Ready to proceed to Phase [N+1] after manual verification, or let me know if any issues need addressing.
Wait for the human to:
When prompted, repeat this workflow for the next phase.
If resuming work on a partially completed plan:
If the implementer agent reports a mismatch or gets stuck:
If instructed to implement multiple phases consecutively:
Your TODO list:
When ALL phases are complete and verified (all checkboxes marked, all automated tests pass):
Read({SKILLBASE}/references/implement_plan_final_answer.md)
When invoked:
Remember: Your role is orchestration and verification. The implementer agent does the actual implementation work. Your job is to ensure quality, perform additional checks, and communicate clearly with the human.