Audit¶
Command: /aegis-audit
Phase: Forward β optional review pass
Status: Optional
π The strict auditor¶
Read-only audit. Cross-checks requirements.md, roadmap.md, and actions.md for the active feature, reports inconsistencies with severity (CRITICAL, HIGH, MEDIUM, LOW). Never edits the audited artifacts.
What it does¶
Audit looks for contradictions, missing coverage, and traceability gaps across the three core documents of the feature: requirements (the "what"), roadmap (the "how"), and actions (the "execute"). Each finding gets a severity tag and a suggested remediation. The human resolves β Audit only reports.
Severity scale: - CRITICAL β requirement with no roadmap coverage, action contradicting roadmap - HIGH β vague action, missing dependency - MEDIUM β naming inconsistency, redundant step - LOW β cosmetic / style
What it reads¶
aegis/config/state.jsonβoutput_folder,forward_folderaegis/config/active-requirements.jsonβ current feature pointer<feature-dir>/requirements.md,roadmap.md,actions.mdaegis/runtime/hooks.ymlβbefore-auditandafter-audithooks
What it produces¶
| File | Content |
|---|---|
<feature-dir>/audit.md |
Findings list grouped by severity, each with location and suggested remediation |
When to use¶
Between /aegis-to-do and /aegis-coding, when you want a sanity check before implementing. Or after /aegis-plan if the roadmap looks fragile.
Manual invocation. Read-only β never modifies the source documents.