One-click install
npx skills add https://github.com/statsclaw/statsclaw --skill progress-bar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress-bar
Source: https://github.com/statsclaw/statsclaw/tree/main/skills/progress-bar
Command: npx skills add https://github.com/statsclaw/statsclaw --skill progress-bar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

StatsClaw coordinates multiple specialized AI agents to handle statistical package development workflows, but users lack built-in visibility into the current stage, overall progress, or workflow interruptions (such as HOLD, BLOCK, or STOP signals) during execution, leading to confusion about process status and when to intervene.

Core Features & Use Cases

  • Multi-workflow support: Tracks progress for all StatsClaw pipeline types including full pipeline, docs-only, simulation, lightweight, and simplified workflows for tasks ranging from small bug fixes to full statistical package releases.
  • Standardized status indicators: Uses clear symbols to mark completed, in-progress, pending, paused, and failed steps so users can instantly interpret workflow state at a glance.
  • Contextual status display: Explicitly shows active agent tasks and interruption reasons (e.g., waiting for user clarification, validation failures) to eliminate guesswork about workflow blockers.
  • Use Case: A researcher running a full statistical package development workflow can instantly see that the planner has completed specs, the builder is currently implementing code, and 3 of 7 total steps are complete, without needing to parse individual agent logs.

Quick Start

Ask the StatsClaw Leader agent to render the workflow progress bar immediately after any status.md update to stay informed of the current development stage.

Frequently Asked Questions about progress-bar

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

FAQPage Schema
How do I track multi-agent workflow progress without parsing individual agent logs?

Visualize statistical development workflow progress using a text-based progress indicator that shows step completion status, active agent tasks, and workflow interruption signals without parsing individual agent logs.

What are HOLD, BLOCK, or STOP signals in StatsClaw multi-agent workflows?

HOLD, BLOCK, and STOP signals are workflow interruption states in StatsClaw multi-agent workflows that pause execution, requiring user clarification or signaling validation failures, which the progress bar displays contextually.

Does the StatsClaw progress indicator support docs-only and simulation pipelines?

Yes, the progress indicator tracks all StatsClaw pipeline types including full pipeline, docs-only, simulation, lightweight, and simplified workflows for tasks ranging from small bug fixes to full statistical package releases.

How do I render the workflow progress bar after a status update?

Render the workflow progress bar by asking the StatsClaw Leader agent to display it immediately after any status.md update to stay informed of the current development stage and active agent tasks.

Can I see which specific agent is currently implementing code during statistical package development?

Yes, contextual status display explicitly shows active agent tasks during statistical package development, indicating whether the planner has completed specs or the builder is currently implementing code at a glance.

Why does my StatsClaw workflow state lack visibility into current development stages?

Multi-agent workflows lack built-in visibility into the current stage, overall progress, or workflow interruptions, causing confusion about process status and when to intervene, which the progress indicator resolves.