gsd:progress

Load project state, calculate milestone completion percentages, and output a concise status report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tDalile/dotfiles --skill gsd-progress-tdalile
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd:progress
Source: https://github.com/tDalile/dotfiles/tree/main/agents/skills/gsd/commands/progress
Command: npx skills add https://github.com/tDalile/dotfiles --skill gsd-progress-tdalile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly see how much of a project is completed, eliminating manual status checks and guesswork.

Core Features & Use Cases

  • Load project state: Reads current project data from configuration or tracking files.
  • Calculate progress: Computes completion percentage based on defined milestones.
  • Display status: Outputs a concise progress report to the console or logs.

Typical use case: a developer or product manager needs an up‑to‑date progress snapshot before a stand‑up meeting.

Quick Start

Show me the current project progress.

Frequently Asked Questions about gsd:progress

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

FAQPage Schema
How do I check project milestone completion status from the command line?▼

You can view project progress using a Bash command that reads your tracking files, calculates milestone completion percentages, and outputs a concise status report to the terminal.

Can I automatically calculate project completion percentage for a stand-up meeting?▼

Yes, it automatically calculates project completion percentage by loading project state data, evaluating defined milestones, and generating an up-to-date progress snapshot for meetings.

Does this project status tool work with Bash and command line interfaces?▼

Yes, this project status tool works with Bash, utilizing Bash, Glob, and Grep tools to read project data and output a concise progress report to the command line.

What is the best way to track software development progress without manual checks?▼

The best way to track software development progress without manual checks is to run a Bash script that loads project state and calculates completion percentages based on defined milestones.

Do I need specific configuration files to display project progress?▼

Yes, you need configuration or tracking files containing your project state and defined milestones, which the tool reads to calculate completion percentages and generate the status report.