story-done

Validate acceptance criteria, document GDD/ADR deviations, prompt code review, and update story status to Complete.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dawn840705/claude-code-game-studios --skill story-done-dawn840705
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-done
Source: https://github.com/dawn840705/claude-code-game-studios/tree/main/skills/story-done
Command: npx skills add https://github.com/dawn840705/claude-code-game-studios --skill story-done-dawn840705

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-of-story completion review ensures that stories are closed properly by validating acceptance criteria, documenting deviations (GDD/ADR), prompting code review, and updating the story status to Complete while surfacing the next ready story.

Core Features & Use Cases

  • Verifies every acceptance criterion against the implementation and ensures deviations are explicit rather than silently introduced.
  • Prompts for code review where needed and updates the story file status to reflect actual completion.
  • Surfaces the next ready story from the sprint to keep the team momentum going.

Quick Start

Run story-done with the path to the target story file to verify acceptance criteria and mark the story as Complete.

Frequently Asked Questions about story-done

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

FAQPage Schema
How do I validate acceptance criteria before updating story status to complete?

Validating acceptance criteria before updating story status to complete involves verifying every criterion against the implementation and ensuring any GDD or ADR deviations are explicitly documented rather than silently introduced. This creates a traceable completion record.

What is end-of-story completion review in a sprint workflow?

End-of-story completion review is the process of closing stories properly by validating acceptance criteria, documenting deviations, prompting code review, and updating the story file status to Complete while surfacing the next ready story to maintain sprint momentum.

How do I document GDD and ADR deviations during story completion?

Documenting GDD and ADR deviations during story completion requires gathering implementation details and making any deviations from acceptance criteria explicit in the completion record, producing a completion note ready for inclusion in the sprint log.

Can I surface the next ready story automatically after marking a story as complete?

Yes, surfacing the next ready story automatically after marking a story as complete is supported. The workflow locates the active story, gathers implementation details, updates the status to Complete, and then surfaces the next ready story to keep team momentum going.

What is the best way to prompt for code review during story completion?

The best way to prompt for code review during story completion is to integrate it into the end-of-story workflow, prompting for review where needed while simultaneously validating acceptance criteria and updating the story file status to reflect actual completion.

Why does my story completion process lack traceability across the sprint log?

Your story completion process lacks traceability if deviations are silently introduced without documenting GDD or ADR changes. Automating the completion workflow produces a complete, traceable completion record and a completion note ready for inclusion in the sprint log.