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/task-statusDisplays task lifecycle tracking status for the current session: summary by status counts, prioritized incomplete tasks with blockers, plan linkages, and CLI commands.
/statusDisplays project goal, task status counts, completion progress bar, and recent activity log. Supports --json for JSON output and --quiet for minimal view.
/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.
/statusShows active and recent Codex jobs — background tasks, running audits, and completed results. Supports filtering by job ID, viewing all sessions, and JSON output.
/statusChecks status of worktree tasks: lists active tmux sessions, git worktrees, branches, changed files, commits, and activity. Also shows details for specific sessions.
/statusShows mint execution status for active tasks: running specs, progress, gates (lint/types/tests), stop signals, recent issues, and open issues count.