story-done

Verify story completion against design documents and update status.

Updated May 24, 2026
One-click install
npx skills add https://github.com/LeKay/ai-game --skill story-done-lekay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-done
Source: https://github.com/LeKay/ai-game/tree/main/.claude/skills/story-done
Command: npx skills add https://github.com/LeKay/ai-game --skill story-done-lekay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures the quality of story completion by reviewing and verifying implementation against design documents, prompting code review, and managing the story's status, providing a streamlined workflow for game development.

Core Features & Use Cases

  • End-of-Story Review: Reads the story file, verifies acceptance criteria, checks for GDD/ADR deviations, prompts code review, and updates story status.
  • Review Modes: Full, Lean, and Solo modes for different levels of review depth.
  • QA Coverage and Code Review: Ensures test coverage and leads code reviews to maintain quality standards.

Quick Start

Run the 'story-done' skill on the story file at the end of implementation: /story-done [story-file-path]

Frequently Asked Questions about story-done

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

FAQPage Schema
How do I verify story completion against design documents in game development?

To verify story completion against design documents, the skill reads your story file, checks acceptance criteria, identifies GDD/ADR deviations, and updates the story status to ensure quality assurance.

Can I run different levels of code review for story completion verification?

Yes, you can run different levels of code review for story completion verification using Full, Lean, and Solo review modes to handle varying review depths and integrate with QA processes.

Do I need Python to automate story completion checks against GDD?

Yes, you need Python installed to automate story completion checks against GDD, as the skill requires Python scripts for automation while handling manual verification for certain criteria.

What is the best way to manage game development flow and story status updates?

The best way to manage game development flow and story status updates is to run the skill on your story file at the end of implementation to prompt code review and verify acceptance criteria.

Does story completion verification work with PDF design documents?

Yes, story completion verification works with PDF design documents by utilizing pypdf, pdfplumber, and pdf2image dependencies to read and process the design files during the review.

When should I not use full review mode for story completion?

You should not use full review mode for story completion when you need a faster turnaround, as Lean and Solo modes provide a lighter verification process for different review depths.