What problem does it solve? Coordinating multiple terminal sessions and coding agents manually is error-prone and slow. This Skill lets an agent inspect, create, and control Herdr-managed workspaces, tabs, panes, and recognized coding agents through the herdr CLI, so background work, parallel agents, and command execution can be orchestrated programmatically. ## Core Features & Use Cases - Session Discovery: List workspaces, tabs, panes, and live agents, reading opaque stable IDs from JSON responses instead of guessing. - Agent Orchestration: Split sibling panes, start supported coding agents by kind, submit prompts with lifecycle-aware waits (idle, working, blocked, done), and read results. - Command Execution: Run shell commands in other panes, wait for output matches with literal or regex patterns, and read scrollback from multiple sources. - Use Case: While working in a Herdr pane, ask the agent to spin up a reviewer agent in a right-split pane, prompt it to review the current diff, wait for completion, and read back its findings without stealing your focus. ## Quick Start Ask the agent to use Herdr to open a sibling pane, start a coding agent in it, and run a task while keeping your current pane focused.