uipath-case-management

Generate UiPath Case Management definitions from sdd.md to tasks.md.

141|50|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/UiPath/skills --skill uipath-case-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uipath-case-management
Source: https://github.com/UiPath/skills/tree/main/skills/uipath-case-management
Command: npx skills add https://github.com/UiPath/skills --skill uipath-case-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates end-to-end UiPath Case Management definitions by turning a design document (sdd.md) into a runnable case (caseplan.json) and orchestrating planning, task generation, and CLI execution.

Core Features & Use Cases

  • Automatically generate a declarative tasks plan (tasks.md) from sdd.md using registry-backed task type resolution.
  • Produce a registry-resolved audit trail and scaffold a complete Case project, including stages, edges, and tasks.
  • Translate design specifications into ready-to-run uip case CLI commands after user approval.

Quick Start

Load your sdd.md to generate tasks.md, then review and approve the plan to trigger the implementation phase.

Frequently Asked Questions about uipath-case-management

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

FAQPage Schema
How do I generate UiPath case definitions from a design document?

Generating UiPath case definitions from a design document requires loading your sdd.md file to automatically produce a tasks.md plan. The process resolves registry taskTypeIds and scaffolds the complete case project.

What is the process for translating an SDD into ready-to-run uip case CLI commands?

Translating an SDD into CLI commands involves generating tasks.md and a registry-resolved.json audit trail. The system requires your explicit approval before executing the uip case CLI commands to build and deploy the case.

Can I automatically scaffold a complete UiPath case project including stages and edges?

Yes, you can automatically scaffold a complete UiPath case project including stages, edges, and tasks. The automation translates your design specifications and generates the registry-resolved case structure.

Does UiPath case management automation require manual approval before deploying?

Yes, UiPath case management automation requires explicit user approval before executing CLI commands. You must review the generated tasks.md plan and approve it to trigger the implementation and deployment phase.

Why does the system enforce a single tasks.md generation per planning cycle?

The system enforces a single tasks.md generation per planning cycle to maintain consistency and prevent conflicting case definitions. This restriction ensures the registry taskTypeIds resolution remains strictly aligned with your original sdd.md design.