{
  "title": "Example objective: Build an immediately usable workbook with practical sheets, formulas where helpful, and editable rows.",
  "description": "Operational spreadsheet kit generated from the active 秒搭 session.",
  "audience": "Operator and collaborators",
  "sheets": [
    {
      "name": "Plan",
      "purpose": "Track the working plan and current responsibilities.",
      "columns": [
        {
          "key": "item",
          "label": "Item",
          "width": 24
        },
        {
          "key": "owner",
          "label": "Owner",
          "width": 16
        },
        {
          "key": "priority",
          "label": "Priority",
          "width": 12
        },
        {
          "key": "status",
          "label": "Status",
          "width": 14
        },
        {
          "key": "notes",
          "label": "Notes",
          "width": 34
        }
      ],
      "rows": [
        {
          "item": "Example objective: Build an immediately usable workbook with practical sheets, formulas where helpful, and editable rows.",
          "owner": "秒搭",
          "priority": "High",
          "status": "In progress",
          "notes": "Derived from the active session"
        },
        {
          "item": "Topic title: Deutsch course enrollment tracker for hospitality brands",
          "owner": "User",
          "priority": "High",
          "status": "Planned",
          "notes": "Refine during execution"
        },
        {
          "item": "Target audience: Users searching for practical templates and high-quality examples",
          "owner": "秒搭",
          "priority": "Medium",
          "status": "Planned",
          "notes": "Refine during execution"
        },
        {
          "item": "Industry: General business",
          "owner": "User",
          "priority": "Medium",
          "status": "Planned",
          "notes": "Refine during execution"
        },
        {
          "item": "Locale: de-DE",
          "owner": "秒搭",
          "priority": "Medium",
          "status": "Planned",
          "notes": "Refine during execution"
        },
        {
          "item": "Region: Germany",
          "owner": "User",
          "priority": "Medium",
          "status": "Planned",
          "notes": "Refine during execution"
        }
      ]
    },
    {
      "name": "Milestones",
      "purpose": "Track delivery checkpoints and execution risks.",
      "columns": [
        {
          "key": "milestone",
          "label": "Milestone",
          "width": 24
        },
        {
          "key": "target",
          "label": "Target Date",
          "width": 16
        },
        {
          "key": "success_metric",
          "label": "Success Metric",
          "width": 24
        },
        {
          "key": "risk",
          "label": "Risk",
          "width": 20
        },
        {
          "key": "next_action",
          "label": "Next Action",
          "width": 30
        }
      ],
      "rows": [
        {
          "milestone": "Scope locked",
          "target": "TBD",
          "success_metric": "Clear output definition",
          "risk": "Ambiguous brief",
          "next_action": "Confirm goal and constraints"
        },
        {
          "milestone": "Inputs ready",
          "target": "TBD",
          "success_metric": "Source files attached",
          "risk": "Missing data",
          "next_action": "Attach documents or examples"
        },
        {
          "milestone": "Draft shipped",
          "target": "TBD",
          "success_metric": "First deliverable exported",
          "risk": "Quality gap",
          "next_action": "Review exported artifact"
        },
        {
          "milestone": "Revision closed",
          "target": "TBD",
          "success_metric": "Final deliverable approved",
          "risk": "Late feedback",
          "next_action": "Capture follow-up requests"
        }
      ]
    },
    {
      "name": "Summary",
      "purpose": "Use this as the quick view for operational progress and current context.",
      "columns": [
        {
          "key": "metric",
          "label": "Metric",
          "width": 26
        },
        {
          "key": "value",
          "label": "Value",
          "width": 18
        },
        {
          "key": "notes",
          "label": "Notes",
          "width": 34
        }
      ],
      "rows": [
        {
          "metric": "Session title",
          "value": "Deutsch course enrollment tracker for hospitality brands",
          "notes": "Current active workspace"
        },
        {
          "metric": "Rounds",
          "value": 4,
          "notes": "Estimated from stored chat turns"
        },
        {
          "metric": "Messages",
          "value": 8,
          "notes": "Messages in the current session"
        },
        {
          "metric": "Linked knowledge",
          "value": 0,
          "notes": "Files attached to this workspace"
        }
      ]
    }
  ]
}