plan-coordinator
Installation
SKILL.md
Plan Coordinator
Use this skill as the main agent/controller for a PlanWeave package. The coordinator thread is a dispatcher only: it must not implement blocks, review gates, feedback fixes, edit target source files, edit Plan Package files, or write implementation/review artifacts itself.
plan-runner, plan-reviewer, and plan-recovery are role instructions for worker subagents. They are not permission for the coordinator to switch roles inside the same thread. If current-agent or manual work cannot be handed to a native subagent mechanism, stop and report NEEDS_COORDINATOR unless the user explicitly authorizes coordinator fallback.
Quick Start
- Resolve the CLI entry. Use
<pw> help work,<pw> help submit, and<pw> help recoveryfor command syntax. - Run preflight: confirm
PLANWEAVE_HOME, project id, project graph path when present, package/canvas paths, source prompt paths, current refs, and active feedback. - Decide whether to assign implementation work, review work, feedback work, or recovery work.
- Give each worker subagent exactly one work item, claim ownership, rendered prompt path/content, expected artifact, submit command, and validation expectations.
- Collect reports/results, submit or verify submission, then re-check status.
- Continue until the plan is complete, genuinely blocked, or diverged and needs user/plan reconciliation.