원클릭으로
executing-plans
Use when you have a written implementation plan to execute with review checkpoints
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when you have a written implementation plan to execute with review checkpoints
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when the user wants to create a new pull request, update an existing PR's body, open a draft PR, or preview a PR body locally before pushing.
Use when executing implementation plans with independent tasks in the current Pi session using fresh subagents and review loops
Create a new Pi task folder for a specific task or feature development. Use when the user wants to start a new task, plan a feature, or asks to create a task file.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when you have an approved design or requirements for a multi-step task, before touching code
Use when you notice something to fix later while working on another task - captures context without breaking flow (~10 seconds)
| name | executing-plans |
| description | Use when you have a written implementation plan to execute with review checkpoints |
Load an existing 3-PLAN.md, review it critically, execute tasks in small batches, verify each task, and report for review between batches.
Announce at start: "I'm using the executing-plans skill to implement this plan."
~/.pi/plans/... task folder is known, read 3-PLAN.md from that folder.3-PLAN.md is missing, stop and ask for the correct plan path.main or master before implementation. If you are, ask for explicit consent before editing or ask whether to create/switch to a branch or worktree.Default batch size is the first unfinished task, or up to three small independent tasks when the plan explicitly marks them independent.
For each task:
@tintinweb/pi-tasks if available, otherwise any generic Pi task tool, otherwise the checkbox in 3-PLAN.md.After each batch, report:
Then wait for user feedback before continuing.
Based on feedback:
After all tasks complete and verified:
When task tools are available, prefer @tintinweb/pi-tasks for statuses and dependencies. If that is unavailable, use generic Pi task tooling. If no task tooling is available, update the checkboxes in the plan file as the source of truth.
When using Markdown checkboxes:
[ ] to an in-progress marker only if the plan defines one; otherwise leave it unchecked until verification passes.[ ] to [x] only after verification succeeds.STOP executing immediately when:
Ask for clarification rather than guessing.
Return to review when:
Do not force through blockers.
main or master without explicit user consent.