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.
/plugin marketplace add MostAshraf/ai-sdlc-harness/plugin install ai-sdlc-harnessWrote 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.
[](https://agentmods.dev/skills/mostashraf/ai-sdlc-harness/workflow-status)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
workflow-status (read-only)
${CLAUDE_PLUGIN_ROOT}/bin/harness status— every run: cursor, mode, work item, task statuses, decided gates, flagged-event count, and ahealthverdict (HEALTHY|DEGRADED: did the run MACHINERY degrade — stalls, lost evidence; flagged events alone don't flip it, and neither do the several spawns a pipelineddevelopkeeps 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). Anabortedfield marks a run ended by the abort verb (terminal); anerrorfield marks a run whose state failed integrity verification (itsremediationnames the reseal command) — the rest of the dashboard still renders.- 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>— whoseoutstanding_spawnsnames each in-flight spawn's task, mode, agent id, launching step and launch time, so "which lane is still working" needs no ledger read (andlegacy_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. - Offer
${CLAUDE_PLUGIN_ROOT}/bin/harness metrics --run <run>— regeneratesreports/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. - 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.
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.
- 8d ago First seen · 39 lines · 47 tokens per session scan A de08165f6fdb
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.
Other skills, from other repositories
autonomous
Run multiple phases hands-free. Chains discuss, plan, build, and verify automatically.
quick
Execute an ad-hoc task with atomic commits. Skips full plan/review.
resume
Pick up where you left off. Restores context and suggests next action.
audit
Review past Claude Code sessions for PBR workflow compliance and UX quality.
config
Configure settings: depth, model profiles, features, git, and gates.
status
Show current project status and suggest what to do next.