/status
Read-only orientation snapshot - where you are, what's in flight, what's next (tracker-universal)
$ npx -y skills add restarter/lets-workflow --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/status
Context preview
What this command does when you run it.
Read-only orientation snapshot - where you are, what's in flight, what's next (tracker-universal)
Command definition
status.mddescription: Read-only orientation snapshot - where you are, what's in flight, what's next (tracker-universal)
Status
A fast, read-only orientation: where you are, what's in flight, what's next. No menu, no dialog, no mutation, no agents. Argless.
For working the backlog (pulse / ideas / cleanup) use `/lets:backlog`. To claim a task and start, `/lets:start`.
Step 1: Render the snapshot
Invoke `Skill(skill: "lets:orient")` - it renders `## Where you are` / `## In flight` / `## Next up` (and `## Project` counts when the tracker provides them), degrading per tracker (`beads` | `none` | a custom adapter).
If a legacy view argument was passed (`overview` / `ready` / `labels` / `blocked` / `full`), ignore it and note once: "Status is now a single orient snapshot; the old views were removed. Deeper dashboards, where a tracker offers them, live in that tracker's own native tooling."
Step 2: Footer (Response Footer model)
State-driven Nav (per `.claude/rules/lets-rules.md` `### Response Footer`):
- Uncommitted changes on disk -> `/lets:commit`.
- Active task, clean tree -> `/lets:note` + `/lets:check`.
- No active task -> `/lets:start`.
Rules
- Read-only - never mutate or claim from here.
- Respond in the user's language.
A development workflow plugin for Claude Code Stop babysitting your AI. Start shipping with it.
Other commands on lets-workflow.
- /ask
Ask a single expert agent a question - like a Slack ping to a colleague
Open command - /backlog
Backlog review and cleanup - multi-agent backlog review, quick no-agent pulse (--fast), or interactive triage cleanup
Open command - /check
Quick sanity check - code (inline 6-perspective) or plan (--plan).
Open command - /done
Finish a task - document, create PR or merge, close
Open command - /end
End a work session - a settlement pass that reconciles uncommitted / unpushed work + session context into git, the tracker, and a session snapshot file. --pre-compact skips settlement and only writes the shared snapshot, keeping the session going.
Open command - /execute
Execute implementation plan from /lets:plan - load plan and enter native plan mode
Open command

