progress-tracker

Tracks and consolidates project progress across phases and sprints.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tygwan/ultra-codex-init --skill progress-tracker-tygwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress-tracker
Source: https://github.com/tygwan/ultra-codex-init/tree/main/.codex/skills/progress-tracker
Command: npx skills add https://github.com/tygwan/ultra-codex-init --skill progress-tracker-tygwan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates scattered phase-by-phase progress data into a single, reliable view, reducing status misalignment and reporting delays.

Core Features & Use Cases

  • Unified progress aggregation across phases and sprints.
  • Phase-aware task scanning in docs/phases/*/TASKS.md and automatic PROGRESS.md updates.
  • Real-time status reporting and stakeholder notifications to keep teams aligned.

Quick Start

Create or reference a PROGRESS.md to begin tracking phase progress with automated updates.

Frequently Asked Questions about progress-tracker

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

FAQPage Schema
How do I consolidate project progress tracking across multiple phases and sprints?

Phase-based progress tracking consolidates scattered phase-by-phase task data into a single reliable view, reducing status misalignment and reporting delays across multiple development teams.

How do I automate status reporting from phase-based development tasks?

Automate status reporting by enforcing a phase-scanning workflow over docs/phases/*/TASKS.md, which aggregates sprint task data and automatically updates docs/PROGRESS.md for stakeholder alignment.

What is the best way to track project management phases using markdown task files?

Track project management phases by scanning docs/phases/*/TASKS.md files to aggregate task completion data, then consolidating those updates into a central PROGRESS.md dashboard for real-time reporting.

Do I need a PROGRESS.md file to start tracking phase progress?

Yes, you need to create or reference a PROGRESS.md file to begin tracking phase progress, serving as the central document for automated updates and unified status aggregation across sprints.

Can I use this progress tracking workflow for multiple teams and stakeholder notifications?

Yes, the progress tracking workflow is applicable to team dashboards and status reporting across multiple teams, providing real-time status reporting and stakeholder notifications to keep teams aligned.

What are the limitations of relying on a phase-scanning workflow for project status reporting?

The phase-scanning workflow is limited by its dependency on the docs/phases/*/TASKS.md file structure, meaning progress tracking accuracy relies entirely on teams maintaining consistent task documentation within those specific markdown files.