Skip to content

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_folder
  • aegis/config/active-requirements.json β€” current feature pointer
  • <feature-dir>/requirements.md, roadmap.md, actions.md
  • aegis/runtime/hooks.yml β€” before-audit and after-audit hooks

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.

/aegis-audit

Manual invocation. Read-only β€” never modifies the source documents.