{
  "manifestVersion": 1,
  "process": {
    "slug": "board-meeting-prep",
    "title": "Board meeting prep",
    "phase": "finance",
    "description": "Compile board deck with financials, metrics, product updates, hiring plan, and asks."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/board-meeting-prep/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Pull financial data",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "GET /api/v1/accounts",
          "type": "rest",
          "description": "Mercury balances"
        },
        {
          "method": "GET /api/v1/accounts/{id}/transactions",
          "type": "rest",
          "description": "Quarterly transactions"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "mercury",
          "name": "Mercury",
          "productId": "mercury",
          "arena": "startup-banking",
          "agentReady": 76.1,
          "mcpEndpoint": "https://mcp.mercury.com/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/startup-banking/product/mercury"
        }
      ],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n2",
      "title": "Pull revenue metrics",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "GET /v1/charges?created[gte]={date}",
          "type": "rest",
          "description": "Revenue data"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "stripe",
          "name": "Stripe",
          "productId": "stripe",
          "arena": "payments",
          "agentReady": 88.9,
          "mcpEndpoint": "https://mcp.stripe.com/",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
        }
      ],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n3",
      "title": "Generate P&L from QBO",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "GET /v3/company/{id}/reports/ProfitAndLoss",
          "type": "rest",
          "description": "P&L report"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "quickbooks",
          "name": "QuickBooks Online",
          "productId": "quickbooks",
          "arena": "accounting",
          "agentReady": 38.5,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/quickbooks"
        }
      ],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 3,
      "async": false
    },
    {
      "id": "n4",
      "title": "Calculate KPIs and burn rate",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n5",
      "title": "Draft board deck",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "google_slides",
          "name": "Google Slides",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 30,
      "async": false
    },
    {
      "id": "n6",
      "title": "Founder adds strategy and asks",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 180,
      "async": false
    },
    {
      "id": "n7",
      "title": "Publish to Notion board room",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v1/pages",
          "type": "rest",
          "description": "Create board deck page"
        }
      ],
      "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": 5,
      "async": false
    },
    {
      "id": "n8",
      "title": "Send to board members",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "gmail.users.messages.send",
          "type": "rest",
          "description": "Email board deck"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "gmail",
          "name": "Gmail",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 5,
      "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."
  }
}