Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问clear审计通过

event-storming事件风暴

Agent Skill

event-storming 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

994

周安装

41

GitHub Stars

61

下载量

325
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:event-storming(事件风暴)
来源仓库:https://github.com/melodic-software/claude-code-plugins
仓库路径:skills/event-storming
安装命令:
npx skills add https://github.com/melodic-software/claude-code-plugins --skill event-storming
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/melodic-software/claude-code-plugins --skill event-storming

简介

event-storming 配置交互式 workshop 环境,适合在 Codex、Claude、Cursor、Gemini CLI 中模拟多人协作的事件建模 session 时使用。

  • 它支持 full simulation、quick analysis 等多种模式,适应不同规模需求。
  • 使用时应根据团队 size 与时间预算选择合适的 mode,并提前准备用例场景。
  • 安装前应分配角色(domain expert、developer 等),以提升讨论质量。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Event Storming

Interactive Workshop Configuration

Use AskUserQuestion to configure the event storming session:

# Question 1: Workshop Mode (MCP: Event Storming methodology)
question: "Which event storming mode do you need?"
header: "Mode"
options:
  - label: "Full Simulation (Recommended)"
    description: "All 5 personas debate in parallel, 6 phases (~15K tokens)"
  - label: "Quick"
    description: "Single analysis pass, no personas (~3K tokens)"
  - label: "Guided"
    description: "Interactive with user, personas on-demand"
  - label: "Codebase Analysis"
    description: "Discover events from existing code structure"

# Question 2: Domain Scope (MCP: DDD bounded context patterns)
question: "How complex is the domain you're exploring?"
header: "Scope"
options:
  - label: "Single Bounded Context"
    description: "One domain area, focused discovery"
  - label: "Multiple Contexts"
    description: "Identify 2-5 bounded context boundaries"
  - label: "Enterprise Domain"
    description: "Comprehensive cross-domain mapping"
  - label: "Unknown"
    description: "Help me determine scope first"

Use these responses to select the appropriate workshop mode and calibrate depth of analysis.

When to Use This Skill

Use this skill when you need to:

  • Discover domain events for a business process
  • Identify commands and actors in a system
  • Find bounded context boundaries
  • Simulate a multi-stakeholder event storming workshop
  • Prepare for actual event storming facilitation
  • Analyze an existing codebase for domain events

Keywords: event storming, domain events, commands, actors, bounded contexts, aggregates, domain discovery, workshop simulation, multi-persona, DDD

What is Event Storming?

Event Storming is a workshop-based method for collaborative domain discovery. Participants use sticky notes to map out:

  • Events (Orange) - Things that happen in the domain
  • Commands (Blue) - Actions that trigger events
  • Actors (Yellow) - Who issues commands
  • Aggregates (Yellow) - Business entities that handle commands
  • Read Models (Green) - Information needed for decisions
  • Policies (Purple) - Business rules and reactions
  • External Systems (Pink) - Outside integrations
  • Hot Spots (Red/Pink) - Areas of confusion or conflict

Workshop Modes

This skill supports three modes of operation:

ModeDescriptionToken CostUse Case
full-simulationAll 5 personas debate in parallel, 6 phases~15K tokensComprehensive discovery
quickSingle analysis pass, no personas~3K tokensQuick domain overview
guidedInteractive with user, personas on-demandVariableUser wants control

Mode Selection Guide

Use full-simulation when:

  • Starting a new project or major feature
  • You need comprehensive domain discovery
  • Multiple perspectives are valuable
  • Time is less critical than thoroughness

Use quick when:

  • You need a fast domain overview
  • Token budget is constrained
  • Domain is relatively simple
  • You'll refine later

Use guided when:

  • You want to drive the process
  • You have specific questions
  • You want to invoke specific personas
  • Interactive exploration is preferred

Multi-Persona Simulation

The full-simulation mode uses 5 specialized agents to simulate different stakeholder perspectives:

Persona AgentRolePerspectiveContributions
domain-expertSubject Matter ExpertDeep business knowledgeDomain events, business rules, edge cases
developer-personaTechnical ImplementationSystem constraintsTechnical events, integration points
business-analystProcess & RequirementsProcess flowCommands, actors, acceptance criteria
product-ownerProduct VisionUser valuePriorities, MVP scope, user stories
devils-advocateChallengerIdentify gapsHot spots, missing scenarios, contradictions

6 Workshop Phases (Full Simulation)

Phase 1: Chaotic Exploration

All personas brainstorm events independently. No constraints, no ordering.

Orchestration:

Launch 5 parallel Task agents:
- Task(event-storming-persona domain-expert, "Identify all domain events for: {domain}")
- Task(event-storming-persona developer, "Identify technical events for: {domain}")
- Task(event-storming-persona business-analyst, "Identify commands and actors for: {domain}")
- Task(event-storming-persona product-owner, "Prioritize and identify MVP scope for: {domain}")
- Task(event-storming-persona devils-advocate, "Challenge and identify gaps for: {domain}")

Phase 2: Timeline Ordering

Synthesize and order events chronologically. Create the timeline.

Phase 3: Command Discovery

Identify what triggers each event. Map commands to events.

Phase 4: Actor Identification

Map who issues each command. Define roles and systems.

Phase 5: Bounded Context Discovery

Group related events/commands. Identify natural boundaries.

Phase 6: Hot Spot Resolution

Devil's advocate challenges. Resolve conflicts and gaps.

Detailed phase guidance: See references/workshop-facilitation.md

