Files
gh-macroman5-claude-code-wo…/.claude/skills/brainstorming/SKILL.md
2025-11-30 08:38:46 +08:00

41 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: brainstorming
description: Structured ideation for options, trade-offs, and a clear decision
version: 0.1.0
tags: [planning, design, options]
triggers:
- brainstorm
- options
- approaches
- design choices
---
# Brainstorming
## Purpose
Quickly generate several viable approaches with pros/cons and pick a default. Keep output compact and decision-oriented.
## When to Use
- Early feature shaping (before `/lazy create-feature`)
- Choosing patterns, libraries, or refactor strategies
## Behavior
1. Produce 35 options with one-sentence descriptions.
2. Table: Option | Pros | Cons | Effort | Risk.
3. Recommend one option with a 23 line rationale.
4. List immediate next steps (35 bullets).
## Output Style
- Prefer `table-based` for the options matrix + short bullets.
## Guardrails
- No long essays; keep to 1 table + short bullets.
- Avoid speculative claims; cite known repo facts when used.
## Integration
- Feed the selected option into `/lazy create-feature` and the Project Manager agent as context for story creation.
## Example Prompt
> Brainstorm approaches for adding rate limiting to the API.