Quality Assurance
Purpose: Catch commission errors (wrong claims) and omission errors (missing content) in the bundle before writing, and drift errors (rewrite diverged from bundle) after writing — via independent re-querying of the source, never by checking the bundle against itself.
When to use: Always, between deep-read and audience-first-writing — the second strategy in the fixed pipeline sequence (see paper-reading/ENTRY.md).
Available Tactics
dual-gate-verification— the only tactic in v1 (exhaustive strict path).lightweight-spot-check(sampled) andhuman-in-loop(high-stakes) are deferred to v2.
Execution Guidance
Invoke dual-gate-verification directly. There is no tactic-selection decision in v1 since only one tactic exists.
Failure Routing
See failure-routing sop — this strategy never proceeds past a detected precision or recall failure; it always routes back to deep-read first.