Skill
Brainstorming
Think through an idea with a trusted colleague before building. Writes design specs.
// workflow;Behaviour
What it does
- Scans project context and reflects back what it sees
- Asks one focused question at a time
- Flags oversized scope and suggests where to start
- Surfaces hidden assumptions and runs a quick pre-mortem
- Proposes 2–3 approaches with honest trade-offs
- Presents the design in sections and revises until you agree
- Saves an approved spec to docs/designs/
- Hands off to technical-documentation when ready
When to use
Good fits
Starting a new feature, product, or project
Requirements feel fuzzy or keep shifting
You want to talk through options before committing
Before planning or coding anything non-trivial
Development harness
Step 1 of 8 · Design
Part of the design-to-ship pipeline: brainstorming → technical-documentation → conformance-check → reconciling-changes → planning → project-setup → executing-plans → shipping. Install the full set for structured feature work.
Install
Get this skill
Uses Agent Kit via npx; no global install required.
Quick install
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill brainstormingGlobal (Cursor)
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill brainstorming --global --agent cursorGlobal (Claude)
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill brainstorming --global --agent claudeProject install
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill brainstorming --projectInteractive install
sh
npx @levi-putna/agent-kit@latest add levi-putna/skillsUninstall
sh
npx @levi-putna/agent-kit@latest remove brainstormingExample
Example prompt
Brainstorming
I want to add a notification system to my app. Help me think through it before we build anything.
Flow
How the skill works
- Get oriented in the project context
- Find the real goal: who has the problem and what success looks like
- Check scope and decompose if the idea is too large
- Surface assumptions and explore 2–3 genuine approaches
- Shape the design section by section until approved
- Run a quick pre-mortem before locking in
- Write the spec to docs/designs/ and hand off to technical-documentation