Claude-skill-registry check-implementation-readiness

Implementation Readiness Workflow

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/check-implementation-readiness" ~/.claude/skills/majiayu000-claude-skill-registry-check-implementation-readiness && rm -rf "$T"
manifest: skills/data/check-implementation-readiness/SKILL.md
source content

Implementation Readiness Workflow

Goal: Ensure PRD, UX, Architecture, and Epics/Stories are aligned and ready for implementation.

Agent: Architect (Winston) Phase: 3 - Solutioning


Workflow Architecture

Step-file architecture with 6 validation steps.

Initialization

Check for project config at

bmad/config.yaml
. Requires all planning artifacts.

Execution

Read and execute:

./steps/step-01-document-discovery.md