{
  "id": "inbox-calendar-operator",
  "name": "Inbox & Calendar Operator",
  "status": "build-ready",
  "buyer": "Founder, clinic admin, school operator, importer, or executive assistant",
  "offer": {
    "promise": "Read-only assistant that turns email and calendar context into drafts, prep notes, reminders, and approvals.",
    "price_hint": "11,000,000 MMK setup",
    "first_proof": "Morning action brief with drafted replies, meeting prep, and follow-up tasks waiting for approval.",
    "next_step": "Next: we start read-only and produce one daily action brief before any send action exists."
  },
  "intake_schema": {
    "required": [
      "name",
      "email",
      "company",
      "goal",
      "sample_sources"
    ],
    "setup_inputs": [
      "Gmail scope",
      "Calendar scope",
      "Reply examples",
      "Important contacts",
      "Escalation rules"
    ],
    "sample_sources": [
      "Gmail labels",
      "calendar categories",
      "reply examples",
      "VIP contact list"
    ],
    "approval_required_before": [
      "sending messages",
      "writing to source systems",
      "charging payments",
      "editing live business records"
    ]
  },
  "first_run_workflow": [
    "Read allowed inbox labels",
    "Read today and tomorrow calendar",
    "Classify urgency",
    "Draft replies",
    "Create approval queue"
  ],
  "outputs": [
    "morning action brief",
    "meeting prep notes",
    "reply drafts",
    "follow-up queue"
  ],
  "acceptance_tests": [
    "Produces: Morning action brief with drafted replies, meeting prep, and follow-up tasks waiting for approval.",
    "Uses only approved sample sources on the first run.",
    "Shows source trace for every important number, record, or recommendation.",
    "Keeps every external action in approval-only mode until the owner signs off."
  ],
  "deployment_mode": {
    "first_run": "read-only proof",
    "production": "cloud scheduled or owner-triggered workflow",
    "human_gate": "owner approval before send/write/payment actions"
  },
  "contact_url": "/contact/?template=inbox-calendar-operator"
}
