Status

Show the current Steward case status without writing files. Use when the user asks where a Steward review stands, wants the current verdict, or asks for steward status.

samzong d75a8d6 1.1 KB Updated

File contents

Status

Use this skill for the read-only Steward status check.

First Step

Read ../../shared/protocol.md before acting. Treat it as the source of truth for case file discovery, status values, and output.

Gate

Run only the status gate.

Behavior

  • Read the current root-level Steward case file only.
  • Do not create a case file if none exists.
  • Do not edit files.
  • Report the current status, verdict, next action, blockers, branch, issue, PR, and latest decision log entry when present.
  • If updated_at is stale by more than 24 hours, note that and suggest steward sync.
  • If no current case exists, suggest running a judgment gate such as steward feasibility <task>.

Output

Use the protocol output contract:

Verdict: <short sentence>
Why: <short paragraph>
Missing evidence: <short list or "None">
Next action: <one concrete next step>
Case file: <absolute path>

samzong/samzong/tree/main/plugins/steward/skills/status commit d75a8d659f

Frequently asked questions

npx skillmds@latest add samzong/status