Show current harness session status — iteration count, scores, feature progress, and session metrics
From cc-harnessnpx claudepluginhub jinsong-zhou/cc-harness --plugin cc-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 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.
Display the current state of the harness session.
Check if SPEC.md and harness/ exist. If neither exists, respond:
No active harness session found. Use
/harness <your project description>to start one.
Read these files (skip any that don't exist):
SPEC.md — extract the feature list to determine total features and namesharness/.harness-state.json — extract iterations, scores, features completed/failed, currentFeature, compactions, startTimeharness/iteration-log.md — read the iteration table rows for per-feature historyharness/qa-feedback.md — extract the latest evaluation result and critical issuesharness/sprint-contract.md — extract current in-progress feature nameCalculate derived metrics:
now - startTime from .harness-state.jsonfeatures.completed / total features from SPEC.mdscores array in .harness-state.jsonDisplay in this format:
## Harness Status
**Project:** [name from SPEC.md H1]
**Duration:** [calculated from startTime]
**Progress:** [completed/total] features complete
**Current:** [currentFeature from state, or sprint-contract feature name, or "None"]
**Avg Score:** [calculated from scores array]
### Iteration Log
[render the contents of harness/iteration-log.md]
### Latest Evaluation
**Feature:** [from qa-feedback.md]
**Result:** [PASS/FAIL from qa-feedback.md]
**Critical Issues:** [list from qa-feedback.md, or "None"]
### Session Metrics
| Metric | Value |
|--------|-------|
| Total iterations | [from state] |
| Features completed | [from state] |
| Features failed | [from state] |
| Compactions | [from state] |
/harness — Start a new session/evaluate — Trigger standalone evaluation