blueprint-audit

Audit blueprint directories for cross-file inconsistencies and stale references.

7|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/chdalski/claude_orchestration --skill blueprint-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint-audit
Source: https://github.com/chdalski/claude_orchestration/tree/main/.claude/skills/blueprint-audit
Command: npx skills add https://github.com/chdalski/claude_orchestration --skill blueprint-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures orchestration blueprints are internally consistent and well-documented by detecting cross-file contradictions, stale references, missing rationale, and documentation drift so teams can trust and maintain agent workflows.

Core Features & Use Cases

  • Cross-file consistency checks: Compares lead instructions, agent files, workflows, templates, and README/CLAUDE docs for conflicting guidance or mismatched agent lists.
  • Static test integration: Runs repository static tests (pytest -m static) to surface mechanical regressions like missing files or broken frontmatter.
  • Rationale and gap audits: Identifies directives lacking rationale, ambiguous gating language, and exception clauses that enable undesirable agent choices.
  • Use Case: Run against a blueprint_v2 before release to produce a prioritized remediation plan that lists stale paths, role mismatches, and exact file edits to fix.

Quick Start

Ask the skill to audit blueprint_v2 and produce a full structured report with contradictions, stale references, rationale gaps, and suggested fixes.

Frequently Asked Questions about blueprint-audit

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

FAQPage Schema
How do I audit orchestration blueprints for cross-file inconsistencies?

Audit orchestration blueprints by reading all blueprint files and cross-referencing agent instructions, workflows, templates, and documentation to detect contradictions, stale references, and misalignments. The audit produces a structured report with prioritized remediation steps.

How do I find missing rationale and documentation drift in agent workflow files?

Find missing rationale and documentation drift by scanning blueprint directories to identify directives lacking explanation, ambiguous gating language, and exception clauses. The audit checks for conflicting guidance between CLAUDE files, README docs, and agent definitions.

Can I run pytest static tests to validate agent workflow templates and catch mechanical regressions?

You can run repository static tests using pytest -m static to surface mechanical regressions like missing files or broken frontmatter. The audit integrates these static test results with cross-file consistency checks for comprehensive validation.

What is the best way to fix stale references and role mismatches in a blueprint directory before release?

Fix stale references and role mismatches by running a full blueprint audit before release. This generates a prioritized remediation plan listing exact file edits needed to resolve stale paths, role mismatches, and contradictions across the blueprint structure.

Do I need .claude orchestration configurations to audit blueprint directories?

You need .claude orchestration configurations in your repository to audit blueprint directories. The audit specifically targets blueprint_* directories within repositories containing these orchestration configurations to validate agent instructions, workflows, and templates.

Why does my blueprint audit report show contradictions between lead instructions and agent files?

Blueprint audit reports show contradictions when lead instructions, agent files, workflows, and templates contain conflicting guidance or mismatched agent lists. The audit cross-references these files to identify exact inconsistencies and documentation misalignments requiring fixes.