workflow-status

Display a read-only dashboard of workflow state from trackers, tasks, and git context.

11|4|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/MostAshraf/ai-sdlc-harness --skill workflow-status-mostashraf
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workflow-status
Source: https://github.com/MostAshraf/ai-sdlc-harness/tree/main/skills/workflow-status
Command: npx skills add https://github.com/MostAshraf/ai-sdlc-harness --skill workflow-status-mostashraf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This read-only skill provides a concise, structured view of the current workflow state by aggregating tracker data, task statuses, and optional per-repo context.

Core Features & Use Cases

  • Live workflow overview: Quickly assess progress, phase, and branch status without modifying anything.
  • Multi-repo visibility: Aggregate per-repo activity when trackers span multiple repositories.
  • Traceable context: Identify the active tracker, derive story metadata, and reference plan files for auditing.

Quick Start

Run /workflow-status to display the current dashboard.

Frequently Asked Questions about workflow-status

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

FAQPage Schema
How do I view the current workflow status across multiple repositories?▼

To view multi-repo workflow status, run a read-only dashboard command that aggregates trackers, task statuses, and per-repo git context into a single consolidated view without modifying source files.

What is a read-only workflow dashboard?▼

A read-only workflow dashboard is a structured visual summary that displays current progress metrics, active development phases, and branch status by parsing trackers and filenames, ensuring no source files are modified.

How do I track task progress and derive story metadata from git context?▼

You can track task progress by computing metrics from tracker data and parsing filenames for IDs and dates, which derives story metadata and identifies the current development phase for a consolidated dashboard.

Can I aggregate tracker data spanning multiple git repositories?▼

Yes, you can aggregate per-repo activity and tracker data when work items span multiple repositories, providing multi-repo visibility to assess overall progress and branch status in one view.

Does the workflow dashboard modify any source files or branches?▼

No, the workflow dashboard is strictly read-only, meaning it gathers tracker data and computes progress metrics to present a structured view without modifying any source files or repository branches.