story-done

Validate Story acceptance criteria against GDD and ADR references.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/brand6/Claude-Code-Game-Studios-zh-auto --skill story-done-brand6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-done
Source: https://github.com/brand6/Claude-Code-Game-Studios-zh-auto/tree/main/.claude/skills/story-done
Command: npx skills add https://github.com/brand6/Claude-Code-Game-Studios-zh-auto --skill story-done-brand6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Story 完成时的验收闭环。读取 Story 文件,逐项验证验收标准是否已实现,记录 GDD/ADR 偏差,提示代码评审,将 Story 状态更新为 Complete,并推荐下一个就绪 Story。

Core Features & Use Cases

  • 自动逐项验收检查:读取 Story、GDD/ADR、验收标准,并输出完成状态与下一个目标。
  • 过程化的验证路径:可选择自动验证、人工验证、以及测试证据追溯。
  • 产出完成报告与下一步建议,便于团队快速推进。

Quick Start

在完成一个 Story 的实现后运行本技能以执行验收并更新状态,输出完成结果与下一个就绪 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 are met before closing a user story?

Automated story validation reads the story file and cross-checks each acceptance criterion against GDD and ADR references. It outputs a completion status, logs architectural deviations, and recommends the next ready story.

What is a GDD and ADR alignment check in story management?

GDD and ADR alignment checks ensure implemented features match the Game Design Document and Architecture Decision Records. The process validates story acceptance criteria against these reference documents to detect design or architectural deviations during the closure phase.

How do I automate release notes generation from completed stories?

Automating release notes from completed stories uses a completion notes summary generated during the acceptance review. The workflow validates story completion, records GDD/ADR deviations, and outputs a structured summary for downstream release reporting.

Does story-done work with manual QA review workflows?

Story validation supports manual QA review workflows by offering configurable verification paths. Users can select automated validation, manual human verification, or test evidence traceability to close the story loop according to their specific process.

How do I find the next ready story after closing the current one?

Finding the next ready story after closure is handled by loading manifest metadata during the completion check. The workflow outputs a completed status for the current story and automatically recommends the next target story to accelerate team progress.

When should I not use automated acceptance criteria validation?

Automated acceptance criteria validation should be bypassed when a story lacks defined criteria or GDD/ADR reference documents. Teams should rely on manual verification paths when test evidence traceability is required but unavailable in the current workflow.