Create milestone
Coding agent skills to help projects adopt spec-driven development with durable product memory documents
npx -y skills add itsjavi/skills --skill create-milestoneAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.7 KB, as published. Nobody here has run it
Milestone Creator
Create or update a milestone inside an already established planning workflow.
Do not use this skill to bootstrap, upgrade, or repair the workflow itself. If the project has no standalone
<planning-root>/GUIDE.md, or the user asks to modernize the workflow, use setup-specs-workflow instead.
Workflow
- Resolve the target planning root:
- Use the root named by the user when provided.
- Otherwise prefer a directory with
GUIDE.mdandMILESTONES.md. - Check common roots in this order:
.specs/,docs/,project-specs/,.agents/specs/,ai/. - If multiple plausible roots exist, choose the one whose
GUIDE.mddescribes the active workflow or ask when the answer is not clear.
- Read project context in tiers:
- Always read only the root agent guide if present,
<planning-root>/GUIDE.md,PRODUCT.md,MILESTONES.md,BUSINESS_RULES.md, andCOORDINATION.md. - Read
<planning-root>/milestones/filenames or index rows before opening milestone records. - Open only milestone records, decisions, plans, checkpoints, business rules, research notes, setup docs, design docs, or implementation files that are directly relevant to the requested milestone.
- Do not bulk-read the planning root or every record in a directory.
- Always read only the root agent guide if present,
- Minimum context sources:
- root
AGENTS.md,CLAUDE.md, or.cursor/rulesif present <planning-root>/GUIDE.md<planning-root>/PRODUCT.md<planning-root>/MILESTONES.md<planning-root>/BUSINESS_RULES.md<planning-root>/COORDINATION.md
- root
- Treat
<planning-root>/GUIDE.mdas the workflow source of truth for status vocabulary, numbering, file naming, template usage, and index ownership. - Determine whether to create a new milestone or update an existing one:
- If the user names an existing milestone number, title, or record, update that record and its index row.
- Otherwise create a new milestone record.
- For a new milestone, choose
NNN:- Use the user's requested number only when it is exactly three digits and unused.
- Otherwise pick the next unused three-digit number after scanning
<planning-root>/MILESTONES.mdand<planning-root>/milestones/*.md. - Never reuse retired, cancelled, or superseded milestone numbers.
- Create or update
<planning-root>/milestones/NNN-kebab-case-title.md:- Prefer
<planning-root>/templates/MILESTONE.mdwhen present. - If the template is missing, follow the milestone requirements in
<planning-root>/GUIDE.md. - Use
🧭 Proposedby default unless the user explicitly says the milestone should be active, paused, blocked, complete, or cancelled. - Keep objective, scope, non-goals, related work, acceptance criteria, risks, drafted plans, phase map, and checkpoint rollup in the milestone record.
- Prefer
- Update
<planning-root>/MILESTONES.md:- Add or update the milestone index row with number, title, status, record link, and summary.
- Keep it as an index only. Do not paste drafted-plan registries, phase maps, risks, acceptance criteria, or
checkpoint rollups into
MILESTONES.md. - Update current focus, recommended next plan, latest checkpoint, or execution order only when the user asked for that or the new milestone clearly changes cross-milestone state.
- Normalize links and vocabulary:
- Use exactly three-digit milestone IDs.
- Use the exact status vocabulary from
GUIDE.md. - Link related PRD sections, business rules, decisions, plans, checkpoints, or research notes when known.
- Mark unknown product facts as
TBDrather than inventing details.
- Preserve git index state. Do not stage, unstage, commit, amend, reset, or discard files unless explicitly asked.
Active Milestone Caution
If the user asks to make the new milestone 🚧 Active and another milestone is already active, do not silently rewrite
roadmap focus. Ask whether to switch focus, or keep the new milestone 🧭 Proposed and mention the conflict.
If the user only asks to "create a milestone", default to 🧭 Proposed.
Final Response
Report:
- milestone record created or updated
MILESTONES.mdrow added or changed- status and milestone number used
- related docs linked or left as
TBD - checks run, if any
Keep the response concise. Do not paste the full milestone unless the user asks.