track-implementation-progress

Track GitHub issue implementation progress and identify blockers by phase.

18|5|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/mvillmow/ProjectOdyssey --skill track-implementation-progress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: track-implementation-progress
Source: https://github.com/mvillmow/ProjectOdyssey/tree/main/.claude/skills/track-implementation-progress
Command: npx skills add https://github.com/mvillmow/ProjectOdyssey --skill track-implementation-progress

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq.

What problem does it solve?

Manually tracking implementation progress across multiple issues and identifying blockers is time-consuming and can lead to project delays and missed deadlines.

Core Features & Use Cases

  • Progress Monitoring: Monitors the completion status of planned components and identifies issues that are stuck or blocked.
  • Dependency Analysis: Helps analyze what's blocking other work and identifies critical path items.
  • Use Case: At your weekly stand-up, use this skill to generate a quick report on overall project completion, identify any critical blockers, and suggest next steps for the team.

Quick Start

Use the track-implementation-progress skill to list all GitHub issues in the repository and get their current status.

Frequently Asked Questions about track-implementation-progress

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

FAQPage Schema
How do I track project progress and identify blockers in GitHub?

Track project progress by monitoring GitHub issues across phases (plan, test, implementation, package, cleanup) to identify blockers and dependencies. This approach collects issue data, categorizes by phase, calculates completion rates, and generates progress reports for weekly standups and sprint planning.

Can I automate status reporting for implementation phases?

Yes, automate status reporting by collecting GitHub issue data, calculating velocity and completion rates per phase, and generating reports that highlight blocked items and critical path dependencies. This reduces manual tracking and surfaces blockers quickly.

What's the best way to measure component delivery velocity?

Measure component delivery velocity by querying GitHub issues, categorizing them by implementation phase, and calculating completion rates over time. This identifies trends, resource allocation needs, and whether teams are on track to meet deadlines.

How do I find what's blocking other work in my project?

Identify blocking work by analyzing GitHub issue dependencies and categorizing issues by phase to see which items are stuck or blocked. Dependency analysis reveals critical path items and unblocks downstream work.

Do I need GitHub and command-line tools to track implementation progress?

Yes, this approach requires GitHub (source of issue data) and command-line tools like gh and jq to query, filter, and process issue data into structured progress reports.