← ClaudeAtlas

rcode-create-milestonelisted

Design the milestone roadmap (M1..Mn) for a project from an approved PRD. Activates when the user says "create milestones", "plan milestones", "create roadmap", "what milestones do I need", "break this project into milestones", or "roadmap for this product". Do NOT use for milestone lifecycle (use rcode-new-milestone / rcode-complete-milestone), for decomposing one milestone into epics (use rcode-create-epics-and-stories), or for single-phase planning (use rcode-plan-phase).
hanzlahabib/rcode · ★ 0 · AI & Automation · score 72
Install: claude install-skill hanzlahabib/rcode
@.rcode/references/karpathy-guidelines.md ## Overview Design the milestone roadmap (M1..Mn) for a project from an approved PRD. Follow the instructions in ./workflow.md. ## Output Format - Output: ROADMAP.md in `{planning_artifacts}/` - Structure: per milestone — Name, Window (dates), Goal (one sentence), Assumptions, Acceptance criteria, Kill criteria (binary), Phases (stub list), then a trailing Backlog / parking lot section - Each kill criterion must be binary (number + threshold), not adjectival - Every milestone has an explicit window with start + end dates - Every milestone must include an `Assumptions` block — decisions that, if wrong, invalidate this milestone's scope - Do NOT include: unquantified success language ("grow the user base"), open-ended milestones without dates, or more than 6 active milestones in one roadmap (split into v1/v2 if needed) - If a milestone goal cannot be expressed as a single verifiable sentence, split it into two milestones ## Workflow 1. Read the user request and extract key parameters. 2. Execute the skill logic as described in the Overview. 3. Return output in the format specified below. ## Examples ### Happy Path **Input:** "Create the milestones I need for this project" **Expected behavior:** Load the approved PRD. Confirm scope. For each major outcome, propose a milestone with name, window, goal, acceptance, kill criteria. Halt at menu after each milestone for user confirmation. Append to ROADMAP.md only after user selects