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.

jsonlee12138 8525e3c 969 B Updated

File contents

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.

jsonlee12138/agent-team/tree/main/skills/task-orchestrator commit 8525e3c669

Frequently asked questions

npx skillmds@latest add jsonlee12138/task-orchestrator