Agent skill

sc-brainstorm

Interactive requirements discovery through Socratic dialogue and systematic exploration. Use when transforming ambiguous ideas into concrete specifications, validating concepts, or coordinating multi-persona analysis.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill sc-brainstorm --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/sc-brainstorm/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Brainstorming & Requirements Discovery Skill Transform ambiguous ideas into concrete specifications through structured exploration. ## Quick Start ```bash # Basic brainstorm /sc:brainstorm [topic] # Deep systematic exploration /sc:brainstorm "AI project management tool" --strategy systematic --depth deep # Parallel exploration with multiple personas /sc:brainstorm "real-time collaboration" --strategy agile --parallel ``` ## Behavioral Flow 1. **Explore** - Transform ambiguous ideas through Socratic dialogue 2. **Analyze** - Coordinate multiple personas for domain expertise 3. **Validate** - Apply feasibility assessment across domains 4. **Specify** - Generate concrete specifications 5. **Handoff** - Create actionable briefs for implementation ## Flags | Flag | Type | Default | Description | |------|------|---------|-------------| | `--strategy` | string | systematic | systematic, agile, enterprise | | `--depth` | string | normal | shallow, normal, deep | | `--parallel` | bool | false | Enable parallel exploration paths | | `--validate` | bool | false | Include feasibility validation | ## Personas Activated - **architect** - System design and technical feasibility - **analyzer** -

What's inside
Steps it walks through
  1. Quick Start
  2. Behavioral Flow
  3. Flags
  4. Personas Activated
  5. MCP Integration
  6. PAL MCP (Collaborative Intelligence)
  7. PAL Usage Patterns
  8. Rube MCP (Research & Persistence)
  9. Rube Usage Patterns
  10. Flags (Extended)
  11. Evidence Requirements
  12. Exploration Strategies
  13. Systematic (--strategy systematic)
  14. Agile (--strategy agile)
Ships with 1 file
  • metadata.json
Commands it runs
Basic brainstorm
Deep systematic exploration
Parallel exploration with multiple personas
Consensus on conflicting priorities
Deep exploration of complex idea
Collaborative brainstorming
Challenge assumptions
Plan solution architecture
Research market and competitors
Document brainstorming session
More from claude-skill-registry
All skills →
About this skill
What does the sc-brainstorm skill do?

Interactive requirements discovery through Socratic dialogue and systematic exploration. Use when transforming ambiguous ideas into concrete specifications, validating concepts, or coordinating multi-persona analysis.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill sc-brainstorm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going