plan-prd
Installation
SKILL.md
Plan PRD
Goal: convert a PRD into a phased execution plan. Prefer explicitness over interpretation. Prefer small composable tasks over large ambiguous ones.
Process
Step 1 — Locate the PRD
Look for the PRD at .specs/[feature-slug]/PRD.md. If the path is ambiguous or the file does not exist, ask the user to provide the PRD content or path before proceeding.
Read the entire PRD before doing anything else.
Step 2 — Explore the codebase
Before identifying architectural decisions, explore the existing codebase to understand:
- Current project structure and conventions
- Existing patterns for routes, data access, and service boundaries
- Frameworks, libraries, and tools already in use
- Integration points relevant to the feature
Related skills