From superpowers
Starts structured collaborative brainstorming via Superpower Loop to turn rough ideas into implementation-ready designs. Progresses through discovery, option analysis, design creation, reflection, git commit phases, producing design documents.
npx claudepluginhub fradser/dotclaude --plugin superpowersbrainstorming/# Brainstorming Ideas Into Designs Turn rough ideas into implementation-ready designs through structured collaborative dialogue using Superpower Loop for continuous iteration. ## CRITICAL: First Action - Start Superpower Loop NOW **THIS MUST BE YOUR FIRST ACTION. Do NOT explore codebase, do NOT ask questions, do NOT do anything else until you have started the Superpower Loop.** 1. Capture `$ARGUMENTS` as the initial prompt 2. Immediately run: 3. Only after the loop is running, proceed to explore the codebase and continue with Phase 1 **The loop enables self-referential iteration throu...
/brainstormingExplores requirements and design options before implementing features, components, functionality, or behavior changes.
/brainstormBrainstorms rough ideas into structured designs using parallel agents: analyzes topic, explores alternatives, evaluates feasibility, and synthesizes top approaches with trade-offs.
/brainstormTriggers brainstorming to explore requirements and design before creating features, building components, adding functionality, or modifying behavior.
/superpowers-brainstormBrainstorms requirements and design options before implementing features, components, functionality, or behavior changes. Invokes superpowers brainstorming skill.
/brainstormGuides a structured technical design brainstorming session through understanding requirements, exploring alternatives with trade-offs, and validating architecture incrementally.
/SKILLExecutes automated project-wide refactoring across all code files, focusing on cross-file optimizations, duplication reduction, and consistency. Produces change summary with rollback info.
Share bugs, ideas, or general feedback.
Turn rough ideas into implementation-ready designs through structured collaborative dialogue using Superpower Loop for continuous iteration.
THIS MUST BE YOUR FIRST ACTION. Do NOT explore codebase, do NOT ask questions, do NOT do anything else until you have started the Superpower Loop.
$ARGUMENTS as the initial prompt"${CLAUDE_PLUGIN_ROOT}/scripts/setup-superpower-loop.sh" "Brainstorm: $ARGUMENTS. Continue progressing through the superpowers:brainstorming skill phases: Phase 1 (Discovery) → Phase 2 (Option Analysis) → Phase 3 (Design Creation) → Phase 4 (Design Reflection) → Phase 5 (Git Commit) → Phase 6 (Transition)." --completion-promise "BRAINSTORMING_COMPLETE" --max-iterations 50
The loop enables self-referential iteration throughout the brainstorming process.
This skill uses Superpower Loop to enable self-referential iteration throughout the brainstorming process.
CRITICAL: Throughout the process, you MUST output <promise>BRAINSTORMING_COMPLETE</promise> only when:
Do NOT output the promise until ALL conditions are genuinely TRUE.
ABSOLUTE LAST OUTPUT RULE: The promise tag MUST be the very last text you output. Output any transition messages or instructions to the user BEFORE the promise tag. Nothing may follow <promise>BRAINSTORMING_COMPLETE</promise>.
(The Superpower Loop was already started in the critical first action above - do NOT start it again)
CLAUDE.md and README.md to understand project constraints.The loop will continue through all phases until <promise>BRAINSTORMING_COMPLETE</promise> is output.
superpowers:behavior-driven-development skillExplore codebase first, then ask focused questions to clarify requirements.
Actions:
Open-Ended Problem Context:
If the problem appears open-ended, ambiguous, or requires challenging assumptions:
superpowers:build-like-iphone-team skill in Phase 2 for radical innovation approachesComplexity Assessment (determines sub-agent strategy for Phase 3 & 4):
At the end of discovery, classify the scope:
State the assessment explicitly before proceeding.
Output: Clear requirements, constraints, success criteria, relevant patterns, and complexity assessment.
See ./references/discovery.md for detailed patterns and question guidelines.
See ./references/exit-criteria.md for Phase 1 validation checklist.
Research existing patterns, propose viable options, and get user approval.
Actions:
Radical Innovation Context:
If the problem involves:
Then explicitly load superpowers:build-like-iphone-team skill using the Skill tool to apply iPhone design philosophy (first-principles thinking, breakthrough technology, experience-driven specs, internal competition, Purple Dorm isolation).
Output: User-approved approach with rationale and trade-offs understood.
See ./references/options.md for comparison and presentation patterns.
See ./references/exit-criteria.md for Phase 2 validation checklist.
Create design documents. Scale sub-agent usage based on complexity assessment from Phase 1.
Simple: Main agent handles all research and document creation directly. No sub-agents needed — explore codebase, search for best practices, write BDD scenarios, and create design documents in a single pass.
Medium (2 sub-agents):
Sub-agent 1: Architecture & Best Practices Research
superpowers:behavior-driven-development skillSub-agent 2: Context & Requirements Synthesis
Complex (3+ sub-agents):
Sub-agent 1: Architecture Research
Sub-agent 2: Best Practices Research
superpowers:behavior-driven-development skillSub-agent 3: Context & Requirements Synthesis
Additional sub-agents: Launch for distinct, research-intensive aspects as needed.
Integrate results: Merge all findings, resolve conflicts, create unified design.
Design document structure:
docs/plans/YYYY-MM-DD-<topic>-design/
├── _index.md # Context, Requirements, Rationale, Detailed Design, Design Documents section (MANDATORY)
├── bdd-specs.md # BDD specifications (MANDATORY)
├── architecture.md # Architecture details (MANDATORY)
├── best-practices.md # Best practices and considerations (MANDATORY)
├── decisions/ # ADRs (optional)
└── diagrams/ # Visual artifacts (optional)
CRITICAL: _index.md MUST include Design Documents section with references:
## Design Documents
- [BDD Specifications](./bdd-specs.md) - Behavior scenarios and testing strategy
- [Architecture](./architecture.md) - System architecture and component details
- [Best Practices](./best-practices.md) - Security, performance, and code quality guidelines
Output: Design folder created with all files saved.
See ./references/design-creation.md for sub-agent patterns and integration workflow.
See ./references/exit-criteria.md for Phase 3 validation checklist.
Before committing, verify design quality. Scale reflection based on complexity assessment from Phase 1.
Simple: Main agent performs a single review pass — check requirements coverage, BDD completeness, and document consistency sequentially. No sub-agents needed.
Medium (2 reflection sub-agents):
Sub-agent 1: Requirements & BDD Review
Sub-agent 2: Consistency & Risk Review
Complex (3+ reflection sub-agents):
Sub-agent 1: Requirements Traceability Review
Sub-agent 2: BDD Completeness Review
Sub-agent 3: Cross-Document Consistency Review
Additional sub-agents (launch as needed): Security Review, Risk Assessment.
Integrate and Update:
Output: Updated design documents with issues resolved and user approval received.
See ./references/reflection.md for sub-agent prompts and integration workflow.
Commit the design folder using git-agent (with git fallback).
Actions:
git add docs/plans/YYYY-MM-DD-<topic>-design/git-agent commit --no-stage --intent "add design for <topic>" --co-author "Claude <Model> <Version> <noreply@anthropic.com>"--free flaggit commit -m "docs: add design for <topic> ..." with conventional formatSee ../../skills/references/git-commit.md for detailed patterns.
Prompt the user to use superpowers:writing-plans, then output the promise as the absolute last line.
Output in this exact order:
/superpowers:writing-plans."<promise>BRAINSTORMING_COMPLETE</promise> — nothing after thisPROHIBITED: Do NOT offer to start implementation directly. Do NOT output any text after the promise tag.
./references/core-principles.md - Core principles guiding the workflow./references/discovery.md - Exploration patterns and question guidelines./references/options.md - Option comparison and presentation patterns./references/design-creation.md - Sub-agent patterns, integration workflow, design structure./references/reflection.md - Design reflection patterns and gap identification strategies./references/exit-criteria.md - Validation checklists, success indicators, common pitfalls../../skills/references/git-commit.md - Git commit patterns and requirements (shared cross-skill resource)../../skills/references/loop-patterns.md - Completion promise design, prompt patterns, and safety nets