By lagz0ne
Transform requirements into navigable design catalogs using EventStorming methodology, Mermaid diagrams, and progressive elaboration
Claude Code marketplace for system design using EventStorming and Mermaid diagrams.
Add this marketplace to Claude Code:
/plugin marketplace add lagz0ne/design-skill
Then install the system-design plugin:
/plugin install system-design@design-skill-marketplace
Description: Transform requirements into navigable design catalogs using EventStorming methodology, Mermaid diagrams, and progressive elaboration
Categories: Architecture, Design, EventStorming, Documentation
What you get:
docs/design-catalog/)Repository: https://github.com/lagz0ne/design-skill
Triggers: "design a system", "architect a solution", "plan a backend"
The system-design skill guides you through 5 phases:
docs/design-catalog/
README.md # Navigation hub with all diagrams embedded
requirements.md
big-picture.mmd
processes/
process-{name}.mmd
data/
erd.mmd
state-{entity}.mmd
flows/
sequence-{flow}.mmd
All diagrams use Mermaid format and follow EventStorming color conventions.
The skill transforms a simple request into a complete design catalog:
Input: "I want to build an e-commerce platform where artisans can sell handmade products"
Output:
See test-scenarios/ecommerce/with-skill/ for full example.
design-skill/
├── skills/
│ └── system-design/ # The skill
│ ├── SKILL.md # Main skill (470 lines)
│ └── templates/ # 7 Mermaid templates
├── .claude-plugin/
│ ├── plugin.json # Plugin metadata
│ └── marketplace.json # Marketplace catalog
├── docs/
│ └── plans/ # Design documentation
├── test-scenarios/ # TDD test cases
├── LICENSE # MIT
└── README.md # This file
skills/system-design/SKILL.mdMIT License
This skill was built using TDD for documentation:
See test-scenarios/ and docs/plans/ for full development process.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub lagz0ne/design-skillNo description provided.
No description provided.
Automated experiment loop for continuous improvement — bootstrap, benchmark, iterate, log
Adversarial triage with three roles: Pusher, Challenger, Arbiter. Produces high-confidence results through tension and refinement.
Rewrite-state reference for an explicit local control plane with traced-TDD failure ownership
draw.io (.drawio) diagram tool for creating and editing architecture diagrams, ER diagrams, flowcharts, wireframes, sequence diagrams, class diagrams, and domain model diagrams
General development utilities including Mermaid diagram creation for software documentation
Build interactive, click-through architecture diagrams as a single HTML file. Animated step-by-step flows, mode toggles, dark/light theme, side panel with payloads.
Editorial-quality technical and product diagrams — 13 types rendered as standalone HTML with inline SVG, skinnable to match your brand
Excalidraw diagramming toolkit — auto-diagram any codebase, architecture diagrams, data flows, with PNG/SVG/URL export
Generate, validate, render Mermaid diagrams from text or code