Help us improve
Share bugs, ideas, or general feedback.
Plugin marketplace for brainstorming workflows in Claude Code
npx claudepluginhub thepushkarp/brainstorm-planTurn fuzzy ideas into concrete design docs through guided Q&A
No description available.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
No description available.
Share bugs, ideas, or general feedback.
A Claude Code plugin marketplace for turning fuzzy ideas into concrete design docs.
Inspired by Jesse Vincent's AI workflow.
Add this marketplace to Claude Code:
/plugin marketplace add thepushkarp/brainstorm-plan
Then install the brainstorm plugin:
/plugin install brainstorm@brainstorm-plan
/brainstorm [topic]Interactive Q&A to refine an idea into a design specification.
Features:
docs/brainstorms/<topic>.mdUsage:
/brainstorm # Start interactively
/brainstorm user authentication # Start with an initial idea
/brainstorm to explore and refine your ideadocs/brainstorms/Before publishing changes:
claude plugin validate .
claude plugin validate plugins/brainstorm
Publish updates:
git add .
git commit -m "chore: <describe plugin update>"
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
MIT