
? PLAYBOOK: Automate Everything
PLAYBOOK saves multi-step workflows as reusable templates. Do something once, replay it forever.
Creating a Playbook
You:
"Alfred, save this as a playbook called 'deploy-production'"
Alfred:
"Playbook 'deploy-production' saved with 6 steps: 1) Run tests, 2) Build assets, 3) Git commit, 4) Push to main, 5) SSH deploy, 6) Verify health check"
Running a Playbook
You:
"Alfred, run deploy-production"
Alfred:
"Running 6-step playbook... ✅ All tests passed ✅ Assets built ✅ Committed ✅ Pushed ✅ Deployed ✅ Health check OK. Deployment complete!"
Built-in Playbooks
- new-project — Initialize repo, set up CI, create README
- security-audit — Scan files, check deps, verify SSL, test XSS
- seo-complete — Meta tags, sitemap, robots.txt, schema markup
- wordpress-setup — Install, configure security, add cache plugin
- backup-everything — Full files + DB + email dump to safe storage