orchestrate

Orchestrates cross-team tasks with configurable approval workflows.

6|2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/i-standard1/yamasaki --skill orchestrate-i-standard1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/i-standard1/yamasaki/tree/main/.claude/skills/orchestrate
Command: npx skills add https://github.com/i-standard1/yamasaki --skill orchestrate-i-standard1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables orchestration of development work by acting as a domain PM that distributes tasks to engineers, preventing scope creep and ensuring alignment across teams. It performs planning and coordination while keeping implementation responsibility with the respective PGs and not writing code itself.

Core Features & Use Cases

  • Three-layer orchestration that coordinates planning, domain boundaries, and task execution through PMs.
  • Domain PM mediated flow that routes requests, manages scope, interfaces, and dependencies.
  • Automatic task selection and distribution to appropriate engineering teams based on interfaces and priorities.

Quick Start

Initiate the domain PM orchestration to distribute tasks to engineers.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I coordinate task distribution across multiple engineering teams without writing code?

Development task distribution is coordinated by acting as a domain PM that routes requests and allocates resources without writing code. It enforces a three-layer orchestration policy defining domain boundaries, interfaces, and phased execution to ensure alignment.

What is three-layer orchestration for multi-domain project planning?

Three-layer orchestration is a coordination policy separating planning, domain boundaries, and task execution through domain PMs. It guides resource allocation and progress tracking for multi-domain projects with explicit interfaces and task dependencies.

How do I prevent scope creep when delegating development tasks to engineers?

Scope creep is prevented during task delegation by using a domain PM mediated flow that manages interfaces and dependencies. The orchestration policy ensures traceability and keeps implementation responsibility strictly with the respective engineering teams.

Does this task orchestration approach work for projects with implicit or undefined domain boundaries?

Task orchestration applies specifically to multi-domain projects with explicit interfaces and task dependencies. Projects with undefined domain boundaries require establishing clear interfaces first to ensure proper task selection and alignment.

What is the best way to track progress and manage dependencies in multi-domain development?

Progress tracking and dependency management in multi-domain development are best handled through a domain PM enforcing phased task distribution. This ensures alignment and traceability across engineering teams without the PM writing code.