rtl-orchestrate

Map RTL tasks to action skills and orchestrator policies.

43|9|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/babyworm/rtl-agent-team --skill rtl-orchestrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rtl-orchestrate
Source: https://github.com/babyworm/rtl-agent-team/tree/main/skills/rtl-orchestrate
Command: npx skills add https://github.com/babyworm/rtl-agent-team --skill rtl-orchestrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize RTL task routing to map user actions to the correct Skill and Orchestrator path, reducing ambiguity in pipeline execution.

Core Features & Use Cases

  • Routing map and policy surface to determine which Action Skill to invoke for a given RTL task.
  • Internal reference outputs (agent delegation and policy mappings) used by the orchestrator during runtime.
  • Use Case: When a user requests to start an RTL workflow, the routing engine selects the appropriate skill and policy without manual intervention.

Quick Start

Resolve a given RTL task by consulting the routing table to determine the correct action skill.

Frequently Asked Questions about rtl-orchestrate

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

FAQPage Schema
How do I route RTL tasks to the correct action skills in a pipeline?

To route RTL tasks, you consult a canonical mapping matrix that matches user actions for design, architecture, μArch, and verification to the correct action skills and orchestrator policies. This enables consistent routing without manual intervention.

What is the best way to map an RTL design request to an orchestrator policy?

The best way to map an RTL design request to an orchestrator policy is by consulting the internal reference exports. These exports provide the agent delegation and policy mappings required to determine the correct execution path.

How does the routing engine determine which action skill to invoke for an RTL workflow?

The routing engine determines which action skill to invoke by consulting a routing map and policy surface. When a user starts an RTL workflow, the engine selects the appropriate skill and policy based on the canonical mapping matrix.

Can I use the routing engine to handle verification tasks across the six-phase pipeline?

Yes, you can use the routing engine to handle verification tasks. The routing scope explicitly covers RTL design, architecture, μArch, RTL, and verification tasks mapped consistently across the six-phase pipeline.

Do I need to manually select an action skill when starting an RTL workflow?

No, you do not need to manually select an action skill. The routing engine automatically selects the appropriate skill and policy without manual intervention by using the centralized routing map and policy surface.