Help us improve
Share bugs, ideas, or general feedback.
From taskyou-os
Checks status of all tracked tasks via remote lists and notifications, reports completions/blocks/progress briefly, offers outputs/next steps, manages watcher.
npx claudepluginhub taskyou/taskyou-os --plugin taskyou-osHow 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. 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 output <id>`). - **Blocked**: Explain what's blocking it. Suggest next steps (retry, send input, review output). - **Still processing**: Note it's sti...
/statusDisplays project goal, task status counts, completion progress bar, and recent activity log. Supports --json for JSON output and --quiet for minimal view.
/task-statusDisplays task lifecycle tracking status for the current session: summary by status counts, prioritized incomplete tasks with blockers, plan linkages, and CLI commands.
/statusChecks status of worktree tasks: lists active tmux sessions, git worktrees, branches, changed files, commits, and activity. Also shows details for specific sessions.
/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 multi-CLI background jobs (codex, gemini, cursor, copilot, qwen) for the current repository. Accepts optional job ID, --wait, --timeout-ms, --all, and --json flags.
/watchMonitors background agents live by polling output files, displaying a status table with running/blocked/completed/waiting states and blocker suggestions.
Share bugs, ideas, or general feedback.
Check on all tasks you're currently tracking. Use this for an immediate status update.
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>).Re-launch the background notification watcher if there are tasks still in progress and no background agent is currently watching.
If all tracked tasks are done, let the user know there's nothing left to monitor.
Keep updates brief — one line per task.