Automation Ledger

Creates and maintains `.agents/store-loop-ledger.md`, the state file every store loop reads and appends to, recording what each run checked, what it flagged, what changed, and which recurring patterns to stop flagging. Use before running any loop on a cadence, and whenever a loop keeps re-reporting something already dismissed. Boundary: `automation-design` specifies a new loop and its gate, whereas this skill owns the shared memory that existing loops write to between runs. `.agents/product-context.md` stores who the business is and rarely changes; this file stores what the loops have learned and changes every run. Boundary: `automation-design` writes the loop specification; this one only creates and maintains `.agents/store-loop-ledger.md`, the state file those loops read from and write back to.

sidchaudhary Updated

File contents

sidchaudhary/gtm-skills/tree/main/skills/store-automation/automation-ledger commit 39c42ba95e

Frequently asked questions

npx skillmds@latest add sidchaudhary/automation-ledger