What problem does it solve?
It helps teams rapidly turn an unclear implementation task into a well-structured, cross-verified execution plan by orchestrating multi-CLI collaborative analysis using repository context.
Core Features & Use Cases
- Iterative context gathering and packaging: Uses semantic search to collect relevant files, detected patterns, and architecture insights, then packages them for agent consumption.
- Multi-CLI cross-verification planning: Runs iterative discussion rounds (e.g., Gemini/Codex/Claude fallback) to synthesize solutions, score convergence, and resolve disagreements.
- Execution-ready handoff: Generates a two-layer plan (plan.json overview + independent .task/*.json task files), builds an execution context, and hands off to workflow-lite-execute.
- Use Case: When you need to implement a non-trivial feature in a complex codebase (e.g., adding a new gateway policy module), this Skill converges on an approach and produces testable task artifacts for execution.
Quick Start
Ask an AI to run workflow-multi-cli-plan on your task description so it gathers codebase context, iterates cross-verification rounds up to the configured maximum, and outputs a ready-to-execute plan.