feat(product-management): add brainstorming skill and /brainstorm command#93
Open
narenkatakam wants to merge 2 commits intoanthropics:mainfrom
Open
feat(product-management): add brainstorming skill and /brainstorm command#93narenkatakam wants to merge 2 commits intoanthropics:mainfrom
narenkatakam wants to merge 2 commits intoanthropics:mainfrom
Conversation
…mand The product-management plugin covers structured PM outputs (specs, roadmaps, stakeholder updates) but lacks support for the divergent thinking that precedes them. This adds a brainstorming skill and command for exploring problem spaces, generating ideas, and stress-testing product thinking. New files: - skills/product-brainstorming/SKILL.md — brainstorming modes (problem exploration, solution ideation, assumption testing, strategy exploration), PM frameworks (HMW, JTBD, First Principles, SCAMPER, Opportunity Solution Trees, Reverse Brainstorming), session structure, thinking partner behaviors, and anti-patterns - commands/brainstorm.md — conversational brainstorming command with tool-augmented context gathering and structured session flow Updated: - README.md — added brainstorming to What It Does, Commands, Skills tables, and Example Workflows Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds Observe-Orient-Decide-Act as a brainstorming framework for competitive and time-pressured product decisions. Focuses on decision tempo and when to use OODA to break analysis paralysis in sessions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/brainstormcommand to the product-management pluginWhat's new
1 new command
/brainstorm1 new skill
product-brainstormingREADME updated
/brainstormto Commands tableproduct-brainstormingto Skills tableWhy this matters
Every PM brainstorms before they spec. The current plugin workflow jumps from "I have a vague problem" straight to
/write-specor/roadmap-update. In practice, there's a critical thinking phase in between — exploring the problem space, generating multiple approaches, challenging assumptions, and stress-testing ideas. That's what/brainstormprovides.The skill covers:
Relationship to PR #55
PR #55 adds
/feature-ideationwhich structures raw ideas into validated feature concepts./brainstormis complementary — it sits upstream in the workflow:No overlap — brainstorming generates the raw thinking; feature ideation structures it.
What's NOT changed
.claude-plugin/plugin.json— no manifest changesCONNECTORS.md— existing connector categories already cover brainstorming needs (knowledge base, analytics, project tracker, chat).mcp.json— no new MCP connectionsLICENSE— unchangedDesign decisions
/write-specwhich produces a document,/brainstormruns an interactive session. The command workflow reflects this — it closes with a summary only when the conversation reaches a natural stopping point.~~categorytool references with graceful fallback, skill cross-references, Tips section.competitive-analysisanduser-research-synthesis./write-spec,/synthesize-research,/competitive-brief, and/one-pager— positioning brainstorming as the upstream thinking that feeds into structured PM outputs.Files changed
New files (2):
product-management/commands/brainstorm.mdproduct-management/skills/product-brainstorming/SKILL.mdModified files (1):
product-management/README.md— added brainstorming to tables, descriptions, and examplesTest plan
descriptionandargument-hintnameanddescription~~categoryreferences in the command match categories in CONNECTORS.mdproduct-brainstorming)