architecture-diagram-reviewer

Generates a deterministic scaffold for validating architecture diagram packets against source evidence.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/danielbaustin/agent-design-language --skill architecture-diagram-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-diagram-reviewer
Source: https://github.com/danielbaustin/agent-design-language/tree/main/adl/tools/skills/architecture-diagram-reviewer
Command: npx skills add https://github.com/danielbaustin/agent-design-language --skill architecture-diagram-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Architecture diagram reviews often lag behind evidence, leading to ungrounded claims in diagrams. This skill provides a deterministic gate that validates packets against repository evidence and renderer truth prior to inclusion in reports.

Core Features & Use Cases

  • Deterministic scaffold generation for architecture diagram reviews from CodeBuddy artifacts.
  • Evidence mapping, renderer status checks, and bounded handoffs to diagram authors and planners.
  • Use cases include validating diagram packets, sources, and rendered artifacts before customer-facing synthesis.

Quick Start

Run the deterministic scaffold generator on a CodeBuddy review packet with a diagram root to emit architecture_diagram_review_scaffold.json and architecture_diagram_review_scaffold.md.

Frequently Asked Questions about architecture-diagram-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify architecture diagram claims against repository source evidence?

You can verify architecture diagram claims against source evidence by running a deterministic scaffold generator on a CodeBuddy review packet to map evidence, check renderer status, and emit correction handoffs for bounded diagram reviews.

What is a deterministic scaffold for architecture diagram reviews?

A deterministic scaffold for architecture diagram reviews is a stable JSON and Markdown artifact that validates diagram packets against repository evidence and renderer truth, ensuring claims are grounded before report synthesis.

Do I need a specific repository structure to review architecture diagrams?

Yes, reviewing architecture diagrams requires a defined repo_root and a specific diagram target as mandatory inputs, ensuring the validation process respects non-mutation behavior and emits a deterministic scaffold artifact.

How to validate CodeBuddy diagram packets and rendered artifacts before report synthesis?

Validate CodeBuddy diagram packets and rendered artifacts by running the scaffold generator to perform evidence mapping and renderer status checks, producing bounded correction handoffs to diagram authors and planners before customer-facing synthesis.

What are the limitations of automated architecture diagram verification?

Automated architecture diagram verification is limited to bounded CodeBuddy diagram reviews and operates with strict non-mutation behavior, meaning it only validates packets and maps evidence without modifying the underlying repository source files.