commitment-chase

commitment-chase is a skill for Claude Code, Codex from ozzy-labs/suasor. It costs 202 tokens per session (1,659 once invoked), scanned A, original, MIT.

A read-only workflow for finding overdue promises that other people owe you and drafting follow-up messages. It uses a commitment ledger and traces each promise back to its source.

In plain words
What is it for?
It is for finding open, dated promises that are past their deadline, reconstructing their context, and preparing a text-only reminder draft.
Why use it?
It removes the need to search through records manually to determine who promised what and when, while leaving the message unsent for your review.

Skill for Claude CodeCodex

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/ozzy-labs/suasor/commitment-chase
Any agent
npx skills add ozzy-labs/suasor --skill commitment-chase
Clone the repo
git clone --depth 1 https://github.com/ozzy-labs/suasor

Made for: Claude Code, Codex.

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 commitment-chase

README.md
[![agentmods](https://agentmods.dev/badge/skills/ozzy-labs/suasor/commitment-chase.svg)](https://agentmods.dev/skills/ozzy-labs/suasor/commitment-chase)
Your own site
<a href="https://agentmods.dev/skills/ozzy-labs/suasor/commitment-chase"><img src="https://agentmods.dev/badge/skills/ozzy-labs/suasor/commitment-chase.svg" alt="Measured on agentmods" height="20"></a>
Per session 202 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,659 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 $0.00202 $0.01659
Opus 5 $0.00101 $0.00830
Sonnet 5 $0.00040 $0.00332
Haiku 4.5 $0.00020 $0.00166

Measured 3d ago against content hash 11a881b64746, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

commitment-chase 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 3d 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.

docs/skills/commitment-chase/SKILL.md · 49 lines

How it starts

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

commitment-chase

相手が負う約束(owed_to_me)のうち期限超過のものを surface し、催促文ドラフトを組み立てる read skill。commitment-review が「自分が負う約束の受動的な台帳管理」なのに対し、本 skill は「相手への能動的な催促」を補完する対の skill(ADR-0021 の台帳を read で合成)。新 MCP tool は不要で、既存 read tool の合成で実現する(ADR-0008 の skill 設計)。

いつ発火するか

  • 「催促して」「フォローアップしたい約束」
  • 「借りてる約束」「相手に頼んだ約束どうなった」
  • 約束を明示しない「あれどうなった」は本 skill ではなく find が受ける(ここで受けると task / トピックの進捗質問に「期限超過の約束はありません」と答えてしまう)
  • 「相手の約束で期限切れ」「貸してる約束の期限切れ」

何をするか(MCP tool flow)

すべて read tool(ADR-0004)。副作用なし・エージェント自律 OK。専用 tool は追加しない(既存合成、ADR-0008)。

  1. commitment.liststate=open, direction=owed_to_me)で相手が負う未解決の約束を引く。既定で緊急度順(期限超過が先頭・超過が長い順 → 期日が近い順 → 期日なし)で返り、各行に read 時派生の overdue が付く(#509)。超過分だけ欲しいときは overdue: true で絞る。各 commitment は title / dueDate? / person?(記録どおりの生文字列)/ personId? / personName?(person identity graph で解決した正規化人物・ADR-0022)/ updated_atADR-0021
  2. 期限超過(dueDate が現在時刻より過去)の約束をホスト側で抽出する。overdue 判定は read 時のホスト側合成(dueDate < now)で行う。dueDate を持たない約束は催促対象外(期限がないため)として別枠で軽く触れるに留める
  3. graph.related(各 commitment id 起点、direction=in)で約束の出所 source を辿り、source.get で本文を補って「誰に・何を・いつ約束してもらったか」を再構成する(provenance、ADR-0018
  4. ホスト LLM が期限超過の約束ごとに催促文ドラフトを text-only で組み立てて提示する。並び替えは不要(基線が既に緊急度順)。まとめる単位は personId(あれば) — 同一人物の Slack / GitHub 別名で記録された約束が別人として 2 通に割れないようにする。personId が無い行は生の person 文字列でまとめる。緊急度(超過日数)順に並べる

Read the full file on GitHub · 49 lines

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. 3d ago First seen · 49 lines · 0 tokens per session scan A 11a881b64746

Subscribe to this mod's changes

commitment-chase is a skill published in the GitHub repository ozzy-labs/suasor (0 stars, last pushed 24d ago), licensed MIT. It adds 202 tokens to every session and 1,659 once invoked, about $0.0010 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.

Related

Other skills, from other repositories

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

flow-next-tracker-sync

Project a flow-next spec to a tracker issue (Linear, GitHub, GitLab, Jira) and reconcile two-way. Use when asked to sync to a tracker. NOT plan-sync.

gmickel/flow-next · 44 tokens

loop

Full execution protocol for MODE: LOOP — the compound-engineering loop: brainstorm → plan → build → review → improve, iterating under defense-in-depth stop conditions with generator/critic separation, durable resumable state, and mandatory compounding learning capture. Loaded on demand by the architect when the loop…

ZaxbyHub/opencode-swarm · 72 tokens

subagent-delegation

Canonical protocol for delegating GSD work to native Antigravity subagents — when to delegate, how to invoke, workspace isolation modes, and the inline fallback for older IDE versions.

toonight/get-shit-done-for-antigravity · 42 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens