Planning
Execute a multi-round planning session with architect/critic review.
Execution
- •Load protocol: Read
agents/planner.mdto load the full planner protocol. You execute it directly - do NOT spawn a planner agent. - •Configure reviewers: Use
coral:architectandcoral:criticas reviewers (full review loop, up to 5 rounds). Only reviewers are spawned as subagents. - •Execute protocol: Follow the planner protocol steps yourself (gather context, write plan, review loop until no CRITICAL/HIGH, completion)
- •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
- •Constraints or preferences stated by the user
Error Policy
If agents/planner.md cannot be read, report the error to the user.