Skip to main content

devin-orchestrator

A generic, harness-agnostic framework for AI-assisted software development, built on top of Windsurf Cascade and inspired by obra/superpowers.

See Also:

Quick Start

The fastest way to install devin-orchestrator and register it with every local MCP agent:

Linux / macOS

./deploy.sh

or directly with Python:

python3 deploy.py

Windows

py deploy.py

This installs the package to ~/.devin-orchestrator/ and updates all known agent MCP configs to use the launcher. Then restart your agent/IDE.

You can also install from PyPI and register manually:

pip install devin-orchestrator
python3 -m devin_orchestrator.mcp_server --version
# from the repo
python3 register_mcp.py
  • DEPLOY.md — dry-run mode, manual steps, Windows/macOS notes.
  • MCP-CLIENTS.md — per-agent configuration examples.

Vision

Separate process disciplines (skills, workflows, contracts) from harness mechanisms (transport adapters), enabling the same methodology to work across Windsurf Cascade, Claude Code, Devin CLI, and future platforms.

Architecture

Core Abstractions

  1. Skills - Process disciplines with Iron Laws and checklists
  2. Workflows - Step sequences with gates, artifacts, and skill assignments
  3. Dispatch Contracts - Role-specific input/output contracts with quality bars
  4. Transport Adapters - Harness-specific mechanisms (Windsurf, Claude Code, Devin CLI, etc.)
  5. MCP Server - stdio JSON-RPC server exposing skills, workflows, and dispatch to any MCP-compatible client

Layer Stack

MCP-Compatible Client (Claude, Cursor, Cascade, etc.)
       ↓
MCP Server Layer (stdio JSON-RPC)
       ↓
Workflow Orchestration Layer
       ↓
Skills Invocation Layer
       ↓
Dispatch Contract Layer
       ↓
Transport Adapter Layer
       ↓
Platform Layer (Windsurf, Claude Code, Devin CLI, etc.)

Model Selection

  • Architect: Cascade (SWE-1.6)
  • Sub-agents (Coder, Test-Author, Reviewer): SWE-1.6 (default)
  • Rationale: SWE-1.6 is free and allows parallelization up to 10 instances; target 8 parallel dispatches to leave headroom for Architect

Status

Early prototype phase. Design documented in ARCHITECTURE.md.

MCP Server

mcp_server.py runs a stateless stdio MCP server that exposes skills, workflows, and Devin dispatch as JSON-RPC tools. Any MCP-compatible client (Claude Desktop, Cursor, OpenClaw, etc.) can connect and run the orchestrator without learning bash paths or local file layouts.

Primary MCP tools include:

  • execute, implement, review, investigate, plan, run_workflow, run_skill - high-level intent routing and workflow execution
  • dispatch_skill, dispatch_devin - low-level Devin worker dispatch
  • list_skills, get_skill, list_workflows, get_workflow, read_artifact - discovery and read-only helpers
  • gate_decision, continue_workflow - gate control and resume

See MCP-CLIENTS.md for client configuration examples. For the fastest setup, run the deployment script first — it writes the correct configuration for every supported client.

Directory Structure

devin-orchestrator/
├── mcp_server.py    # MCP server entry point (stdio JSON-RPC)
├── MCP-CLIENTS.md   # MCP client configuration
├── skills/          # Skill definitions (YAML + markdown)
├── workflows/       # Workflow definitions (YAML manifests + markdown)
├── devin_orchestrator/ # Orchestration engine and tools
├── adapters/        # Transport adapter implementations
├── contracts/       # Dispatch contract definitions
└── .windsurf/
    └── workflows/   # Windsurf slash command stubs

Attribution

Portions adapted from obra/superpowers, Copyright © 2025 Jesse Vincent, MIT License.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devin_orchestrator-0.1.8.tar.gz (409.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

devin_orchestrator-0.1.8-py3-none-any.whl (260.5 kB view details)

Uploaded Python 3

File details

Details for the file devin_orchestrator-0.1.8.tar.gz.

File metadata

  • Download URL: devin_orchestrator-0.1.8.tar.gz
  • Upload date:
  • Size: 409.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for devin_orchestrator-0.1.8.tar.gz
Algorithm Hash digest
SHA256 86051efc35e11dc33e23030e819d2b6df102f6fa49f23ba612e233387e477ac4
MD5 a88dd176daf2d000d8dd04d29c3b3bb2
BLAKE2b-256 2094d9a445165ac18185f900f40f0ae43936273076176562f66670b01166a254

See more details on using hashes here.

File details

Details for the file devin_orchestrator-0.1.8-py3-none-any.whl.

File metadata

File hashes

Hashes for devin_orchestrator-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 ee82ed526c1bb4459bfdf3c38b4214c18cac2c99485f01b0700f97856f010387
MD5 e9032556fea5d6e9170988c3dfe1ed91
BLAKE2b-256 bac103e886e7948d58c5347a4736cff1193ddf0f35589f7903a82e98657c0595

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.10

2 files

0.1.9

2 files

This release

0.1.8 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page