progress-dashboard

Render a structured snapshot of current sprint, phase, and tasks from forgeplan MCP and session files.

3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ForgePlan/marketplace --skill progress-dashboard-forgeplan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress-dashboard
Source: https://github.com/ForgePlan/marketplace/tree/main/plugins/fpl-skills/skills/progress-dashboard
Command: npx skills add https://github.com/ForgePlan/marketplace --skill progress-dashboard-forgeplan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The progress-dashboard Skill solves the problem of understanding the current state of a running orchestrator without needing to scroll through agent output or rely on memory.

Core Features & Use Cases

  • Live State Rendering: Provides a structured snapshot of the current sprint, phase, wave, and agents in flight.
  • Task List Progress: Displays the progress of tasks in the TaskList.
  • Forgeplan Health: Shows total artifacts, counts of active, draft, and orphaned artifacts, and the overall health verdict.
  • Files Modified and Recent EVID: Indicates the number of files modified in the last 10 commits and the most recent EVID commit reference.
  • ETA Estimate: Calculates an estimate of the time remaining for the current phase.

Quick Start

Invoke the skill by using the command: /progress-dashboard

Frequently Asked Questions about progress-dashboard

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

FAQPage Schema
How do I monitor orchestrator state and track sprint progress in real-time?

To monitor orchestrator state, this Skill renders a structured snapshot of the current sprint, phase, wave, and agents in flight, extracting live data from the forgeplan MCP and local session files.

What is the best way to estimate time remaining for a running sprint phase?

Estimating time remaining for a running phase is handled by computing an ETA from live orchestrator state and task progress, displaying the calculated time estimate directly within the dashboard snapshot.

How can I check the health of my forgeplan artifacts and identify orphaned files?

Checking forgeplan health involves counting total, active, draft, and orphaned artifacts, then rendering an overall health verdict alongside recently modified files and the latest EVID commit reference.

Does the progress dashboard require any external dependencies to render task lists?

The progress dashboard requires no external dependencies, relying solely on the forgeplan MCP and local session files to extract and render the current TaskList progress and orchestrator state.

Why does my orchestrator state visualization not show the latest task updates?

Orchestrator state visualization updates depend on reading local session files and the forgeplan MCP; if these underlying sources are not actively writing data, the rendered snapshot will not reflect recent task changes.

Can I use state visualization to see which agents are currently in flight?

Yes, state visualization explicitly renders a structured snapshot of agents in flight, detailing the current sprint, phase, and wave to show exactly which agents are actively executing.