story-readiness

Validate story files for completeness, references, and implementation readiness.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill validates that story files contain all necessary elements to start implementation, avoiding mid-sprint design interruptions and ambiguity.

Core Features & Use Cases

  • Story Validation: Checks for complete design documents, references to ADRs, testable acceptance criteria, and clear scope.
  • Design Completeness: Ensures all required elements for a story's success are present, from GDD requirements to acceptance criteria.
  • Use Case: Before starting work on a story, use this Skill to verify that all components are in place and ready for development.

Quick Start

Run 'story-readiness path/to/your-story.md' to check if the story is ready for implementation.

Frequently Asked Questions about story-readiness

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

FAQPage Schema
How do I validate story readiness before starting software implementation?▼

Story readiness validation checks your story files for complete design documents, ADR references, testable acceptance criteria, and clear scope. This process ensures all required elements are in place to avoid mid-sprint design interruptions and ambiguity.

What is story validation and when do I need it for project management?▼

Story validation is the process of verifying that a story file contains all necessary components for development. You need it before starting work on a story to ensure GDD requirements, ADRs, and acceptance criteria are fully met and documented.

Can I check multiple story files for implementation readiness at once?▼

Yes, you can validate multiple story files simultaneously. The skill handles multiple story files at once or checks all stories in a sprint to verify their implementation readiness collectively.

Do I need design documentation and ADR files to validate a story?▼

Yes, design documentation and ADR files are required. The validation process ensures GDD requirements are met and references to ADRs are present, meaning these prerequisite documents must exist to successfully verify story readiness.

How do I check if my sprint stories have complete acceptance criteria?▼

Run the validation process against your sprint stories to check for testable acceptance criteria. It scans all story files in the sprint to ensure every story has clear scope and defined acceptance criteria before implementation begins.