Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved as a local Markdown file in ./plans/. Use when user wants to break down a PRD, create an implementation plan, plan phases from a PRD, or mentions "tracer bullets".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-21 | ✗→✓ | ▲ Improved | 64% | 0% |
Break a PRD into a phased implementation plan using vertical slices (tracer bullets). Output is a Markdown file in ./ai-context/plans/.
The PRD should already be in the conversation. If it isn't, ask the user to paste it or point you to the file.
If you have not already explored the codebase, do so to understand the current architecture, existing patterns, and integration layers.
Before slicing, identify high-level decisions that are unlikely to change throughout implementation:
These go in the plan header so every phase can reference them.
Break the PRD into tracer bullet phases. Each phase is a thin vertical slice that cuts through ALL integration layers end-to-end, NOT a horizontal slice of one layer.
<vertical-slice-rules>
</vertical-slice-rules>
Present the proposed breakdown as a numbered list. For each phase show:
Ask the user:
Iterate until the user approves the breakdown.
Create ./plans/ if it doesn't exist. Write the plan as a Markdown file named after the feature (e.g. ./plans/user-onboarding.md). Use the template below.
<plan-template>
> Source PRD: <brief identifier or link>
Durable decisions that apply across all phases:
User stories: <list from PRD>
A concise description of this vertical slice. Describe the end-to-end behavior, not layer-by-layer implementation.
User stories: <list from PRD>
...
<!-- Repeat for each phase --> </plan-template>
Other measured skills in the registry, with their headline benchmark lift.