---
title: "code-orchestrator"
description: "Plan and execute approved multi-phase repository work through bounded implementation, independent review, and final integration."
canonical: https://agentpluginsdirectory.com/plugins/code-orchestrator
last-updated: 2026-09-16
---

# code-orchestrator
Plan and execute approved multi-phase repository work through bounded implementation, independent review, and final integration.
- Slug: code-orchestrator
- Publisher: Rob Cheung and Hraness
- Repository: https://github.com/hraness/skillpack
- Manifest: plugins/code-orchestrator/plugin.json
- Version: 0.2.2
- License: MIT
- Category (editorial): other
- Skills: 2 (phase-orchestrator, write-phase-plan)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-09-01
- Repository last pushed: 2026-09-16
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/code-orchestrator
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What code-orchestrator does, in the publisher's words

Turn an approved direction into reviewable, dependency-ordered delivery.

Code Orchestrator contributes two portable Agent Skills: one prepares an implementation-ready phase plan; the other executes an existing plan through bounded workers, independent review, join gates, and final integration.

Ask:

- skills/write-phase-plan/references/plan-contract.md defines the plan shape and join criteria.
- skills/phase-orchestrator/references/orchestration-protocol.md defines execution, review, convergence, and final integration.
- Separate implementer, reviewer, and final-reviewer references preserve independent ownership.
- The repository's routing fixtures distinguish phased delivery from ordinary one-owner work, unresolved architecture, and host scheduling.
- Use phased delivery only when an implementation direction is already chosen and the work has independently deliverable phase boundaries.
- Do not fan out a one-line fix or other ordinary one-owner task.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/hraness/skillpack/HEAD/plugins/code-orchestrator/README.md

## Skills

- phase-orchestrator: Execute an existing multi-phase repository plan with bounded implementation workers, independent review, join gates, validation, and final integration. Use when the user explicitly asks for delegated or multi-agent execution of a phase plan. Do not use for ordinary single-owner coding, plan authori…
- write-phase-plan: Write or restructure a dependency-ordered implementation plan for later multi-agent execution, with explicit phase ownership, acceptance criteria, validation, and status logging. Use when the user asks for a phased plan or a plan consumable by phase-orchestrator. Do not use to execute the plan or r…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
