track-milestone

Automate milestone tracking and governance for milestones.yaml-driven project plans.

6|Updated Oct 16, 2025
One-click install
npx skills add https://github.com/legacybridge-tech/claude-plugins --skill track-milestone-legacybridge-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: track-milestone
Source: https://github.com/legacybridge-tech/claude-plugins/tree/main/projectmaster/skills/track-milestone
Command: npx skills add https://github.com/legacybridge-tech/claude-plugins --skill track-milestone-legacybridge-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes milestone planning and governance for projects, enabling teams to create, update, and monitor milestones, deadlines, and dependencies in a single place.

Core Features & Use Cases

  • Milestone lifecycle: creation, updates, and status changes across the project timeline.
  • Dependency management: model and validate milestone dependencies to prevent schedule conflicts.
  • Status reporting: generate governance-ready overviews and keep the roadmap up to date with the milestones.yaml.

Quick Start

Activate the track-milestone Skill by inspecting RULE.md and milestones.yaml, then create or update milestones as needed. Example: add milestone "Beta Release" with target_date 2025-03-31 and deliverables ["MVP features complete"].

Frequently Asked Questions about track-milestone

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track project milestones and dependencies in a single place?

Project milestone tracking is centralized by maintaining a milestones.yaml file, enabling teams to create, update, and monitor deadlines alongside dependency validation for the entire project timeline.

What is the best way to validate milestone dependencies to prevent schedule conflicts?

Milestone dependency validation works by modeling dependencies within your project plan, automatically checking for schedule conflicts and preventing governance issues during timeline updates.

How do I generate governance-ready status reports for project timelines?

Governance-ready status reporting is generated by reading your milestones.yaml, producing overviews that keep the roadmap up to date with current milestones, deliverables, and target dates.

Can I use milestones.yaml to manage the full project milestone lifecycle?

Yes, milestones.yaml supports the complete milestone lifecycle, allowing you to create new milestones, update deliverables, and change statuses across the project timeline as needed.

How do I add a new milestone with target dates and deliverables to my project plan?

To add a milestone, update your milestones.yaml with the milestone name, target_date, and deliverables list, then the Skill handles the tracking, dependency validation, and governance updates automatically.

What do I need to set up before starting project milestone tracking?

Project milestone tracking requires a milestones.yaml file and a RULE.md file to define the governance workflows, allowing the Skill to validate dependencies and generate status reports accurately.