{
  "database_name": "CE Social Content Strategy",
  "description": "Structured social media content planning, approval workflow, and scheduling for Curious Endeavor",
  "properties": {
    "Content": {
      "type": "title",
      "description": "The actual post text/content"
    },
    "Platform": {
      "type": "select",
      "options": ["X/Twitter", "LinkedIn", "Cross-platform"],
      "description": "Target social media platform"
    },
    "Content Pillar": {
      "type": "select", 
      "options": [
        "Strategic Frameworks",
        "Behind the Scenes", 
        "Industry Insights",
        "CE Process",
        "Client Work (Anon)"
      ],
      "description": "Content categorization for consistency"
    },
    "Status": {
      "type": "select",
      "options": ["Draft", "Review", "Approved", "Posted", "Rejected"],
      "description": "Approval workflow stage"
    },
    "Hook Type": {
      "type": "select",
      "options": ["Contrarian", "Framework", "Story", "Insight", "Behind-scenes"],
      "description": "Type of opening hook used"
    },
    "Scheduled Date": {
      "type": "date",
      "description": "When to post (if scheduled)"
    },
    "Character Count": {
      "type": "number",
      "description": "Text length for platform limits"
    },
    "Performance": {
      "type": "select",
      "options": ["🔥 High", "📈 Medium", "📉 Low", "⏳ Pending"],
      "description": "Post performance tracking"
    },
    "Notes": {
      "type": "rich_text",
      "description": "Additional context, feedback, improvements"
    }
  },
  "workflow": {
    "creation": "Kitt drafts content → Status: Draft",
    "review": "Post to Discord → Status: Review", 
    "approval": "Assaf approves → Status: Approved",
    "posting": "Kitt posts → Status: Posted + add performance data",
    "analysis": "Weekly review → update Performance field"
  },
  "content_pillars": {
    "Strategic Frameworks": {
      "description": "CE's methodology, positioning frameworks, strategic thinking",
      "percentage": "30%",
      "examples": ["Positioning canvas breakdown", "How we think about brand architecture", "Framework: pricing vs packaging"]
    },
    "Behind the Scenes": {
      "description": "CE process, team work, how we operate",
      "percentage": "25%", 
      "examples": ["Deck building process", "Client strategy sessions", "Team decision-making"]
    },
    "Industry Insights": {
      "description": "Market trends, industry analysis, predictions",
      "percentage": "25%",
      "examples": ["FinTech positioning trends", "Web3 brand maturity", "AI tool landscape"]
    },
    "CE Process": {
      "description": "How we work, methodology, case studies",
      "percentage": "15%",
      "examples": ["Research process", "Stakeholder alignment", "Delivery frameworks"]
    },
    "Client Work (Anon)": {
      "description": "Anonymized case studies, learnings, results",
      "percentage": "5%",
      "examples": ["$50M raise positioning", "Pivot strategy that worked", "Failed approach lessons"]
    }
  },
  "posting_schedule": {
    "frequency": "Daily (weekdays)",
    "timing": "10 AM PT / 6 PM Lisbon",
    "workflow": "Draft morning → Review afternoon → Post evening",
    "batch_creation": "Monday planning: create 5 posts for the week"
  }
}