Разбивка PRD на план реализации

productivity

prd-to-plan is a Claude Code skill that converts a Product Requirements Document (PRD) into a multi-phase implementation plan built around tracer-bullet vertical slices, saving the result as a Markdown file in `./plans/`. Before drafting phases, the skill explores the codebase and identifies durable architectural decisions — route structures, database schema shape, key data models, and third-party service boundaries — so every phase can reference them consistently. Each slice cuts end-to-end through all integration layers (schema, API, UI, tests) and is independently demoable or verifiable. Claude presents the proposed breakdown for user review, allowing granularity adjustments before writing the final plan file. It's designed for developers and teams who need to translate a PRD into structured, iterative delivery phases.