What problem does it solve? Turning a finished product specification into an executable development plan is error-prone: phases get ordered against dependencies, tasks are too vague to implement, and tech stack choices go unverified. This Skill converts Product-Spec.md into a structured DEV-PLAN.md with dependency-ordered phases, concrete file paths, and acceptance criteria. ## Core Features & Use Cases - Generation Mode: Reads Product-Spec.md (and Design-Brief.md if present), validates the tech stack via web search, and outputs a phased DEV-PLAN.md with deliverables, key files, and acceptance criteria per phase. - Iteration Mode: When the spec changes, analyzes impact scope and updates only pending phases while leaving completed phases untouched. - Plan Critique Check: Challenges phase ordering, MVP scope, and tech stack choices before writing the plan to counteract sycophantic planning. - Use Case: After finalizing a product spec for a web app, run the skill to produce a DEV-PLAN.md where Phase 1 is a runnable MVP and each subsequent phase lists exact files to create, ready for a dev-builder agent to execute. ## Quick Start Ask the AI to run /dev-planner after your Product-Spec.md is complete to generate a phased DEV-PLAN.md development plan.