From agent-skills
Structured brainstorming for migrations, features, and architectural changes. Guides exploration of intent, requirements, and design before implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-skills:brainstormingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn rough ideas into validated designs through structured dialogue before touching code or config.
Turn rough ideas into validated designs through structured dialogue before touching code or config.
Do NOT start implementation until a design is presented and the user approves it. This applies regardless of perceived simplicity — "simple" tasks are where unexamined assumptions cause the most wasted work.
Check the project state first: files, config, recent changes, existing patterns. Understand what exists before asking questions.
Present 2-3 approaches with tradeoffs. Lead with your recommendation and explain why. Be honest about downsides.
If only one approach makes sense, say so and explain why alternatives don't work — don't invent fake options.
Once you understand what to build, present the design in sections scaled to complexity:
Cover: what changes, what stays the same, what the user needs to verify, and any decisions deferred to implementation.
Once the user approves the design, proceed to implementation. For migrations, this means entering the relevant migration phase. For other work, start executing.
snippet: true to _editables")| Excuse | Reality |
|---|---|
| "This is too simple to need a design" | Simple tasks are where assumptions cause the most waste. The design can be short. |
| "I already know what to do" | You know what YOU would do. The user may have different priorities or constraints. |
| "Asking questions slows things down" | Wrong assumptions slow things down more. One question now saves rework later. |
| "The user will tell me if something's wrong" | Users often don't know what to flag until they see the wrong result. Validate upfront. |
| "I'll figure it out as I go" | That's how you end up redoing work. Explore the space first. |
npx claudepluginhub cloudcannon/agent-skills --plugin agent-skillsCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.