orchestrator

Coordinate task workflows by selecting and ordering skills for pipeline execution.

22|6|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/felvieira/claude-skills-fv --skill orchestrator-felvieira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/felvieira/claude-skills-fv/tree/main/skills/09-orchestrator
Command: npx skills add https://github.com/felvieira/claude-skills-fv --skill orchestrator-felvieira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Orchestrator coordinates which skills run, in what order, and adapts the flow to context to prevent skipped critical steps while maintaining a high-level view of progress.

Core Features & Use Cases

  • Defines the minimal viable pipeline for a new task, including where to hand off between skills.
  • Dynamically adjusts the execution plan based on context, state, and dependencies, ensuring smooth progress from initiation to deployment.
  • Enforces governance through global policies, transparent handoffs, and traceable decision points to reduce risk and cost.

Quick Start

Initiate a new task to generate and apply the initial orchestration plan for the pipeline.

Frequently Asked Questions about orchestrator

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

FAQPage Schema
How do I coordinate task workflows to prevent skipped steps in a software pipeline?

Task workflow coordination selects and orders skills to ensure correct pipeline execution, defining the minimum viable pipeline and appropriate handoffs to prevent skipped critical steps.

What is the minimal viable pipeline for onboarding a new software feature?

The minimal viable pipeline for onboarding defines the essential skills and ordering required to progress from initiation to deployment, adapting execution based on context and dependencies.

How do I track blockers and log decisions for software pipeline governance?

Pipeline governance tracks blockers and risks by enforcing transparent handoffs and traceable decision points, satisfying requirements for documenting skipped steps and logging decisions.

Can I dynamically adjust execution plans based on task state and dependencies?

Dynamic execution plan adjustment modifies the workflow based on real-time context, state, and dependencies to ensure smooth progress from initiation through deployment.

Does task pipeline coordination work for both QA and deployment phases?

Task pipeline coordination applies across project onboarding, feature implementation, QA, security, and deployment by defining appropriate handoffs and ordering skills for each phase.