Show a quick summary of the current harness state — features completed vs remaining, recent git commits, last session log entry, and any blockers noted. Use to orient yourself before starting a new session or checking progress.
From harnessnpx claudepluginhub bobmaertz/prompt-library --plugin harness/harness-statusShow the current health of the project's harness — enforcement ratio, drift, and garbage collection state
/harness-statusShow harness health, sprint progress, and verification state at a glance.
/harness-statusShow current harness session status — iteration count, scores, feature progress, and session metrics
Read the harness state files and produce a concise status report.
feature_list.json (if it exists) and count features by status: passing, failing, in_progress, blocked.claude-progress.txt (if it exists) to show the most recent session summary.git log --oneline -10 to show recent commits.HARNESS_EVAL_REPORT.md exists, show its Summary section only.Output a compact status block:
## Harness Status
Features: X passing / Y failing / Z in_progress / W blocked (total: N)
Last session: <date and one-line summary from claude-progress.txt>
Blockers: <any features marked blocked, or "none">
Recent commits:
<git log --oneline -10 output>
Do not read source code files or run tests. Keep this fast.