This is the business_map.json template I mentioned in the latest issue of Inbox Experiments

Read the issue.

It’s the core structure I use to give AI a unified view of my entire work.

If you want to try the same approach, feel free to duplicate it and make it your own.

If you want to follow along with future experiments, you can find me here:

{
  "company_structure": {
    "legal_entity": "",
    "visible_person": "",
    "location": "",
    "founder": "",
    "bank_account": "",
    "primary_currency": ""
  },

  "financial_infrastructure": {
    "mobile_app_payments": "",
    "web_payments": "",
    "info_product_payments": "",
    "freelance_payments": [],
    "consolidation": ""
  },

  "financial_tracking": {
    "currency_base": "",
    "monthly_records": [
      {
        "period": "",
        "summary": {
          "total_approx_usd": "",
          "dominant_source": "",
          "insight": ""
        },
        "breakdown": {}
      }
    ]
  },

  "campaign_logs": [
    {
      "campaign_name": "",
      "date": "",
      "product": "",
      "metrics": {
        "recipients": "",
        "open_rate": "",
        "clicks": "",
        "unsubscribes": ""
      },
      "result_note": ""
    }
  ],

  "project_portfolio": [
    {
      "id": "",
      "type": "",
      "apps": [],
      "products": [],
      "brands": [],
      "clients": []
    }
  ],

  "brain_hub": {
    "inbox": [],
    "incubator": [],
    "active_focus_zone": {
      "current_sprint": "",
      "primary_goal": "",
      "key_tasks": [],
      "updates": []
    },
    "knowledge_bank": []
  }
}