Product Playbook Audit
Read-only companion to product-playbook. Same discovery and evidence rules.
Never write playbook Markdown, state, PDF/HTML, or findings unless the user
explicitly switches mode.
Steps
- Run bootstrap / inventory with
--check-state(add--driftfor CI exit codes). - Run bootstrap and print
intake.intake_messageverbatim (table + Correct me if I'm wrong + lettered choices with blank lines preserved). No polls for Intake. Same sources → same message. - Report Keep / Update / Add / Remove / Needs evidence — do not patch.
- Emit End Report with
Mode: audit.
Skill root scripts live two levels up: ../../scripts/.
python3 <skill-dir>/../../scripts/inventory_playbook.py "<output_dir>" \
--source "SOURCE_ID=<root>" \
--check-state --drift
Full protocol: ../../references/run-protocol.md.