원클릭으로
speckit-harness-status
Render a compact, budget-aware slice of the harness state with a recommended next action
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Render a compact, budget-aware slice of the harness state with a recommended next action
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up
Run a budget-aware exploration loop that externalizes every finding into the harness state files
Initialize externalized harness state (budget, candidates, curated set, evidence, verification, observations) for the active feature
Synthesize curated evidence and verification records into the feature's research.md with a coverage table
Adversarially verify claims in spec/plan artifacts against primary sources and record verdicts
| name | speckit-harness-status |
| description | Render a compact, budget-aware slice of the harness state with a recommended next action |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"harness:commands/speckit.harness.status.md"} |
Render the externalized harness state as a compact working slice. This is the Harness-1 (arXiv:2606.02373) "budget-aware context rendering" step exposed as a command: instead of re-reading transcripts or whole files, the agent (and the user) get a bounded snapshot that is sufficient to decide the next action.
Run it at any time — especially at the start of a fresh session to resume research with zero context carried over, or before deciding whether more exploration is worth the budget.
This command is read-only: it writes nothing and consumes no budget.
$ARGUMENTS
Optional. full renders larger slices (3× the configured sizes); a topic
string filters curated/candidate rows to those matching it.
Resolve HARNESS_DIR as in /speckit.harness.init. If no harness exists,
say so and point to /speckit.harness.init — do not create anything.
Read configuration for slice sizes (rendering.*), then load:
budget.md — mission(s), budget table, stop conditions, last 5 action-log rows.curated.md — top curated_slice entries by importance (critical first);
count the rest.candidates.md — up to candidates_slice rows with status new/inspected;
count the rest.verification.md — all refuted rows, plus counts by verdict; list
critical curated entries lacking a verified record.observations.md — last observations_slice entries.Do not read evidence.md bodies, spec/plan files, or anything beyond the
slices. Keep the rendered output within the configured context_tokens cap;
truncate lowest-importance material first and say what was truncated.
# Harness Status — <feature> (<date>)
**Mission**: <mission lines>
**Budget**: searches <r>/<b> · inspections <r>/<b> · verifications <r>/<b> remaining
**Curated set** (<shown>/<total>, cap <cap>):
| ID | Importance | Finding | Verified? |
...
**Open frontier** (<shown>/<total> candidates): ...
**Verification**: <n> verified · <n> refuted · <n> unverifiable
⚠ Unverified critical claims: <list or "none">
⚠ Refuted (do not rely on): <list or "none">
**Recent activity**: <observation slice, one line each>
Close with a single recommendation, derived from the snapshot:
critical claims → /speckit.harness.verify./speckit.harness.explore <question>./speckit.harness.report./speckit.harness.report, then proceed to
/speckit.plan or /speckit.tasks./speckit.harness.explore <mission>.State the reason in one sentence (e.g. "2 critical claims unverified and 12 verification budget remaining → verify before planning").