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

  1. Resolve the CLI entry. Use <pw> help work, <pw> help submit, and <pw> help recovery for command syntax.
  2. Run preflight: confirm PLANWEAVE_HOME, project id, project graph path when present, package/canvas paths, source prompt paths, current refs, and active feedback.
  3. Decide whether to assign implementation work, review work, feedback work, or recovery work.
  4. Give each worker subagent exactly one work item, claim ownership, rendered prompt path/content, expected artifact, submit command, and validation expectations.
  5. Collect reports/results, submit or verify submission, then re-check status.
  6. Continue until the plan is complete, genuinely blocked, or diverged and needs user/plan reconciliation.

Preflight

Installs
48
GitHub Stars
389
First Seen
Jun 14, 2026
plan-coordinator — gaoscode/planweave