원클릭으로
implement-plan
This command is for human / machine invocation only. Do not use.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
This command is for human / machine invocation only. Do not use.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
End-of-session ritual for the pflow MAIN ORCHESTRATOR. Invoke when the user closes a session or the context window nears its end.
Boot the pflow MAIN ORCHESTRATOR — verify state, pick lane and work, launch and shepherd the agent hierarchy, merge, reconcile.
End-of-session ritual for the pflow MAIN ORCHESTRATOR. Invoke when the user closes a session or the context window nears its end.
Create task file from discussion context
Deploy specialized review agents to find bugs that general code review misses. Handles both plan review (before implementation) and code review (after implementation). Deploys 1-8 focused agents in capacity-aware parallel batches, scaled to plan/diff complexity, each targeting a specific blindspot category.
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in context/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
SOC 직업 분류 기준
| name | implement-plan |
| description | This command is for human / machine invocation only. Do not use. |
Implement an existing implementation plan without shortcuts, keeping the progress log current as you go.
Resolve inputs from the user's request:
49 / task_49) → plan: .taskmaster/tasks/task_{N}/implementation/implementation-plan.md
(if it's an index of per-phase plans, follow it to the scoped phase's file). Context: task-{N}.md +
everything in starting-context/. Progress log: implementation/progress-log.md (create if missing).phase 1, phases 2-3) → implement ONLY that scope. If no scope is given, ask before
implementing the whole plan.Before writing any code:
While implementing:
make check must be green before the scope counts as done.When the scoped phases are done: append a dated progress-log entry — key learnings, insights, deviations from plan with CLEAR reasons (no handwaving) — concise, no fluff. Then STOP and summarize for review: what was built, what deviated and why, what to verify manually. Do not start the next phase. Do not commit.