From taskyou-os
Checks all tracked tasks and reports their current status (completed, blocked, or still processing). Use for an immediate spot-check snapshot.
How this command is triggered — by the user, by Claude, or both
Slash command
/taskyou-os:gm-babysitcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
Check on all tasks you're currently tracking. Use this for an immediate status update. Note: Task events normally arrive automatically via the taskyou channel. This command is for a manual spot-check when you want an immediate snapshot. First, load the project configuration: ## Steps 1. **Check for recent events** from the server notification stream: 2. **Get current task statuses:** 3. **Compare against your todos** — identify any status changes since last check. 4. **For each tracked task, report:** - **Completed**: Mark todo done. Offer to show output (`./bin/ty-remote outpu...
Check on all tasks you're currently tracking. Use this for an immediate status update.
Note: Task events normally arrive automatically via the taskyou channel. This command is for a manual spot-check when you want an immediate snapshot.
First, load the project configuration:
source ./config.env
./bin/ssh-remote "tail -20 $SERVER_HOME/notifications.jsonl" 2>/dev/null
./bin/ty-remote list
Compare against your todos — identify any status changes since last check.
For each tracked task, report:
./bin/ty-remote output <id>).If all tracked tasks are done, let the user know there's nothing left to monitor.
Keep updates brief — one line per task.
npx claudepluginhub taskyou/taskyou-os --plugin taskyou-os/r-tasksDisplays current task list state with progress, status, and timing context. Use this to check progress of long-running tasks or when something seems stuck.
/statusDisplays project task completion status with progress bar, task counts, and recent activity. Supports --json and --quiet flags.
/task-statusDisplays task lifecycle tracking status for the current session: summary by status counts, prioritized incomplete tasks with blockers, plan linkages, and CLI commands.
/statusShows active and recently completed Codex or Antigravity jobs including running audits, implementations, and bug analyses. Accepts a job ID for details, --all for cross-session view, and --json for raw output.
/statusDisplays task status across orchestration runs with filtering by date, status, agent, priority, and type. Also supports detailed, timeline, and velocity views.
/jobsDisplays background job status, progress, and logs for cloning, imports, and documentation tasks. Supports filtering by job ID or showing all jobs.