From agent-team
Orchestrates task lifecycles by creating, assigning, completing, archiving, and inspecting tasks via `agent-team task` CLI commands for controller and human sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-team:task-orchestratorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- controller
agent-team task createagent-team task listagent-team task showagent-team task assignagent-team task doneagent-team task archive.agent-team/rules/index.md first.task-inspector.npx claudepluginhub jsonlee12138/agent-team --plugin agent-teamProvides read-only inspection of task status, lists tasks for controller, worker, and human sessions without state changes.
Decomposes complex work into trackable tasks with dependency chains using TaskCreate, TaskUpdate, TaskGet, TaskList tools. For multi-step implementations, parallel coordination, and status tracking.
Creates and manages a persistent agent team to execute tasks from a task board in parallel. Spawns teammates, assigns work with dependency ordering, and coordinates until completion.