story-readiness

Validate story files for implementation readiness across specified Git repository scopes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents developers from starting implementation on under-specified or blocked stories by validating design traceability, ADR acceptance, manifest alignment, TR-ID validity, acceptance criteria testability, engine notes, dependencies, and referenced assets so work can proceed without mid-sprint design interruptions.

Core Features & Use Cases

  • Comprehensive Read-Only Checklist: Runs a multi-part readiness checklist per story and returns READY, NEEDS WORK, or BLOCKED with precise gap descriptions and fixes.
  • Flexible Scope: Validate a single story file, all stories in the current sprint, or all production epics to support pre-planning, sprint gating, and QA handoffs.
  • Repository Cross-Reference: Caches and cross-references GDD entries, ADR statuses, control manifest version, TR registry entries, sprint priorities, and asset existence to produce deterministic verdicts.
  • Director Gate Integration: Honors review modes and can spawn a QA-lead gate for full reviews while remaining strictly read-only.

Quick Start

Run $story-readiness production/epics/combat/story-001-basic-attack.md to validate that story file.

Frequently Asked Questions about story-readiness

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

FAQPage Schema
How do I check if a story file is ready for implementation?

To check story readiness, validate the story file against a multi-part checklist covering GDD references, ADR status, TR-IDs, acceptance criteria, and asset existence. This produces a READY, NEEDS WORK, or BLOCKED verdict with precise gap descriptions to prevent mid-sprint design interruptions.

What does ADR status validation mean for sprint planning?

ADR status validation for sprint planning ensures that referenced Architecture Decision Records are accepted and aligned with the control manifest. This cross-reference prevents developers from starting implementation on stories blocked by unresolved architectural decisions or manifest mismatches.

How do I validate acceptance criteria testability for a sprint?

Validate acceptance criteria testability by scanning all story files in the current sprint directory to ensure criteria are met and traceable. The readiness check returns a detailed gap list for any story failing testability requirements, producing deterministic NEEDS WORK or BLOCKED verdicts.

Can I check GDD references and asset existence across all production epics?

Yes, you can check GDD references and asset existence across all production epics by running the readiness validation on the entire production directory. It cross-references cached design entries and scans asset paths to ensure all referenced assets exist before generating comprehensive verdicts.

Does story readiness validation modify repository files?

Story readiness validation strictly preserves read-only operation and does not modify any repository files. It only reads and cross-references GDD entries, ADR statuses, control manifests, TR registries, sprint priorities, and asset paths to produce deterministic verdicts and gap lists.

Why do I need to verify TR-ID validity before starting development?

Verifying TR-ID validity before development ensures that traceability identifiers in your story files match entries in the TR registry. This prevents implementation gaps by confirming that every story is properly linked to registered technical requirements before work begins.