progress-report

Generate a ProgressDashboard from tasks.md with phase completion and blocked tasks.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/drillan/marketschema --skill progress-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress-report
Source: https://github.com/drillan/marketschema/tree/main/.claude/skills/progress-report
Command: npx skills add https://github.com/drillan/marketschema --skill progress-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires check-prerequisites.sh, and includes scripts (resource) components.

What problem does it solve?

Displays a compact, at-a-glance ProgressDashboard by aggregating tasks.md data to show phase completion, blocked tasks, and remaining work estimates.

Core Features & Use Cases

  • Phase progress: per-phase completion bars derived from tasks.md.
  • Blocked tasks: highlights tasks blocked by dependencies or waiting on others.
  • Remaining work estimate: lists incomplete tasks and unblocked items to plan sprint scope.
  • Use Case: a project manager runs this daily to surface status for standups or client updates.

Quick Start

Run the progress-report skill to generate the latest dashboard: npx skills run progress-report

Frequently Asked Questions about progress-report

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

FAQPage Schema
How do I generate a progress dashboard from tasks.md?

Generating a progress dashboard from tasks.md involves running bash scripts that parse the file, aggregate phase completion data, detect blocked tasks, and render a visual dashboard summary for project status tracking.

Can I track blocked tasks and dependencies using a markdown task list?

Tracking blocked tasks in a markdown task list is supported by parsing tasks.md to identify and highlight items blocked by dependencies or waiting on other tasks, surfacing impediments directly on the dashboard.

Does this progress reporting tool require a Unix environment?

This progress reporting tool requires a Unix environment because it uses bash utilities to parse tasks.md, compute phase totals, detect blockers, and render the dashboard for project management visualization.

What is the best way to visualize phase completion for project management?

Visualizing phase completion is best achieved by aggregating tasks.md data into per-phase completion bars, computing totals for each project phase, and rendering a compact dashboard that highlights progress and remaining work estimates.

How do I estimate remaining work from incomplete tasks in tasks.md?

Estimating remaining work from tasks.md involves parsing the file to list incomplete tasks and unblocked items, then calculating remaining work estimates to plan sprint scope and identify actionable tasks for project roadmaps.