with one click
implement-plan
This command is for human / machine invocation only. Do not use.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
This command is for human / machine invocation only. Do not use.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.
| 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.