What problem does it solve? Operating a PROCESIO automation workspace from a terminal or AI assistant requires choosing the right tool, authenticating correctly, and proving that changes actually worked. This Skill orchestrates the PROCESIO CLI and MCP capabilities so processes, forms, documents, webhooks, schedules, credentials, data models, and custom actions are created, run, and verified with direct evidence instead of assumed success. ## Core Features & Use Cases - Process lifecycle management: Build, validate, run, audit, and debug PROCESIO processes with instance-level proof of outputs and side effects. - End-to-end verification playbooks: Dedicated references for forms (real-browser testing), documents (artifact inspection), data models (database/workbook proof), schedules and webhooks (trigger verification), connectors (build-to-install lifecycle), and cross-environment transport. - Safety-gated mutations: Enforces authentication hard stops, explicit approval before any write, unknown-outcome handling for timed-out writes, and secret redaction rules for credentials and schedule inputs. - Use Case: A user asks to run process 123 with a payload and prove it finished correctly. The Skill checks authentication, resolves the process by stable ID, executes once with approval, then reads the actual instance status and outputs before reporting completion. ## Quick Start Ask the assistant to run a PROCESIO process by ID with a given payload and prove the final instance output matches the expected result.