progress-tracker

Append formatted entries to SESSION_LOG.md after detecting file changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the real-time maintenance of the SESSION_LOG.md Work Log during development, removing the need for manual updates as work progresses.

Core Features & Use Cases

  • Auto-track feature work by detecting significant changes and appending a new row to SESSION_LOG.md.
  • Context-aware logging: captures time, action, changed files, and concise notes to reflect progress.
  • Use Case: While finishing a milestone, automatically log the updated files and milestone notes to keep the sprint log synchronized.

Quick Start

Run the progress-tracker after completing a feature or making significant edits to append a new log entry to SESSION_LOG.md, including time, action, files, and notes.

Frequently Asked Questions about progress-tracker

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

FAQPage Schema
How do I automatically update a work log during development?

To automatically update a work log during development, you can run the progress-tracker after completing features. It detects significant changes and appends a new row to SESSION_LOG.md with time, action, changed files, and notes.

What is the best way to keep a session log synchronized with code changes?

The best way to keep a session log synchronized is using automated real-time maintenance. This approach detects when files change or milestones are reached and appends a correctly formatted log entry to the Work Log table.

How do I track changed files and milestones in a development sprint?

You track changed files and milestones in a development sprint by applying context-aware logging. The system reads the current context, identifies changed files, and records concise notes reflecting sprint progress into SESSION_LOG.md.

Can I use an automated session log for ongoing development workflows?

Yes, you can use an automated session log for ongoing development workflows. It applies to development sprints where features are completed, ensuring the session log remains current across the project without requiring manual updates.

What information does an automated work log entry capture?

An automated work log entry captures the current time, action type, changed files, and concise notes. It determines the appropriate action type from the current context to append a correctly formatted row to the Work Log table.

When should I trigger an update to the development work log?

You should trigger an update to the development work log after completing a feature or making significant edits. Running the tracker at these milestones ensures your sprint log stays synchronized with actual progress.