bmad-check-implementation-readiness

Validate PRD, UX, and architecture artifacts for implementation readiness.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill bmad-check-implementation-readiness-enigmaicon-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-check-implementation-readiness
Source: https://github.com/enigmaicon-eng/AI-Enterprise-OS/tree/main/examples/BMAD-METHOD/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness
Command: npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill bmad-check-implementation-readiness-enigmaicon-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It prevents wasted engineering effort by validating that PRD, UX, Architecture, Epics, and Stories are complete and aligned before you begin implementation in Phase 4.

Core Features & Use Cases

  • Requirements completeness validation: checks that Functional/Non-Functional requirements from the PRD are present and traceable to the epic/story plan.
  • Epic-to-requirement coverage analysis: identifies missing FR coverage by comparing extracted FRs against what epics and stories claim to cover.
  • UX and architecture alignment review: verifies whether UX documentation exists, whether it aligns with PRD, and whether architecture supports UX implications.

Quick Start

Ask the assistant to run “check implementation readiness” for your project’s Phase 4 planning artifacts, then respond to the document confirmation prompts until duplicates and missing items are resolved.

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?

Implementation readiness checks validate that PRD, UX, architecture, epics, and stories are complete and aligned before Phase 4 coding begins. You can run a readiness check by prompting the assistant to validate your artifacts and resolve any reported gaps.

How do I trace functional requirements to epics and stories?

Tracing functional requirements to epics requires extracting FRs from the PRD and comparing them against epic and story coverage. This analysis identifies missing FR coverage and outputs a final readiness report documenting any undocumented gaps.

Why does my product design lack UX and architecture alignment?

UX and architecture alignment issues occur when UX documentation is missing or fails to align with PRD implications and architecture constraints. Validating implementation readiness verifies UX document existence and checks architecture support for UX requirements.

What documents do I need for an implementation readiness validation?

Implementation readiness validation requires PRD, UX documentation, architecture artifacts, epics, and stories as inputs. You confirm these documents through interactive prompts until duplicates are resolved and missing items are identified for Phase 4 planning.

Does implementation readiness validation work without Python 3?

Implementation readiness validation requires Python 3 as a dependency to execute its validation scripts. Without Python 3 installed, the scripts cannot perform requirements extraction, FR-to-epic coverage comparison, or readiness report generation.