orchestration

Coordinates Plan-Driven Development workflows across research, planning, and implementation phases with delegated subagents and standardized templates.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/sammykumar/vibe-flow-agent-orchestrator --skill orchestration-sammykumar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration
Source: https://github.com/sammykumar/vibe-flow-agent-orchestrator/tree/main/.github/skills/orchestration
Command: npx skills add https://github.com/sammykumar/vibe-flow-agent-orchestrator --skill orchestration-sammykumar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Plan-Driven Development orchestration coordinates multi-step development across research, planning, and implementation phases, reducing handoff gaps and ensuring accountability.

Core Features & Use Cases

  • Orchestrates delegation to subagents (research.agent, plan-writer.agent, implement.agent) and tracks progress.
  • Enforces a standardized PDD folder structure under .github/plans/in-progress and audit-ready outputs.
  • Suitable for complex feature work, bug fixes, or cross-team initiatives requiring structured coordination.

Quick Start

Create a new in-progress plan directory under .github/plans/in-progress and begin with 1-OVERVIEW.md and 2-PROGRESS.md to start the Research phase.

Frequently Asked Questions about orchestration

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

FAQPage Schema
What is plan-driven development orchestration for multi-step workflows?

Plan-driven development orchestration coordinates multi-step workflows across research, planning, and implementation phases, enforcing sequential execution and standardized task templates to reduce handoff gaps and ensure accountability.

How do I coordinate research, planning, and implementation phases for complex feature work?

You coordinate complex feature work by creating an in-progress plan directory under .github/plans/in-progress, starting with 1-OVERVIEW.md and 2-PROGRESS.md to initiate the Research phase and track sequential execution.

Can I delegate subtasks to specialized subagents for cross-phase coordination?

Yes, you can delegate subtasks to specialized subagents including research.agent, plan-writer.agent, and implement.agent, while the orchestration layer tracks progress, audits, and handles failures through a defined plan structure.

Does this workflow orchestration approach work for bug fixes and cross-team initiatives?

Workflow orchestration applies to bug fixes and cross-team initiatives requiring structured coordination, using standardized PDD folder structures and audit-ready outputs to maintain accountability across sequential execution phases.

What are the limitations of using sequential execution for development workflow planning?

Sequential execution enforces strict phase ordering, which limits parallel task processing and may slow down workflows where independent implementation steps could otherwise run concurrently without cross-phase dependencies.