setup-cadences

setup-cadences is a skill for Claude Code, Codex from msolecki/founder-os. It costs 36 tokens per session (2,074 once invoked), scanned A, original, MIT.

A procedure for installing recurring work as scheduled jobs on the founder’s own computer. It supports common macOS and Linux schedulers and includes preview, backup, removal, and smoke-testing steps.

In plain words
What is it for?
Installing, previewing, backing up, removing, and testing business and portfolio schedules after the first daily brief has been completed.
Why use it?
It turns prepared recurring tasks into jobs that run automatically, so the package does not depend on someone remembering to open it. It also checks the host and scheduler before changing computer settings.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex; $skill-name invocation.

Part of the founder-os plugin — 57 skills, 13 agents, 4 hooks, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/msolecki/founder-os/setup-cadences
Any agent
npx skills add msolecki/founder-os --skill setup-cadences
Clone the repo
git clone --depth 1 https://github.com/msolecki/founder-os

Made for: Claude Code, Codex.

Or install founder-os, the plugin that ships this one along with the rest of its 57 skills, 13 agents, 4 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for setup-cadences

README.md
[![agentmods](https://agentmods.dev/badge/skills/msolecki/founder-os/setup-cadences.svg)](https://agentmods.dev/skills/msolecki/founder-os/setup-cadences)
Your own site
<a href="https://agentmods.dev/skills/msolecki/founder-os/setup-cadences"><img src="https://agentmods.dev/badge/skills/msolecki/founder-os/setup-cadences.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,074 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.02074
Opus 5 $0.00018 $0.01037
Sonnet 5 $0.00007 $0.00415
Haiku 4.5 $0.00004 $0.00207

Measured 2d ago against content hash b0ea5037d92d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

setup-cadences scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

founder-os/skills/setup-cadences/SKILL.md · 174 lines

How it starts

The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Setup Cadences

Use the packaged scripts/cadence_manager.py to preview, back up, install, remove, and smoke-test cadences. Never construct scheduler edits with sed, a shell pipeline, or string interpolation. Host state is outside the business workspace and changes only after one explicit founder confirmation.

Run this after the founder has completed their first daily-brief. On a multi-business install, run the business schedule once per active business and the portfolio schedule once when at least two businesses are active.

Inputs

  • The chosen host: claude or codex. Resolve each candidate with command -v; if both exist, ask which one should run unattended. If neither exists, stop.
  • The scheduler: launchd for a sleeping macOS laptop, persistent user systemd timers for a sleeping Linux machine, or user cron for an always-on machine. Never use sudo, /etc/crontab, or /etc/cron.d.
  • Absolute paths for the host binary, workspace, workspace parent, and ~/.founder-os/logs. Relative paths are invalid.
  • The exact registry slug, or no slug when the registry is absent. A portfolio job uses the literal slug portfolio and the portfolio workspace.
  • charter.md ## Timezone, only to report drift from the host timezone. The schedule stays in the host timezone.

WSL reports Linux but normally has no durable always-running user scheduler. If /proc/version contains microsoft, stop and explain the limitation.

Schedule

workflow when cron
/daily-brief weekdays 08:00 0 8 * * 1-5
/portfolio-review Monday 08:15, portfolio only 15 8 * * 1
/week-plan Monday 08:30 30 8 * * 1
/weekly-review Friday 16:00 0 16 * * 5
/pipeline-review Thursday 10:00 0 10 * * 4
/follow-up-sweep Friday 14:00 0 14 * * 5
/content-plan Wednesday 10:00 0 10 * * 3
/calendar-audit Friday 15:00 0 15 * * 5
/signal-check Friday 15:30 30 15 * * 5
/revenue-review first of month 09:00 0 9 1 * *
/quarterly-planning Jan/Apr/Jul/Oct first 11:00 0 11 1 1,4,7,10 *

Read the full file on GitHub · 174 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · +1 lines b0ea5037d92d
  2. 5d ago First seen · 173 lines · 36 tokens per session scan A ecbc7c71b8df

Subscribe to this mod's changes

setup-cadences is a skill published in the GitHub repository msolecki/founder-os (4 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 2,074 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.