AgentSkillsCN

brainstorm

以“魔鬼代言人”、“乐观派”和“务实派”的辩论视角,对创意进行多维度分析。适用于探索新想法或验证提案时使用。

SKILL.md
--- frontmatter
name: brainstorm
description: Multi-perspective idea analysis with devil's advocate, optimist, and pragmatist debate. Use when exploring ideas or validating proposals.
model: gpt-5.2

Brainstorm Skill

Analyze ideas through three perspectives: challenging assumptions, finding opportunities, and assessing feasibility.

Usage

code
/brainstorm "your idea"

Process

Step 1: Clarifying Questions (2-4)

  • What problem does this solve?
  • Who is the target user?
  • What does success look like?
  • Any constraints?

Step 2: Three-Perspective Analysis

Use gpt-5.2 for efficiency.

Devil's Advocate

  • What could go wrong?
  • What assumptions are being made?
  • What are the hidden costs?

Optimist

  • What's the best-case outcome?
  • What adjacent opportunities exist?
  • What strengths can be leveraged?

Pragmatist

  • What's the MVP?
  • What resources are required?
  • What's the first step?

Step 3: Synthesis

Combine perspectives:

  • Consensus points
  • Productive tensions
  • Recommended next steps

Output Format

markdown
# [Idea] - Brainstorm Analysis

## Summary
[One paragraph synthesis]

## Perspectives

### Devil's Advocate
- [Challenges]

### Optimist
- [Opportunities]

### Pragmatist
- [Feasibility]

## Synthesis
[Integrated recommendation]

## Next Steps
- [ ] Actions

Model Note

This skill uses gpt-5.2 by default for cost-effective analysis. The smaller model handles perspective generation well, while synthesis can be done by the primary model.