milestone

Compare a PRD's materials table against repository file state to identify deliverable gaps.

1|Updated Sep 17, 2025
One-click install
npx skills add https://github.com/mpazaryna/agentic-factory --skill milestone-mpazaryna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milestone
Source: https://github.com/mpazaryna/agentic-factory/tree/main/pm/orchestra/skills/milestone
Command: npx skills add https://github.com/mpazaryna/agentic-factory --skill milestone-mpazaryna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines project management by automatically reviewing project milestones against the actual state of the repository, identifying discrepancies, and suggesting actionable next steps.

Core Features & Use Cases

  • Milestone Review: Compares deliverables listed in a milestone's PRD against the current state of files in the repository.
  • Gap Identification: Surfaces missing or incomplete deliverables and flags items that are marked as complete but are not.
  • Progress Tracking: Provides a clear overview of milestone progress, highlighting what's on track and what needs attention.
  • Use Case: When a project manager asks "What's the status of the Q3 roadmap?", this Skill can provide a detailed breakdown of completed, in-progress, and outstanding tasks for the active milestone.

Quick Start

Review the active milestone and report on its progress.

Frequently Asked Questions about milestone

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

FAQPage Schema
How do I track project milestones against my repository's current file state?

You can track project milestones by comparing a PRD's materials table against the repository's file state to identify missing deliverables, flag stale items marked as complete, and propose next work items.

How do I identify gaps in project deliverables during a roadmap review?

Gap identification during a roadmap review surfaces missing or incomplete deliverables by operating on milestone definitions and file system checks to automatically flag discrepancies between planned and actual repository files.

Can I flag stale deliverables that are marked as complete but are missing from the repository?

Yes, you can flag stale deliverables by auditing the milestone definitions and checking the file system to find discrepancies where items are marked complete but are actually missing or incomplete in the repository.

What is the best way to automate progress reporting for a project's active milestone?

Automating progress reporting involves reviewing the active milestone by comparing the PRD materials table against the repository file state, highlighting completed, in-progress, and outstanding tasks to provide a clear overview.

How does a deliverable audit propose next work items for a project?

A deliverable audit proposes next work items by identifying discrepancies between the PRD materials table and the repository file system checks, using the gaps and stale items to suggest actionable next steps.

Do I need a PRD materials table to perform a milestone review?

Yes, a PRD materials table is required for a milestone review because the Skill compares the deliverables listed in that table directly against the repository's file state to identify gaps and track progress.