원클릭으로
원클릭으로
Autonomously create a plan, consult Gemini and Codex for improvements, apply feedback, and implement. No user interaction - uses best judgment throughout.
Gemini and Codex collaboratively brainstorm solutions, building on each other's ideas across rounds. Agent synthesizes the best ideas into a plan.
Claude brainstorms with an opponent LLM (Gemini or Codex) in alternating turns, building on each other's ideas. Synthesizes the best ideas into a plan.
Commit the staged changes. If there are no staged changes, stage all changes first.
Consult Gemini and Codex for high-level planning, synthesize into a detailed plan, implement, then get final review. No user interaction.
Consult an external LLM with the user's query.
| name | brainstorm |
| description | Turn an idea into a concrete design through structured dialogue. |
| disable-model-invocation | true |
Turn an idea into a concrete design through structured dialogue.
User idea: $ARGUMENTS
Start by understanding what exists and what the user wants.
AskUserQuestion to ask clarifying questions one at a timeRules for questions:
AskUserQuestion with 2-4 options whenever possibleOnce you understand the idea, propose 2-3 different approaches.
Present them conversationally:
Format:
**Recommended: [Approach Name]**
[Why this is the best fit for your needs]
**Alternative: [Approach Name]**
[When you'd choose this instead]
**Alternative: [Approach Name]** (if applicable)
[Different trade-offs this offers]
Use AskUserQuestion to get buy-in on which approach to design.
Break the design into digestible sections (200-300 words each).
After each section, use AskUserQuestion to validate before continuing.
Cover as appropriate:
If the user wants to preserve the design:
history/<date>-design-<topic>.md (e.g. history/2026-02-15-design-auth-flow.md)