project-orchestrator

Delegate coding tasks to background Claude agents across isolated project phases.

6|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/pwv-vc/agentcribs-community --skill project-orchestrator-pwv-vc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-orchestrator
Source: https://github.com/pwv-vc/agentcribs-community/tree/main/resources/tearsheets/arsenal/dot-claude/skills/project-orchestrator
Command: npx skills add https://github.com/pwv-vc/agentcribs-community --skill project-orchestrator-pwv-vc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude, and includes scripts (resource) components.

What problem does it solve?

Coordinated, code-free project orchestration that prevents direct implementation work by the human operator, ensuring isolated development, rigorous review, and controlled integration.

Core Features & Use Cases

  • Isolated, phase-based execution: each phase runs in its own branch with clear handoffs.
  • Automated agent orchestration: spawn Claude agents to implement, review, and fix phases.
  • Governance and traceability: maintain orchestration logs, review outputs, and plan updates.
  • Use Case: You have a PROJECT_PLAN.md; you want a structured, review-driven path to production.

Quick Start

Provide your PROJECT_PLAN.md and run the orchestrator on your integration branch to begin the phased implementation workflow.

Frequently Asked Questions about project-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multi-phase project implementation with Claude agents?

Multi-phase project orchestration with Claude agents is handled by delegating all coding tasks to background agents, enforcing branch isolation, automated task spawning, and progress monitoring across planning, implementation, and remediation cycles without direct code edits.

What is the best way to enforce branch isolation during automated code reviews?

The best way to enforce branch isolation during automated code reviews is to run each project phase in its own dedicated branch, allowing background Claude agents to implement, review, and fix code before controlled merges to the integration branch.

How do I start a phased implementation workflow from a project plan?

To start a phased implementation workflow, provide your existing PROJECT_PLAN.md file and run the orchestrator on your integration branch to begin spawning background agents for structured, review-driven development.

Can I use Claude for code-free project management and governance?

Yes, Claude can be used for code-free project management and governance by delegating all direct implementation work to background agents while the human operator maintains orchestration logs, review outputs, and plan updates.

Do I need a PROJECT_PLAN.md to run automated task spawning for software engineering?

Yes, you need a PROJECT_PLAN.md file as the input to run automated task spawning, because the orchestration workflow uses it to structure the end-to-end implementation, formal reviews, and remediation cycles.