workflow-orchestrator

Select and stage repository workflows from diagnostic sensemaking briefs.

1|Updated May 6, 2026
One-click install
npx skills add https://github.com/ThorStarlord/interface-skills --skill workflow-orchestrator-thorstarlord
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-orchestrator
Source: https://github.com/ThorStarlord/interface-skills/tree/main/skills/workflow-orchestrator
Command: npx skills add https://github.com/ThorStarlord/interface-skills --skill workflow-orchestrator-thorstarlord

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill reduces the time and risk of turning a repository diagnostic brief into the correct, ordered workflow by selecting the right workflow and safely orchestrating its execution.

Core Features & Use Cases

  • Workflow selection from sensemaking briefs: Maps a diagnostic brief to the most appropriate workflow in the workflow registry.
  • Mode-aware orchestration with guardrails: Generates a plan, produces a prompt chain, or executes steps with approval gates depending on the selected execution mode.
  • Artifact-contract enforcement: Ensures every step’s handoff complies with artifact contracts, stopping on missing or invalid artifacts to prevent drift and cascading failures.
  • Execution authority constraints: Executes only registry-approved steps that are available to the orchestrator, with strict restrictions for external and prompt-only steps.

Quick Start

Ask the orchestrator: "Use the repository sensemaking brief to generate a workflow orchestration plan in plan_only mode."

Frequently Asked Questions about workflow-orchestrator

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

FAQPage Schema
How do I generate a workflow orchestration plan from a repository diagnostic brief?

To generate a workflow orchestration plan, the orchestrator reads a repository diagnostic sensemaking brief, selects the appropriate workflow from the registry, and stages the ordered execution steps based on your specified plan_only mode. This maps diagnostics directly to safe execution pipelines.

How do approval gates work during automated workflow execution?

Approval gates enforce safe workflow execution by requiring explicit user authorization before proceeding through sensitive registry steps. The orchestrator applies these gates during mode-aware orchestration to prevent unauthorized actions and cascading failures.

What happens when an artifact contract is missing or invalid in a prompt chain?

When an artifact contract is missing or invalid, the orchestrator triggers a hard-stop condition to prevent drift. Artifact-contract enforcement ensures every step's handoff complies with required schemas before allowing the workflow to continue.

Can I execute repository workflows using YOLO mode without approval gates?

Yes, you can execute workflows using YOLO mode, but it requires explicit opt-in due to safety rules. YOLO execution bypasses standard approval gates to run steps rapidly, relying on strict execution authority constraints to prevent forbidden actions.

What are the execution authority constraints for local workflow orchestration?

Execution authority constraints limit the orchestrator to executing only registry-approved steps available locally. It enforces strict restrictions on external and prompt-only steps, triggering hard-stops if forbidden step types are detected in the workflow.

When should I use plan_only mode instead of full gated execution for prompt chains?

You should use plan_only mode when you need to generate a workflow orchestration plan or prompt chain without executing actions. It allows you to review the staged repository steps and artifact contracts before committing to full gated execution.