Install
$ agentstack add skill-itsjavi-skills-create-milestone ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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 /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,
/GUIDE.md,PRODUCT.md,MILESTONES.md,
BUSINESS_RULES.md, and COORDINATION.md.
- Read
/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.
- Minimum context sources:
- root
AGENTS.md,CLAUDE.md, or.cursor/rulesif present /GUIDE.md/PRODUCT.md/MILESTONES.md/BUSINESS_RULES.md/COORDINATION.md
- Treat
/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
/MILESTONES.mdand
/milestones/*.md.
- Never reuse retired, cancelled, or superseded milestone numbers.
- Create or update
/milestones/NNN-kebab-case-title.md:
- Prefer
/templates/MILESTONE.mdwhen present. - If the template is missing, follow the milestone requirements in
/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.
- Update
/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.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: itsjavi
- Source: itsjavi/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.