Menu
NEW AGENT
MY AGENTS
ASSISTANTS
Keto Merch Sales Guide
- Step 4
Summary - 14th Jan
Summary - 13th Jan
Summary - 12th Jan
Summary - 10th Jan
Summary - 7th Jan
Summary - 7th Jan
Summary - 4th Jan
Summary - 3rd Jan
Summary - 2nd Jan
SETTINGS
LOGOUT
Keto Merch Sales Guide - Confirm & Copy Final Agent Code
1
Describe
Describe your task
2
Refine
Refine the plan
3
SubAgents
Review all agents
4
Deploy
Deploy your agent
Review Final Agent Copy
Expand
[ { "taskID": 190, "semanticTitleOfTask": "Generate Chatbot Conversation Flow JSON Configuration", "taskDescription": "Converts a natural-language description of the desired chatbot behavior into a valid, fully structured JSON configuration file covering greeting, personality quiz, product recommendations, affiliate offer placeholder, fallback handling, and farewell messages.", "inputDescription": "Single input: VARIABLE1 – a concise but complete natural-language description of the chatbot’s desired flow, including greeting text, quiz questions and options, branching logic, product recommendation steps, placeholder for an affiliate meal-plan offer, fallback responses, and farewell lines.", "inputRequired": ["VARIABLE1"], "outputDescription": "chatbot_configuration – a plaintext JSON file named \"chatbot-config.json\" that contains an array of conversation steps, each with id, type, message, options, nextStep references, and fallback handling, immediately usable by common chatbot platforms.", "outputName": "chatbot_configuration", "promptInstruction": "You are a chatbot configuration specialist. Create a valid JSON configuration file for a keto-themed merchandise recommendation chatbot. The configuration must include: 1) greeting messages; 2) personality quiz questions with multiple-choice options; 3) logic for handling user answers (nextStep links); 4) delivery format for product recommendations; 5) placeholder step for a $1 clean keto meal-plan affiliate offer; 6) farewell messages; 7) error/fallback responses. Structure the JSON with a \"steps\" array; for each step include: \"id\", \"type\" (greeting/question/response/recommendation/offer/farewell), \"message\", optional \"options\", \"nextStep\", and \"fallback\". Use camelCase property names, ensure valid nesting, and add concise comments for clarity." }, { "taskID": 216, "semanticTitleOfTask": "Research and Compile Keto Merchandise Options", "taskDescription": "Performs focused online research to identify 3–5 keto-themed merchandise items and compiles their key details into a concise text block for downstream processing.", "inputDescription": "Requires VARIABLE2, a keyword or short phrase (e.g., “keto-themed merchandise”) that guides the research toward relevant products appealing to keto lifestyle enthusiasts.", "inputRequired": ["VARIABLE2"], "outputDescription": "research_text – a clear, plain-text summary describing each selected product, including its name, 2-3 sentence description, key features, typical price, product URL, and image URL.", "outputName": "research_text", "promptInstruction": "You are a product researcher specializing in keto lifestyle merchandise. Research and compile information on 3-5 popular keto-themed items. For each item provide: 1) product name, 2) a 2–3 sentence description, 3) key features or benefits, 4) a typical price, 5) a reliable product URL, and 6) an image URL. Focus on reputable products spanning different price points and uses. Present the information clearly in plain text, one item per block." }, { "taskID": 190, "semanticTitleOfTask": "Format Keto Merchandise Research into Structured JSON", "taskDescription": "Converts the unstructured product research text into a properly formatted JSON file with consistent field names and valid syntax.", "inputDescription": "Takes research_text generated by Task 216 and transforms that information into a standardized JSON schema.", "inputRequired": ["research_text"], "outputDescription": "keto_merch_data – a JSON object saved as \"keto_merch_data.json\" that contains an array of products. Each product includes the keys: product_id, name, description, imageURL, and productURL.", "outputName": "keto_merch_data", "promptInstruction": "Transform the provided keto merchandise research into valid JSON. Create an object with a \"products\" array; each product must include fields: product_id, name, description, imageURL, and productURL. Ensure the JSON is syntactically correct and contains no additional explanatory text—return only the pure JSON." }, { "taskID": 190, "semanticTitleOfTask": "Generate Personality-to-Product Mapping JSON", "taskDescription": "Creates a structured JSON file that maps autogenerated keto personality archetypes to their most fitting product recommendations, enabling targeted responses in the chatbot flow.", "inputDescription": "Consumes keto_merch_data and, using common keto lifestyle archetypes, generates personality categories and links each to recommended products.", "inputRequired": ["keto_merch_data"], "outputDescription": "personality_mapping – a JSON object named \"personality_mapping.json\" containing an array where each personality entry holds its name, description, an array of recommended product_ids, and a short justification for each recommendation.", "outputName": "personality_mapping", "promptInstruction": "Based on the supplied keto_merch_data, invent 4–6 relatable keto lifestyle personality archetypes. Produce valid JSON in the schema: {\"personality_mapping\":[{\"personality\":\"\",\"description\":\"\",\"recommended_products\":[{\"product_id\":\"\",\"recommendation_reason\":\"\"}]}]}. For every personality: write a 2–3 sentence description, pick at least one existing product_id, and supply a 1–2 sentence reason linking the product to the personality. Return only the JSON." }, { "taskID": 190, "semanticTitleOfTask": "Update Chatbot Config with Affiliate Link", "taskDescription": "Appends a courteous final conversation step to the chatbot configuration that recommends a $1 clean keto meal plan and embeds the provided affiliate link, while preserving valid JSON structure.", "inputDescription": "Requires chatbot_configuration – the original chatbot configuration JSON, and VARIABLE3 – the URL directing to the $1 clean keto meal plan to be promoted at the chat’s conclusion.", "inputRequired": ["chatbot_configuration", "VARIABLE3"], "outputDescription": "updated_chatbot_config – the full chatbot configuration JSON now containing an additional, well-phrased closing step that thanks the user and seamlessly presents the meal-plan offer with the affiliate link.", "outputName": "updated_chatbot_config", "promptInstruction": "You are a JSON configuration expert. I will provide you with a chatbot configuration JSON (chatbot_configuration) and an affiliate link (VARIABLE3). Modify the JSON by adding a final conversation step that: 1) thanks the user, 2) naturally introduces the $1 clean keto meal plan offer, 3) embeds the affiliate link conversationally, and 4) preserves the original JSON structure and formatting. Return only the complete, updated JSON configuration." } ]
Happy? Now Copy-Paste To Proceed...
BACK TO SUBAGENTS
COPY TO CLIPBOARD