workflow-router

Route user goals to specialized agents for AI-assisted software development workflows.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill workflow-router-scooter-lacroix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-router
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/meta/workflow-router
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill workflow-router-scooter-lacroix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the AI development workflow by intelligently routing user requests to the most appropriate specialist agent, ensuring efficient task execution and resource allocation.

Core Features & Use Cases

  • Goal-based Routing: Identifies user intent (Research, Plan, Build, Fix) and directs tasks accordingly.
  • Resource Allocation: Allows users to choose between Conservative, Balanced, Aggressive, or Auto resource allocation.
  • Specialist Agent Mapping: Connects user goals to specific agents like Librarian, Oracle, Kraken, and Sentinel.
  • Workflow Orchestration: Manages multi-step processes, including pre-mortems before building and sequential investigation-then-implementation for fixes.
  • Use Case: A user wants to "build a new feature." The workflow-router skill will first ask about their goal (Build), then check for existing plans, ask about resource allocation (e.g., Balanced), and finally route the task to the 'implementer' agent (Kraken), potentially running a pre-mortem on any existing plan.

Quick Start

Use the workflow-router skill to start a new task by defining your primary goal.

Frequently Asked Questions about workflow-router

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

FAQPage Schema
How do I route AI development tasks to specialist agents?

To route AI development tasks to specialist agents, you define your primary goal—such as research, plan, build, or fix. The workflow-router then identifies your intent and directs the task to the appropriate specialized agent for execution.

What is multi-agent orchestration for software development?

Multi-agent orchestration for software development coordinates specialized agents to handle distinct phases of a project. It manages task initiation, resource allocation, and sequential or parallel execution to ensure efficient code generation and investigation.

How do I allocate resources when managing AI coding workflows?

You allocate resources when managing AI coding workflows by selecting a strategy like Conservative, Balanced, Aggressive, or Auto. This choice dictates how the orchestrator manages computational resources across multi-agent execution for your task.

Can I run pre-mortems before building code with AI agents?

Yes, you can run pre-mortems before building code with AI agents. When routing a build goal, the orchestrator can evaluate any existing plans and run a pre-mortem before passing the task to the implementer agent for execution.

How do I fix code using sequential AI agent investigation?

To fix code using sequential AI agent investigation, you route a fix goal to the orchestrator. It executes a sequential workflow where one agent investigates the issue first, then another agent implements the actual code fix based on those findings.

Does workflow-router require specific dependencies to orchestrate tasks?

Workflow-router does not require specific external dependencies to orchestrate tasks. It operates independently to map user goals to specialist agents and manage resource allocation strategies without needing additional component installations.