story-done

Verify story completion by checking acceptance criteria, design compliance, and test evidence.

14|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill story-done-euraika-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-done
Source: https://github.com/Euraika-Labs/Codex-Code-Game-Studios/tree/main/.agents/skills/story-done
Command: npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill story-done-euraika-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need a reliable way to finalize a story by ensuring all acceptance criteria are met, documentation is up‑to‑date, and the story status is correctly set, while also identifying the next ready story.

Core Features & Use Cases

  • Acceptance criteria verification: automatically checks file existence, tests, and prompts for manual checks.
  • Design compliance: cross‑checks GDD requirements, ADR constraints, and manifest version.
  • Test evidence enforcement: ensures required unit or integration tests and evidence documents exist.
  • Code review gating: optionally runs a lead‑programmer review before completion.
  • Sprint progression: updates story status and surfaces the next ready story in the sprint.

Quick Start

Run the story‑done skill on the current sprint story to verify completion and move to the next task.

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 and check acceptance criteria for a sprint task?

Verify story completion by automatically checking file existence, running test suites, and prompting for manual confirmations against defined acceptance criteria. This ensures all requirements are met before finalizing the active sprint story.

What is the best way to enforce test evidence and design compliance before finalizing a story?

Enforce test evidence and design compliance by cross-checking GDD requirements, ADR constraints, and manifest versions. This process ensures required unit or integration tests and evidence documents exist before marking the story done.

How does code review gating work when finalizing a sprint story?

Code review gating optionally runs a lead-programmer review before story completion. This step acts as a final verification barrier to ensure code quality standards are met before updating the story status and session state.

Do I need GDD and ADR documents to verify story completion?

Yes, verifying story completion requires access to story files, GDD/ADR documents, and test suites. These documents provide the necessary acceptance criteria and design constraints required to validate the active sprint story.

How to update story status and queue the next ready task in a sprint?

Update story status and queue the next ready task by running the sprint progression checks. This automatically finalizes the current story and surfaces the next ready story in the sprint while updating the session state.

What happens if required test evidence is missing during story verification?

If required test evidence is missing, story verification fails the automatic checks and prompts for manual confirmations. This prevents the story status from being updated until all required evidence documents exist.