story-done

Validate acceptance criteria, surface next sprint item, and update story status.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill story-done-lordkuper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-done
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/story-done
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill story-done-lordkuper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill closes the loop between design and implementation. It ensures every acceptance criterion is verified before the story is marked done, GDD and ADR deviations are explicitly documented, code review is prompted, and the story file reflects actual completion status.

Core Features & Use Cases

  • Automatic Verification of Acceptance Criteria: Automatically check that each criterion has evidence or is confirmed through automated means.
  • Deviation Documentation: Surface and surface ADR/GDD deviations rather than hiding them.
  • Code-Review Prompting: Trigger a lead programmer review when implementation exists.
  • Status Update & Next Story Surfacing: Update the sprint state and surface the next ready story.

Quick Start

Run story-done on a completed story file to complete the workflow and surface the next ready story.

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 marking an agile story as complete?

Documenting GDD and ADR deviations during story completion involves surfacing and explicitly recording any misalignment between the implementation and the current architecture rules. The skill surfaces these deviations rather than hiding them, ensuring design and implementation stay synchronized.

How do I prompt a code review automatically when a story is done?

Prompting a code review when a story is done is triggered automatically when implementation exists. The skill detects completed implementation within the agile workflow and prompts a lead programmer review as part of the end-to-end completion gate process.

What's the best way to surface the next ready sprint item after completing a story?

Surfacing the next ready sprint item after story completion is handled by updating the sprint state and automatically identifying the next ready story. The skill completes the current workflow and immediately presents the next actionable item for the sprint.

Do I need architecture references to verify agile story completion?

Architecture references are required to verify agile story completion and check alignment with current rules. The skill needs both the story file and architecture references to validate the story against GDD and ADR standards and surface a completion-ready report.

Can I use automated QA gates across design and development for sprint stories?

Automated QA gates across design and development for sprint stories are supported through the end-to-end completion gate. The skill applies verification across design, development, and QA gates to ensure every acceptance criterion is met before the story is marked complete.