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-planThen install the brainstorm plugin:
/plugin install brainstorm@brainstorm-planInteractive 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/<topic>.md
Usage:
/brainstorm # Start interactively
/brainstorm user authentication # Start with an initial idea
- 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
- Design docs:
docs/brainstorms/
Before publishing changes:
claude plugin validate .
claude plugin validate plugins/brainstormPublish updates:
git add .
git commit -m "chore: <describe plugin update>"
git push origin mainAfter pushing marketplace/plugin changes, consumers should refresh and reinstall/update:
/plugin marketplace update brainstorm-plan
/plugin update brainstorm@brainstorm-planMIT