task-dashboard

Visualize real-time task progress via TaskList and TaskGet APIs.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/tanujsutaria/VitalArc --skill task-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-dashboard
Source: https://github.com/tanujsutaria/VitalArc/tree/main/.claude/skills/task-dashboard
Command: npx skills add https://github.com/tanujsutaria/VitalArc --skill task-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides real-time progress visualization for long-running operations, helping teams track status, remaining work, and completion estimates without manual monitoring.

Core Features & Use Cases

  • Live progress bars: Visualize the overall and per-task progress during multi-step operations.
  • Status aggregation: See counts for completed, in_progress, pending, and blocked tasks.
  • Use Case: Manage feature planning sessions or long-running data processing pipelines with clear, at-a-glance progress.

Quick Start

Trigger the task-dashboard to monitor ongoing tasks by calling the TaskList API and rendering the dashboard in your planning tool.

Frequently Asked Questions about task-dashboard

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

FAQPage Schema
How do I monitor real-time task progress for long-running operations?

You can monitor real-time task progress using a lightweight dashboard that visualizes concurrent batch workflows via live progress bars. It aggregates status counts for completed, in_progress, pending, and blocked tasks.

How do I track multiple concurrent tasks in a batch workflow?

You track concurrent batch workflows by visualizing overall and per-task progress through a read-only dashboard. It retrieves task data via TaskList and TaskGet APIs to display live status updates.

Can I visualize feature planning status without manual monitoring?

Yes, you can visualize feature planning status automatically. The dashboard renders live progress bars and aggregates remaining work and completion estimates, eliminating the need for manual monitoring during planning sessions.

What is the best way to get a lightweight view of task status in a fork context?

The best way to get a lightweight view in a fork context is using a read-only dashboard. It provides at-a-glance status visibility for multi-file operations and long-running data pipelines without heavy overhead.

Does task-dashboard work without external dependencies?

Yes, the dashboard works without external dependencies. It operates using built-in TaskList and TaskGet APIs to fetch read-only task data, making it suitable for lightweight workflow monitoring.