Skip to main content

About SPOQ & Its Creator

The methodology, the motivation, and the person behind parallel AI agent orchestration.

The Creator

Royce Carbowitz

Royce Carbowitz is a software engineer passionate about developer productivity and AI-assisted development. With experience spanning full-stack development, infrastructure automation, and developer tooling, Royce focuses on finding practical ways to amplify engineering output without sacrificing code quality.

SPOQ was born from a real problem: when running multiple AI coding agents on complex software projects, coordination breaks down. Agents duplicate work, introduce merge conflicts, violate architectural boundaries, and produce inconsistent quality. Royce created SPOQ to bring structure to this chaos -- a formal methodology that treats multi-agent orchestration as a scheduling problem with measurable quality gates.

The Project

What SPOQ Solves

SPOQ (Specialist Orchestrated Queuing) is an open-source methodology for coordinating parallel AI coding agents with deterministic quality validation. It transforms a high-level goal into a structured plan of atomic tasks, computes parallel execution waves from the dependency graph, dispatches AI agents across those waves, and validates every deliverable against explicit quality metrics.

In experimental validation across three case studies, SPOQ achieved speedups ranging from 1.3x to 5.3x compared to sequential single-agent execution, while maintaining consistent code quality through its dual validation gates.

Three Core Innovations

Wave-Based Dispatch

Topological sorting of dependency graphs into parallel execution waves that maximize throughput while respecting task prerequisites.

Dual Validation Gates

Two quality gates with 10 metrics each: planning validation before execution (95/90 threshold) and agent validation after (95/80 threshold).

Human-as-an-Agent (HaaA)

A bidirectional collaboration paradigm where the developer participates as a first-class agent, shaping task decomposition and consulting during execution.

Open Source

SPOQ is released under the MIT License. The methodology, skills, templates, and all tooling are freely available. Contributions, feedback, and forks are welcome.

MIT LicenseOpen Source