workflow-routing

Route tasks between Superpowers skills and GSD commands based on scope.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents wasted effort by deciding whether a task should follow Superpowers skills or GSD commands, based on project state, scope, and context signals.

Core Features & Use Cases

  • Routing Logic: Detects whether GSD is active and whether the task belongs in the current phase or should be handled as a quick session task.
  • Scope Classification: Distinguishes between small fixes, ad hoc requests, and multi-phase work that needs persistent planning.
  • Workflow Guidance: Recommends the correct command path for brainstorming, planning, debugging, execution, review, verification, and progress tracking.
  • Use Case: When a developer asks for a bug fix, feature plan, or project kickoff, the Skill routes them to the right orchestration system without unnecessary ceremony.

Quick Start

Ask the assistant to use the workflow-routing skill to determine the correct workflow for your current task.

Frequently Asked Questions about workflow-routing

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

FAQPage Schema
How do I route development tasks to the correct workflow orchestration system?

Workflow routing directs development tasks to the correct orchestration system by detecting project state and evaluating task scope to choose between Superpowers skills and GSD commands, preventing wasted effort on unnecessary ceremony.

What is the best way to manage task scope escalation when work spans multiple coding sessions?

Task scope escalation during multi-session work is managed by classifying the task scope and routing persistent phase state to the appropriate orchestration command path with validation and verification guardrails.

When do I need persistent phase state for project planning and bug fixing?

Persistent phase state is needed for project planning and bug fixing when work spans multiple sessions or involves multi-phase tasks, ensuring the task is routed to the correct orchestration system instead of a quick session fix.

How do I distinguish between a quick bug fix and multi-phase work that needs task orchestration?

Task orchestration distinguishes between quick bug fixes and multi-phase work by evaluating task scope and detecting GSD activity, routing ad hoc requests to quick session tasks while escalating complex projects to persistent planning.

Can I use workflow routing for small fixes if GSD is not active in my coding session?

Workflow routing can be used for small fixes when GSD is not active by evaluating the task scope and routing the coding session to the Superpowers skills path without requiring unnecessary ceremony or persistent phase state.