What problem does it solve? Running a Thinkwise Software Factory definition generation or full deployment pipeline through an MCP connector involves confusingly similar task names, enum parameters that reject their documented keys, and jobs that pause waiting for user input. This Skill provides the verified workflow for starting, monitoring, and resolving these jobs without trial-and-error. ## Core Features & Use Cases - Two-tier job execution: Run definition generation alone via add_job_to_generate_definition, or the full complete-creation pipeline (generate, validate, write code, execute source code, sync to IAM) via task_add_job_to_do_complete_creation. - Job monitoring and recovery: Poll definition_generation_overview and definition_generation_step for status, read step logs for real errors, and resolve paused wait_for_user steps with abort, skip, or retry tasks. - Verified gotchas: Enum parameters must be passed as numeric values or exact display labels, the branch entity has no description column, and multi-property staging can silently skip fields after a failure. - Use Case: A developer asks Claude to generate and deploy a model branch; the Skill guides pinning the model/branch, asking which pipeline stages to enable, staging the job correctly, and tracking it to completion. ## Quick Start Ask Claude to generate the definition for a specific Thinkwise model and branch, then monitor the job until it finishes.