progress

Analyze repository plans and compute completion metrics from Markdown checkboxes.

39|5|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/benjaminshoemaker/ai_coding_project_base --skill progress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress
Source: https://github.com/benjaminshoemaker/ai_coding_project_base/tree/main/.claude/skills/progress
Command: npx skills add https://github.com/benjaminshoemaker/ai_coding_project_base --skill progress

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes repository plans to determine overall project progress.

Core Features & Use Cases

  • Discover all EXECUTION_PLAN.md files and feature plans across the repository.
  • Aggregate completion metrics per plan and per phase to produce a unified status.
  • Generate clear progress reports with next actions for stakeholders or developers.
  • Use case: A PM runs the skill in a project directory to prepare a status update for a sprint review.

Quick Start

Run progress in a project directory that contains EXECUTION_PLAN.md to generate a live progress report.

Frequently Asked Questions about progress

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

FAQPage Schema
How do I track project progress from Markdown execution plans?

To track project progress from Markdown execution plans, this skill reads and counts checkboxes across EXECUTION_PLAN.md files to compute completion metrics and aggregate per-phase status. It scans the repository to generate a structured progress report.

What is the best way to generate a project status report from feature plans?

Generating a project status report from feature plans involves discovering all plan files and aggregating completion metrics per phase. This skill analyzes repository plans to produce a unified status with next actions for stakeholders or developers.

Can I use this to aggregate completion metrics across multiple feature plans?

Yes, you can aggregate completion metrics across multiple feature plans. The skill discovers all EXECUTION_PLAN.md files across the repository and computes per-plan and per-phase status to produce a unified progress overview.

How do I prepare a sprint review status update from repository plans?

To prepare a sprint review status update, run this skill in your project directory containing EXECUTION_PLAN.md files. It will analyze the plans and generate a live progress report with completion metrics and remaining work.

Does this skill work without dependencies or external components?

Yes, this skill works without dependencies or external components. It directly reads and counts checkboxes in Markdown files to analyze repository plans and compute completion metrics for your progress report.

How does counting Markdown checkboxes determine overall project completion?

Counting Markdown checkboxes determines overall project completion by reading each completed and uncompleted item in EXECUTION_PLAN.md files. The skill aggregates these counts per-plan and per-phase to compute the overall completion metrics.