一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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.