update-progress

Update progress.md and plan.md files from recent Git activity.

7|1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/Nirusan/claude-config --skill update-progress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-progress
Source: https://github.com/Nirusan/claude-config/tree/main/skills/update-progress
Command: npx skills add https://github.com/Nirusan/claude-config --skill update-progress

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures your project's progress and implementation plans are always up-to-date, reflecting your latest completed tasks and decisions.

Core Features & Use Cases

  • Automated Progress Updates: Automatically updates progress.md files based on recent Git activity or user input.
  • Implementation Plan Synchronization: Marks completed implementation tasks in your plan.md files.
  • Use Case: After finishing a coding task, you can run this skill to automatically move the corresponding story to the 'Completed' section in your progress tracker and check off the implementation step in your plan.

Quick Start

Run the update progress skill to update the progress for the current feature.

Frequently Asked Questions about update-progress

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

FAQPage Schema
How do I automatically update a progress.md file based on recent Git activity?

To automatically update a progress.md file, this Skill analyzes recent Git activity and modifies Markdown tracking files to move completed stories to a 'Completed' section, keeping your project tracker synchronized with your actual code changes.

How does implementation plan synchronization work with completed coding tasks?

Implementation plan synchronization works by reading your recent task completions and checking off the corresponding implementation steps in your plan.md files, ensuring your development plan accurately reflects your current sprint progress.

Do I need Git to track project progress and update implementation plans?

Yes, you need Git installed because this Skill requires Git for change analysis to detect completed tasks and determine which implementation steps or progress tracking files require updating.

Can I use this for task management outside of a software development workflow?

This Skill is specifically designed for software development workflows managing feature development and sprint progress, relying on Git change analysis and file system access to update Markdown progress and implementation plans.

What is the best way to keep implementation plans up-to-date during feature development?

The best way to keep implementation plans up-to-date is to run this Skill after finishing a coding task, which automatically checks off the completed implementation steps in your plan.md files based on your recent code changes.

What are the limitations of using Markdown files for sprint progress tracking?

A limitation is that sprint progress tracking relies entirely on file system access to modify Markdown and text files, meaning your progress tracking is constrained by the structure and formatting of your existing plan.md and progress.md documents.