Workflow Router

Route repository tasks through DISCOVER, PLAN, IMPLEMENT, and VERIFY stages.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/jimmymalhan/codereview-pilot --skill workflow-router-jimmymalhan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workflow Router
Source: https://github.com/jimmymalhan/codereview-pilot/tree/main/.claude/skills/workflow-router
Command: npx skills add https://github.com/jimmymalhan/codereview-pilot --skill workflow-router-jimmymalhan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as the central orchestrator for all repository activities, ensuring a structured and phased approach to task management and execution.

Core Features & Use Cases

  • Phased Workflow Management: Routes tasks through DISCOVER, PLAN, IMPLEMENT, and VERIFY stages.
  • Dependency Tracking: Manages inter-task dependencies to prevent circular waits and ensure logical progression.
  • Worker Orchestration: Assigns tasks to specific workers (skills) and defines their inputs and expected outputs.
  • Use Case: When a new roadmap item is added, the Workflow Router ensures it is first discovered and planned, then implemented by the appropriate engineers, and finally verified before being considered complete.

Quick Start

Initiate the workflow for a new roadmap item by invoking the 'run-the-business' command.

Frequently Asked Questions about Workflow Router

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

FAQPage Schema
How do I orchestrate repository tasks through structured phases like discovery and planning?

Multi-phase workflow orchestration routes repository tasks sequentially through DISCOVER, PLAN, IMPLEMENT, and VERIFY stages. It assigns workers, defines inputs and outputs, and tracks dependencies to ensure structured execution of project activities.

How does dependency management work in a multi-phase task workflow?

Dependency management in a phased workflow prevents circular waits and ensures logical progression. The router tracks inter-task dependencies across the DISCOVER, PLAN, IMPLEMENT, and VERIFY stages to coordinate worker assignments and expected outputs.

Can I trigger workflow orchestration automatically from repository events like PR merges?

Workflow orchestration handles event triggers like PR merges or test failures. It routes these repository events through the DISCOVER, PLAN, IMPLEMENT, and VERIFY stages, assigning tasks to appropriate workers to manage the structured execution.

What is the best way to manage task routing for new roadmap items in a repository?

Routing new roadmap items requires invoking the workflow to sequentially discover, plan, implement, and verify the work. The router orchestrates these phases by assigning tasks to specific workers, defining inputs, and tracking dependencies before completion.

Does workflow routing require specific workers assigned to each implementation phase?

Workflow routing assigns specific workers or skills to each phase of the repository operation. It defines their expected inputs and outputs during the IMPLEMENT stage to ensure structured execution and proper task dependency tracking.

When should I not use a phased workflow router for task management?

A phased workflow router should not be used for simple, isolated repository tasks that do not require sequential discovery, planning, implementation, and verification, as the dependency tracking and worker orchestration overhead would outweigh the benefits.