Keto Merch Sales Guide
I want to build a chatbot called KetoStyleBot that helps users choose keto-themed merch based on their personality, and then offers them a $1 clean keto meal plan using my affiliate link.
subagent1
SUBAGENT 1: Chatbot Configurator Name: Chatbot Configurator Final Output: A JSON (or YAML) file, e.g., "chatbot-config.json," describing conversation flow. Skill Used: • #190 - Write or rewrite text based on instructions DESCRIPTION (for Subagent 1): • Takes a concise prompt describing the chatbot's structure (greetings, quiz Q&A, fallback logic, final offer). • Generates a JSON file defining each step in the conversation, from greeting to farewell. INPUT NEEDED: • A short prompt containing all chatbot flow rules and conversation structure. OUTPUT: • JSON text representing the chatbot's configuration (e.g., "chatbot-config.json"). SUBAGENT REQUIRED INPUT: {chatbotStructurePrompt} SUBAGENT FINAL OUTPUT: [chatbot-configuration]
subagentX-refined
[subagent1-refined]
subagentXmermaid
graph TD A[Receive chatbotStructurePrompt] --> B[Process Input with Skill #190] B --> C[Parse Conversation Structure] C --> D[Generate JSON Components] D --> E[Build Greeting Section] D --> F[Build Quiz Q&A Section] D --> G[Build Fallback Logic] D --> H[Build Final Offer Section] D --> I[Build Farewell Section] E --> J[Compile Complete JSON] F --> J G --> J H --> J I --> J J --> K[Validate JSON Structure] K --> L[Output chatbot-config.json] K -- Invalid --> B
https://static.aiz.ac/1751788368-mermaid/mermaid-1.png