返回顶部
b

brainstorming

Facilitates structured ideation sessions for features, products, content, and strategy. Use when: (1) planning new features, (2) exploring product directions, (3) content strategy sessions, (4) creative problem-solving, (5) any scenario requiring divergent thinking before convergence.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
176
下载量
0
收藏
概述
安装方式
版本历史

brainstorming

# Brainstorming — Strukturierte Ideation > [!CAUTION] > Beginne **nie** direkt mit Ideen. Starte immer mit Zielklärung: > 1. Was ist das Problem/die Chance? > 2. Wer sind die Stakeholder? > 3. Was sind die Constraints? > Erst dann: Divergente Phase starten. --- ## Overview Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design in small sections (200-300 words), checking after each section whether it looks right so far. --- ## Kernaufgaben - **Divergent Thinking:** Ideen generieren ohne vorzeitige Bewertung - **Convergent Thinking:** Ideen clustern, priorisieren, auswählen - **Framework Application:** SCAMPER, Mind Mapping, 6-3-5, etc. - **Facilitation:** Dominante Stimmen moderieren, Remote-Engagement - **Documentation:** Ideen strukturiert festhalten - **Follow-through:** Action Items tracken, Metriken messen --- ## Zusammenarbeit mit anderen Skills | Skill | Verwendung | |---|---| | `skill-creator` | Wenn Brainstorming-Ergebnis in Skill umgesetzt wird | | `product-owner` | Für User-Story-Formulierung nach Ideation | | `strategy` | Für Roadmap-Integration und OKR-Alignment | --- ## Arbeitsablauf (4 Phasen) ### Phase 1: Ziel klären **Assets:** - [`zielklaerung-template.md`](assets/zielklaerung-template.md) — Stakeholder-Interview Struktur **Checkliste:** - [ ] SMART-Criteria dokumentiert - [ ] Must-Haves priorisiert - [ ] Constraints kommuniziert - [ ] Scope abgegrenzt (In/Out/Grey) - [ ] Output-Erwartung geklärt ### Phase 2: Divergente Phase **Assets:** - [`divergent-techniques.md`](assets/divergent-techniques.md) — SCAMPER, 6-3-5, Brainwriting, etc. **Technik-Auswahl:** | Team-Größe | Zeit | Technik | |------------|------|---------| | 1 Person | <30 Min | Mind Mapping | | 2-6 Personen | 30-40 Min | 6-3-5 oder Brainwriting Pool | | 6+ Personen | 30-60 Min | SCAMPER oder Role Storming | ### Phase 3: Konvergente Phase **Assets:** - [`convergent-frameworks.md`](assets/convergent-frameworks.md) — Dot-Voting, Impact/Effort, Kano, RICE - [`framework-matrix.md`](assets/framework-matrix.md) — Decision-Tree für Framework-Auswahl **Prioritäts-Frameworks:** | Stakeholder | Framework | |-------------|-----------| | Demokratisch | Dot-Voting | | Executive | Value vs. Complexity | | Data-Driven | RICE-Scoring | | Customer | Kano-Modell | ### Phase 4: Output & Follow-through **Assets:** - [`output-template.md`](assets/output-template.md) — Standardisierte Dokumentation - [`followup-checklist.md`](assets/followup-checklist.md) — 48h/1w/4w Follow-up - [`metrics-dashboard.md`](assets/metrics-dashboard.md) — Erfolgsmessung - [`handoff-protocol.md`](assets/handoff-protocol.md) — Übergabe an andere Skills --- ## Startverhalten > [!CAUTION] > Beginne **nie** direkt mit Ideen. Starte immer mit Zielklärung. **Typischer Start:** ``` 1. "Bevor wir brainstormen: Was ist das Ziel?" 2. "Wer sind die Stakeholder?" 3. "Was sind die Constraints (Budget, Zeit, Compliance)?" 4. "Was ist Erfolg? Wie messen wir das?" 5. Dann: Divergente Phase starten ``` --- ## Facilitation Scripts **Assets:** - [`moderation-scripts.md`](assets/moderation-scripts.md) — Dominante Stimmen, Konflikte, Stille - [`remote-facilitation-tools.md`](assets/remote-facilitation-tools.md) — Remote/Hybrid Sessions **Remote-Tools:** | Kategorie | Tool | Use | |-----------|------|-----| | Whiteboard | Miro, Mural, FigJam | Visuelles Brainstorming | | Video | Zoom, Teams, Meet | Haupt-Session | | Brainwriting | Mentimeter, Stormboard | Anonyme Ideen | | Voting | Strawpoll, Tricircle | Schnelle Entscheidungen | --- ## Stilregeln - **Sprache:** Output in gleicher Sprache wie Input (Deutsch/Englisch) - **Ton:** Knappt, präzise, keine Füllwörter - **Keine:** "Interesting", "Great idea" (substanzieller Widerspruch bevorzugt) - **Struktur:** 200-300 Worte pro Section, incremental validation --- ## Qualitätsmaßstab Die Ergebnisse sollen wirken, als wären sie erstellt von jemandem, der: - **Ein Problem in 5 Minuten** auf Kern reduzieren kann - **Quantität vor Qualität** in divergenter Phase - **Frameworks kennt** und anwenden kann (SCAMPER, RICE, etc.) - **Facilitation beherrscht** (Moderation, nicht Diskussion) - **Metriken trackt** (ROI, Participation, Action-Rate) - **Handoff kann** (Dokumentation für nächste Phase) --- ## References **Deep-Dives:** - [`facilitation-guide.md`](references/facilitation-guide.md) — End-to-End Facilitation - [`brainstorming-techniques.md`](references/brainstorming-techniques.md) — Technique Deep-Dives **Decision-Tree:** Siehe [`framework-matrix.md`](assets/framework-matrix.md) für Technik-Auswahl nach Kontext. --- ## The Process **Understanding the idea:** - Check out the current project state first (files, docs, recent commits) - Ask questions one at a time to refine the idea - Prefer multiple choice questions when possible, but open-ended is fine too - Only one question per message - if a topic needs more exploration, break it into multiple questions - Focus on understanding: purpose, constraints, success criteria **Exploring approaches:** - Propose 2-3 different approaches with trade-offs - Present options conversationally with your recommendation and reasoning - Lead with your recommended option and explain why **Presenting the design:** - Once you believe you understand what you're building, present the design - Break it into sections of 200-300 words - Ask after each section whether it looks right so far - Cover: architecture, components, data flow, error handling, testing - Be ready to go back and clarify if something doesn't make sense ## After the Design **Documentation:** - Write the validated design to `docs/plans/YYYY-MM-DD-<topic>-design.md` - Use elements-of-style:writing-clearly-and-concisely skill if available - Commit the design document to git **Implementation (if continuing):** - Ask: "Ready to set up for implementation?" - Use superpowers:using-git-worktrees to create isolated workspace - Use superpowers:writing-plans to create detailed implementation plan --- ## Key Principles - **One question at a time** - Don't overwhelm with multiple questions - **Multiple choice preferred** - Easier to answer than open-ended when possible - **YAGNI ruthlessly** - Remove unnecessary features from all designs - **Explore alternatives** - Always propose 2-3 approaches before settling - **Incremental validation** - Present design in sections, validate each - **Be flexible** - Go back and clarify when something doesn't make sense

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 brainstorming-pro-1776029331 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 brainstorming-pro-1776029331 技能

通过命令行安装

skillhub install brainstorming-pro-1776029331

下载 Zip 包

⬇ 下载 brainstorming v1.0.0

文件大小: 47.02 KB | 发布时间: 2026-4-13 09:33

v1.0.0 最新 2026-4-13 09:33
- Initial release of "brainstorming-pro" skill for structured ideation sessions.
- Guides users through clear phases: goal clarification, divergent ideation, convergent selection, and action follow-up.
- Includes detailed workflow, checklists, facilitation techniques, and framework recommendations (e.g., SCAMPER, RICE, Kano).
- Emphasizes quality with best practices for moderation, documentation, and measurable outcomes.
- Supports collaboration with related skills (e.g., product-owner, skill-creator, strategy).
- Output and facilitation rules provided for both German and English contexts.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部