/explain
Read a BPMN 2.0 .bpmn file and explain it in plain language
> /plugin marketplace add architawr/claude-bpmn-skill > /plugin install bpmn@bpmn-tools
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/explain
Context preview
What this command does when you run it.
Read a BPMN 2.0 .bpmn file and explain it in plain language
Command definition
explain.mddescription: Read a BPMN 2.0 .bpmn file and explain it in plain language argument-hint: <path/to/file.bpmn>
Use the **bpmn** skill to read and explain the BPMN diagram at: $ARGUMENTS
Run the skill's `summarize` on the file first (it is your source of truth — don't eyeball raw DI), then explain the process in plain language: the happy path first, then decision points (what each gateway branches on), parallel work, and exception / boundary handling. Name real business steps, not element IDs, and match the user's language. If this looks like a review ("is this correct?", "why does it hang?"), also run `lint` and report any control-flow issues.
A Claude Code plugin that lets Claude work with BPMN 2.0 process diagrams (.bpmn XML): read and explain them in plain language, and create or edit them so they come out valid and visually clean in any modeler (Camunda Modeler, bpmn.io, Cawemo…).
Repo: architawr/claude-bpmn-skill

