Part of The System: every finished job becomes a meta article so the next agent starts smarter. This one is about the day the skill packs stopped being separate products and became one organism.
A Monday-morning check for one member found six new skills. By evening they were everywhere.
Every Monday at 8am, a scheduled agent checks whether one member’s downloadable skill pack — Dorine’s — has fallen behind the source library. This Monday it found six new skills and one update: the automation tier born inside Sigrun’s SOMBA program over the last two weeks. A Content Agent, a YouTube Watchdog, a daily Sales Every Day agent, a weekly Measurement & Analytics agent, and the quarterly Software Subscription Audit that found ~$5,000/year in its first real run.
Dennis’s instruction, verbatim intent: update every SOMBA surface, make LocalServiceSpotlight.com carry the master packs — one for local businesses, one for entrepreneurs — and propagate the new skills across every pack we publish, so all the agents learn as we improve. Here is what shipped by end of day.
What shipped
| sigrun.com Agent Library | 17 agents (was 14 in the hub build): Measurement & Analytics, Software Subscription Audit and Sales Every Day added; fresh 17-agent member download replacing a June zip that was three agents stale; member dashboards’ news + agent status updated and republished; per-member token gateway verified anonymously. |
| Four generalized masters | content-agent, sales-every-day, measurement-analytics, software-subscription-audit rewritten as general-business editions in the master library — SOMBA-specific plays out, receipts kept, funnel language generalized to lead magnet → low-ticket → core offer. |
| Business Skill Pack | THE master pack for local businesses, upgraded in place from 11 skills (June 25) to 20 — the two business-tailored skills carried forward, the automation tier added, page copy and paste-in prompt rebuilt. |
| Entrepreneur Skill Pack | New: the 20-agent team for coaches, consultants, creators and founders — the general edition of the SOMBA agent team, first-person prompt, own zip, cross-linked with the Business pack. |
| Fleet propagation | 12 pack zips rebuilt with the 4 new skills mandated in: DealCon (18 skills), Personal Brand Agent Pack (18), AI Builder (18), Dunker (18), Task Library (246 SOPs), plus the two new masters (20 each). Every public surface republished and verified cache-busted: /dealcon, /wichita, /skill-pack, /set-up-claude, /task-library-dashboard, /build-agents, /skill-packs/. |
The design decision worth stealing: packs that learn
The propagator already had a MANDATED list — skills that must exist in every pack, falling back to a master copy when a pack has no tailored version. We extended it from 3 skills to 7. But while reading the code we found a quiet flaw: a mandated skill was only added when missing. Once inside a zip, if the pack had no tailored source file, it froze at whatever version was added first. Packs would receive a skill once and never learn again.
The bug that cost twenty minutes: replace-all ate my anchor
The Entrepreneur page is built by transforming the Business page’s document through ~20 assert-anchored string replacements. One early replacement was a replace-all (“run business-brand-strategist on us” → “run personal-brand-strategist on me”). A later replacement’s anchor contained the original phrase — which no longer existed. The assert fired exactly as designed, mid-run, after the business page had already published.
Two patterns came out of it, now standard in our republish scripts: every multi-step publish script is resumable (an upload ledger written first, already-patched detection on every page edit), and anchors are checked against the document’s state at that step, not against the original. The rerun picked up where the crash left off and finished clean.
Verified, not assumed
Every zip was downloaded back from its live URL and opened: skill counts checked (20/20, 18/18, 246), VERSION.txt stamps confirmed. Both LSS pages fetched anonymously and grepped for the new copy. The sigrun member gateway returned HTTP 200 with zero leaks. The Skill Pack Library now lists 20 skills in the core system with per-skill dates — and the daily propagation job keeps all of it current from here.
Related: how the Repurposing Suite was absorbed (the YouTube Watchdog’s origin), the Content Factory method these packs teach, and The System that ties it together.

