What problem does it solve?
AI coding agents running background feature tasks in tmux sessions or containers have no built-in visibility into their progress, forcing users to manually inspect sessions, logs, or worktrees to determine if agents are working, stuck, waiting for input, or finished, which breaks workflow efficiency and wastes time.
Core Features & Use Cases
- Dual backend support: Checks both container-based and tmux-based feature agents launched via the /kickoff command, matching agents to the current repository via git worktree paths.
- State classification: Accurately reports each agent's status as Working, Idle, Waiting, Done, Error, or CI Failed, along with recent output and resource usage for container agents.
- Use case: If you launched 3 separate agents to work on different feature branches, use this skill to get a single summary of all their progress, identify which need input, and get suggested next steps without manually attaching to each session.
Quick Start
Use the check skill to see the current status of all active background feature agents working on this repository.