doc-tasks-audit
Purpose
Run a single TASKS audit workflow:
-
doc-tasks-validator
-
doc-tasks-reviewer
Then emit a combined fixer-ready report.
Output Contract
Primary output:
- TASKS-NN.A_audit_report_vNNN.md
Fixer compatibility:
- doc-tasks-fixer accepts .A_ (preferred) and .R_ (legacy-compatible).
Combined Status Rules
-
PASS: validator PASS AND reviewer score >= 90 AND no blocking/manual-required issues
-
FAIL: validator FAIL OR reviewer score < 90 OR blocking/manual-required issues present
TASKS gate policy:
- Missing structural compliance, missing implementation-contract essentials, broken traceability, or unresolved manual-required findings cannot auto-pass.
Combined Report Sections
-
Summary
-
Score Calculation
-
Validator Findings
-
Reviewer Findings
-
Coverage Findings
-
TASKS Gate Findings
-
Fix Queue (auto_fixable , manual_required , blocked )
-
Recommended Next Step
Handoff Rule
If remediation needed:
-
Run doc-tasks-fixer with newest report.
-
On timestamp/version tie, prefer .A_ over .R_ .
Example
/doc-tasks-audit docs/11_TASKS/TASKS-01_scope/TASKS-01_scope.md
Version History
Version Date Changes
1.0 2026-02-27 Initial TASKS audit wrapper with validator->reviewer orchestration and combined .A_ report contract for fixer handoff
Implementation Plan Consistency (IPLAN-004)
-
Treat plan-derived outputs as valid source mode and verify intent preservation from implementation plan scope/objectives.
-
Validate upstream autopilot precedence assumption: --iplan > --ref > --prompt .
-
Flag objective/scope conflicts between plan context and artifact output as blocking issues requiring clarification.
-
Do not introduce legacy fallback paths such as docs-v2.0/00_REF .