process-modeling
2
总安装量
2
周安装量
#73754
全站排名
安装命令
npx skills add https://github.com/spjoshis/claude-code-plugins --skill process-modeling
Agent 安装分布
opencode
2
gemini-cli
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
Skill 文档
Process Modeling
Create clear process models using BPMN, flowcharts, and swimlane diagrams to analyze, document, and optimize business processes.
When to Use This Skill
- Documenting current processes (AS-IS)
- Designing future processes (TO-BE)
- Analyzing process inefficiencies
- Communicating workflows
- Identifying automation opportunities
- Standardizing procedures
- Training and onboarding
- Process improvement initiatives
Core Concepts
1. BPMN (Business Process Model and Notation)
Key Elements:
- Events: Start, intermediate, end
- Activities: Tasks, sub-processes
- Gateways: Decisions, parallel, exclusive
- Sequence Flows: Process flow
- Pools/Lanes: Participants, roles
Example BPMN:
[Start] â [Receive Order] â <Payment OK?> â [Process Order] â [Ship] â [End]
â
[Cancel Order] â [Notify Customer] â [End]
2. Swimlane Diagrams
Structure:
Customer | [Browse] â [Select] â [Checkout] â [Receive]
System | [Validate] â [Process] â [Send Email]
Warehouse | [Pick] â [Pack] â [Ship]
3. Flowchart Symbols
- Rectangle: Process/Activity
- Diamond: Decision
- Oval: Start/End
- Arrow: Flow direction
- Parallelogram: Input/Output
Best Practices
- Start simple – High-level first, then detail
- Use standard notation – BPMN or UML
- Show exceptions – Error paths and edge cases
- Validate with users – Ensure accuracy
- Keep readable – Clear labels, logical flow
- Document assumptions – Note constraints
- Version control – Track changes
- Focus on value – Highlight improvements
Resources
- BPMN 2.0 Specification: OMG standard
- Lucidchart: Process modeling tool
- Draw.io: Free diagramming tool