๐ŸŽต Autonomous Development Orchestration

OpenAI orchestrator + Claude agents + signal-based workflow = zero coordination overhead

$ prp orchestrate
๐ŸŽป Orchestrator: Monitoring PRPs...
๐Ÿค– Agent spawned: robo-developer (feature/authentication.md)
โœ… Tests written โ†’ Implementation โ†’ PR created โ†’ Merged
$ _ โ–Š

โœจ Key Features

๐ŸŽป

Orchestrator + Agents

OpenAI-powered orchestrator monitors PRPs every 30 seconds, makes autonomous decisions, spawns Claude agents in isolated Terminal windows.

๐Ÿ“

PRP Methodology

Structured markdown documents combining PRD + LLM prompt engineering. 44-signal taxonomy tracks state transitions ([Dd] โ†’ [Ip] โ†’ [PR] โ†’ [VV]).

๐Ÿงช

Test-Driven Development

TDD mandatory. Tests before implementation (Red-Green-Refactor). Coverage >80% enforced. No shortcuts.

๐Ÿ”

Claude Code PR Review

Automatic GitHub Actions workflow with Claude Code reviews every PR. Orchestrator forms task lists from review comments. Agent fixes ALL issues.

๐ŸŒณ

Git Worktree Isolation

Each PRP gets isolated worktree + branch. Work on multiple PRPs simultaneously. No context switching.

๐Ÿ“Š

Signal-Based Communication

40+ signals (Priority 1-10) communicate state, progress, blockers, emotions. Orchestrator reacts autonomously to signal changes.

๐Ÿš€ How It Works

1

Create PRP

Write structured Product Requirement Prompts with clear goals and DoD checklists

2

Orchestrator Detects

OpenAI-powered orchestrator scans PRPs every 30 seconds and prioritizes work

3

Agent Spawns

Claude agents work in isolated Terminal windows using TDD methodology

4

PR Review & Fix

Claude Code reviews PRs, agents fix ALL review comments automatically

5

Merge & Validate

Orchestrator merges when CI passes and validates post-release deployment

6

Complete

PRP archived when 100% DoD complete. Move to next priority task.

๐Ÿ†š How PRP Differs

FeatureGitHub CopilotDevinCursorPRP
Code completionโœ…โœ…โœ…โŒ
Multi-step tasksโŒโœ…โœ…โœ…
Custom workflowsโŒโŒโŒโœ… (44 guidelines)
Autonomous orchestrationโŒโœ…โŒโœ…
Transparent logicโŒโŒโœ…โœ… (signals + guidelines)
Visible agentsโŒโŒโŒโœ… (Terminal windows)
TDD mandatoryโŒโŒโŒโœ… (enforced)
Cost optimization-โŒ-โœ… (58% savings)

๐Ÿ› ๏ธ Installation

1

Install PRP

$ npm install -g @dcversus/prp
2

Initialize Project

$ cd your-project && prp init
3

Start Orchestrator

$ prp orchestrate