Orc: Multi-Agent Coding Orchestration Tool Adds Planning and Notification Features

✍️ OpenClawRadar📅 Published: March 29, 2026🔗 Source
Orc: Multi-Agent Coding Orchestration Tool Adds Planning and Notification Features
Ad

What Orc Does

Orc is a GitHub repository that orchestrates multiple AI coding agents across all your projects from a single terminal user interface (TUI). It works with Claude Code, OpenCode, Codex, Gemini CLI, or any agentic CLI that can take a prompt. The architecture mimics how software gets built: investigate codebases, plan work, break it down, dispatch engineers, build in parallel, review everything, and deliver clean branches.

Latest Release Features

The new release introduces several key features:

  • Planning as a first-class phase: You can plug in whatever planning tool you use (specs, design docs, task lists), and this flows through to engineers alongside the codebase context Orc gathers. Agents plan before they build, which produces dramatically better results.
  • Notification system: Your laptop pings you when the horde needs something. Blocked agent? Ping. Question only you can answer? Ping. Plan needs your review? Ping. Everything else runs silently and auto-resolves.
  • Lifecycle hooks: Every phase of the orchestration lifecycle (planning, dispatch, review, delivery) now has natural language hooks. You describe how your development process works in plain English, and Orc adapts to it. This lets you bring your own workflow, review standards, and delivery pipeline.
Ad

Technical Details

Orc runs locally with Bash, tmux, and git worktrees. State is maintained in three files. There's nothing to deploy. The author reported describing 3 features at 9am and merging 8 PRs by end of day, with every PR having already been through automated multi-agent review before opening them.

Background and Context

The project name "Orc" comes from the author's accidental reference to AI coding agents as "the orcs" because they work in hordes, are relentless, and do exactly what you tell them. The tool was inspired by Steve Yegge's Gas Town posts about multi-agent orchestration for coding, but aims to be more accessible than the complex 189k-line Go system with seven agent roles that Yegge described.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

iai-mcp: Local daemon gives Claude persistent memory across sessions with 99% recall
Tools

iai-mcp: Local daemon gives Claude persistent memory across sessions with 99% recall

iai-mcp is an open-source local daemon that captures every Claude conversation, organizes it into three memory tiers, and feeds context back on new sessions. Achieves >99% verbatim recall, retrieval under 100ms, and session-start cost under 3,000 tokens.

OpenClawRadar
Open Source GTM Plugin for Claude Code with 166 Marketing Skills and Bootstrap Command
Tools

Open Source GTM Plugin for Claude Code with 166 Marketing Skills and Bootstrap Command

A developer has released an open source Go-To-Market plugin for Claude Code that provides 166 specialized marketing skills across SEO, content, outbound, sales, growth, analytics, strategy, ads, social, CRM, and AI search. The plugin includes a /bootstrap command that interviews users about their brand to generate personalized context files.

OpenClawRadar
MLJAR Studio: Local AI Data Analyst That Generates Reproducible Notebooks
Tools

MLJAR Studio: Local AI Data Analyst That Generates Reproducible Notebooks

MLJAR Studio is a desktop app that turns natural language questions into Python notebooks executed locally, with AutoML for tabular data and support for local LLMs via Ollama.

OpenClawRadar
Data Analyst Builds Prompt Calibrator Tool with Claude, No Prior Frontend Experience
Tools

Data Analyst Builds Prompt Calibrator Tool with Claude, No Prior Frontend Experience

A data analyst with no HTML, CSS, or JavaScript experience built Prompt Calibrator, a client-side web tool that structures AI prompts through a form with four fields and four modes. The tool was developed using Claude as a code review partner and is hosted on GitHub Pages.

OpenClawRadar