orchestrate

Decompose multi-step plans into tasks and coordinate sub-agents via git-aware workflows.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/asadbek21coder/sinfim --skill orchestrate-asadbek21coder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/asadbek21coder/sinfim/tree/main/frontend-vue/.claude/skills/orchestrate
Command: npx skills add https://github.com/asadbek21coder/sinfim --skill orchestrate-asadbek21coder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decompose complex, multi-step plans into manageable tasks, dispatch them to specialized sub-agents, and monitor progress across a coordinated workflow, reducing manual coordination overhead.

Core Features & Use Cases

  • Plan decomposition: Breaks user-provided plans into small tasks suitable for sub-agents.
  • Task orchestration: Dispatches tasks to specialized agents and tracks progress end-to-end.
  • Git workflow coordination: Oversees worktrees, commits, PRs, and branch management as part of execution.
  • Progress visibility: Maintains a single source of truth for plan status and task completion.

Quick Start

Provide a plan file path or an inline plan and instruct the orchestrator to decompose and execute it.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I coordinate multi-step plans with multiple sub-agents?▼

Workflow orchestration decomposes complex plans into small tasks and dispatches them to specialized sub-agents. This reduces manual coordination overhead by maintaining a single source of truth for task completion and progress visibility.

Can I manage git branches and pull requests through an automated task orchestration workflow?▼

Yes, task orchestration oversees git-aware workflows including worktrees, commits, PRs, and branch management. The orchestrator performs all git-related operations as part of the execution progress.

What is the best way to break down a complex development plan into manageable tasks?▼

The best way to break down a complex plan is to use task decomposition. This process splits user-provided plans into small, deterministic task units suitable for dispatch to specialized sub-agents.

Does the orchestrator write code or read source files during task execution?▼

No, the orchestrator does not write code or read source files. It enforces safe execution by only dispatching task units and letting the orchestrator perform git-related operations.

How do I track progress when dispatching tasks to specialized agents?▼

You track progress by using a coordinated workflow that maintains a single source of truth. It monitors task completion end-to-end, reducing manual coordination overhead across dispatched agents.