progress-tracker

Create and update a PROGRESS.md file with completed work, decisions, and next steps.

23|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/reedmayhew18/ClawedBack --skill progress-tracker-reedmayhew18
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress-tracker
Source: https://github.com/reedmayhew18/ClawedBack/tree/main/.claude/skills/progress-tracker
Command: npx skills add https://github.com/reedmayhew18/ClawedBack --skill progress-tracker-reedmayhew18

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and maintain a durable record of work progress at the project root by generating a PROGRESS.md that captures what’s done, what’s in progress, decisions, and next steps, ensuring sessions can resume without loss.

Core Features & Use Cases

  • Progress capture: Produce or update PROGRESS.md with sections for Completed, In Progress, Key Decisions, Known Issues, and Next Steps.
  • Context preservation: On load, restore awareness from PROGRESS.md and related in-progress files to resume work.
  • Collaboration enablement: Enables handoffs between sessions or agents when stopping and resuming tasks.

Quick Start

Review the current work, then say 'save progress' to generate or update PROGRESS.md in the project root.

Frequently Asked Questions about progress-tracker

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

FAQPage Schema
How do I save project progress for handoffs and session resumption?

To save project progress, you can generate or update a PROGRESS.md file at the project root. This file captures completed work, in-progress items, decisions, and next steps, ensuring context is preserved for seamless handoffs and session resumption.

What is the best way to maintain a durable record of work progress across sessions?

Maintaining a durable record of work progress involves automating a PROGRESS.md file to track completed tasks and key decisions. It restores session awareness by reading existing content and related in-progress files before updating, preventing context loss.

How does state persistence work for long-running project management tasks?

State persistence for long-running tasks works by capturing project state within a PROGRESS.md file. It logs completed work, known issues, and next steps, allowing the current session to restore awareness and resume work exactly where the previous session stopped.

Do I need an existing PROGRESS.md file to start tracking workflow documentation?

You do not need an existing file to start tracking workflow documentation. The system can create a new PROGRESS.md file at the project root if one does not exist, or it can read and update your current documentation during a wrap-up.

Can I update an existing project management log without losing previous progress tracking data?

You can update an existing project management log without data loss. The system reads the current PROGRESS.md content before updating, ensuring previous progress tracking entries, decisions, and known issues are preserved while adding new context.

When should I use a progress tracker for project management documentation?

You should use a progress tracker for project management documentation during long-running tasks, wrap-ups, or handoffs. It is essential whenever resuming context is critical, such as when stopping tasks or transferring work between different agents or sessions.