# Task Orchestrator

> Scenario-first task lifecycle entry for controller and human sessions. Use when the user asks to create, assign, complete, archive, or inspect task flow through `agent-team task` commands.

- Skill: `jsonlee12138/task-orchestrator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jsonlee12138/task-orchestrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jsonlee12138/task-orchestrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: jsonlee12138 (https://skillmd.com/u/jsonlee12138)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jsonlee12138/task-orchestrator

---


# task-orchestrator

## Audience

- controller
- human

## Triggers

- create task
- assign task
- complete task
- archive task
- task flow

## CLI Binding

- `agent-team task create`
- `agent-team task list`
- `agent-team task show`
- `agent-team task assign`
- `agent-team task done`
- `agent-team task archive`

## Required Entry

- MUST read `.agent-team/rules/index.md` first.

## Expansion

- Load only the task artifacts and rule files required by the current lifecycle action.

## Boundary

- This is the write-capable task lifecycle entry.
- Do not use this skill for worker-only recovery or worker -> main reporting.
- If the user only wants read-only task status with no lifecycle mutation intent, prefer `task-inspector`.

