status · git:20260321.4b990ab · 2026-03-21 · sha256 ac41c57b72f44be7

status git:20260321.4b990abA

Immutable. This exact content is served forever at /api/v1/blob/ac41c57b72f44be7.

---
name: status
description: Show a snapshot of the current sprint -- claims, conflicts, coverage, and next actions.
tools:
  - mcp__wheat__wheat_status
  - mcp__wheat__wheat_compile
  - mcp__wheat__wheat_search
  - Read
---

# /status -- Sprint dashboard

The user wants to see the current state of the active sprint.

## Arguments

$ARGUMENTS

## Instructions

1. **Run `wheat_status`** to get the sprint snapshot.

2. **Run `wheat_compile`** to check for conflicts and warnings.

3. **Display the dashboard**:

   ```
   Sprint: <slug>
   Phase: <phase> | Claims: <total> active, <conflicted> conflicted
   Topics: <list with claim counts>

   Evidence tiers:
     stated: <n>  |  web: <n>  |  documented: <n>  |  tested: <n>  |  production: <n>

   Claim types:
     constraint: <n>  |  factual: <n>  |  estimate: <n>  |  risk: <n>  |  recommendation: <n>

   Conflicts: <list or "none">
   Warnings: <list or "none">
   ```

4. **Suggest next steps** based on the decision tree:
   - Unresolved conflicts -> `/resolve`
   - Claims with no corroboration -> `/witness <id> <url>`
   - Weak evidence tiers -> `/research <topic>` or `/witness`
   - Type monoculture -> `/challenge <id>`
   - Late-phase with gaps -> `/blind-spot`
   - Ready for output -> `/brief`