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.