Openclaw-superpowers brainstorming

Structured ideation before any implementation. Use when starting any non-trivial task.

install
source · Clone the upstream repo
git clone https://github.com/ArchieIndian/openclaw-superpowers
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ArchieIndian/openclaw-superpowers "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/core/brainstorming" ~/.claude/skills/archieindian-openclaw-superpowers-brainstorming && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ArchieIndian/openclaw-superpowers "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/core/brainstorming" ~/.openclaw/skills/archieindian-openclaw-superpowers-brainstorming && rm -rf "$T"
manifest: skills/core/brainstorming/SKILL.md
source content

Brainstorming

Before implementing anything non-trivial, brainstorm first.

The Process

Step 1: Restate the Goal

Write what you are actually trying to achieve in 1-2 sentences.

Step 2: Generate Options (minimum 3)

List at least 3 different approaches. Include approaches that seem impractical.

For each option:

  • What makes it appealing
  • What risks or downsides it carries
  • What unknowns would need to be resolved

Step 3: Evaluate

Score each option against: Simplicity, Reversibility, Risk, Speed.

Step 4: Pick and Commit

Choose one approach. State why. Then move to writing-plans.