uipath-maestro-case

Builds and edits UiPath Maestro caseplan.json definitions from SDD specifications.

9|6|Updated Aug 25, 2017
One-click install
npx skills add https://github.com/sergueik/springboot_study --skill uipath-maestro-case-sergueik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uipath-maestro-case
Source: https://github.com/sergueik/springboot_study/tree/main/basic-uipath-skills/.github/skills/uipath-maestro-case
Command: npx skills add https://github.com/sergueik/springboot_study --skill uipath-maestro-case-sergueik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Designing UiPath Maestro Case Management projects by hand requires authoring complex caseplan.json files with stages, tasks, conditions, SLA rules, and resource bindings. This Skill converts a solution design document (sdd.md) into a validated caseplan.json, or designs a new case from scratch through a structured interview when no SDD exists. ## Core Features & Use Cases - Greenfield case authoring: Generates a tasks.md plan from sdd.md, then writes caseplan.json directly via per-plugin JSON recipes, with registry discovery resolving tenant resources (processes, agents, connectors, action apps). - Phase 0 design interview: When no SDD exists, designs the case by best assumption and confirms it in a single decision-first Case Review covering stages, tasks, SLA responses, and business rules. - Brownfield targeted edits: Modifies an existing caseplan.json in place (add/remove stages or tasks, change conditions, swap triggers) while preserving node IDs, optionally pulling the latest Studio Web state first. - Use Case: A developer provides an sdd.md describing an invoice-approval case; the Skill plans every stage, task, condition, and SLA rule, resolves Orchestrator and Integration Service resources, validates the result, and publishes to Studio Web. ## Quick Start Ask the assistant to build a UiPath case management project from your sdd.md file, or describe the case you want and let it design one for you.

Frequently Asked Questions about uipath-maestro-case

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

FAQPage Schema
How do I create a UiPath case management project from an SDD?

Provide an sdd.md file describing the case and the Skill generates a declarative tasks.md plan, then writes caseplan.json directly using per-plugin JSON recipes. It resolves tenant resources through the registry, validates the result, and can publish to Studio Web.

How do I edit an existing caseplan.json without rebuilding?

Use the brownfield journey for targeted edits like adding a stage, removing a task, or changing a condition. It edits the file in place preserving node IDs, optionally pulls the latest Studio Web state first, then validates the changes.

Can it design a case when no sdd.md exists?

Yes. Phase 0 designs the case by best assumption from your request and documents, then confirms it in a single decision-first Case Review covering stages, tasks, SLA responses, and business rules before building.

Does the Skill run uip maestro case debug automatically?

No. Debug executes the case for real, sending emails and calling APIs, so it only runs after explicit user consent. Publish to Studio Web and debug sessions are always gated behind user confirmation.

What task types are supported in caseplan.json?

The schema supports exactly nine task types: process, agent, rpa, action, api-workflow, case-management, execute-connector-activity, wait-for-connector, and wait-for-timer. External agents, external workflows, and document extraction are not supported yet.

When should I use uipath-planner instead of this Skill?

Use uipath-planner only when you explicitly request planning across multiple UiPath products. This Skill handles case management work end to end and never auto-invokes the planner; it only suggests it in text for cross-product planning.