/create
Create a new BPMN 2.0 diagram from a text description
> /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
/create
Context preview
What this command does when you run it.
Create a new BPMN 2.0 diagram from a text description
Command definition
create.mddescription: Create a new BPMN 2.0 diagram from a text description argument-hint: <process description>
Use the **bpmn** skill to model a new BPMN 2.0 diagram for: $ARGUMENTS
Pin down trigger, participants, happy path, decision points, exceptions, and end states (ask only if something is genuinely unclear). Author the semantics, then run the skill's `layout` → `validate` → `lint`. Save the result as a `.bpmn` file (ask for the path/name if it wasn't given) and report where it is plus the validation result.
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

