{
  "id": "morning-content-creator",
  "name": "Morning Content Creator",
  "description": "Fresh morning energy channeled into content creation",
  "vibe": {
    "energy": "fresh-focused",
    "mood": "creative-productive",
    "duration": "90-minutes",
    "bestTime": [
      "06:00",
      "10:00"
    ],
    "tags": [
      "creative",
      "content",
      "morning",
      "focused"
    ]
  },
  "flow": [
    {
      "step": "inspiration-gather",
      "description": "Search for trending topics, gather inspiring content, and collect ideas for the requested content. Focus on creating original content based on the user's specific request rather than just finding existing material.",
      "tools": [
        "web.search"
      ],
      "vibe": "explore",
      "estimatedTime": "15-20min"
    },
    {
      "step": "draft-creation",
      "description": "Create the actual content requested by the user. Generate well-written, engaging content and save it to an appropriate file format (markdown, text, or HTML).",
      "tools": [
        "ai.write",
        "fs.write"
      ],
      "vibe": "create",
      "estimatedTime": "30-40min"
    },
    {
      "step": "visual-enhancement",
      "description": "Enhance the content with visual suggestions, formatting improvements, and design recommendations. Provide guidance on images, layout, and visual appeal since direct image generation requires external tools.",
      "tools": [
        "web.search",
        "fs.write"
      ],
      "vibe": "enhance",
      "estimatedTime": "20-25min"
    },
    {
      "step": "publish-distribute",
      "description": "Prepare the content for publishing by creating platform-specific versions, suggesting distribution strategies, and providing guidance for sharing across different channels.",
      "tools": [
        "fs.write"
      ],
      "vibe": "share",
      "estimatedTime": "10-15min"
    }
  ],
  "adaptations": {
    "low-energy": {
      "description": "Streamlined version for lower energy days",
      "modifications": [
        "skip visual enhancement",
        "focus on curation over creation"
      ]
    },
    "time-crunch": {
      "description": "Express version for busy schedules",
      "modifications": [
        "use AI for rapid drafting",
        "minimal editing",
        "direct publish"
      ]
    },
    "deep-dive": {
      "description": "Extended version for thorough exploration",
      "modifications": [
        "add research phase",
        "include competitor analysis",
        "multiple draft iterations"
      ]
    }
  },
  "triggers": {
    "time": [
      "morning"
    ],
    "energy": [
      "high",
      "creative"
    ],
    "context": [
      "home-office",
      "quiet-space"
    ]
  },
  "credits": {
    "estimated": 45,
    "breakdown": {
      "web.search": 0,
      "ai.write": 15,
      "image.generate": 25,
      "social.post": 5
    }
  }
}