prd-dispatcher

Route PRD requests to downstream skills after user confirmation.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/timywel/prompt-lab --skill prd-dispatcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-dispatcher
Source: https://github.com/timywel/prompt-lab/tree/main/skills/prd-dispatcher
Command: npx skills add https://github.com/timywel/prompt-lab --skill prd-dispatcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route PRD requests by capturing user intent and analyzing complexity to choose the appropriate downstream skill. This top-level dispatcher unifies the PRD generation workflow, ensures consistent routing decisions, and preserves the original user input for context.

Core Features & Use Cases

  • Analyze user requests to classify as Simple, Existing PRD, Complex, or Uncertain.
  • Recommend routing to one of prd-autofill, prd-conversational, or prd-deep-expand, then delegate after confirmation.
  • Preserve the original request verbatim and provide a clear confirmation prompt before delegation.
  • Use Case: A user submits a vague idea; Dispatcher guides through a concise decision and hands off to the chosen skill.

Quick Start

Provide a PRD request and respond to the suggested routing options to hand off to the designated skill.

Frequently Asked Questions about prd-dispatcher

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

FAQPage Schema
How do I route PRD requests to the right workflow?

Routing PRD requests involves capturing user intent and complexity to select a downstream skill. The dispatcher classifies inputs as simple, existing, complex, or uncertain, then recommends delegation to the matching workflow component.

What is the best way to handle complex multi-feature PRD requests?

Handling complex multi-feature PRD requests requires a dispatcher that evaluates complexity and routes to a deep expansion skill. It coordinates between autofill, conversational, and deep expand workflows after user confirmation.

Can I use a PRD orchestrator for vague product ideas?

Yes, a PRD orchestrator handles vague product ideas by classifying uncertain inputs. It guides you through a concise decision process, preserving the original request verbatim before handing off to a suitable downstream skill.

Does the PRD dispatcher automatically decide which workflow to use?

No, the PRD dispatcher never auto-decides the workflow. It captures intent, analyzes complexity, and recommends routing to an appropriate skill, but strictly requires user confirmation before executing any delegation.

When do I need a PRD routing workflow for existing drafts?

You need a PRD routing workflow for existing drafts to analyze drafted requests and safely hand them off. The dispatcher evaluates the draft and routes it to an autofill skill after you confirm the recommendation.

How does the PRD dispatcher preserve original input context?

The PRD dispatcher preserves original input context by capturing the user request verbatim. This preserved input is passed directly to the chosen downstream skill during delegation, ensuring no contextual data is lost during handoff.