story-readiness

Validate story files against GDD, ADR, and acceptance criteria for readiness verdicts.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/solace-ill/vector-flow --skill story-readiness-solace-ill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: story-readiness
Source: https://github.com/solace-ill/vector-flow/tree/main/.claude/skills/story-readiness
Command: npx skills add https://github.com/solace-ill/vector-flow --skill story-readiness-solace-ill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates that a story file is implementation-ready by verifying embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and absence of open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is story X ready to implement'.

Core Features & Use Cases

  • GDD referenced: The story includes a design/gdd/ path and quotes a specific requirement or rule from that GDD — not just the GDD filename.
  • ADR & TR checks: The story references ADRs and TR-IDs and validates their status against loaded registries.
  • Manifest & scope validation: Checks Manifest Version, engine notes, and scope boundaries; flags outdated manifest rules when present.
  • Verdict reporting: Outputs a per-story verdict along with a concrete list of gaps for any non-ready stories.
  • Use Case: Example: a backlog story is ready for readiness verification before sprint planning.

Quick Start

Validate a story file or set of stories to receive a verdict and the gaps to resolve.

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 is ready for implementation?▼

To check if a story is implementation-ready, validate its embedded GDD requirements, ADR references, engine notes, and acceptance criteria. This verifies machine-checkable items like TR-ID validity and manifest version, returning a READY, NEEDS WORK, or BLOCKED verdict with specific gaps.

What is story readiness validation for sprint planning?▼

Story readiness validation is the process of verifying a backlog story has clear GDD references, valid ADR status, and no open design questions before sprint planning. It outputs a structured verdict and explicit remediation guidance for any non-ready stories.

How do I validate ADR references and TR-ID status in a story file?▼

Validate ADR references and TR-ID status by loading reference registries and checking them against the story file. This confirms ADR status, TR-ID validity, and manifest version, flagging outdated manifest rules when present to ensure the story is implementation-ready.

Can I verify readiness for an entire sprint or all stories in production at once?▼

You can verify readiness for an entire sprint or all stories in production by loading reference documents once. The validation applies to individual stories or entire scopes, reporting a per-story verdict with concrete gaps for any stories that need work.

What does a BLOCKED story readiness verdict mean?▼

A BLOCKED story readiness verdict means the story lacks critical implementation prerequisites like GDD requirements, valid ADR references, or clear acceptance criteria. The validation provides a structured verdict with explicit remediation guidance to resolve the identified gaps.

Why does my story file fail readiness checks for missing GDD requirements?▼

Your story file fails readiness checks for missing GDD requirements if it lacks a design/gdd/ path or does not quote a specific requirement from that GDD. The validator requires a specific rule reference, not just the GDD filename, to pass.