tachi: Skill for Claude Code

.claude/skills/~aod-deliver/SKILL.md

~aod-deliver is a skill for Claude Code from davidmatousek/tachi. It costs 81 tokens per session (15,396 once invoked), scanned A, original, Apache-2.0.

A delivery wrap-up workflow for a completed software feature. It checks whether the agreed work is done, records what happened, and saves lessons for future work.

In plain words
What is it for?
Use it to run a feature retrospective, record surprises and delivery metrics, create GitHub Issues for follow-up ideas, and add lessons to shared project knowledge.
Why use it?
It prevents teams from losing useful lessons after a feature ships and makes differences between expected and actual delivery time visible.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions subagents; names the AskUserQuestion tool.

This is davidmatousek/tachi's own configuration. It tells Claude Code how to work on tachi itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything tachi configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash .aod/scripts/bash/create-issue.sh \.

Reuse

Borrowing it

Nothing to install: this file belongs to davidmatousek/tachi. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/davidmatousek/tachi/main/.claude/skills/~aod-deliver/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/davidmatousek/tachi

Made for: Claude Code.

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 ~aod-deliver

README.md
[![agentmods](https://agentmods.dev/badge/skills/davidmatousek/tachi/aod-deliver/github.svg)](https://agentmods.dev/skills/davidmatousek/tachi/aod-deliver)
Your own site
<a href="https://agentmods.dev/skills/davidmatousek/tachi/aod-deliver"><img src="https://agentmods.dev/badge/skills/davidmatousek/tachi/aod-deliver/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ~aod-deliver

Your own site · 80×15
<a href="https://agentmods.dev/skills/davidmatousek/tachi/aod-deliver"><img src="https://agentmods.dev/badge/skills/davidmatousek/tachi/aod-deliver.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 15,396 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 177
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00081 $0.15396
Opus 5 $0.00041 $0.07698
Sonnet 5 $0.00016 $0.03079
Haiku 4.5 $0.00008 $0.01540

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

Security

Grade A, and why

~aod-deliver 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 6d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/skills/~aod-deliver/SKILL.md · 1,184 lines

How it starts

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

AOD Deliver Skill

Purpose

Close a completed feature with a structured retrospective that captures delivery metrics, surprises, and lessons learned. New ideas from the retrospective feed back into the Discover stage, completing the AOD Lifecycle loop.

Entry point: /aod.deliver

Prerequisites

  • A feature branch exists with completed work (typically after /aod.build [--no-security] [--no-simplify] [--no-docs])
  • .aod/spec.md exists with the feature specification
  • .aod/tasks.md exists with task definitions
  • .aod/scripts/bash/github-lifecycle.sh is available for GitHub operations

Reference-Loading Contract

Several sections of this skill are stored in on-demand reference files under .claude/skills/~aod-deliver/references/. This mirrors the ~aod-run pattern.

Trigger idiom (used at every reference load site below):

MANDATORY: You MUST use the Read tool to load references/X.md before proceeding with [task]. Do NOT rely on memory of prior [X] content. If the file cannot be read, display an error and STOP.

Fail-closed rule: If a reference file cannot be read at a gate, display an error message and STOP execution. Do not attempt to continue from memory.

Re-read rule: If more than 50 lines of interstitial output have been generated since a reference was last read, re-read it before using its content.

Reference Decision Table

Reference File Holds Load When
references/deliver-flags.md Step 0 + Step 0g (flag parse + audit log) Every run — at Step 0
references/delivery-lock.md Step 0.5 (acquire lock) + Step 14 (release lock) Every run — at Step 0.5 and Step 14
references/close-and-document.md Step 12 (close issue) + Step 13 (prompt /aod.document) Every run — at Step 12
references/render-tables.md Step 11c.1 Feature-139 render tables Only when e2e_validation.status is set (E2E was entered)
references/edge-cases.md Edge Cases, Common Rationalizations, Red Flags Only when handling an edge case or checking a rationalization/red-flag

Read the full file on GitHub · 1,184 lines

Files

What ships with it

5 files 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. 6d ago First seen · 1,184 lines · 81 tokens per session scan A f084346e6884

Subscribe to this mod's changes

~aod-deliver is a skill published in the GitHub repository davidmatousek/tachi (91 stars, last pushed 27d ago), licensed Apache-2.0. It adds 81 tokens to every session and 15,396 once invoked, about $0.0004 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-09-03.

Related

Other skills, from other repositories