Skip to content
Development
Command

/status

Read-only orientation snapshot - where you are, what's in flight, what's next (tracker-universal)

From plugin
lets-workflow
1622 skills15 agents22 commands
Install
$ npx -y skills add restarter/lets-workflow --agent claude-code

How 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.md
description: 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.
Ships withlets-workflow

A development workflow plugin for Claude Code Stop babysitting your AI. Start shipping with it.

Get the whole plugin, auto-invoked
Stats
16
Stars
1
Views
3
Forks
Active
Maintenance
Go
Language
MIT
License
3d ago
Last commit
5mo ago
Created

Repo: restarter/lets-workflow