skill-role-report-progress

Read progress.md to generate concise progress reports for running agents.

4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ryan-nguyen-01/agent-platform --skill skill-role-report-progress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-role-report-progress
Source: https://github.com/ryan-nguyen-01/agent-platform/tree/main/.claude/skills/skill-role-report-progress
Command: npx skills add https://github.com/ryan-nguyen-01/agent-platform --skill skill-role-report-progress

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tracking and reporting the run-time progress of all agents actively executing tasks for a user, with a focus on concise, scannable updates. It reads progress.md and does not inspect source code or documentation.

Core Features & Use Cases

  • Lightweight, real-time progress summaries across multiple agents
  • Immediate escalation of blockers to the user
  • Clear, icon-guided status lines that are easy to scan during long-running tasks
  • Use Case: While coordinating a multi-agent feature, you receive a single, readable update showing each agent's current task and progress from progress.md.

Quick Start

Read progress.md to generate a concise progress report.

Frequently Asked Questions about skill-role-report-progress

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

FAQPage Schema
How do I track parallel agent progress during multi-agent workflows?

Surface blockers during parallel tasks by reading progress.md to generate immediate escalation reports. It identifies blockers across running agents and presents them clearly in icon-guided status lines for quick resolution.

What is the best way to report multi-agent status updates concisely?

Report multi-agent status updates concisely by parsing progress.md into brief, icon-guided status lines. This approach satisfies requirements for scannable updates during long-running tasks without adding heavy monitoring overhead.

Do I need a specific progress.md file to monitor agent status?

Yes, you need a progress.md file to monitor agent status, as this Skill reads exclusively from it. It does not inspect source code or documentation, requiring agents to write their current task states to this markdown file.

How do I escalate blockers immediately when running parallel tasks?

Escalate blockers immediately by reading progress.md to detect and surface any blockers across running agents. The Skill generates concise reports that highlight blockers in scannable status lines, prompting rapid user attention.

Can I use this progress monitoring approach for long-running feature development?

Yes, you can use this progress monitoring approach for long-running feature development. It is designed for multi-agent workflows, providing lightweight, real-time summaries that are easy to scan while coordinating complex tasks.