anthonylee991 / superpowers-brainstorm
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/superpowers-brainstorm && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3164" && unzip -o skill.zip -d .claude/skills/superpowers-brainstorm && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/superpowers-brainstorm/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Produces a structured brainstorm: goals, constraints, risks, options, recommendation, and acceptance criteria. Use before non-trivial implementation or design changes.
0 views
0 installs
Skill Content
--- name: superpowers-brainstorm description: Produces a structured brainstorm: goals, constraints, risks, options, recommendation, and acceptance criteria. Use before non-trivial implementation or design changes. --- # Brainstorm Skill ## When to use this skill - before implementing non-trivial features - before refactors with unclear scope - before debugging complex issues - before designing an automation workflow ## Brainstorm template (use this exact structure) ### Goal - (1–2 sentences) ### Constraints - (tech stack, time, compatibility, performance, “must not change”, etc.) ### Known context - (what exists today; relevant files/components; current behavior) ### Risks - (security, data loss, regressions, surprising side effects) ### Options (2–4) For each option include: - Summary - Pros / cons - Complexity / risk ### Recommendation - Pick one option and explain why ### Acceptance criteria - Bullet list of verifiable outcomes