story-done

Automates story completion reviews by validating acceptance criteria and updating project management tools.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/nguyennd93/game_server_studio --skill story-done-nguyennd93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-done
Source: https://github.com/nguyennd93/game_server_studio/tree/main/.claude/skills/story-done
Command: npx skills add https://github.com/nguyennd93/game_server_studio --skill story-done-nguyennd93

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the end-of-story review process by automating the verification of acceptance criteria, checking for GDD/ADR deviations, prompting code reviews, and updating story statuses.

Core Features & Use Cases

  • Automated Acceptance Criteria Verification: Checks each acceptance criterion against the implementation to ensure the story is complete.
  • GDD/ADR Deviation Checks: Cross-references implementation against GDD/ADR requirements, flags deviations.
  • Code Review Promotion: Initiates code review to ensure quality standards are met.
  • Story Status Update: Updates story to 'Complete' once all checks pass and finalizes session state.
  • Next Story Surfaces: Identifies the next ready story in the sprint, encouraging continuous progress.

Quick Start

Run the 'story-done' skill by specifying the story file path: /story-done production/epics/core/story-damage-calculator.md

Frequently Asked Questions about story-done

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

FAQPage Schema
How do I automate agile story completion and acceptance criteria verification?

Automating agile story completion involves validating implementation against acceptance criteria, checking for documentation deviations, and prompting code reviews to ensure all story requirements are met.

What is the best way to track sprint progress and update story statuses after code review?

Tracking sprint progress and updating story statuses is handled by finalizing the story review process, which updates the story to 'Complete' once all code review and acceptance criteria checks pass.

How do I check implementation against GDD and ADR requirements during story completion?

Checking implementation against GDD and ADR requirements involves cross-referencing the code against architectural design records to automatically flag any deviations before story completion.

Can I automatically identify the next ready story in a sprint after completing the current one?

Identifying the next ready story in a sprint is supported by surfacing the next available story immediately after the current story status is updated to 'Complete'.

How do I initiate a code review process for a finished development story?

Initiating a code review for a finished development story is triggered automatically by the story completion workflow to ensure quality standards are met before finalizing sprint progress.