Sticky Note Color Convention

ColorRepresentsExample
🟧 OrangeDomain Event"Order Placed", "Payment Received"
🟦 BlueCommand"Place Order", "Process Payment"
🟨 Yellow (small)Actor"Customer", "Admin", "System"
🟨 Yellow (large)Aggregate"Order", "Customer", "Product"
🟩 GreenRead Model"Order Summary", "Product Catalog"
🟪 PurplePolicy"When order placed, reserve inventory"
🟫 PinkExternal System"Payment Gateway", "Email Service"
❗ Red/PinkHot SpotAreas of confusion or conflict

Detailed conventions: See references/sticky-note-types.md

Orchestration Pattern

Since Claude Code subagents cannot spawn other subagents, the main conversation orchestrates:

Main Conversation
    ↓
Invokes event-storming skill
    ↓
Skill guides parallel Task tool calls:
    ├── Task(event-storming-persona domain-expert, prompt)
    ├── Task(event-storming-persona developer, prompt)
    ├── Task(event-storming-persona business-analyst, prompt)
    ├── Task(event-storming-persona product-owner, prompt)
    └── Task(event-storming-persona devils-advocate, prompt)
    ↓
Skill synthesizes results with provenance tracking
    ↓
Outputs event catalog with [persona] attribution

Quick Start

Full Simulation Mode

I want to run a full event storming simulation for an e-commerce order management system.

Please:
1. Launch all 5 persona agents in parallel
2. Have them analyze the domain
3. Synthesize their findings
4. Identify bounded contexts
5. Resolve any hot spots

Quick Mode

Give me a quick event storm overview for a subscription billing system.
Focus on the core happy path events.

Guided Mode

Let's do a guided event storming session for a hospital appointment system.
Start with the patient booking journey and I'll guide from there.

Output Format

The event storming session produces a structured event catalog:

# Event Storm: [Domain Name]

## Event Catalog

### [Bounded Context Name]

**Events:**
- [Event Name] [Domain Expert] - [Description]
- [Event Name] [Developer] - [Description]

**Commands:**
- [Command Name] → [Event Name] [Business Analyst]

**Actors:**
- [Actor Name]: [Commands they can issue]

**Aggregates:**
- [Aggregate Name]: [Events it produces]

**Policies:**
- [Policy Name]: [Trigger] → [Action]

## Bounded Contexts Identified

1. [Context Name]
   - Core Domain / Supporting / Generic
   - [Events in this context]

## Hot Spots

- [Issue] - [Resolution or TODO]

Full template: See references/templates/event-storm-output.md

Integration with Other Skills

Event storming connects with:

  • domain-storytelling - Stories feed into event discovery
  • modular-architecture - Bounded contexts become modules
  • fitness-functions - Module isolation tests
  • adr-management - Document bounded context decisions

Workflow:

Domain Storytelling → Event Storming → Modular Architecture
(understand "what")   (design "how")   (implement "where")

Best Practices

  1. Start with events - Events are facts, commands are debatable
  2. Use past tense - "Order Placed" not "Place Order"
  3. Explore boundaries - Events help find module boundaries
  4. Embrace chaos - Initial brainstorming should be messy
  5. Track provenance - Know which perspective each insight came from
  6. Resolve hot spots - Don't leave conflicts unaddressed

References

  • references/workshop-facilitation.md - Phase orchestration and timing
  • references/persona-prompts.md - Prompt templates for each persona
  • references/sticky-note-types.md - Color conventions and usage
  • references/bounded-context-discovery.md - Context identification patterns
  • references/templates/event-storm-output.md - Output format with provenance

User-Facing Interface

When invoked directly by the user, this skill runs an AI-simulated event storming workshop.

Execution Workflow

  1. Parse Arguments - Extract domain description and mode. If no description provided, ask the user what domain to event storm. Default mode is guided.
  2. Execute Based on Mode:

- Full: Launch 5 persona agents in parallel (domain-expert, developer, business-analyst, product-owner, devils-advocate). Synthesize outputs with provenance tracking, merge event catalogs, identify hot spots, and group into bounded context candidates. - Quick: Single-pass analysis identifying domain events, commands, actors, and potential bounded context boundaries. - Guided: Interactive 6-phase workshop (Chaotic Exploration, Timeline Ordering, Command Discovery, Actor Identification, Bounded Context Discovery, Hot Spot Resolution).

  1. Generate Output - Produce event catalog with domain events, commands, bounded context candidates, and hot spots.
  2. Save Results - Save to docs/event-storming/[domain-name]-[date].md (or custom --dir).
  3. Suggest Follow-Ups - Recommend domain storytelling for unclear processes, context mapping for integration strategies, and ADRs for key decisions.

Version History

  • v1.0.0 (2025-12-22): Initial release

- Multi-persona simulation with 5 agents - Three workshop modes (full, quick, guided) - 6-phase workshop structure - Provenance tracking for insights - Integration with domain-storytelling and modular-architecture


Last Updated

Date: 2025-12-22 Model: claude-opus-4-5-20251101

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Antigravity

31.23%
按下载量换算101

trae

23.25%
按下载量换算76

windsurf

16.29%
按下载量换算53

Claude Code

11.84%
按下载量换算38

Codex

7.81%
按下载量换算25

Gemini CLI

3.14%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/melodic-software/claude-code-plugins --skill event-storming;npx skills add melodic-software/claude-code-plugins --skill "event-storming" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills