What problem does it solve? Building process flows in a Thinkwise Software Factory model through an MCP connector requires knowing exact entity keys, mandatory fields, enum values, and write-API quirks — guessing them leads to silent field drops, rejected writes, and broken flows. This Skill provides the verified field-level reference and design guidance needed to create, wire, and schedule flows correctly on the first attempt. ## Core Features & Use Cases - Entity and field reference: Covers process_flow, process_action, process_step, process_variable, and process_flow_schedule entities with mandatory fields, defaults, and per-action-type requirements verified against a live model. - Full action-type catalog: Documents roughly 100 process action types, which are legal in system flows, and which eight types can serve as starting points. - Design guidance: Explains when to use a process flow versus a task or subroutine, branching and loop patterns, error handling, scheduling policy, and a final review checklist. - Use Case: When asked to build a scheduled nightly sync, the Skill guides creating a system flow with a web_connection action, process variables for the response, a decision step for status routing, and a daily process_flow_schedule — all staged through the MCP connector without trial and error. ## Quick Start Ask the AI to create a process flow in your Software Factory model, for example: build a system flow that calls a web connection endpoint and logs the result on a daily schedule.