Collaborative Planning
Execute a multi-round planning session with Codex review followed by Claude cross-review.
Execution
- •Load protocol: Read
agents/planner.mdto load the full planner protocol. You execute it directly - do NOT spawn a planner agent. - •Configure multi-phase review:
- •Phase 1 reviewers:
coral:codex-proxywithRole: architectandcoral:codex-proxywithRole: critic(full review loop, up to 5 rounds) - •Phase 2 cross-reviewers:
coral:architectandcoral:critic(single verification pass + one retry) - •Only reviewers are spawned as subagents.
- •Phase 1 reviewers:
- •Execute protocol: Follow the planner protocol steps yourself with multi-phase review
- •Project validation: If project instructions define workflow rules (e.g., review gates, post-implementation steps), follow them. If validation fails, revise the plan to address the issues and re-validate until it passes.
- •Present plan: Show the final plan to the user
Context Enhancement
From the current conversation, identify and include:
- •Task description and acceptance criteria
- •File paths and code sections relevant to the plan
- •Working directory for Codex agents
- •Constraints or preferences stated by the user
Error Policy
If agents/planner.md cannot be read, report the error to the user.