A unified enterprise & software architecture skill for Claude Code, grounded in four open-source standards instead of one.
FAQ
enterprise-architecture is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes enterprise-architecture-skill. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add gauravs19/enterprise-architecture-skill> /plugin install enterprise-architecture@gauravs19-skills
A unified enterprise & software architecture skill for Claude Code, grounded in four open-source standards instead of one. It helps Claude produce architecture work the way the standards intend it: diagrams as code, documentation as code, decisions as records, and one traceable model underneath.
๐ Live site & eval examples: https://gauravs19.github.io/enterprise-architecture-skill/
| Framework | Answers | Used for |
|---|---|---|
| C4 model + Structurizr DSL | "How is this system built?" | Context / Container / Component diagrams |
| ArchiMate 3.x | "How does the enterprise fit together?" | Capabilities โ apps โ technology |
| TOGAF ADM | "How do we deliver the change?" | Engagement structure, roadmaps, portfolio |
| arc42 + ADR/MADR | "How do we write it down?" | System docs & decision records |
The open-source ecosystem has excellent single-purpose skills โ C4+ArchiMate plugins, arc42 toolkits, ADR generators โ but none unify all four frameworks, and none cover TOGAF or architecture review. This skill fills that gap: one skill that picks the right framework at the right altitude, produces everything as code, and keeps a single traceable model under every diagram, doc, and decision.
There's a large gap between how EA frameworks are marketed and how they're used. Almost no organization runs TOGAF or Zachman "by the book" โ full-ceremony adoption usually collapses under its own weight. What survives contact with reality is selective borrowing:
| Framework | What practitioners actually keep |
|---|---|
| Zachman | The mental model (what/how/where/who/when/why ร audience), not the 36-cell grid. A 30-minute lens, not a study project. |
| TOGAF | ADM as a scoping checklist; Baseline โ Target โ Gap โ Roadmap as the transformation backbone; the governance vocabulary (ARB, principles, waivers). |
| FEAF / DoDAF | Only if you sell into government/defense โ the RFP will name them. |
| Capability maps (BIZBOK) | Probably the most-used single EA artifact in real life โ the one page executives actually read. |
| C4 / ArchiMate / arc42 + ADRs | Where the hands-on value lives โ this skill's four. arc42 + ADRs have the best value-to-ceremony ratio in the whole space. |
Where frameworks genuinely earn their keep: M&A integration (two of everything โ what to kill?), cloud migration programs (baseline/target/gap keeps multi-year work coherent), vendor/platform decisions (ADRs make them defensible two years later), regulatory traceability (requirement โ capability โ app โ deployment), and fighting shadow-IT sprawl (a maintained app landscape is the only way anyone knows what exists).
Frameworks are scaffolding, not the building โ the value is a handful of living artifacts (a capability map, an application landscape, a decision log, a roadmap), not framework compliance.
โ Full write-up with four worked case studies and the six EA anti-patterns: Frameworks in practice
These frameworks are not competitors โ they answer different questions. Knowing which one fits the question is most of the skill.
They compose: an arc42 doc embeds C4 diagrams and links ADRs; a TOGAF engagement produces ArchiMate models and ADRs as deliverables.
| Framework | Zoom level | The one habit it gives you | Skill reference |
|---|---|---|---|
| C4 + Structurizr DSL | One system: Context โ Container โ Component (โ Code) | Diagrams as code in the repo; 5โ20 elements per view, every arrow labelled | references/c4-structurizr.md |
| ArchiMate 3.x | The enterprise: capabilities โ apps โ technology | Realization/serving links that answer "what breaks if we retire this app?" | references/archimate.md |
| TOGAF ADM | The engagement: phases + governance | Baseline โ Target โ Gap โ Roadmap; TIME portfolio scoring; tailor rigor to stakes | references/togaf-adm.md |
| arc42 + ADR/MADR | The documentation: 12 sections + decision log | ADRs at decision time with options and trade-offs; LEAN/ESSENTIAL/THOROUGH detail knob | references/arc42.md ยท references/adr-madr.md |
Each framework is explained in full โ origin, structure, worked examples, what practitioners
actually keep โ in the frameworks-in-practice guide.
For "which framework should I use?" questions, the skill itself loads
references/choosing-frameworks.md.
The skill routes any architectural request to one of four modes โ you don't have to name a framework.
| Mode | Trigger phrasings | What you get |
|---|---|---|
| 1. Diagram | "draw / diagram / visualize", "container diagram", "Structurizr workspace" | C4 / Structurizr / Mermaid / PlantUML at the right altitude |
| 2. Document | "document this system", "write an ADR", "arc42 docs", "design doc / RFC" | arc42 sections or an ADR/MADR with the trade-offs captured |
| 3. Review / assess | "review my architecture", "is this design sound?", "what are the risks?" | Severity-graded findings (evidence + fix) and a verdict |
| 4. Model the enterprise | "map our capabilities", "application landscape", "capability โ app โ tech" | ArchiMate model + TOGAF structure, with realization links |
Mode 3 grades against ISO/IEC 25010 quality attributes (performance, security, reliability, maintainability, โฆ) plus EA principles, and returns findings categorized Critical / Major / Minor / Suggestion, each with evidence and a concrete remediation, then a verdict (Approved / Approved-with-changes / Needs-revision) โ not personal taste.
โ Review rubric: references/review-rubric.md
Give every architectural element a stable, human-readable ID and reuse it across diagrams, docs, and ADRs. This is what turns a pile of pictures into an actual model.
ea:{org}:{system}:{kind}:{name}
ea:acme:checkout:container:payment-api, ea:acme:enterprise:capability:billingkind โ person, system, external, container, component, capability, app, node, decision โฆarchitecture/ folder (one file per significant
artifact, or a Structurizr workspace as the model-of-record) so they're diff-able and
greppable, and reference the same ID from the arc42 doc and the ADRs.Option A โ clone into your Claude Code skills directory:
git clone https://github.com/<you>/enterprise-architecture-skill \
~/.claude/skills/enterprise-architecture
Option B โ plugin marketplace (no clone needed). In Claude Code:
/plugin marketplace add gauravs19/enterprise-architecture-skill
/plugin install enterprise-architecture@gauravs19-skills
Option C โ download the packaged skill: grab
enterprise-architecture.skill
(or from the latest release)
and install it through Claude Code.
Claude Code discovers it automatically โ the skill folder must be named
enterprise-architecture (that's the skill's invocation name); the repo it comes from can
be named anything.
Just ask in plain language โ the skill triggers itself and picks the framework + mode:
draw the container diagram for this checkout service
write an ADR for choosing Kafka over RabbitMQ for our order events
review this architecture โ is it sound for 50k daily users?
map our business capabilities to the apps that realize them
create a Structurizr workspace for the payments platform
document this service with arc42 at ESSENTIAL detail
Each response states which framework and view it's producing, so you learn the map as you go โ part of the skill's job is to make you fluent in the frameworks, not just hand you artifacts.
scripts/ea_lint.py checks the connective tissue between artifacts (it doesn't validate
diagram syntax โ renderers do that). It flags:
Status, and dangling "superseded by ADR-XXXX"python scripts/ea_lint.py path/to/docs/architecture
python scripts/ea_lint.py path/to/docs/architecture --strict # exit 1 on Major+ findings
Findings are grouped by severity. It's advisory โ it reports, it doesn't rewrite your intent.
The skill was tested with the skill-creator
eval loop โ each prompt run with the skill and as a baseline, graded against
objective assertions:
| Test case | Baseline | With skill | What the skill changed |
|---|---|---|---|
| C4 diagram | 3 / 5 | 5 / 5 | Real C4 notation (Context + Container) + a Structurizr source-of-truth. Baseline drew a generic flowchart. |
| ADR | 4 / 5 | 5 / 5 | Correct MADR format (status, drivers, options, consequences). Baseline wrote good analysis, not an ADR. |
| Review | 6 / 6* | 6 / 6 | Both strong. *Globally-installed skills are discoverable, so the baseline used the skill anyway โ not a clean baseline. |
The skill's main value is forcing the right artifact in the right format. Because
installed skills are globally discoverable, the measured gap is a conservative lower bound.
The actual example outputs are in docs/examples/ and rendered on the
live site.
enterprise-architecture/
โโโ SKILL.md # router: pick framework + mode, shared workflow
โโโ references/
โ โโโ c4-structurizr.md # C4 levels, Structurizr DSL, Mermaid/PlantUML
โ โโโ archimate.md # layers, element catalog, relationships, viewpoints
โ โโโ togaf-adm.md # 10 ADM phases, deliverables, TIME portfolio model
โ โโโ arc42.md # 12 sections + LEAN/ESSENTIAL/THOROUGH detail knob
โ โโโ adr-madr.md # ADR & MADR templates and conventions
โ โโโ review-rubric.md # quality attributes, severity scheme, verdict format
โ โโโ choosing-frameworks.md # "which framework?" โ verdicts, pay-off situations, anti-patterns
โโโ assets/templates/ # ADR, arc42 section, Structurizr workspace starters
โโโ scripts/
โ โโโ ea_lint.py # cross-artifact consistency checker
โโโ evals/ # test prompts + assertions
โโโ docs/ # GitHub Pages site + example outputs
MIT โ see LICENSE.
.claude-plugin/
marketplace.json
plugin.json
.github/
workflows/
lint.yml
.gitignore
assets/
templates/
adr-madr.md
arc42-section.md
structurizr-workspace.dsl
CHANGELOG.md
docs/
.nojekyll
enterprise-architecture.skill
examples/
01-c4-diagram.baseline.md
01-c4-diagram.with-skill.md
02-adr.baseline.md
02-adr.with-skill.md
03-review.baseline.md
03-review.with-skill.md
04-capability-map.with-skill.md
favicon.svg
frameworks-in-practice.html
index.html
og-guide.png
og-image.png
evals/
evals.json
LICENSE
llms.txt
README.md
references/
adr-madr.md
arc42.md
archimate.md
c4-structurizr.md
choosing-frameworks.md
review-rubric.md
togaf-adm.md
scripts/
check_docs_links.py
ea_lint.py
SKILL.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic