des-story-readiness-check

Evaluate implementation stories for development readiness and sprint commitment.

2|Updated May 20, 2026
One-click install
npx skills add https://github.com/DKSang/DES-SKILL --skill des-story-readiness-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: des-story-readiness-check
Source: https://github.com/DKSang/DES-SKILL/tree/main/skills-support/des-story-readiness-check
Command: npx skills add https://github.com/DKSang/DES-SKILL --skill des-story-readiness-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents implementation stories from being started when they lack the required clarity, acceptance criteria, test expectations, data contract/quality rules, governance/security constraints, or traceability to DES artifacts.

Core Features & Use Cases

  • Story readiness evaluation: Assesses story clarity, scope, and epic mapping before development begins.
  • Traceability and specification coverage: Verifies that each story maps to the correct DES planning and implementation artifacts by story type (ingestion, bronze, silver, gold, serving, CI/CD).
  • Safety and dependency guardrails: Flags missing or conflicting requirements (quality/contract/governance/security), unresolved dependencies, blockers, and story size problems to avoid unsafe or non-implementable work.
  • Actionable reporting and handoff: Produces a Story Readiness Report and recommends the next step for ready stories (handoff to des-dev-task-breakdown).

Quick Start

Use des-story-readiness-check to generate a story-readiness-report for the selected stories using the existing story-catalog and sprint-plan artifacts already produced by prior skills.

Frequently Asked Questions about des-story-readiness-check

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

FAQPage Schema
How do I check if implementation stories are ready for safe sprint commitment?

Story readiness evaluation assesses clarity, acceptance criteria, test expectations, and epic mapping before development begins to prevent vague stories from entering build. It verifies scope and required refinement routing for safe sprint commitment.

What is story readiness evaluation in a CI/CD pipeline?

Story readiness evaluation is a pre-development verification process that checks traceability to DES artifacts, dependency status, data contract rules, and governance security alignment. It ensures implementation stories have required clarity before entering the build phase.

How do I verify traceability and specification coverage for data pipeline stories?

Verify traceability by checking that each story maps to the correct DES planning and implementation artifacts by story type, including ingestion, bronze, silver, gold, serving, and CI/CD layers. This confirms specification coverage before development begins.

Can I flag missing data quality and governance security constraints before development starts?

Yes, safety guardrails flag missing or conflicting requirements for quality, contract, governance, and security constraints. They also identify unresolved dependencies, blockers, and story size problems to avoid unsafe or non-implementable work.

What's the best way to prevent vague user stories from entering the build phase?

Use story readiness checks to evaluate clarity, acceptance criteria, test expectations, and data contract rules before sprint planning. This produces an actionable readiness report and identifies required refinement routing for unsafe stories.

Do I need existing story catalog and sprint plan artifacts to perform a readiness check?

Yes, the readiness check requires existing story-catalog and sprint-plan artifacts already produced by prior skills. It uses these inputs to generate a comprehensive story-readiness-report for the selected implementation stories.