Auto Flow
Automation Ecosystem
Scheduled agents, interactive skills, and infrastructure at a glance
Daily Flow
What runs every day without you touching it
Weekly & Monthly
Agents that run on longer cycles
Session Workflow
How a Claude Code working session flows
The principle
Scheduled agents handle the routine. You handle the decisions. Every agent output is a PR or a dashboard update.
Scheduled Agents
Run automatically, no input needed
Interactive Skills
Invoked in Claude Code sessions
Infrastructure
Always running on Cloudflare
Daily Flow
What runs every day without you touching it
Awin + Pinterest Sync Worker
Pulls overnight Awin transactions, Pinterest analytics, and CF traffic data into D1.
Daily Briefing Agent
Queries D1 for revenue, signups, traffic, Pinterest, errors. Sends push notification to your phone.
Site Rebuild (GitHub Actions)
Cron triggers astro build + deploy to CF Pages. Picks up any new articles merged overnight.
Daily Analytics Script
Local launchd runs daily_analytics_xlsx.py. Updates docs/sable-sand-analytics.xlsx (6 sheets).
Site Health Check
Crawls sitemap, verifies every image loads correctly. Report written to docs/site-health/.
Content Refresh Scan Agent
Flags articles older than 6 months. Queries D1 for traffic prioritisation, opens PR.
Asset Generator (GitHub Actions)
Renders article videos to R2 and pings social-notify-worker when new assets land.
Infrastructure Workers
Redirect worker tracks /go/ clicks. Newsletter worker captures signups. Stripe fulfil delivers PDFs.
What you see each morning
- Push notification with revenue summary
- ops.sableandsand.com dashboard updated
- Today's brief card on Home page
- Content refresh PRs on GitHub
- Analytics Excel updated on Desktop
- Site health report (if issues found)
All of this runs before you open your laptop. Zero manual steps.
Weekly
Affiliate Performance Report
Queries D1 for Awin transactions + redirect clicks. Ranks by conversion, flags dead slots. Opens PR.
Pipeline Triage
Flags stuck items: assets_ready > 3d, ready > 3d, briefed > 7d, drafted > 5d.
Editorial Calendar Refresh
Scores 8 to 12 article ideas on 5 factors. Reads intelligence backlog + affiliate tracker.
Friday Playbook Review
Compares week actuals vs Playbook targets. Keep / drop / try recommendations.
Intelligence Scan
Scans 10 research angles. Appends findings to intelligence backlog. Opens PR.
Monthly
Editor Note Draft
AI drafts homepage "From the Editor" block. Validates against brand voice ban list. Opens PR.
Revenue Forecast
Full P and L for previous month. Protocol sales, Awin, traffic, funnel. Forecasts next month.
Strategy Review Brief
Competitive landscape, content gaps, affiliate opps. 3 month trend analysis. One screen brief.
Where outputs land
Session Workflow
How a Claude Code working session flows
/sable-coo OPEN
Start of session briefing
Work with Skills
Invoke skills for the task
/sable-coo CLOSE
Update logs and pending tasks
OPEN reads:
- memory/session-log.md (what shipped last)
- memory/pending-tasks.md (outstanding work)
- git log (recent commits)
- Latest site health report
- D1 snapshot (revenue, traffic, signups)
- Picks ONE highest value task
Common workflows:
- Write an article /sable-write-article
- Launch a Protocol /sable-launch-protocol
- Weekly newsletter /sable-newsletter
- Make pins /sable-pinterest-pin
- Check competitors /sable-competitor-watch
- Add affiliate /sable-add-affiliate-brand
- Apply to Awin /sable-awin-apply
- Revenue check /sable-revenue-report
- A/B test /sable-ab-test
CLOSE updates:
- Appends summary to session-log.md
- Updates pending-tasks.md
- Ensures nothing falls through
- Next OPEN picks up where you left off
The principle
Scheduled agents handle the routine. You handle the decisions. Every agent output is a PR or a dashboard update.