[ { "domain": "Organization Creation", "input": "Create a sales department", "output": { "department": "Sales", "manager": "Sales Manager", "workers": ["Sales Agent", "Account Manager", "BDR Agent"] } }, { "domain": "Agent Creation", "input": "Create a customer support agent", "output": { "name": "Customer Support Agent", "skills": ["Ticket analysis", "Customer response", "Escalation"], "permissions": ["read_customer_records"] } }, { "domain": "Workflow Generation", "input": "Build an onboarding workflow", "output": { "workflow": [ "Create account", "Assign onboarding agent", "Send welcome email", "Schedule meeting" ] } }, { "domain": "Task Decomposition", "input": "Launch an enterprise product", "output": { "CEO": ["Define objectives"], "CTO": ["Estimate infrastructure"], "CMO": ["Prepare launch campaign"] } }, { "domain": "Governance", "input": "Increase pricing by 30%", "output": { "requires_approval": true, "reason": "Pricing changes affect customers" } }, { "domain": "Tool Usage", "input": "Create an onboarding workflow", "output": { "tool": "workflow.create", "parameters": { "name": "customer_onboarding" } } } ]