{
  "id": "factory-ops-ledger",
  "name": "Factory Ops Ledger",
  "status": "build-ready",
  "buyer": "Small or mid-size factory using Excel, PDF, email, chat, and paper records",
  "offer": {
    "promise": "Plant ledger that turns production, quality, maintenance, receiving, and CAPA logs into one risk queue.",
    "price_hint": "8,000,000 MMK setup",
    "first_proof": "Dashboard showing production, quality claims, open issues, and the top risks to review today.",
    "next_step": "Next: we build a read-only plant dashboard before changing staff workflows."
  },
  "intake_schema": {
    "required": [
      "name",
      "email",
      "company",
      "goal",
      "sample_sources"
    ],
    "setup_inputs": [
      "Daily production file",
      "Quality records",
      "Line or machine list",
      "Maintenance log",
      "Roles"
    ],
    "sample_sources": [
      "daily production sheet",
      "quality claim log",
      "maintenance notes",
      "machine list"
    ],
    "approval_required_before": [
      "sending messages",
      "writing to source systems",
      "charging payments",
      "editing live business records"
    ]
  },
  "first_run_workflow": [
    "Load production rows",
    "Normalize quality issues",
    "Join machine or line names",
    "Rank open risks",
    "Publish read-only dashboard"
  ],
  "outputs": [
    "plant dashboard",
    "open issue ledger",
    "risk queue",
    "source trace list"
  ],
  "acceptance_tests": [
    "Produces: Dashboard showing production, quality claims, open issues, and the top risks to review today.",
    "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=factory-ops-ledger"
}
