Back

Install Medley

Add missions to Claude Code or Codex in a few commands. Uses the models you already have access to.

Three commands inside Claude Code. Missions run as /mission.

Requires Claude Code with plugin support.

  1. Add the Medley marketplace
    /plugin marketplace add Spine-AI/medley
  2. Install the plugin
    /plugin install medley
  3. Reload plugins
    /reload-plugins

Your next session downloads the mission engine automatically — one code-signed binary. No Node, no build step, nothing to clone.

Then start a mission

/mission <your goal>

Answer the short interview, review the proposed plan — each task with its routed agent and model — then say go. Open the live dashboard any time with /dashboard.

Medley decomposes your goal into a multi-agent plan, routes each task to the agent that fits, and shows the structure at a URL.

Updating later

/plugin marketplace update medley && /plugin update medley

Your next session picks up the new engine automatically.