Audits
Step 1 of the T3 executor’s 5-step chain: audit → contract → packet → implement → verify. Each audit inventories the surface a task is about to touch — files, URLs, data, preconditions — before any design choice is made. See CLAUDE.md §6 for the chain contract.
Organization
Files are named <task-slug>-audit.md. Every Phase 0 task
(p0-*) plus every R75/R76/R77 round task has an audit artefact
in this folder. Browse the sidebar or search by task slug.
See also
- Executor Contract — the T3 contract that governs the 5-step chain.
- 5-time/task.md — task-level lifecycle.
- 5-time/round.md — round-level orchestration.
- Contracts — Step 2.
- Packets — Step 3.
- Verifications — Step 5.