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.