progress

Track real-time progress of multi-stage command executions with sub-agent statuses.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/BenjaminRose805/react-basecamp --skill progress-benjaminrose805
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress
Source: https://github.com/BenjaminRose805/react-basecamp/tree/main/.claude/skills/core/progress
Command: npx skills add https://github.com/BenjaminRose805/react-basecamp --skill progress-benjaminrose805

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time progress tracking for long-running, multi-stage command workflows.

Core Features & Use Cases

  • Stage-based progress updates with per-sub-agent status
  • Real-time visual indicators for RUNNING, COMPLETED, and FAILED
  • Parallel sub-agent execution and aggregated progress

Quick Start

Run /design to start a planning task and observe stage and sub-agent progress in real-time as it executes.

Frequently Asked Questions about progress

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

FAQPage Schema
How do I track real-time execution progress for multi-stage command workflows?

Real-time execution progress for multi-stage command workflows is tracked using a structured model that provides visual indicators for RUNNING, COMPLETED, and FAILED statuses across coordinated stages and sub-agents.

Can I monitor parallel sub-agent execution and aggregated progress in a CLI environment?

Yes, parallel sub-agent execution and aggregated progress are supported in the CLI, allowing you to monitor multiple sub-agent statuses simultaneously as complex tasks run.

How does stage-based progress tracking work during command execution?

Stage-based progress tracking works by coordinating design, implement, and ship workflows, updating per-sub-agent status and timing data in real-time as each stage executes.

What is the best way to get timing data for TypeScript CLI command executions?

To get timing data for TypeScript CLI command executions, use a structured progress model that records per-stage and per-sub-agent timing metrics during complex task workflows.

Does this real-time progress tracking tool require any specific dependencies?

No specific dependencies are required to implement real-time progress tracking, as the skill operates independently to coordinate stages and sub-agents across your command workflows.

When should I use structured progress tracking for command execution?

You should use structured progress tracking for command execution when running long-running, multi-stage tasks that require coordinated parallel sub-agents and real-time visual status updates.