workflow-status

workflow-status is a skill for Claude Code from MostAshraf/ai-sdlc-harness. It costs 47 tokens per session (545 once invoked), scanned A, original, MIT.

A read-only dashboard for tracking ai-sdlc-harness runs in the current workspace. It shows run progress, task states, gates, events, active spawns, and health.

In plain words
What is it for?
Checking run status, finding unfinished agent work, reviewing gates and event records, and diagnosing aborted or integrity-failed runs.
Why use it?
It provides one compact view of what a run is doing and whether its tracking machinery has stalled or lost evidence. Detailed run information can be opened when needed.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the ai-sdlc-harness plugin — 8 skills, 4 commands, 3 agents, 4 hooks shipped together

Good fit Checking run status, finding unfinished agent work, reviewing gates and event records, and diagnosing aborted or integrity-failed runs.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add MostAshraf/ai-sdlc-harness
Claude Code
/plugin install ai-sdlc-harness

Made for: Claude Code.

Or install ai-sdlc-harness, the plugin that ships this one along with the rest of its 8 skills, 4 commands, 3 agents, 4 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workflow-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/mostashraf/ai-sdlc-harness/workflow-status.svg)](https://agentmods.dev/skills/mostashraf/ai-sdlc-harness/workflow-status)
Your own site
<a href="https://agentmods.dev/skills/mostashraf/ai-sdlc-harness/workflow-status"><img src="https://agentmods.dev/badge/skills/mostashraf/ai-sdlc-harness/workflow-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 545 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.00545
Opus 5 $0.00023 $0.00272
Sonnet 5 $0.00009 $0.00109
Haiku 4.5 $0.00005 $0.00055

Measured 8d ago against content hash de08165f6fdb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

workflow-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/workflow-status/SKILL.md · 39 lines

What it actually says

workflow-status (read-only)

  1. ${CLAUDE_PLUGIN_ROOT}/bin/harness status — every run: cursor, mode, work item, task statuses, decided gates, flagged-event count, and a health verdict (HEALTHY | DEGRADED: did the run MACHINERY degrade — stalls, lost evidence; flagged events alone don't flip it, and neither do the several spawns a pipelined develop keeps in flight — only one the run has moved PAST or launched in a round a gate has since closed out, whose evidence is never arriving). An aborted field marks a run ended by the abort verb (terminal); an error field marks a run whose state failed integrity verification (its remediation names the reseal command) — the rest of the dashboard still renders.
  2. Render it as a compact table for the user; for a run they ask about, drill in with ${CLAUDE_PLUGIN_ROOT}/bin/harness show --run <run> — whose outstanding_spawns names each in-flight spawn's task, mode, agent id, launching step and launch time, so "which lane is still working" needs no ledger read (and legacy_spawn_pendings, if non-empty, names spawns launched before an upgrade whose capture can no longer land) — plus the ledgers (events.ndjson — the "what happened" trail; tokens.ndjson — spend) and compose the per-task timeline: status + review rounds + stalls + flagged events + gate evidence.
  3. Offer ${CLAUDE_PLUGIN_ROOT}/bin/harness metrics --run <run> — regenerates reports/metrics.md, the human-readable table view of the same ledgers (run health, timings, tasks, verdicts, aggregated tokens, flagged events). Works at any live step, not just the terminal metrics step; it's a deterministic projection, so regenerating is always safe.
  4. Otherwise STRICTLY read-only: no state changes, no cursor moves, no ledger writes — the report above is the one derived, regenerable output; everything else only reads what the authority already records.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 39 lines · 47 tokens per session scan A de08165f6fdb

Subscribe to this mod's changes

workflow-status is a skill published in the GitHub repository MostAshraf/ai-sdlc-harness (18 stars, last pushed 11d ago), licensed MIT. It adds 47 tokens to every session and 545 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.