workflow-routing

Routes tasks to Superpowers or GSD based on project state signals before invoking other skills.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill workflow-routing-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-routing
Source: https://github.com/rkz91/coco/tree/main/skills/workflow-routing
Command: npx skills add https://github.com/rkz91/coco --skill workflow-routing-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route tasks to the right toolchain at the start of every task, ensuring the most suitable system handles orchestration and quality checks.

Core Features & Use Cases

  • Routing gate: determines whether to use Superpowers or GSD based on project state signals.
  • Pre-activation: fires before other skills to set the correct toolchain context.
  • Edge-case handling: supports single-session and multi-phase projects with safe fallbacks and clear escalation paths.

Quick Start

Route the current task to the appropriate toolchain at startup.

Frequently Asked Questions about workflow-routing

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

FAQPage Schema
How do I route tasks to the right toolchain in mixed-tool environments?

Task routing in mixed-tool environments uses project state and context signals to direct orchestration to the correct toolchain, enforcing pre-activation gate checks before invoking other skills.

When do I need workflow routing for project orchestration?

Workflow routing is needed at the start of every task to ensure the most suitable system handles orchestration and quality checks, especially when Superpowers and GSD coexist in the same project.

How does task routing handle edge cases in multi-phase projects?

Task routing handles edge cases in multi-phase projects by providing safe fallbacks and clear escalation paths, ensuring correct toolchain context is maintained across both single-session and multi-phase work.

Can I use workflow routing for single-session projects?

Workflow routing supports single-session projects by firing pre-activation checks that determine the correct toolchain context based on project state signals before any other skills are invoked.

What is the best way to choose between Superpowers and GSD for task orchestration?

Choosing between Superpowers and GSD for task orchestration is handled by a routing gate that evaluates project state signals to determine which toolchain should manage orchestration and quality checks.

Why does workflow routing fire before other skills?

Workflow routing fires before other skills to set the correct toolchain context at startup, ensuring pre-activation gate checks are enforced before any downstream orchestration or quality checks begin.