story-done

Audit a story against acceptance criteria and verify implementation evidence before marking it Complete.

39|6|Updated May 3, 2026
One-click install
npx skills add https://github.com/cenconq25/claude-code-app-studio --skill story-done-cenconq25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-done
Source: https://github.com/cenconq25/claude-code-app-studio/tree/main/.claude/skills/story-done
Command: npx skills add https://github.com/cenconq25/claude-code-app-studio --skill story-done-cenconq25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Story Done skill closes the per-story loop by auditing the story against its acceptance criteria, verifying evidence, and prompting for a code review before marking the story Complete and guiding the user to the next ready story.

Core Features & Use Cases

  • Verifies every Acceptance Criterion (AC) for a story by cross-checking implementation, tests, and evidence.
  • Automates gating decisions: prompts for code-review if missing, updates story status to Complete, and surfaces the next ready story.
  • Ensures traceability by updating the session state and reflecting status changes in production artifacts, including next-ready story discovery.

Quick Start

Supply the story path or use the active story, then run story-done to close the gate.

Frequently Asked Questions about story-done

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify acceptance criteria before closing a story for release?

Auditing acceptance criteria involves cross-checking implementation, tests, and evidence paths to ensure every condition is met before a story is marked Complete. The skill automates this verification across Logic, Integration, Visual, UI, and Config stories.

What is the best way to automate code-review gating for story completion?

Automating code-review gating enforces status checks, verifies evidence paths, and prompts for required code-review actions before updating the session state. This prevents stories from closing until all gating rules are satisfied.

How do I enforce release gating rules across different story types?

Release gating rules are enforced by checking status, evidence paths, and required code-review actions across Logic, Integration, Visual/Feel, UI, and Config/Data stories. The story status updates only when all gating conditions pass.

Can I surface the next ready story automatically after closing the current one?

Yes, you can surface the next ready story automatically after closing the current one. The session state updates upon completion to reflect status changes in production artifacts and immediately discover the next ready story.

Do I need to supply a story path manually to run story completion checks?

You do not need to supply a story path manually to run story completion checks. You can supply the story path explicitly, or the skill will automatically use the active story to close the gate.