What problem does it solve?
This Skill removes the friction of manually drawing process diagrams by letting you describe workflows in a consistent PlantUML BPMN syntax that renders clean BPMN, EIP integration, and Lean value-stream visuals.
Core Features & Use Cases
- BPMN diagram generation: Create process flows with BPMN events, gateways, and task markers using the mxgraph.bpmn.* stencil families.
- Integration pattern diagrams (EIP): Visualize enterprise messaging flows such as routers, translators, splitters/aggregators, channels, and dead-letter handling using mxgraph.eip.* icons.
- Lean mapping / value stream mapping: Model supplier-to-customer value streams with Lean manufacturing symbols like supermarkets, kanbans, inventory boxes, and shipments using mxgraph.lean_mapping.*.
- Use case: Draft an approval workflow with escalation and SLAs, or map an ETL pipeline that uses parallel extraction and a quality gate, then share it as rendered diagrams.
Quick Start
Generate a diagram by writing your workflow in PlantUML using mxgraph.bpmn / mxgraph.eip / mxgraph.lean_mapping stencils inside an @startuml...@enduml block and returning it in a plantuml (or puml) code fence.