What problem does it solve? Setting up content lifecycles like draft-to-published approval flows in DaaS requires coordinating collection fields, workflow definitions, assignments, and UI components, and small misconfigurations (like a missing m2o special flag) cause silent failures that are hard to debug. ## Core Features & Use Cases - Workflow Definition Setup: Creates state machines in daas_wf_definition with states, commands, policies, and actions, from simple draft/published flows to multi-level approvals. - Collection Field Configuration: Adds the required workflow_instance and workflow_state fields with correct meta attributes, plus a Supabase migration to keep local databases in sync. - Role-Gated Transitions: Locks specific commands to roles by wiring policies through daas_access so only authorized users can approve or publish. - Use Case: A content team needs articles to move from Draft to Review to Published with only editors allowed to approve; this skill creates the fields, definition, assignment, and WorkflowButton UI, then verifies auto-instance creation works. ## Quick Start Ask the AI to create a review workflow for the articles collection with draft, review, and published states.