invest-doctrine

Audit VECTOR.md, CLAUDE.md, and ARCHITECTURE.md for completeness and consistency.

7|2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/celanthe/clarion --skill invest-doctrine-celanthe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: invest-doctrine
Source: https://github.com/celanthe/clarion/tree/main/.claude/skills/invest-doctrine
Command: npx skills add https://github.com/celanthe/clarion --skill invest-doctrine-celanthe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The doctrine audit identifies missing, incomplete, or conflicting doctrinal files (VECTOR.md, CLAUDE.md, ARCHITECTURE.md) and checks for alignment with the actual codebase to prevent downstream failures.

Core Features & Use Cases

  • Ensure essential doctrine files exist and are up-to-date before running architecture checks.
  • Validate cross-doctrine consistency, detect drift between declared architecture and the repository, and surface actionable gaps.
  • Provide a structured audit report and recommendations to unblock downstream skills like invest-architecture.

Quick Start

Run the doctrine audit to verify foundational rules and surface issues that block architecture validation.

Frequently Asked Questions about invest-doctrine

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

FAQPage Schema
How do I audit project documentation for consistency across a repository?

To audit project documentation for consistency, run a doctrine audit that checks VECTOR.md, CLAUDE.md, and ARCHITECTURE.md for completeness, cross-document alignment, and design drift against the actual codebase. This produces a structured report with severity levels and recommended actions.

What is architecture drift detection and when do I need it?

Architecture drift detection identifies gaps between declared architecture documentation and the actual repository code. You need it when missing, incomplete, or conflicting doctrine files threaten to cause downstream failures in architecture validation or workflow automation.

How do I check if missing doctrine files are blocking my architecture checks?

To check if missing doctrine files are blocking architecture checks, audit your foundational files to identify incomplete or conflicting documentation and flag downstream checks that cannot run without them. This unblocks subsequent validation steps by surfacing actionable gaps.

Can I use a doctrine audit report for workflow automation?

Yes, you can use a doctrine audit report for workflow automation because it outputs structured findings with severity levels and recommended actions. This format allows automated pipelines to parse the results and gate downstream processes based on the detected documentation completeness.

What is the best way to validate cross-document consistency for project architecture?

The best way to validate cross-document consistency is to audit VECTOR.md, CLAUDE.md, and ARCHITECTURE.md simultaneously to detect drift and surface alignment issues. This ensures all essential doctrine files are up-to-date and aligned before executing deeper architecture validations.

Why does my architecture validation fail when doctrine files are out of sync?

Architecture validation fails when doctrine files are out of sync because missing, incomplete, or conflicting foundational files cause downstream checks to error. Auditing these files beforehand surfaces the exact inconsistencies blocking the validation pipeline.