project-status

Generates project progress reports from status.md and milestone task files.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/ETdoFresh/claude-marketplace --skill project-status-etdofresh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-status
Source: https://github.com/ETdoFresh/claude-marketplace/tree/main/plugins/project-runner/skills/project-status
Command: npx skills add https://github.com/ETdoFresh/claude-marketplace --skill project-status-etdofresh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When managing a project across multiple milestones and task files, it is hard to quickly answer "where are we?" without manually reading every file. This Skill aggregates status and milestone data into a single concise progress report. ## Core Features & Use Cases - Project Discovery: Locates project folders under projects/ by globbing for status.md files and identifies the relevant project. - Milestone Tracking: Reads all milestone files (NNN-*.md) and counts total, complete, and pending tasks per milestone. - Actionable Reporting: Summarizes current phase, completion percentages, blockers, and remaining work. - Use Case: A team lead asks "how is the current project going?" and receives a report like "Milestone 1: 5/8 tasks complete, 2 blocked on API access, ~40% overall progress." ## Quick Start Ask the assistant to report the current status and milestone progress of the active project in the projects folder.

Frequently Asked Questions about project-status

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

FAQPage Schema
How do I check project progress across multiple milestones?

Ask for a project status report and the Skill reads the project's status.md plus every milestone file matching the NNN-*.md pattern. It counts total, complete, and pending tasks per milestone and summarizes overall progress.

How to track blocked tasks in a project?

The report includes a blockers section derived from the current task list state. It highlights which tasks are blocked, what is in progress, and what is completed, along with reasons where available.

What file structure does project status tracking require?

Projects must live in a projects/ directory at the repository root, each containing a status.md file and milestone files named with an NNN-*.md pattern. Without these files, no progress data can be aggregated.

What happens when multiple projects exist in the projects folder?

The Skill finds all projects/*/status.md files and identifies which project the user is asking about, typically the most recent or actively worked-on one. You can also name the project explicitly to disambiguate.

Can I get a percentage of overall project completion?

Yes, the report includes an overall progress percentage computed from task counts across all milestone files, alongside per-milestone completion such as "Milestone 1: 5/8 tasks complete" and estimated remaining work.