Back to list
rbergman

brainstorming

by rbergman

1🍴 0📅 Jan 19, 2026

SKILL.md


name: brainstorming description: Use before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design before implementation through collaborative dialogue.

Brainstorming Ideas Into Designs

Turn ideas into fully formed designs through natural collaborative dialogue.

Process: Understand context → Ask questions one at a time → Explore approaches → Present design incrementally → Validate each section.


Phase 1: Understanding

Check Project Context

Before asking questions:

  • Review relevant files, docs, recent commits
  • Understand existing patterns and constraints
  • Note what's already built that relates

Ask Questions

Rules:

  • One question per message
  • Prefer multiple choice when possible
  • Open-ended when exploration needed
  • Break complex topics into multiple questions

Focus on:

  • Purpose: What problem does this solve?
  • Constraints: What must it work with?
  • Success criteria: How do we know it's done?

Phase 2: Exploring Approaches

Once you understand the goal:

  1. Propose 2-3 different approaches
  2. Include trade-offs for each
  3. Lead with your recommendation and why
  4. Let user choose or refine

Example:

I see three approaches:

1. **Component-based** (recommended) - Fits your existing pattern,
   easiest to test, but more files.

2. **Inline** - Fewer files, but harder to reuse and test.

3. **Hook-based** - Most flexible, but adds complexity you may not need.

I'd go with #1 because [reasoning]. Thoughts?

Phase 3: Presenting Design

Once approach is chosen:

  1. Present in sections (200-300 words each)
  2. After each section: "Does this look right so far?"
  3. Be ready to revise if something doesn't fit

Cover:

  • Architecture / component structure
  • Data flow
  • Error handling
  • Testing approach
  • Edge cases

Phase 4: After Design

Document

Write validated design to:

docs/plans/YYYY-MM-DD-<topic>-design.md

Commit to git.

Implementation (if continuing)

Ask: "Ready to set up for implementation?"

Then:

  1. Use dm-work:worktrees to create isolated workspace
  2. Create beads for implementation tasks
  3. Use dm-work:orchestrator patterns for delegation

Key Principles

PrincipleWhy
One question at a timeDon't overwhelm
Multiple choice preferredEasier to answer
YAGNI ruthlesslyRemove unnecessary features
Explore alternativesAlways 2-3 approaches before settling
Incremental validationPresent design in sections
Be flexibleGo back when something doesn't fit

Anti-Patterns

Don'tDo Instead
Jump to implementationUnderstand first, design second
Ask 5 questions at onceOne question per message
Present monolithic designBreak into 200-300 word sections
Skip trade-off discussionAlways propose 2-3 approaches
Assume you understandValidate understanding with user

Quick Reference

1. Check project context (files, docs, commits)
2. Ask questions one at a time (prefer multiple choice)
3. Propose 2-3 approaches with trade-offs
4. Present design in sections, validate each
5. Write to docs/plans/YYYY-MM-DD-<topic>-design.md
6. If implementing: worktree → beads → orchestrate

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon