Files
bluecraft/skills/agent-docs/references/audit-checklist.md
2026-04-23 01:29:16 +08:00

15 lines
918 B
Markdown

# Audit Checklist
Use this checklist for read-only audits of `AGENTS.md` and `agent-docs/`.
- Is the root `AGENTS.md` still the clear entrypoint?
- Can a maintainer tell which document to read first for each common task?
- Does any document act like a secondary router without enough reason?
- Does each rule appear to have one authoritative home?
- Does any inventory document contain policy language that should live in a rule doc?
- Does any general-purpose agent-doc mix in project-specific business rules, product instructions, or end-user documentation?
- Do key workflow docs state their edge cases and failure modes clearly enough that an agent would not have to infer them?
- Are there residual cycles or cross-links that materially increase adherence cost?
- Which findings are observed facts, and which are inferences about adherence risk?
- If there are no concrete findings, what residual risks remain?