orchestrator

Coordinate YAML-defined workflows and gate decisions with scoring data.

4|Updated Aug 19, 2025
One-click install
npx skills add https://github.com/wtthornton/HomeIQ --skill orchestrator-wtthornton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/wtthornton/HomeIQ/tree/main/.claude/skills/orchestrator
Command: npx skills add https://github.com/wtthornton/HomeIQ --skill orchestrator-wtthornton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multi-step workflows and gate decisions manually is error-prone. This Skill manages YAML-defined workflows, executes steps, and enforces gates.

Core Features & Use Cases

  • Workflow Execution: Loads and runs YAML-defined workflows from the work directory.
  • Gate Decisions: Evaluates conditions and routes flow based on scoring data.
  • State Tracking: Persists progress and artifacts across steps.
  • Context7 Integration: Uses workflow patterns and gate logic from KB cache.

Quick Start

@workflow-start example-feature-development

Frequently Asked Questions about orchestrator

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

FAQPage Schema
How do I coordinate multi-step YAML workflows?

YAML workflow coordination loads step definitions from YAML files, executes them sequentially or conditionally, tracks state across steps, and enforces gate decisions based on scoring data. Use @workflow-start to begin execution and gateway commands to manage progression.

What are gates in workflow execution and how do they work?

Gates are conditional checkpoints that evaluate scoring data to route workflow progression. They enforce decision logic at specified steps, allowing branching, skipping optional steps, or halting execution based on defined conditions before advancing to the next step.

Can I persist workflow progress and artifacts across steps?

Yes, state tracking persists progress and artifacts across workflow steps using Context7 KB patterns. This enables resuming workflows, tracking completed steps, and maintaining data between executions without manual intervention.

How do I manage optional steps and branching in workflows?

YAML workflows support optional steps and conditional branching through gate definitions and step configuration. The Skill handles gate evaluation, routing decisions, and skip commands to manage complex execution paths dynamically.

What gateway commands are available for workflow control?

Gateway commands include list (view workflows), start (begin execution), status (check progress), next (advance step), skip (bypass optional steps), and resume (continue from interruption). These commands coordinate step progression and state management.