agent-reporter

Read progress.md and format milestone updates with predefined templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delivers real-time progress updates to users by reading internal progress state.

Core Features & Use Cases

  • Reads progress.md to extract milestone and subtask status and formats user-facing reports.
  • Applies templates to ensure consistent formatting and escalates blockers immediately.
  • Generates a concise summary when the pipeline completes.

Quick Start

After each milestone, invoke agent-reporter to publish a user-facing progress update.

Frequently Asked Questions about agent-reporter

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

FAQPage Schema
How do I automate progress reporting for multi-agent pipelines?

Automate progress reporting by reading internal pipeline state from a progress.md file and applying predefined templates to format user-facing updates. The system extracts milestone and subtask status to deliver real-time reports after each pipeline stage.

What is the best way to handle blocker escalation in automated reporting?

Blocker escalation in automated reporting is handled by immediately surfacing blockers when detected during state reads. The system prioritizes critical blockers over standard milestone updates to ensure users are alerted without waiting for pipeline completion.

Do I need a progress.md file to generate real-time pipeline updates?

Yes, a progress.md file is required to generate real-time pipeline updates. The reporting system reads this file to extract current milestone and subtask statuses before formatting and delivering the user-facing progress report.

How do I generate end-of-pipeline summaries for milestone-driven workflows?

Generate end-of-pipeline summaries by invoking the reporting agent after pipeline completion. It reads the final state from progress.md and produces a concise summary of all milestones, subtasks, and resolved blockers.

Can I use predefined templates for consistent reporting across multiple agents?

Yes, you can use predefined templates to ensure consistent formatting across multiple agents. The reporting system applies these templates automatically when reading progress state to standardize user-facing updates.

When should I not use an automated progress reporting agent?

Avoid using an automated progress reporting agent if your workflow lacks a progress.md state file or does not follow a milestone-driven pipeline. The system requires structured internal state data to format updates and escalate blockers.