architecture-models-4plus1listed
Install: claude install-skill MarieLynneBlock/arcanum-artifex
# 4+1 Architecture Models
Generates Kruchten's 4+1 View Model for any software system. Each deliverable per view is two artefacts:
1. **A rendered architectural drawing** — Mermaid (primary) or PlantUML (for deployment-heavy physical views).
2. **A Miro RISEN prompt** — ready to paste into Miro AI Sidekick to recreate the same view on a Miro board.
Plus a prose view document that wraps both and explains the architecture decisions, quality attributes, and concerns.
This skill is portable by design: the same SKILL.md works natively in Claude Code, via a Cursor rule (`shims/cursor/`), and via a Copilot custom prompt (`shims/copilot/`). Change logic here; the shims will pick it up.
## The five views at a glance
| View | Who reads it | What it answers | Primary notation |
|------|-------------|-----------------|------------------|
| Logical | End-users, analysts, architects | What components exist and how they relate | Mermaid class / component / C4 Container |
| Process | Integrators, performance engineers, operations, BAs | How the system behaves at runtime | Mermaid sequenceDiagram (dev) / flowchart with swimlanes (cross-functional) |
| Development | Developers, software managers | How the codebase is organised | Mermaid flowchart / C4 Component |
| Physical | SRE, infrastructure engineers | How it's deployed and operated | PlantUML deployment + AWS/Azure/GCP stdlib (primary) / Mermaid C4Deployment (fallback) |
| Scenarios (+1) | All stakeholders | Key use cases that exer