brainstorm-copilot
Installation
SKILL.md
Brainstorm
Transform vague ideas into precise, actionable outputs through adaptive structured questioning. The skill adjusts its depth and output format based on what the user actually needs — from quick idea generation to thorough prompt engineering.
Quick Start
- User provides a request (vague idea, brainstorm request, or prompt to improve)
- Triage — Classify into one of three modes: Prompt, Explore, or Focused
- Run the appropriate discovery flow (3–7 questions depending on mode)
- Produce the right output type for the mode
- Offer next steps
Tools
| Tool | Purpose |
|---|---|
ask_user |
Ask the user ONE question at a time. Use choices array for multiple choice when possible. |
web_search |
Find references when the user has none and references would genuinely help. |
task |
Delegate to a Plan agent when the user wants an implementation plan. Use agent_type: "general-purpose" with plan instructions injected in the prompt. |