architecture-diagram

Solid

Use when the user asks to visualize an architecture as a self-contained HTML artifact, or compare two architecture snapshots. Not for remote, credential, publish, deploy, or irreversible changes.

AI & Automation 52 stars 9 forks Updated 5 days ago Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Architecture diagram ## Contract | Field | Bound contract | |---|---| | Trigger | The user asks to visualize an architecture as a self-contained HTML artifact with a hash-bound receipt, or supplies two architecture snapshots for delta comparison. | | Authority | Reversible local: writes only the HTML artifact and JSON receipt or sidecar; rollback is deleting those files. No remote mutation. | | Side effect | One HTML artifact and one JSON receipt or sidecar written to disk. | | Done | Single: frozen schema-validated specification, self-contained interactive HTML artifact, and evidence receipt with all render checks passing. Delta: every comparable element classified into exactly one category, self-contained Before/Delta/After HTML artifact, and sidecar receipt written. | ## Mode Two render modes, discriminated by input count: - Single (default): one architecture question or scope → schema-validated specification + interactive HTML artifact + evidence receipt. - Delta: two already-authored architecture snapshots → classify every comparable element as added, removed, changed, or unchanged; render a Before/Delta/After HTML artifact + machine-readable sidecar receipt. Pick delta when the user supplies both a before and an after snapshot and asks what changed. Otherwise single. ## Refusals - No remote, credential, publish, deploy, or irreversible mutation in either mode. - No risk assessment, blast-radius estimate, runtime causality claim, or merge recommendation in delt...

Details

Author
OutlineDriven
Repository
OutlineDriven/outline-driven-development
Created
9 months ago
Last Updated
5 days ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category