implement-orchestrator

Orchestrate end-to-end feature delivery across isolated git worktrees.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aiguy611/cc-tools --skill implement-orchestrator-aiguy611
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-orchestrator
Source: https://github.com/aiguy611/cc-tools/tree/main/.github/skills/implement-orchestrator
Command: npx skills add https://github.com/aiguy611/cc-tools --skill implement-orchestrator-aiguy611

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end feature delivery by coordinating planning inputs, per-story implementation, verification, and merging across isolated git worktrees.

Core Features & Use Cases

  • Orchestrates the 6-phase workflow from feature discovery to final merge, including dependency graphs, worktree management, and guardrails.
  • Delegates per-story implementation to specialized agents, coordinates between /verify and /simplify, and maintains traceability with SQL todos and pipeline logs.
  • Supports ADO integration and parking-lot / correction tracking for future work.

Quick Start

Start orchestration with a feature file and let the orchestrator drive per-story implementation, verification, and merging.

Frequently Asked Questions about implement-orchestrator

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

FAQPage Schema
How do I automate end-to-end feature delivery across isolated git worktrees?

Automating end-to-end feature delivery is handled by orchestrating planning inputs, per-story implementation, verification, and merging across isolated git worktrees. The workflow coordinates a 6-phase process from feature discovery to final merge with built-in guardrails.

Can I orchestrate per-story implementation using ADO feature documents?

Yes, you can orchestrate per-story implementation using ADO feature documents and USER_STORY files. The orchestrator reads these inputs, handles dependency graphs, and delegates coding tasks to specialized implement agents while tracking progress in a SQL-todo store.

What is the best way to coordinate verification and simplification steps in a feature delivery pipeline?

Coordinating verification and simplification steps is managed by the orchestrator, which invokes both phases sequentially, logs pipeline events, and enforces execution discipline. It maintains traceability using SQL todos and records pipeline events throughout the process.

Do I need specialized agents to handle dependency graphs and worktree creation for feature delivery?

Specialized agents are utilized to handle dependency graphs and worktree creation during feature delivery. The orchestrator delegates per-story implementation to an implement agent, manages worktree isolation, and handles phase transitions with guardrails to enforce execution discipline.

How does the orchestrator handle correction tracking and future work parking for incomplete stories?

Correction tracking and future work parking are supported through integrated parking-lot tracking mechanisms. The orchestrator logs pipeline events, records progress in a SQL-todo store, and maintains traceability for incomplete items during the 6-phase workflow.

Why use isolated git worktrees for orchestrating multi-story feature delivery instead of a single branch?

Isolated git worktrees prevent conflicts and maintain clean separation during multi-story feature delivery. The orchestrator creates worktrees for each story, manages dependency graphs across them, and enforces phase transitions with guardrails before final merging.