{
  "id": "daily-intelligence-brief",
  "name": "Daily Intelligence Brief Agent",
  "status": "build-ready",
  "buyer": "Importer, trader, factory owner, agency, or executive team",
  "offer": {
    "promise": "Start-of-day operating brief that watches chosen sources, flags changes, and turns signals into decisions.",
    "price_hint": "11,000,000 MMK setup",
    "first_proof": "One-page morning brief with what changed, why it matters, and exact follow-up actions.",
    "next_step": "Next: we deliver one read-only brief and tune the signal list before automating delivery."
  },
  "intake_schema": {
    "required": [
      "name",
      "email",
      "company",
      "goal",
      "sample_sources"
    ],
    "setup_inputs": [
      "Watchlist sources",
      "Companies or keywords",
      "Inbox labels",
      "Decision categories",
      "Send time"
    ],
    "sample_sources": [
      "watchlist URLs",
      "company names",
      "Gmail labels",
      "decision categories"
    ],
    "approval_required_before": [
      "sending messages",
      "writing to source systems",
      "charging payments",
      "editing live business records"
    ]
  },
  "first_run_workflow": [
    "Collect source changes",
    "Deduplicate repeated news",
    "Rank by business impact",
    "Write action brief",
    "Log watched sources"
  ],
  "outputs": [
    "daily operating brief",
    "source-change log",
    "decision queue",
    "follow-up task list"
  ],
  "acceptance_tests": [
    "Produces: One-page morning brief with what changed, why it matters, and exact follow-up actions.",
    "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=daily-intelligence-brief"
}
