๐Ÿšง Early access โ€” first batch gets founder pricing

Agents that run for months. Not demos that die overnight.

You've already wired Claude Code into Feishu, WeChat, Slack or Telegram โ€” bridges solved the plumbing. Then the scheduled agents start failing: lost context, double fires, zombie processes, the same mistake every morning. The Kit is the missing operations layer: battle-tested agent templates plus the playbook that keeps a real fleet reporting in every single day.

โ— Bridge-agnostic โ€” cc-connect, any bridge, bare cron โ— Plain prompts + file conventions, no SDK lock-in โ— Extracted from a real production fleet
#daily-agents
news-digest ยท 07:00
Morning brief ready โ€” 6 stories, 2 flagged as duplicates of yesterday and skipped (seen-list). Sources linked. โ˜•
You
Too much crypto. More AI infra, please.
news-digest
Logged to feedback.md โ€” crypto demoted, AI infra boosted. Future runs adjust automatically. โœ…
news-digest ยท next day, 07:00
Morning brief ready โ€” applied your feedback: 4 AI-infra stories, 0 crypto. Run journaled, lesson recorded. ๐Ÿ““
What's inside

The plumbing is free. The discipline isn't.

Free bridges give you a scheduler in ten minutes. What they don't give you is an agent that's still useful in month two. The Kit ships the five operational systems a long-running agent actually needs โ€” each as ready-to-paste prompt sections and file conventions:

๐Ÿง 

Memory protocol

Lessons, journal, and improvement files with strict append rules. The agent reads its playbook before work and logs after โ€” every run learns from the last.

๐Ÿ”

Feedback loop

Your chat replies become structured feedback that provably changes future runs โ€” likes, vetoes, and constraints all land in files the agent must consult.

๐Ÿ“Œ

State & dedup

Last-seen cursors, seen-lists, and idempotent run design. No double fires, no re-announcing yesterday's news, no losing your place after a crash.

๐Ÿ›ก๏ธ

Guardrails

Hard gates the agent can't talk itself out of: "no source, no claim", verification before completion, kill-criteria for low-quality output days.

๐Ÿฉบ

Anti-zombie ops

Missed-fire recovery, health checks, and a month-two survival checklist for the failure modes every fleet hits: silent stalls, drift, context loss.

๐Ÿ“ฆ

Templates, not theory

Agent templates extracted from production โ€” each shipped with the memory/state scaffold most "templates" leave out. Two ready today (digest, researcher); three more shipping in the founder batch.

Live fleet

Every template comes from an agent that's running right now.

The Kit isn't written from imagination โ€” each pattern is extracted from this fleet, which fires daily into a real chat workspace. A sample:

๐Ÿ“ฐ

hotnews-daily 07:00

Gathers the last 24 hours of headlines and writes a clean morning brief into the group.

running daily since Jun 7 ยท last run ok
๐Ÿ“š

anthropic-blog-daily 08:33

Picks one unread Anthropic / Claude Code post each day and pushes a deep, illustrated summary with source links.

running daily since Jun 6 ยท last run ok
๐ŸŽ“

study-coach 10:00

Pushes a daily learning drill with a recap list, tracks progress that survives restarts, and nudges you to keep the streak.

running daily since Jun 9 ยท last run ok
๐Ÿ‘€

release-watcher 09:03

Watches a creator / feed / repo for new uploads and pings only on genuinely new items โ€” never re-alerts on what you've seen.

running daily since Jun 6 ยท last run ok
๐Ÿ”Ž

research-scout 04:00

Validates one opportunity a day against โ‰ฅ2 independent sources with hard kill-criteria โ€” and reports an honest "nothing today" when nothing clears the bar.

running daily since Jun 9 ยท last run ok

+ 10 more in the fleet

Market intel, source-code study, a nightly self-improvement agent that opens PRs for review โ€” all from one prompt each.

A young but real fleet โ€” these agents have run daily since early June 2026, every fire reporting into chat, every run journaled by the same memory protocol you get in the Kit. We show what they do, not inflated uptime.
How it works

Pick a template. Drop it in. Run the playbook.

The Kit is plain markdown โ€” prompts, file scaffolds, and checklists. It rides on whatever you already run; there's nothing to install and nothing that can break:

1

Pick a template

