Agent skill
cadence
Run the operating rhythm in cadence/.
Filed under Outbound email.
From getcargohq/cargo-manifest · 4 skills · 6 · pushed 2026-09-12
What it does when it runs
Run the operating rhythm in cadence/. Use on Monday to plan the week, at the end of a day to log it, and on Friday to review the week and digest outputs into context. Writes cadence/weekly/YYYY-Www.md, cadence/log/YYYY-MM-DD.md, and cadence/carryover.md, and enforces the three-week escalation and the repetition rule.
Read from the skill and the 0 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/getcargohq/cargo-manifest.git /tmp/cargo-manifest git -C /tmp/cargo-manifest sparse-checkout set ".claude/skills/cadence" mkdir -p ~/.claude/skills/cadence cp -R "/tmp/cargo-manifest/.claude/skills/cadence/." ~/.claude/skills/cadence/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from getcargohq/cargo-manifest/blob/c8b9850b5f9cf07d5a2290dd42227e2ac128a906/.claude/skills/cadence/SKILL.md, which is licensed MIT (repository). 836 words, 5 headings.
The operating rhythm
cadence/ says what matters now. Three modes, one rhythm: plan on Monday, log
each day, review on Friday. Pick the mode from what the user asked for; if it is
ambiguous, ask rather than doing all three.
| Mode | When | Writes |
|---|---|---|
| Plan the week | Monday, or "what should this week focus on" | cadence/weekly/YYYY-Www.md |
| Log the day | End of day, or a recap of what happened | cadence/log/YYYY-MM-DD.md |
| Review the week | Friday, or "what happened recently and what did we learn" | outputs/YYYY-MM-DD-weekly-review/README.md plus context edits |
Mode: plan the week
The week is not a wish list. It is the slice of plan/ that gets done in the
next five days.
-
Read the destination.
plan/company-plan.md(the one goal, the three moves) andplan/outcomes.md(what must become true, and what each outcome becomes ininfra/). -
Read what is already in flight. Every
initiatives/*.mdwithstatus: active. Note their deadlines and unmet success criteria. -
Read what was dropped.
cadence/carryover.md. For each item, bump the week count. If an item has now slipped three weeks or more, do not re-list it as a task. Surface it as a decision: either it gets an owner and a date this week, or it gets killed and moved to Resolved with the reason. An item that keeps slipping is a decision being avoided. -
Read what just happened. The last week of
cadence/log/entries and any newoutputs/entries. What moved, what got stuck. -
Write
cadence/weekly/YYYY-Www.mdfromcadence/weekly/_template.md:- One theme. A week with two themes is two weeks pretending to be one.
- The outcomes it serves, referencing
plan/outcomes.mdby id. A week that serves no outcome needs a very good explanation. - Deals to move, with the specific next move per account.
- Shipping: what leaves the building.
- Carried over, pulled from step 3.
-
Report the plan back in chat: theme, outcomes served, and any item you escalated from carryover into a decision.
If the week's work does not ladder up to the one goal in
plan/company-plan.md, say so plainly instead of rationalizing it.
Mode: log the day
Two minutes, not a status report. The log exists so that next Monday's plan and next Friday's review are written from what actually happened rather than from memory.
-
Write
cadence/log/YYYY-MM-DD.mdfromcadence/log/_template.md:- What moved. Concrete: a call happened, a play shipped, a number changed. Not "worked on outbound".
- What is stuck. Anything that did not resolve today.
- Worth remembering. A thing you heard that might become knowledge: an objection, a signal, a competitor mention, a reason a deal was won.
-
Route the stuck items. Anything under "What is stuck" that will not resolve tomorrow goes into
cadence/carryover.mdwith today's date and a week count of 1. Do not let it live only in the log, where it will be forgotten. -
Route the observations. For each item under "Worth remembering", check
context/for an existing file on the same claim:- Second independent occurrence? It clears the repetition bar. Use the
capture-feedbackskill to promote it intocontext/with the rightconfidence:level. - First occurrence? Leave it in the log. One observation is an anecdote. Say so, and do not write it into context.
- Second independent occurrence? It clears the repetition bar. Use the
Mode: review the week
outputs/ is what happened. context/ is what we know. This mode moves
learning from the first to the second, so the repo gets smarter every week.
-
Collect. List
outputs/entries from the last 7 days (directory names start with the date). Read each entry's summary. -
Summarize. Write
outputs/YYYY-MM-DD-weekly-review/README.mdwith:- What ran (plays, campaigns, research) and headline numbers.
- What worked, what failed, with evidence.
- Open questions.
-
Extract durable learning. For each finding that changes what we know, propose the matching context edit:
- A new objection heard twice or more:
context/objection/<slug>.md. - A win or loss with a clear reason: update
context/client/andcontext/proof/. - A signal that predicted a conversion:
context/signal/<slug>.md. - Messaging that outperformed: note it in the relevant
context/motion/. Apply the repetition rule: a claim goes into context after it shows up independently at least twice. Once is an anecdote.
- A new objection heard twice or more:
-
Ship. One PR: the review entry in
outputs/plus the proposed context edits. The PR description separates "observed" (outputs) from "concluded" (context changes) so reviewers can push back on conclusions.
If nothing meets the repetition bar, say so; an empty context diff is a valid review.
Rules (all three modes)
- Absolute dates and ISO week numbers (
2026-W29), never "this week". - Append-only. Never edit yesterday's log or last week's outputs entry to make it look better; add a dated addendum instead.
- Do not fabricate. If the user says "good call today", ask which account rather than inventing an outcome. If the CRM is not readable from here, ask rather than invent deals or numbers.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- operating-cadence-designer by NEON-Rutger · 48
- revenue-operating-cadence by NEON-Rutger · 48
- operating-cadence by beingsmit · 42
- cadence-manager by ekatasingh1107 · 2
- multi-channel-cadence by devangk003 · 0
Need help setting it up?
This page tells you what cadence does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.