What problem does it solve?
The UiPath Task Planner removes ambiguity and coordination overhead for complex automation requests by eliciting preferences, detecting project type, and producing a concrete plan that routes work to the appropriate specialist skills without executing changes.
Core Features & Use Cases
- Guided Elicitation: Asks a small, ordered set of questions to capture generation approach, execution autonomy, project type, and UI-targeting decisions when needed.
- Multi-skill Routing: Detects when a request spans multiple specialists (rpa, maestro-flow, platform, agents, servo) and emits an ordered, checklist-style plan describing which skill runs in which order.
- Filesystem-aware Discovery: Performs non-mutating filesystem and project probes to infer project type (.cs, .xaml, .flow, .py) and routes new vs legacy projects correctly.
- Use Case: Turn an ambiguous "automate invoice processing" request into a validated plan that specifies project type, execution autonomy, UI discovery steps, stop conditions, and per-skill tasks.
Quick Start
Ask the planner to create a step-by-step implementation plan for a multi-step UiPath automation that detects project type and lists tasks, validations, and save location.