What problem does it solve? Creating tasks in a Thinkwise Software Factory model involves a strict creation order, multiple interdependent entities (task, task_parmtr, task_ref, tab_task), and subtle behavioral settings that are easy to get wrong without deep platform knowledge. This Skill provides the verified reference guide so an AI agent with MCP access to the Software Factory creates, binds, and troubleshoots tasks correctly the first time. ## Core Features & Use Cases - Enforced creation workflow: Documents the required order (task row, tab_task binding, parameters, code group generation, template assignment, code generation) that the API enforces, plus live-verified gotchas like the unreliable task_create_task_ref bound task. - Full configuration reference: Covers task types (STORED_PROCEDURE, FUNCTION, EXTERNAL_*, DUMMY), parameters, custom look-ups, task variants, the four form mechanisms (Groups, Conditional layout, Layout, Defaults), and table task assignment including bulk-copy options. - Use Case: Ask the agent to add an 'Approve order' task to the order table with a confirmation message and an auto-filled order ID parameter; the Skill guides it to create the task row first, bind it via tab_task, add the PK parameter explicitly, and generate the control procedure code in the right sequence. ## Quick Start Create a new stored-procedure task named approve_order, bind it to the order table, and add an input parameter that auto-fills from the order's primary key.