{
  "manifestVersion": 1,
  "process": {
    "slug": "multi-team-structure",
    "title": "Multi-team structure",
    "phase": "operations",
    "description": "Configure Linear/Jira with multiple teams, cross-team dependencies, roadmap views, and sprint cadences."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/multi-team-structure/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Create teams for each department",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "mutation teamCreate",
          "type": "graphql",
          "description": "Create department teams"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "linear",
          "name": "Linear",
          "productId": "linear",
          "arena": "project-management",
          "agentReady": 56.4,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/project-management/product/linear"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n2",
      "title": "Configure workflow states per team",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "mutation workflowStateCreate",
          "type": "graphql",
          "description": "Custom workflow states"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "linear",
          "name": "Linear",
          "productId": "linear",
          "arena": "project-management",
          "agentReady": 56.4,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/project-management/product/linear"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 15,
      "async": false
    },
    {
      "id": "n3",
      "title": "Create cross-team projects",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "mutation projectCreate",
          "type": "graphql",
          "description": "Create projects with team links"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "linear",
          "name": "Linear",
          "productId": "linear",
          "arena": "project-management",
          "agentReady": 56.4,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/project-management/product/linear"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n4",
      "title": "Set up sprint cycles",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "mutation cycleCreate",
          "type": "graphql",
          "description": "Create sprint cycles"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "linear",
          "name": "Linear",
          "productId": "linear",
          "arena": "project-management",
          "agentReady": 56.4,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/project-management/product/linear"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n5",
      "title": "Create Slack channel integrations",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "conversations.create",
          "type": "rest",
          "description": "Create team channels"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "slack",
          "name": "Slack",
          "productId": "slack",
          "arena": "team-chat",
          "agentReady": 64.7,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/team-chat/product/slack"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n6",
      "title": "Document process in Notion",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v1/pages",
          "type": "rest",
          "description": "Create process docs"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "notion",
          "name": "Notion",
          "productId": "notion",
          "arena": "project-management",
          "agentReady": 58.6,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/project-management/product/notion"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 15,
      "async": false
    }
  ],
  "provenance": {
    "source": "productarena",
    "url": "https://ultrametric.ai/productarena",
    "generatedFrom": "data/processes.json + data/process-chains.json (the ProductArena founder-process corpus), resolved against live arena leaderboards at build time. Regenerate by refetching this manifest URL — it always reflects the currently deployed data, not a pinned data commit.",
    "license": "ProductArena Data License (DATA-LICENSE in github.com/ultrametricai/productarena): querying and quoting with attribution to \"ProductArena by Ultrametric Inc\" is fine; bulk redistribution or use to build competing datasets requires written permission."
  }
}