Digest, watcher, researcher, learning coach, or self-improving agent โ€” each ships as a complete prompt plus its memory/state file scaffold.

2

Drop it into your stack

Works with cc-connect, OpenClaw, any chat bridge, or bare cron + Claude Code. If your scheduler can fire a prompt on a timer, the Kit runs on it.

3

Run the playbook

Wire the memory protocol, guardrails, and health checks. Your agent now learns from every run instead of repeating yesterday's mistake.

  kit/
    playbook/                     the ops manual
      01-memory-protocol.md         lessons ยท journal ยท improvements
      02-state-and-dedup.md         cursors ยท seen-lists ยท idempotent runs
      03-feedback-loop.md           chat replies โ†’ behavior change
      04-guardrails.md              hard gates the agent can't skip
      05-anti-zombie-ops.md         missed fires ยท stalls ยท drift
    templates/
      daily-digest/   watcher/   researcher/
      learning-coach/   self-improving/
    checklists/
      pre-flight.md   month-two-survival.md
Peek inside

Real pages, not a sales pitch.

An unedited passage from the playbook โ€” Chapter 05, Anti-Zombie Ops. This is the voice and the depth of all five chapters.

playbook / 05-anti-zombie-ops.md

Exit when you're done โ€” completion is an act, not a hope

The most expensive zombie is the one that already succeeded. When the run's contract is fulfilled โ€” output delivered, state persisted, journal appended โ€” the agent must terminate. It does not "stay available in case." A supervisor timeout reaping a finished session is not the lifecycle working; it's a bug report that says nothing told the agent to stop.

The bonus-compute trap: when a finished agent has time left and you let it keep building, that continuation is exactly where hangs happen. Put a hard deadline on it โ€” "build until T, then stop and exit" โ€” or the finished agent becomes the hung one.

Five chapters like this โ€” memory, state & dedup, feedback loops, guardrails, anti-zombie ops โ€” each distilled from real production incidents, not theory.
Founder pricing

Buy once. Your agents level up for good.

Templates
$49 one-time
  • โœ“5 agent templates โ€” 2 ready now (digest, researcher), 3 shipping in the batch
  • โœ“Memory / state file scaffolds for each template
  • โœ“Pre-flight checklist
  • โ€”Ops playbook not included
Templates โ€” notify me โ†’
FOUNDER BATCH
Full Kit
$99 one-time
  • โœ“Everything in Templates
  • โœ“Full ops playbook โ€” memory protocol, state & dedup, feedback loops, guardrails, anti-zombie ops
  • โœ“Private GitHub repo access โ€” pull updates as the fleet learns new lessons
  • โœ“Month-two survival checklist
  • โœ“Direct line for requests
Get the Full Kit โ†’
Secure checkout by Polar โ€” taxes handled, instant delivery. Not ready? Email me when v1 ships.
โœ“ Founder pricing, locked in โœ“ All future template updates โœ“ 14-day refund, no questions
FAQ

Questions worth asking before you buy.

Isn't this just prompts I could write myself?

You could โ€” after your agents fail the same way ours did. The Kit is the post-mortem: the memory, state, and guardrail conventions that survived months of real daily runs, so you skip the month-two graveyard. You're buying the failures we already paid for.

What exactly do I get?

Plain-markdown prompts plus the file scaffolds โ€” memory, state, dedup โ€” for each template, and the five-chapter ops playbook. The Full Kit is delivered as a private GitHub repo invite: clone it, drop the pieces into your own agents.

Will it work with my setup?

If your scheduler can fire a prompt on a timer, yes. Bridge-agnostic โ€” cc-connect, OpenClaw, any chat bridge, or bare cron + Claude Code. No SDK, no framework, nothing to install or lock into.

Templates or Full Kit โ€” which do I need?

Templates if you just want working agents to copy. Full Kit if you want the playbook โ€” the why behind each pattern and the ops discipline โ€” plus repo updates as the fleet learns new lessons. Most people running agents daily want the playbook.

How do updates work?

Full Kit buyers keep private repo access. When the production fleet learns a new lesson, the repo gets the fix and you git pull. You're buying the Kit's future, not a snapshot.

What if it's not for me?

14-day refund, no questions asked. If it doesn't survive contact with your fleet, reply to your receipt and get your money back.