do

Route freeform text requests to the appropriate Plan-Build-Run skill.

17|5|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/SienkLogic/plan-build-run --skill do-sienklogic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do
Source: https://github.com/SienkLogic/plan-build-run/tree/main/plugins/copilot-pbr/skills/do
Command: npx skills add https://github.com/SienkLogic/plan-build-run --skill do-sienklogic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as an intelligent dispatcher, automatically routing user requests to the most appropriate Plan-Build-Run (PBR) skill, ensuring tasks are handled efficiently and by the correct specialized agent.

Core Features & Use Cases

  • Intelligent Routing: Analyzes freeform text to determine the best PBR skill for the job (e.g., debugging, planning, exploring, noting).
  • Ambiguity Handling: Prompts the user for clarification when a request could match multiple skills.
  • Use Case: When you type "Fix the login bug," the do skill recognizes it as a debugging task and routes it to the /pbr:debug skill.

Quick Start

Use the do skill to route the request "Refactor the user authentication module."

Frequently Asked Questions about do

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

FAQPage Schema
How do I automatically route freeform text requests to the right task management skill?

Task routing analyzes freeform text requests and validates input to dispatch them to specialized Plan-Build-Run skills like /pbr:debug or /pbr:plan add based on the detected task type.

What happens if a task request is ambiguous and could match multiple PBR skills?

When task routing detects ambiguity, it prompts the user for clarification to confirm the routing decision before dispatching the request to a specialized Plan-Build-Run skill.

Can I use this dispatcher to handle bugs, complex planning, and quick actionable tasks?

Yes, the dispatcher handles bugs, exploration, complex planning, reviews, notes, and quick actionable tasks by routing each request to the appropriate Plan-Build-Run skill.

How does intelligent routing determine which PBR skill to dispatch my request to?

Intelligent routing analyzes your freeform text input, validates it, and determines the best specialized skill for the task, such as recognizing a login bug and dispatching it to /pbr:debug.

Do I need to specify the exact PBR skill name when submitting a task for routing?

No, you do not need to specify the skill name. You provide freeform text requests and the dispatcher automatically routes them to the correct Plan-Build-Run skill based on task type.