What problem does it solve?
This Skill helps you create a complete Directum RX workflow by assembling the required metadata (Task.mtd blocks), implementing block handlers with correct method signatures, and producing a valid RouteScheme.xml so the workflow can run end-to-end.
Core Features & Use Cases
- Workflow metadata authoring: updates Task.mtd by adding blocks and ensuring BlockIds stays an empty array while wiring
HandledEvents correctly.
- Block handler scaffolding: generates/updates
ModuleBlockHandlers.cs with the exact namespaces and strongly-typed handler signatures for Assignment, Notice, Script, and Task blocks.
- RouteScheme generation: creates/updates
RouteScheme.xml with a minimal but valid activity graph (Start → Blocks → End) that matches your blocks.
- Directum RX use-case fit: used when you need a new workflow for an existing task that already exists in Directum RX, including typical patterns like BeforeStart checks and route handlers.
Quick Start
Tell the AI the CompanyCode, ModuleName, existing TaskName, and a block list (names, block types, and what each block should do) so it can produce updated Task.mtd, ModuleBlockHandlers.cs, and RouteScheme.xml for your Directum RX workflow.