prd-to-plan

Convert a PRD into a multi-phase vertical-slice plan saved as Markdown.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/drshailesh88/build_playbook --skill prd-to-plan-drshailesh88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-to-plan
Source: https://github.com/drshailesh88/build_playbook/tree/main/vendor/mattpocock-skills/prd-to-plan
Command: npx skills add https://github.com/drshailesh88/build_playbook --skill prd-to-plan-drshailesh88

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts an unstructured or high-level PRD into a concrete, multi-phase implementation plan that’s easier to execute, verify, and iterate on.

Core Features & Use Cases

  • Vertical-slice (tracer bullet) planning: Breaks the PRD into thin phases where each phase delivers a complete end-to-end path across schema, API, UI, and tests.
  • Durable architectural decision capture: Extracts stable decisions (routes, schema shape, key data models, auth boundaries, and third-party boundaries) so every phase stays consistent.
  • User alignment before writing: Quizzes the user with a proposed numbered breakdown and iterates until the phase granularity matches intent.

Use cases include planning a new feature from a PRD, refining “tracer bullet” phase structure, and turning “break down the PRD” requests into an actionable local Markdown plan.

Quick Start

Ask prd-to-plan to convert the PRD currently in context into a tracer-bullet, multi-phase plan written to ./plans/.

Frequently Asked Questions about prd-to-plan

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

FAQPage Schema
How do I convert a PRD into a multi-phase implementation plan?

Vertical-slice planning breaks a PRD into thin phases where each phase delivers a complete end-to-end path cutting through schema, API, UI, and tests. This tracer bullet approach ensures every phase produces a functional, verifiable slice of the product.

How do tracer bullets work for feature breakdown in product specs?

Tracer bullets in feature breakdowns build thin, end-to-end functional paths through the entire tech stack early on. This skill structures your PRD phases to trace through schema, API, UI, and tests, validating architecture before full implementation.

Can I refine phase granularity and acceptance criteria before generating a plan?

Yes, you can refine phase granularity before plan generation. The skill quizzes you with a proposed numbered breakdown and iterates until the phases match your intent, subsequently emitting phase drafts based on explicit acceptance criteria.

Does this PRD planning approach capture architectural decisions?

Yes, the PRD planning approach captures durable architectural decisions. It extracts stable decisions including routes, schema shapes, key data models, auth boundaries, and third-party boundaries to ensure every phase remains architecturally consistent.

What is the best way to structure end-to-end milestones from a PRD?

The best way to structure end-to-end milestones from a PRD is using vertical slices. This skill organizes milestones so each phase cuts completely through the schema, API, UI, and tests, yielding an actionable local Markdown plan.