project-progress-tracker

Update PROGRESS.md with status markers, completion percentages, and dated notes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rhyme17/NexusAI --skill project-progress-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-progress-tracker
Source: https://github.com/rhyme17/NexusAI/tree/main/.github/skills/project-progress-tracker
Command: npx skills add https://github.com/rhyme17/NexusAI --skill project-progress-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of project progress documentation getting out of date after code generation or implementation work, so teammates can stay aligned on what is done and what is next.

Core Features & Use Cases

  • Progress synchronization: Updates PROGRESS.md by matching completed work to the corresponding plan item and adjusting status and completion percentage.
  • Traceable updates: Adds a dated entry to the current progress summary / completed work section describing what was just finished and refreshes the last updated time.
  • Next-step planning: Revises the next-step plan with 1-3 concrete, high-priority tasks based on remaining items.

Quick Start

After you complete a development task, update the project root PROGRESS.md by marking the matching item as ✅ 已完成 or 🟢 进行中, adjusting completion percentage, adding a dated summary of what you finished, updating 最后更新时间, and listing 1-3 executable next tasks in 下一步计划.

Frequently Asked Questions about project-progress-tracker

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

FAQPage Schema
How do I keep project progress documentation in sync after code changes?

To keep project progress documentation in sync, you update PROGRESS.md after code changes by matching completed work to plan items, adjusting status markers, and recording a dated summary entry. This ensures teammates stay aligned on current task status and next priorities.

What is the best way to track task status in a markdown file?

The best way to track task status in a markdown file is applying standardized markers like ✅ or 🟢 to matching plan sections, adjusting completion percentages, and refreshing the last updated time within PROGRESS.md.

How do I add traceable progress notes to ongoing development workflows?

You add traceable progress notes by recording a dated entry in the completed work section describing what was just finished, then updating the last updated time in PROGRESS.md to maintain a clear history of implementation work.

Can I automatically generate next-step plans based on remaining tasks?

You can generate next-step plans by revising the next-step section with 1-3 concrete, high-priority executable tasks based on remaining items in PROGRESS.md after completing current development work.

Does progress tracking work without external dependencies?

Yes, progress tracking works without external dependencies because it operates by reading, locating, and saving updates directly to the PROGRESS.md file in your repository using standard markdown syntax.