Overview
Perform a diagnostic health check across all ArcKit projects to identify governance artifacts that need attention — stale data, forgotten decisions, unresolved conditions, broken traceability, and version drift.When to Use
Run/arckit.health to:
- Periodic governance health audits (monthly/quarterly)
- Before major milestones or design reviews
- After team transitions to identify forgotten artifacts
- Troubleshoot traceability gaps
Usage
Detection Rules
| Rule | Severity | Threshold |
|---|---|---|
| STALE-RSCH | HIGH | Research documents >6 months old |
| FORGOTTEN-ADR | HIGH | ADR status “Proposed” for >30 days |
| UNRESOLVED-COND | HIGH | Review conditions without resolution |
| ORPHAN-ARTIFACT | MEDIUM | Artifacts not referenced in traceability |
| MISSING-TRAC | MEDIUM | Projects without traceability matrix |
| VERSION-DRIFT | LOW | Multiple artifact versions without changelog |
| STALE-VENDOR | LOW | Vendor proposals >6 months old |
Output Format
The command displays:- Health Score (0-100%)
- Summary Statistics (total artifacts, findings by severity)
- Detailed Findings with:
- Severity level (🔴 HIGH / 🟠 MEDIUM / 🟡 LOW)
- Affected artifact path
- Issue description
- Suggested remediation
What It Does NOT Do
This command does NOT modify any project files. It is purely diagnostic. You must manually address the findings.
Related Commands
Analyze
Comprehensive governance quality analysis
Traceability
Generate requirements traceability matrix
Story
Generate project story with timeline