constitute-check

Validate T0-T3 memory-bank artifacts against current code and docs.

3|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill constitute-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: constitute-check
Source: https://github.com/Negentropy-Laby/Constitution-Driven-Development/tree/main/.agents/skills/constitute-check
Command: npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill constitute-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory-bank governance audit checks whether T0 laws/current state, T1 supporting context, T2 execution mirrors, and T3 archive indexes exist and align with current code and docs. Read-only.

Core Features & Use Cases

  • Performs a health check across memory_bank/t0_core, memory_bank/t1_axioms, memory_bank/t2_execution, and memory_bank/t3_archive.
  • Detects missing artifacts and misalignments with code and docs, and generates actionable recommendations for migration or remediation.
  • Suitable for brownfield or greenfield projects to establish governance visibility and traceability.

Quick Start

Run the audit to verify governance health and surface gaps in a single report.

Frequently Asked Questions about constitute-check

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

FAQPage Schema
How do I audit memory-bank governance health and alignment?

This skill audits memory-bank governance health by validating T0-T3 artifacts against current code and docs in read-only mode. It detects missing artifacts, principle drift, and alignment gaps, producing a concise health summary with actionable migration recommendations.

What exactly are T0-T3 artifacts in a memory-bank governance check?

T0-T3 artifacts are the structured memory-bank directories: t0_core for laws and current state, t1_axioms for supporting context, t2_execution for execution mirrors, and t3_archive for archive indexes. The audit validates these against current code and documentation.

Does the governance audit work on greenfield projects with no existing memory-bank?

Yes, the audit applies to projects at any maturity level, including greenfield setups. It establishes governance visibility and traceability by surfacing missing T0-T3 artifacts and alignment gaps without modifying the repository.

Can I get detailed drift detection reports when validating execution mirrors?

Yes, you can request a detailed drift detection report by passing the 'full' option for verbose output. This surfaces expanded misalignments between T2 execution mirrors and current code alongside the standard governance health summary and gap recommendations.

Will running a memory-bank alignment check modify my repository files?

No, the memory-bank alignment check operates strictly in read-only mode. It validates T0-T3 artifacts and generates actionable gaps and migration recommendations without modifying any repository files.