Skip to content
Development
Command

/start

Fetch (if needed) and open the Agent Orchestrator desktop app. The desktop app owns the daemon, state, and updates. `ao start` no longer runs a daemon: it resolves the installed app (or downloads the latest release), opens it, and exits.

From plugin
agent-orchestrator
9.1k13 skills13 commands
Install
$ npx -y skills add Untrivial-ai/agent-orchestrator --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/start

Context preview

What this command does when you run it.

Fetch (if needed) and open the Agent Orchestrator desktop app. The desktop app owns the daemon, state, and updates. `ao start` no longer runs a daemon: it resolves the installed app (or downloads the latest release), opens it, and exits.

Command definition

start.md

ao start

Fetch (if needed) and open the Agent Orchestrator desktop app. The desktop app owns the daemon, state, and updates. `ao start` no longer runs a daemon: it resolves the installed app (or downloads the latest release), opens it, and exits.

Syntax

ao start [flags]

Flags

| Flag | Meaning | Default / Required | |---|---|---| | `--json` | Output start result as JSON | - |

Examples

# Open the AO desktop app
ao start
# Open the app and get the result as JSON
ao start --json
Ships withagent-orchestrator

The orchestration layer for parallel AI coding agents An Agentic IDE that supervises parallel AI coding agents in isolated workspaces, with complete control and automatic feedback loops from CI failures, review comments, and merge conflicts.

Get the whole plugin
Stats
9,094
Stars
1,322
Forks
Active
Maintenance
Go
Language
Apache-2.0
License
11m ago
Last commit
5mo ago
Created

Repo: Untrivial-ai/agent-orchestrator