Skip to main content
Generalmelodic-software

ea-explain

Explain an enterprise architecture concept

Stars
74
Source
melodic-software/claude-code-plugins
Updated
2026-04-07
Slug
melodic-software--claude-code-plugins--ea-explain
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/melodic-software/claude-code-plugins/HEAD/plugins/enterprise-architecture/skills/ea-explain/SKILL.md -o .claude/skills/ea-explain.md

Drops the SKILL.md into .claude/skills/ea-explain.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Explain Enterprise Architecture Concept

Explain an EA concept in practical, developer-friendly terms.

Arguments

$ARGUMENTS - The concept to explain (e.g., "TOGAF", "ADR", "Zachman Framework", "landing zone")

Workflow

  1. Invoke the ea-learning skill with the concept argument
  2. Provide a practical explanation that:
    • Explains what it is in plain terms
    • Shows why it matters for developers/architects
    • Gives concrete examples when possible
    • Links to related concepts
  3. Reference relevant memory files if they exist

Example Usage

/ea:explain TOGAF
/ea:explain ADR
/ea:explain Zachman Framework
/ea:explain landing zone
/ea:explain architecture principle

Output

A clear, practical explanation of the concept that helps developers and architects understand and apply it.