orchestrate

Executes engineering intent via phased planning, routed skills, verification, shipping, and gated deployment.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/escotilha/claude-public --skill orchestrate-escotilha
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/escotilha/claude-public/tree/main/skills/orchestrate
Command: npx skills add https://github.com/escotilha/claude-public --skill orchestrate-escotilha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate turns a single engineering intent into a complete, production-minded execution pipeline by routing the right skills, enforcing budgets, and requiring approvals at critical phase boundaries.

Core Features & Use Cases

  • End-to-end intent execution: Captures intent, refines it with research/search, creates a phase plan, executes a routed sequence, and produces a final report.
  • Approval gating and safety controls: Enforces conditional gates (including hard-gated deploy steps) using a consistent approval mechanism and an always-gated floor for risky operations.
  • Budget enforcement and resumability: Applies warn/cap thresholds, stops or requests extension when needed, and supports resuming interrupted runs using per-phase artifacts.

Quick Start

Use the orchestrate skill to execute a full feature build by running: /orchestrate "implement dark mode toggle".

Frequently Asked Questions about orchestrate

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

FAQPage Schema
What is end-to-end engineering workflow orchestration with approval gating?▼

End-to-end engineering workflow orchestration with approval gating routes an engineering intent through multi-phase planning, skill routing, verification, and shipping. It applies approval-password gated transitions and hard enforcement to execute production deploys safely across a skill catalog.

How do I automate feature development with budget caps and resumable state?▼

Automate feature development with budget caps and resumable state by executing an engineering intent that applies warn and cap thresholds during multi-phase skill routing. The workflow stops or requests extensions when budget limits are reached and safely resumes using per-phase artifacts.

Can I enforce hard approval gates for CI/CD production deploys and destructive operations?▼

Yes, you can enforce hard approval gates for CI/CD production deploys and destructive operations. The workflow applies a consistent approval-password mechanism for gated transitions and maintains an always-gated floor for risky operations to ensure safe execution.

Does skill routing require YAML-Frontmatter-defined skills to function?▼

Yes, skill routing requires YAML-Frontmatter-defined skills to function. This metadata configuration defines the routing sequence across the skill catalog, enabling the orchestrator to execute multi-phase plans, produce per-phase artifacts, and enforce approval gates accurately.

What's the best way to run scheduled routine engineering workflows with stateful resume?▼

The best way to run scheduled routine engineering workflows with stateful resume is to execute the intent through a routed skill sequence that produces per-phase artifacts. This resumable state allows interrupted runs to safely continue from their last completed phase boundary.

Why does my engineering workflow stop mid-execution when hitting budget enforcement thresholds?▼

Your engineering workflow stops mid-execution when hitting budget enforcement thresholds because the orchestrator applies warn and cap thresholds during skill routing. When a budget cap is reached, the workflow stops or requests an extension before proceeding to the next phase.