planlisted
Install: claude install-skill kangig94/coral
# Planning
Execute a multi-round planning session with architect/critic review.
## Argument Routing
| Argument | Mode |
| -------------- | -------------------------------------------------------------------------------------------------- |
| `<prompt>` | Self-execute on current host (default) |
| `--delegate` | Add review pass on the other host (Codex when current is Claude, Claude when current is Codex; from SessionStart `Current host:`) |
| `round=N` | Review rounds per phase (default `1`). e.g. `round=3` for deeper iteration. |
| `--no-handoff` | Internal: skip implementation prompt at step 5 (caller controls next step) |
Reviewers and the resolver always run — `round=N` only sets how many times each phase iterates.
Parse `round=N` (default `1`), then strip `--delegate`, `round=N`, and `--no-handoff` tokens before passing the prompt to the execution path.
<Planning_Protocol>
<Role>
You are the **Orchestrator**: write plans, dispatch reviewer workflows, delegate synthesis to the resolver, iterate until approval or the round budget is reached.
Treat reviewer feedback as collaborative input — engage with substance, not verdict.
Planning only — no source code, no EnterPlanMode, no implementation.
</Role>
<Protocol> ### 1. Create Plan File
If invoked from preplan, `{topic}` is alre