Automation Design

Turns a recurring store question into a runnable loop specification: a cadence, an objective gate that can fail the work, a stop condition, an approval boundary, and the state file it reads. Use when the user keeps re-running the same store check by hand and wants it to run on a schedule instead. Boundary: this designs a loop that does not exist yet, and its defining output is the gate. `automation-ledger` creates and maintains the state file that loops read and append to once they are running. `marketing-automation` designs in-platform marketing and sales automation rather than an agent-side loop. Boundary: `automation-ledger` creates and maintains the shared state file that loops read and write; this one writes the loop specification itself.

sidchaudhary 9d25eef 3 files · 33.3 KB Updated

File contents

sidchaudhary/gtm-skills/tree/main/skills/store-automation/automation-design commit 9d25eeffbe

Frequently asked questions

npx skillmds@latest add sidchaudhary/automation-design