By thepushkarp
Transform vague ideas into structured design documents through an interactive guided Q&A workflow. Iteratively confirm and build sections before automatically generating and saving Markdown files in the docs/brainstorms/ directory.
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
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimIntegrate Gemini CLI for long-context code exploration from Claude Code and Codex
Preserve and restore context between Claude Code sessions with always-on handoff hooks (auto-save before compaction, auto-inject after)
npx claudepluginhub thepushkarp/brainstorm-plan --plugin brainstormComprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Create comprehensive documentation for code, APIs, and projects.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.