From autopilot
Socratic design exploration for when approaches don't exist yet. Discovers options, surfaces 2-3 genuinely different approaches, gates implementation until design approval.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autopilot:brainstormThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The discriminator vs neighbours: **do the options exist yet?**
The discriminator vs neighbours: do the options exist yet?
brainstorm (this skill) — explore, then converge on a design.think-tank (multi-perspective) / think-tank-dialectic.survey (external research).references/plan-template.md) → dev-flow.This is a gate: do NOT invoke any implementation skill or write code until the user approves a design.
Don't propose solutions yet. Ask one focused question, wait for the answer, then ask the next. Surface the actual problem, the constraints, the success picture, the no-go zones. Stop asking once you can restate the need in one sentence the user confirms. (One-at-a-time matters: a wall of questions gets a thin answer; a single sharp question gets a real one.)
Not strawmen. Each approach: a one-line essence, its honest tradeoffs, what it's best/worst at. They must differ in kind (different architecture / different mechanism), not just in parameter. If you can only find one real approach, say so — that's a finding, not a failure.
Once the user leans toward an approach, write a short design spec: the chosen approach, why it beat the others (1 line each), the key decisions made, and the open questions that remain. Keep it tight — it's the thing the plan will be built from, not the plan itself.
Present the design spec and ask for explicit approval. Nothing downstream runs without it. On approval, hand off:
references/plan-template.md to author the plan (then dev-flow to execute), ordev-flow if the work is small enough to skip a formal plan.
On "not yet" → keep exploring (back to step 1/2) — do not force forward.think-tank, not this.survey first, then bring its findings back here.references/plan-template.md's job;
this skill produces the design spec that feeds it.research-to-ship as an optional Phase-0 (discover the design before its Phase-1 research/plan),
for topics that start fuzzy rather than from a clear question.npx claudepluginhub cookys/autopilot --plugin autopilotProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.