Brainstorm Plan
Description
Claude Code plugin marketplace for turning fuzzy ideas into concrete design docs and implementation plans.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Brainstorm
A Claude Code plugin marketplace for turning fuzzy ideas into concrete design docs.
Inspired by [Jesse Vincent's AI workflow](https://blog.fsck.com/2025/10/05/how-im-using-coding-agents-in-september-2025/).
Installation
Add this marketplace to Claude Code:
/plugin marketplace add thepushkarp/brainstorm-plan
Then install the brainstorm plugin:
/plugin install brainstorm@brainstorm-plan
Commands
`/brainstorm [topic]`
Interactive Q&A to refine an idea into a design specification.
**Features:**
- Explores existing codebase for context (or starts fresh for new projects)
- Asks one question at a time (prefers multiple choice)
- Presents design in 200-300 word sections for approval
- Saves to
docs/brainstorms/.md
**Usage:**
/brainstorm # Start interactively
/brainstorm user authentication # Start with an initial idea
Typical Workflow
- Brainstorm -
/brainstormto explore and refine your idea - Implement - Use Claude Code's (or Codex's) built-in plan mode, using the saved design doc as reference
Output Directories
- Design docs:
docs/brainstorms/
Release / Maintenance
Before publishing changes:
claude plugin validate .
claude plugin validate plugins/brainstorm
Publish updates:
git add .
git commit -m "chore: "
git push origin main
After pushing marketplace/plugin changes, consumers should refresh and reinstall/update:
/plugin marketplace update brainstorm-plan
/plugin update brainstorm@brainstorm-plan
License
MIT
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://