bmad-check-implementation-readiness

Validate PRD, UX, architecture, epics, and stories completeness before Phase 4.

Updated May 17, 2026
One-click install
npx skills add https://github.com/thuantan2060/facebook-sale-tracking --skill bmad-check-implementation-readiness-thuantan2060
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-check-implementation-readiness
Source: https://github.com/thuantan2060/facebook-sale-tracking/tree/main/.agents/skills/bmad-check-implementation-readiness
Command: npx skills add https://github.com/thuantan2060/facebook-sale-tracking --skill bmad-check-implementation-readiness-thuantan2060

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) components.

What problem does it solve?

It prevents wasted engineering time by verifying that your PRD, UX, architecture, and epics/stories are complete and aligned before Phase 4 implementation begins.

Core Features & Use Cases

  • Requirements traceability check: Extracts Functional and Non-Functional Requirements from the PRD and validates they are covered by epics and stories.
  • UX and architecture alignment review: Confirms UX documentation exists (or warns when UX is implied but missing) and checks that UX needs align with PRD and architecture decisions.
  • Epic quality gate: Enforces epic/user-value quality and checks story independence and dependency correctness using epic/story best practices.

Quick Start

Ask the AI to “check implementation readiness” so it can produce an implementation readiness assessment report with gaps and recommendations.

Frequently Asked Questions about bmad-check-implementation-readiness

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

FAQPage Schema
How do I check implementation readiness before starting development?

To check implementation readiness, validate your PRD, UX, architecture, and epics for completeness and alignment. This extracts requirements, verifies FR-to-epic coverage, and enforces story quality to ensure confident implementation.

What is requirements traceability and how does it prevent build gaps?

Requirements traceability maps Functional and Non-Functional Requirements from your PRD directly to epics and stories. Identifying missing coverage prevents wasted engineering time by spotting planning gaps before Phase 4 implementation begins.

How do I validate UX and architecture alignment with PRD requirements?

Validate UX and architecture alignment by checking that UX documentation exists and aligns with PRD needs and architecture decisions. The readiness check warns you when UX is implied but missing from your planning docs.

Can I use Python scripts to automate epic and story quality gates?

Yes, you can use Python scripts to automate epic and story quality gates. The stepwise workflow execution enforces epic user-value quality and checks story independence and dependency correctness using best practices.

Does implementation readiness check work without complete UX documentation?

Implementation readiness check works without complete UX documentation by actively warning when UX needs are implied but missing. It still reviews available docs to confirm alignment between existing UX needs, PRD, and architecture.

When should I not use an implementation readiness check?

You should not use an implementation readiness check if you have already passed Phase 4 implementation, as it is specifically designed to validate planning completeness and requirement extraction before the build phase starts.