fr-brainstorminglisted
Install: claude install-skill derio-net/super-fr
# fr-brainstorming
`superpowers:brainstorming`, wrapped in isolation. Exploration commands,
spec drafts, and everything downstream happen in the isolation workspace,
so a brainstorm that becomes a build never has to relocate, and a brainstorm
that dies leaves the base repo pristine.
**Announce at start:** "I'm using fr-brainstorming to design this in isolation."
## 0. Isolation first — hard gate
Before ANY command — exploration, measurement, cluster reads included; an
operator "start with X" never reorders this:
```bash
fr isolation up --branch <feature-branch> [--profile <name>]
```
- Name the branch for the feature now (`feat/<slug>`); the worktree, the
eventual PR, and cleanup all key off it.
- **No devcontainer profile → HARD STOP.** Offer to run the fr-init
interview immediately; if the operator declines, the brainstorm does not
proceed — there is no unisolated fallback. (Under fr-goal, treat it as a
blocker: pause, fr-init, resume.)
- From here on, follow the fr-isolation skill's exec-bridge discipline:
read/edit files in the worktree, run every command through
`fr isolation exec -- ...`.
## 1. Brainstorm
Run `superpowers:brainstorming` as usual — understand the context and goal,
explore the codebase (in the worktree), propose approaches, refine into a
design.
- **Standalone invocation:** fully interactive — ask questions as they
arise, section-by-section validation, the normal brainstorming flow.
- **Under fr-goal:** the batched-Q&A contract appl