draft

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

A read-only writing helper that gathers project records and asks the host AI to draft release announcements or handoff documents. A handoff document explains ongoing work and key context to the next person responsible.

In plain words
What is it for?
Use it to prepare release announcements, release-note drafts, and handoff documents. It returns text only and does not save or publish it.
Why use it?
It saves you from collecting decisions, changes, tasks, and background information manually before writing internal documents.

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/draft
Any agent
npx skills add ozzy-labs/suasor --skill draft
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 draft

README.md
[![agentmods](https://agentmods.dev/badge/skills/ozzy-labs/suasor/draft.svg)](https://agentmods.dev/skills/ozzy-labs/suasor/draft)
Your own site
<a href="https://agentmods.dev/skills/ozzy-labs/suasor/draft"><img src="https://agentmods.dev/badge/skills/ozzy-labs/suasor/draft.svg" alt="Measured on agentmods" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,061 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.00102 $0.01061
Opus 5 $0.00051 $0.00531
Sonnet 5 $0.00020 $0.00212
Haiku 4.5 $0.00010 $0.00106

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

Security

Grade A, and why

draft 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/draft/SKILL.md · 63 lines

What it actually says

draft

read-only な下書きの単一入口(ADR-0046)。kind で何を書くかを決める。text を返すだけで persist も外部投稿もしない

以前は announcement-drafthandoff-draft に分かれていたが、どちらも「取り込み済みの材料を集めてホスト LLM が文章を組む」で、違うのは集める材料と tone だけだった。

write(HITL)系の下書きは統合対象外 — 返信下書きは reply-draft、計画は plan-draft。read と write を 1 本にすると承認境界が壊れる(ADR-0004 / ADR-0046 決定 1)。

いつ発火するか

言いかた kind
「リリース告知文書いて」「announcement 作って」「release notes 草案」「お知らせ案ほしい」 announcement
「引き継ぎ書作って」「handoff 書く」「後任向け資料まとめて」「業務引継メモほしい」 handoff

返信ではない「リリースノートの下書き作って」の類もここが受ける。特定メッセージへの返信の下書きだけが reply-draft(HITL)。

何をするか(MCP tool flow)

すべて read tool(ADR-0004)。

kind=announcement

  1. decision.listrecordedAfter = 前回リリース以降)で「決まったこと」を引く
  2. search で関連する変更 context を補う
  3. brief で対象期間の動きを取る
  4. ホスト LLM が告知 tone(読み手は社外・他チーム。内輪の未完事項は出さない)で text を構成する

kind=handoff

  1. task.liststate=in_progress)で進行中の作業を引く
  2. decision.list でその領域の決定を引く
  3. graph.related / search で各作業の背景 source を辿る
  4. ホスト LLM が引き継ぎ tone(読み手は後任。前提・未決事項・連絡先を明示)で text を構成する

制約

  • text-only。persist しない・propose 経路を持たない・外部 SaaS に投稿しない(ユーザーが手で貼る)
  • 文章の生成はホスト LLM 側。本 skill は材料の集め方のみを定める(ADR-0006
  • 材料が薄いときは「材料が足りない」と言う。埋めるために推測で書かない
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 · 63 lines · 102 tokens per session scan A b4cd5b82e630

Subscribe to this mod's changes

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