From taskyou-os
Checks the current state of operations by querying daemon status, listing tasks, and agent sessions, then produces a concise summary report.
How this command is triggered — by the user, by Claude, or both
Slash command
/taskyou-os:gm-statuscommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
Check the current state of operations. ## Load project configuration ## Steps 1. **Check daemon status:** 2. **List all tasks:** 3. **Check running agent sessions:** ## How to report Summarize what you find in a clear status report: - **Daemon**: running or not - **Tasks**: count by status (active / queued / blocked / done) - **Agents**: which agents are running and on what tasks - **Issues**: flag anything wrong — daemon not running, stuck tasks, blocked tasks with no clear reason Keep it short. Lead with problems if there are any.
Check the current state of operations.
source ./config.env
./bin/ty-remote daemon status
./bin/ty-remote list
./bin/ty-remote sessions list
Summarize what you find in a clear status report:
Keep it short. Lead with problems if there are any.
npx claudepluginhub taskyou/taskyou-os --plugin taskyou-os/statusDisplays status of tasks in the orchestration system, including summaries, distributions, detailed views, timelines, and velocity reports with filters for date, status, agent, priority, and type.
/sugar-statusDisplays Sugar system status including task counts by status, active execution, recent queue, and metrics. Provides insights and recommendations. Supports --detailed and --tasks N flags.
/statusShows heartbeat daemon status: process liveness via PID check, countdowns to next heartbeat/jobs, current settings, and scheduled jobs list.
/tasksLists all orchestrator tasks with status, agents, dependencies, grouped by status and epic. Shows totals, markdown tables, dependency graph. Supports filtered views like blocked or frontend tasks.
/swarm-statusDisplays compact overview of agent swarm: total agents (active/idle) with examples and statuses/tasks, plus tasks summarized by status (pending, in-progress, completed, failed, blocked). Prompts to join if needed.
/statusSummarizes active swarm coordination state: workers, progress, messages, reservations, active cells, and task list if agent teams active.