One-click install
npx skills add https://github.com/MichaelSolati/mkai --skill story-readiness-michaelsolati
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-readiness
Source: https://github.com/MichaelSolati/mkai/tree/main/profiles/game-dev/skills/story-readiness
Command: npx skills add https://github.com/MichaelSolati/mkai --skill story-readiness-michaelsolati

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Game development teams often start implementing stories missing critical context like referenced GDD requirements, approved ADRs, or testable acceptance criteria, leading to mid-sprint design interruptions, rework, and delayed delivery. This skill eliminates that risk by performing a comprehensive readiness check before stories are assigned to developers.

Core Features & Use Cases

  • Comprehensive Readiness Checks: Validates stories against 10+ checklist items covering design completeness, architecture alignment, scope clarity, and definition of done requirements.
  • Flexible Scope Validation: Supports checking a single story file, all stories in the current sprint, or every story across all production epics.
  • Clear Verdicts with Actionable Gaps: Produces explicit READY, NEEDS WORK, or BLOCKED verdicts with specific, fixable gap descriptions for non-ready stories.
  • Use Case: A game dev team running 2-week sprints can run this skill on all planned sprint stories during planning to catch missing requirements, unresolved design questions, and dependency issues before developers start work, avoiding costly mid-sprint rework.

Quick Start

Use the story-readiness skill to validate all stories in your current game dev sprint for implementation readiness before assigning work to developers.

Frequently Asked Questions about story-readiness

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

FAQPage Schema
How do I validate game development stories for implementation readiness before a sprint?

To validate implementation readiness, check that game development story files contain referenced GDD requirements, accepted ADRs, and testable acceptance criteria. Running this validation during sprint planning produces explicit READY, NEEDS WORK, or BLOCKED verdicts with actionable gap lists.

What is story readiness validation in game development?

Story readiness validation is a comprehensive checklist process ensuring game dev stories contain complete implementation context. It verifies design completeness, architecture alignment, scope clarity, and definition of done requirements across 10+ checklist items before developers begin work.

Can I check all stories in a current game dev sprint for missing requirements?

Yes, you can check all stories in a current game dev sprint for missing requirements. The validation supports flexible scope, allowing you to validate a single story file, all current sprint stories, or every story across all production epics for missing GDD references and ADRs.

Why does my game development story get a BLOCKED status during readiness checks?

A game development story receives a BLOCKED status during readiness checks when it lacks critical implementation context such as unresolved design questions, missing GDD compliance, or dependency issues. The validation produces explicit verdicts with specific, fixable gap descriptions to resolve these blockers.

Does story readiness validation check for GDD compliance and ADR approvals?

Yes, story readiness validation explicitly checks for GDD compliance and ADR approvals. It validates that story files contain all referenced Game Design Document requirements and approved Architectural Decision Records, ensuring architecture alignment and design completeness before sprint assignment.