story-done

story-done is a skill for Claude Code from cenconq25/claude-code-app-studio. It costs 48 tokens per session (1,648 once invoked), scanned A, original, MIT.

A completion review for a development story that checks every acceptance criterion against the implementation. An acceptance criterion is a specific condition the finished work must meet.

In plain words
What is it for?
Use it after code review to verify the implementation, record completion, and find the next story that is ready to start.
Why use it?
It catches missing evidence or deviations before the story is marked complete and ensures code review has happened.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; names the AskUserQuestion tool.

Good fit Use it after code review to verify the implementation, record completion, and find the next story that is ready to start.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cenconq25/claude-code-app-studio/story-done
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.

Any agent
npx skills add cenconq25/claude-code-app-studio --skill story-done
Clone the repo
git clone --depth 1 https://github.com/cenconq25/claude-code-app-studio

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 story-done

README.md
[![agentmods](https://agentmods.dev/badge/skills/cenconq25/claude-code-app-studio/story-done/github.svg)](https://agentmods.dev/skills/cenconq25/claude-code-app-studio/story-done)
Your own site
<a href="https://agentmods.dev/skills/cenconq25/claude-code-app-studio/story-done"><img src="https://agentmods.dev/badge/skills/cenconq25/claude-code-app-studio/story-done/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 story-done

Your own site · 80×15
<a href="https://agentmods.dev/skills/cenconq25/claude-code-app-studio/story-done"><img src="https://agentmods.dev/badge/skills/cenconq25/claude-code-app-studio/story-done.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,648 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.
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.00048 $0.01648
Opus 5 $0.00024 $0.00824
Sonnet 5 $0.00010 $0.00330
Haiku 4.5 $0.00005 $0.00165

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

Security

Grade A, and why

story-done 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.

.claude/skills/story-done/SKILL.md · 212 lines

How it starts

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

Story Done

The closing gate of the per-story loop. Reads the story, audits each acceptance criterion against the actual implementation, ensures evidence is in place, prompts a code review if one is missing, then transitions Status to Complete and points the user at the next ready story.


Phase 1: Resolve the Story

If a path is supplied, use it. Otherwise consult production/session-state/active.md for an active story, or glob production/epics/**/*.md and ask the user which one.

Stop and warn if the story file does not exist.


Phase 2: Read Story + Implementation Files

Pull these from the story:

  • Story ID, Title, Layer, Type
  • TR-ID and Governing ADR
  • Acceptance Criteria (every checkbox)
  • Implementation Notes
  • Test Evidence path
  • Out of Scope list
  • Status (must be In Progress or In Review; if already Complete, ask the user whether to re-verify)

Glob the most recent edits to src/ to find files modified for this story. Cross-reference with the session state file. Read each modified file.

If a Test Evidence path is specified, read the test file. If absent for a Logic or Integration story, this is a hard blocker (see Phase 5).


Phase 3: Verify Each Acceptance Criterion

Walk every AC checkbox in order. For each:

Story Type Verification method
Logic Locate test function(s) covering the AC; confirm assertions match the AC text; confirm CI run was green.
Integration Locate integration test or documented playtest evidence; confirm the cross-system interaction is exercised.
Visual/Feel Ask the user via AskUserQuestion for sign-off; require an attached screenshot or screen recording in production/qa/evidence/.
UI Ask the user to walk through the flow on a device; require an evidence note or attached screenshot.
Config/Data Confirm a smoke check report exists (production/qa/smoke-[date].md) and the values shipped match the story.

Mark each AC one of: VERIFIED, DEFERRED (Visual/Feel awaiting user confirmation), MISSING EVIDENCE, or FAILED.

Read the full file on GitHub · 212 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. 6d ago First seen · 212 lines · 48 tokens per session scan A 432a563c4a09

Subscribe to this mod's changes

story-done is a skill published in the GitHub repository cenconq25/claude-code-app-studio (40 stars, last pushed 4mo ago), licensed MIT. It adds 48 tokens to every session and 1,648 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-09-03.