orchestrate

Coordinate implementation plans with task dispatch, reviews, and merge cleanup.

89|7|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/nikhilsitaram/claude-caliper --skill orchestrate-nikhilsitaram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/nikhilsitaram/claude-caliper/tree/main/skills/orchestrate
Command: npx skills add https://github.com/nikhilsitaram/claude-caliper --skill orchestrate-nikhilsitaram

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the overhead of coordinating multi-step implementation work by turning a validated plan into ordered phases, task dispatch, reviews, and merges with clear gates.

Core Features & Use Cases

  • Phase-based execution: Runs work in ordered phases so dependent tasks only start when prerequisites are complete.
  • Task dispatch and review: Spawns implementers, routes code through task reviewers, and repeats fix cycles until the work passes review.
  • Plan and branch control: Keeps plan status, dependency checks, handoff notes, and merge cleanup aligned across worktrees and pull requests.
  • Use Case: A team needs a feature delivered with TDD, reviewer checks, and staged merges; this Skill coordinates the full workflow from plan execution through final cleanup.

Quick Start

Use orchestrate to execute the current implementation plan, dispatch the tasks, review the results, and safely merge the completed phase.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I coordinate multi-phase implementation plans with task dispatch and review gates?

Multi-phase implementation plans are coordinated by validating the plan, checking dependencies, and dispatching tasks in ordered phases. Review gates ensure dependent tasks only start when prerequisites pass, routing code through task reviewers until work is approved.

What is the best way to manage pull request handoffs and worktree merges for staged feature delivery?

Managing pull request handoffs and worktree merges requires tracking phase status and dependency checks. Safe merge cleanup aligns handoff notes across worktrees and pull requests, ensuring staged feature delivery proceeds only after passing review loops.

How does task dispatch and code review work in a staged software delivery workflow?

Task dispatch in staged software delivery spawns implementers and routes code through task reviewers. Fix cycles repeat until the work passes review gates, ensuring code quality before phase completion and safe merge cleanup.

Can I enforce TDD and dependency checks before starting dependent tasks in an implementation plan?

Yes, you can enforce TDD and dependency checks by validating the implementation plan before execution. Ordered phases ensure dependent tasks only start when prerequisites are complete, with review gates verifying test-driven development passes.

When do I need orchestration for branch control and phase-based execution across worktrees?

Orchestration for branch control and phase-based execution is needed when coordinating multi-step implementation work across worktrees. It keeps plan status, dependency checks, handoff notes, and merge cleanup aligned throughout the task dispatch and review workflow.

What are the limitations of orchestrating implementation plans without plan validation and review loops?

Without plan validation and review loops, dependent tasks may start before prerequisites are complete, breaking phase-based execution. Safe merge cleanup and dependency checks are required to prevent unreviewed code from merging across worktrees and pull requests.