원클릭으로
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 직업 분류 기준
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.