| name | auditing-progress |
| description | Use when an iteration has just finished and you need to verify behavior evidence quality in three tiers — deep evidence for current stories, impacted behavior for touched scenarios, and sentinel corpus for high-value regression detection. |
Auditing Progress
Overview
Runs after every iteration as part of the planning cycle. Verifies behavior evidence quality in three tiers using parallel adversarial review (PAR) — two paired auditor subagents evaluate the same work in parallel with competitive framing.
The audit answers: "Does durable, reusable evidence exist at the correct seam for every externally observable behavior this iteration touched?"
When to Use
Invoked by iterative-development after every running-an-iteration call, before picking the next iteration.
Audit Process
1. Partition the audit into three tiers
Read the per-epic requirement files in docs/superpowers/iterations/requirements/, docs/superpowers/iterations/behavior-scenarios.md, and docs/superpowers/iterations/behavior-corpus.md:
- Tier 1 — Deep evidence: stories marked
done:ITER-<current> and scenarios added or updated in this iteration. Audit every AC and its proof obligation thoroughly.
- Tier 2 — Impacted behavior: all existing scenarios whose owning stories had code changes in this iteration (even if those stories were completed in earlier iterations). Verify the scenarios still pass.
- Tier 3 — Sentinel corpus: all scenarios with run cadence
sentinel in the behavior corpus. Compare against the pre-iteration baseline from running-an-iteration step 3.
2. Dispatch paired auditor subagents (PAR)
Following the PAR methodology in :