system-supervisor

Installation
SKILL.md

System Supervisor - Architectural Integrity Scanner

Detects specification drift, silent failures, hallucinated assertions, and incomplete features. Provides a post-execution audit layer that complements the Execution Guardian's pre-execution gates.

Description

Scans the codebase for architectural integrity issues that accumulate over time. Compares implementation against specifications, detects dead code and silent failures, validates technical assertions, and measures feature completeness across all layers. Distinct from the Execution Guardian (pre-execution safety) and the Council of Logic (code quality).

When to Apply

Positive Triggers

  • Before merge to main: Final integrity check before code reaches production branch
  • After Genesis Orchestrator execution phase: Post-section or post-phase audit
  • Explicit audit keywords: "audit", "drift", "dead code", "completeness", "integrity", "silent failure"
  • Feature declared complete: Verify all layers are implemented before closing
  • Periodic review: At least once per milestone boundary
  • SCALE mode: Full audit capability available
Related skills
Installs
7
GitHub Stars
1
First Seen
Feb 28, 2026