
Dennis asked for one thing in Basecamp: make sure every vertical site has a Dollar a Day guide and PDF, gather every success story into the central hub, and make it all agentic. One Claude session later: ten industry-skinned PDF guides, twelve live pages across eight WordPress sites, the definitive article extended with an agent-era update, and the example library grown to 108. Every deliverable is linked below.
Start With the Assignment
The Basecamp thread “Skin Dollar a Day Guide and Presentation” has run since 2023 — human designers skinning the master deck for Service Legend, Better Wealth, ChiroRevenue, Growzillas. Dennis’s new instruction: keep skinning, but make it agentic. Each vertical site needs an article and a PDF that meet the article guidelines — helpful, real images, lots of stories — with blitzmetrics.com/dad as the master inventory, and everything propagated to the industry sites.
Source material: the Basecamp thread, the definitive article standard, the meta-article process, the Vertical Spotlight Playbook, and 508 existing Dollar-a-Day posts on this site.
Walk the Build, Step by Step
| Step | What happened |
|---|---|
| 1 · Ingest | Read the Basecamp thread and its 2023 predecessor — the skinning history, naming conventions ({brand}_dollar_a_day_guide_v{x}), and the guide↔presentation pairing rule. |
| 2 · Inventory | Queried the WordPress REST API: 508 posts mention Dollar a Day; 46 curated (title-matched + tagged); found the existing hub (/dad, 63KB) and the 99 Killer Examples library (90KB) — so the job was to extend, never to compete. |
| 3 · Audit the fleet | Probed all seven vertical Spotlight sites: dunk/HVAC/roof had Dollar a Day pages but zero PDFs; pest/legal/AI-builder had none; Local Service Spotlight had neither page nor plumbing/landscaping editions. |
| 4 · Generate | Wrote one config-driven Python builder (mirroring the pattern behind the Spotlight audit walls): ten PDF guides — master, dunkers, HVAC, roofing, pest control, law firms, AI builders, local services, plumbing, landscaping — each with that trade’s hooks, capture lists, seasonality, and real linked stories. |
| 5 · Upload | Pushed each PDF + cover PNG into its own site’s media library through the logged-in browser (file-upload bridge → REST media endpoint with a fresh nonce). Never link a file we don’t host. |
| 6 · Publish | Created six new pages (pest, legal, AI builder, LSS master + plumbing + landscaping) and surgically appended a stories-and-PDF block to the three existing pages — single-line HTML, inline styles, wp:html blocks. |
| 7 · Fix infrastructure | Two fresh sites still ran plain permalinks — enabled Post-name permalinks so /dollar-a-day/ resolves (the documented go-live step). |
| 8 · Update the hub | Extended /dad with the 2026 agent-era section, the nine vertical editions, the master PDF, and the newest stories; extended 99 Killer Examples to 108. |
| 9 · QA | Re-fetched every published URL cache-busted, verified PDFs return 200, images render, and links resolve. Then wrote this meta-article. |
Show the Critical Decisions
- Extend, don’t duplicate. The hub and the examples library already existed. A less careful run would have minted a shiny new “Dollar a Day Hub” page — content vandalism against our own SEO tree. Everything new links up to /dad.
- Route around the dead fleet token. The BlitzAdmin API token was revoked server-side and 0 of 198 fleet sites have Application Passwords. Instead of stalling, publishing ran through the logged-in Chrome sessions per site — the same documented path the Spotlight go-live used.
- robots.txt as the upload beachhead. The Spotlight themes’ animated homepages never reach network-idle, which froze uploads. Static robots.txt on each domain gave a scriptless same-origin document where the file bridge and REST calls run clean.
- One builder, ten skins. Ten hand-written guides would drift apart on the next update. One master template + per-industry config blocks means changing the strategy once updates every edition — the same architecture as the Spotlight audit-wall generators.
- Homeless verticals got a home, not a delay. Plumbing and landscaping have no domains yet (landscaperspotlight.com is parked; plumberspotlight.com unregistered), so their editions live on Local Service Spotlight at dedicated slugs — ready to migrate the day the domains go live.
Count the Cost, Honestly
Estimates at Claude Opus-class list pricing ($5/M input, $25/M output), against a $60/hr human benchmark for research-plus-writing-plus-publishing work:
| Task | Agent time | Human time | Agent cost | Human cost ($60/hr) |
|---|---|---|---|---|
| Basecamp + guidelines + fleet research | ~12 min | 5–7 hrs | ~$1.80 | $300–$420 |
| Story inventory (508 posts → 46 curated) | ~6 min | 3–4 hrs | ~$0.90 | $180–$240 |
| Writing 10 industry guides | ~15 min | 18–22 hrs | ~$2.60 | $1,080–$1,320 |
| PDF design + generation + covers | ~5 min | 6–8 hrs | ~$0.40 | $360–$480 |
| Publishing 12 pages + 20 media files on 8 sites | ~25 min | 4–6 hrs | ~$1.20 | $240–$360 |
| Hub updates + this meta-article + QA | ~15 min | 3–4 hrs | ~$1.10 | $180–$240 |
| TOTAL | ~78 min | 39–51 hrs | ~$8 | $2,340–$3,060 |
Proof ledger: Verified — every URL, page ID, and media ID in this article was re-fetched live after publishing; the PDFs return HTTP 200 from their own hosts. Self-reported — token counts and dollar costs are estimates (the session doesn’t expose an exact meter); human-time comparisons use the 2023 skinning thread as the baseline, where one deck revision cycle ran days, not minutes.
Say What the Agent Could and Could Not Do
| Handled autonomously | Needed (or still needs) a human |
|---|---|
| All research, inventory, writing, PDF generation, uploads, publishing, permalink fixes, QA, and this documentation | Dennis’s logged-in WordPress sessions — the agent never touches passwords |
| Surgical appends that preserved existing page content and slugs | Log in to app.blitzadmin.com so future runs can use the fleet API (token dead; 0/198 sites have Application Passwords — run provision-fleet-app-passwords.sh once to fix forever) |
| Cross-linking every edition up to /dad and sideways to its sisters | Register plumberspotlight.com / point landscaperspotlight.com if those verticals should get standalone sites |
| Real visuals — PDF cover renders, no stock images anywhere | Ad spend itself: agents propose the boosts; Dennis approves the dollars |
Tally the Ingestion
1 Basecamp thread (two generations), 5 governing documents (~30,000 words: definitive-article standard, blog posting guidelines + skill file, meta-article process, Vertical Spotlight Playbook), 508 posts scanned, 46 curated into the story library, 8 sites probed and published to, 3 existing vertical pages read and extended, ~15 project files from the operations folder. External web searches: zero — every ingredient was first-party.
Score the Guidelines Compliance
| Guideline | Status | Notes |
|---|---|---|
| Hook opens with specific person/situation | PASS | Opens on Dennis’s Basecamp ask |
| Written in correct voice (third person, company site) | PASS | |
| Short paragraphs, active voice, no AI fluff | PASS | Checked against the banned list |
| Title under 60 characters | PASS | 55 characters |
| H2 structure, verb-first | PASS | |
| Internal links to BlitzMetrics content | PASS | /dad, 99 examples, guidelines, content factory |
| Entity links follow the decision tree | PASS | Network sites linked to their own domains |
| No stock images | PASS | Only real artifacts: the PDF cover render |
| Featured image from real work product | PASS | Master guide cover (media 108731) |
| Categories and tags set | PASS | Content Factory categories via REST |
| RankMath SEO metadata | PARTIAL | Meta description submitted via REST; verify in RankMath UI |
| Source video embedded | NEEDS HUMAN | No video exists for this run — N/A or add a Loom |
| Specific CTA tied to content | PASS | Deliverable block below |
See the Actual Deliverable

Every edition, live now:
- Dunkers · HVAC · Roofing · Pest Control · Law Firms · AI Builders · Local Services · Plumbing · Landscaping
The rules, the week-one calendar, the budget math, and the agent workflow — plus nine industry editions, each hosted on its own Spotlight site.
Download the Master Guide (PDF) →Read the Definitive Article →