Brainstorming
Summary
Explore intent, requirements, and design with the user before any code gets written — the antidote to building the wrong thing quickly.
Features
- Draws out intent and constraints before implementation begins
- Turns a vague request into a reviewable design
- Surfaces disagreements early, when they are cheap
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Most bad agent output is not a coding failure; it is a specification failure. This skill front-loads the conversation that prevents it.
Before creating a feature, building a component, or changing behaviour, it walks through what the user actually wants: the problem behind the request, the constraints that are not stated, the edge cases that will matter, and the design options worth considering. Only once that is settled does implementation start.
It is deliberately opinionated about asking rather than assuming — the questions are the product. For anything larger than a one-line change, spending five minutes here reliably saves an hour of rework.
Part of the widely used Superpowers collection of engineering skills.
Related Skills
Deno Guidance
by Deno
Deno's official foundational skill — project setup, package choices, configuration, and CLI commands done the current way.
Gradio App Builder
by Hugging Face
Build Gradio web UIs and ML demos in Python with the current API — components, layouts, events, and chat interfaces.
Cloudflare Platform
by Cloudflare
Cloudflare's official platform skill — Workers, Pages, storage, AI, networking, security, and IaC in one reference.
Verification Before Completion
by Jesse Vincent
Never claim work is complete, fixed, or passing without running the check and reading the output first.