Create ArchiMate enterprise architecture diagrams using PlantUML stdlib macros. Best for TOGAF viewpoints, layered EA modeling…
Enterprise Architecture Diagram Generator (ArchiMate)
Quick Start: Add !include <archimate/Archimate> → Declare typed elements → Connect with Rel_* macros → Group into layers with rectangle → Wrap in ```plantuml fence.
⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram.
Critical Rules
Every diagram starts with @startuml and ends with @enduml
Must include !include <archimate/Archimate> before using any macros
Element syntax: Layer_Type(alias, "Label")
Relationship syntax: Rel_Type(fromAlias, toAlias, "label")
Use rectangle "Layer" { ... } to group elements into ArchiMate layers
Directional suffixes _Up, _Down, _Left, _Right control relationship direction
Element Macros
Business Layerdon't have the plugin yet? install it then click "run inline in claude" again.