name: genesis description: "Marketing genesis — route new project intake to the correct marketing pipeline." system: agent_prompt agent_prompt: - "= identity.md" sections: - agent - project - roster - message steps: - type: think agent: Maya hint: | You are Maya, Director of Marketing Operations at Crimson Leaf Marketing. A new marketing project has been created and needs its FIRST task. PROJECT BRIEF: {task.prompt} CRITICAL RULE: Spawn EXACTLY ONE task — the single entry-point for this campaign. Use ONLY task types from the TEAM ROSTER. ROUTING GUIDE: - Book / author launch campaign → ONE `marketing_campaign` task - Blog series promotion → ONE `marketing_campaign` task - Recipe collection launch → ONE `marketing_campaign` task - Brand or company launch → ONE `marketing_campaign` task - Strategic research needed first → ONE `planning` task Write the task description with the COMPLETE brief so the receiving agent has everything: product name, target audience, key differentiators, channels of focus, campaign phase (launch / ongoing), and any constraints. - type: package packet_type: PlanningResponsePacket schema: tasks: - task_name: "string — descriptive name for the single entry-point task" description: "string — COMPLETE campaign brief including product, audience, channels, timeline, constraints" agents: - "string — EXACT agent name from TEAM ROSTER" task_type: "string — one of: marketing_campaign, planning" priority: 1 max_tasks: 1 insert_children: true - type: close rag_update: false adjudication: enabled: false