workflow-router

Reads artifacts, selects the next valid skill, and dispatches sub-agents with gate enforcement.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/opsMachine/OM-Agency --skill workflow-router-opsmachine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-router
Source: https://github.com/opsMachine/OM-Agency/tree/main/skills
Command: npx skills add https://github.com/opsMachine/OM-Agency --skill workflow-router-opsmachine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Workflow Router centralizes coordination of Claude Code skills by reading current state artifacts, determining the next valid skill, and dispatching sub-agents while enforcing human gates.

Core Features & Use Cases

  • Contract-driven routing: reads skill contracts to build decision trees and navigate feature, bug, and security paths.
  • Safe dispatch: spawns focused sub-agents with scoped context to avoid context leakage.
  • Gate enforcement: ensures human gates are honored before progressing.
  • State propagation: updates artifacts and guides the overall workflow.

Quick Start

Activate by sending the command '/workflow-router' and it will automatically manage the session flow according to the project AGENTS.md and SKILL contracts.

Frequently Asked Questions about workflow-router

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

FAQPage Schema
How do I orchestrate skill workflows with gated automation?

To orchestrate skill workflows with gated automation, you need a central coordinator that reads current state artifacts, determines the next valid skill, and dispatches sub-agents while enforcing human gates. This ensures safe progression across feature, bug, and security paths.

What is contract-driven routing for feature and security paths?

Contract-driven routing is a mechanism that reads skill contracts to build decision trees and navigate feature, bug, and security paths. It selects the next valid skill and enforces human gates before progressing to ensure safe workflow coordination.

How do I prevent context leakage when dispatching sub-agents in a workflow?

To prevent context leakage when dispatching sub-agents, you should spawn focused sub-agents with scoped context. This safe dispatch method isolates the execution environment while passing only the necessary context for the targeted task.

How do I enforce human gates before progressing an automated workflow?

You enforce human gates by using a central coordinator that honors these checkpoints before progressing. The workflow reads current state artifacts and ensures all human gates are observed before dispatching the next valid skill.

Does workflow routing work without predefined skill contracts?

No, contract-driven routing relies on reading skill contracts to build decision trees. These contracts are essential for the orchestrator to select the next valid skill and navigate feature, bug, and security paths correctly.