plan
Installation
SKILL.md
plan
Create a clear, implementation-ready PRD for a single feature (not code).
Guardrails
- Do not implement the feature.
- If the user asks to implement, propose writing a PRD first (or ask if they want to skip the PRD).
- Prefer asking a small number of high-value questions; otherwise write a draft PRD with explicit assumptions.
- Write the PRD so a junior dev (or another AI) can implement it without extra context (plain language, explicit edge cases, verifiable acceptance criteria).
- Treat memory capture as built-in: if planning introduces durable decisions/constraints, update
tasks/memory.mdin this step.