/multi-plan Command
Multi-model collaborative planning - Context retrieval + Dual-model analysis (Codex + Gemini) → Generate step-by-step implementation plan.Core Protocols
- Language Protocol: Use English when interacting with tools/models
- Mandatory Parallel: Codex/Gemini calls MUST use
run_in_background: true - Code Sovereignty: External models have zero filesystem write access
- Planning Only: This command allows reading context and writing plan files, but NEVER modify production code
Command Syntax
Description of what needs to be planned
Execution Workflow
Phase 1: Full Context Retrieval
- Prompt Enhancement - Call
mcp__ace-tool__enhance_prompt - Context Retrieval - Call
mcp__ace-tool__search_context - Completeness Check - Ensure complete definitions
- Requirement Alignment - Clarify ambiguities
Phase 2: Multi-Model Collaborative Analysis
- Distribute Inputs - Parallel call Codex and Gemini
- Codex: Technical feasibility, architecture, risks
- Gemini: UI/UX impact, visual design
- Cross-Validation - Integrate perspectives
- Dual-Model Plan Draft (Optional) - Both models output plan drafts
- Generate Implementation Plan - Claude synthesizes final plan
Model Roles
| Model | Authority | Focus |
|---|---|---|
| Codex | Backend | Technical feasibility, architecture impact, performance |
| Gemini | Frontend | UI/UX impact, user experience, visual design |
| Claude | Orchestrator | Synthesize plans, coordinate workflow |
Plan Output
Plan Delivery
After planning:- Present complete implementation plan
- Save plan to
.claude/plan/<feature-name>.md - Output prompt:
Related
- Commands:
/multi-execute,/multi-workflow,/plan