plan-from-prd
Installation
SKILL.md
Plan from PRD
Turn a PRD into a phased implementation plan using vertical slices (tracer bullets). Output is a local Markdown file in ./plans/.
Skill workflow — this skill fits in the middle:
create-prd → pre-mortem (optional) → plan-from-prd → prd-slice (push slices to a tracker)
Not what you need? If you want to create GitHub Issues / Azure DevOps work items / Jira tickets directly from the PRD, use
prd-sliceinstead.
Process
1. Confirm the PRD is in context
The PRD should already be in the conversation. If it isn't, ask the user to paste it or point you to the file.
2. Explore the codebase
If you have not already explored the codebase, do so with a subagent to understand the current architecture, existing patterns, and integration layers.