/validate
Validate a BPMN file - structural checks plus control-flow lint
> /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
/validate
Context preview
What this command does when you run it.
Validate a BPMN file - structural checks plus control-flow lint
Command definition
validate.mddescription: Validate a BPMN file - structural checks plus control-flow lint argument-hint: <path/to/file.bpmn>
Use the **bpmn** skill to validate the BPMN file at: $ARGUMENTS
Run `validate` (well-formed XML, every flow node/edge has a shape, no overlapping shapes) and `lint` (deadlocks, double execution, stuck-token gateways). Summarize the findings in plain language and propose concrete fixes. If the user asks, apply the fixes and re-run both until clean.
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

