一键导入
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 页面并帮你完成安装。
end-to-end problem validation → research → design → plan → implement → review → commit workflow for a single chunk, with an optional post-commit self-learn gate. Driven by spok-apply.
Produce an advisory post-commit review of workflow friction, issues, weak evidence, and improvement opportunities for a completed Spok flow chunk.
first step of planning
convert structure outline into a detailed implementation plan
generate research questions based on a task, spec, or ticket
research the codebase
| 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 the task directory contains workflow-state.json, this skill is running inside the deterministic spok-flow sequence.
In that mode:
commit step in spok-flow.spok-flow can record the implement step with spok flow complete --summary.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.