Claude-skill-registry ctx-brainstorming
Rapid ideation skill adapted from obra/superpowers to kick off claude-ctx sessions. Use when defining scope, aligning on goals, or exploring solution space before coding.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ctx-brainstorming" ~/.claude/skills/majiayu000-claude-skill-registry-ctx-brainstorming && rm -rf "$T"
manifest:
skills/data/ctx-brainstorming/SKILL.mdsource content
/ctx:brainstorm
/ctx:brainstormPorted from obra/superpowers (MIT). Optimized for claude-ctx so brainstorming outputs flow directly into Supersaiyan visuals and the Task TUI.
When to run
- Before touching code: align on problem, success signals, blockers.
- After big context shifts: new stakeholder, major dependency change, fresh repo checkout.
- When you feel stuck: broaden solution space before diving back in.
Inputs you need
- Current goal or ticket reference.
- Repo hints: relevant
(e.g.,modes/
) andmodes/Super_Saiyan.md
if they exist.scenarios/ - Constraints (deadline, platforms, regulatory, etc.).
Steps
- Set the stage
- Load
(CTRL+P → "Super Saiyan Mode") for visual/tone context.modes/Super_Saiyan.md - Skim any
tied to the feature.scenarios/ideation/*.md
- Load
- Map the landscape
- List known goals, success metrics, blockers, unknowns.
- Capture existing assets (agents, rules, workflows) that might help.
- Generate options
- Expand at least three distinct approaches (different modes, agents, or workflows).
- Note pros/cons, risk, required verification per approach.
- Select candidate plan
- Pick the best approach and flag what still needs validation.
- Seed Tasks
- Open the Task view (
) and add top-level tasks from the brainstorming takeaways (or runT
next to formalize)./ctx:plan
- Open the Task view (
Output format
### Problem / Goal ### Success Signals ### Constraints / Risks ### Existing Assets ### Options - Option A … - Option B … - Option C … ### Chosen Direction & Next Checks
Paste the summary into the chat (or save under
scenarios/). Then move to /ctx:plan.
Resources
- See
for ready-made follow-up prompts.skills/collaboration/brainstorming/resources/examples.md