Copy and paste these prompts into your chosen tool to get started.
Fill in placeholders (optional):
Write a system prompt for an AI assistant that handles [use case: customer support / internal helpdesk / sales qualification]. It should: [list behaviors and constraints].
I want to automate responses to common questions about [topic] using a chat interface. Write 10 Q&A pairs I can use to train or prompt the assistant.
Design a chat-based task automation flow for: [describe process]. The user sends a message, the AI extracts the intent, and triggers [action]. Map the full flow.
Write a prompt that turns a conversational AI into a task router: it receives a user request, classifies it into one of [X] categories, and returns a structured JSON output.
Build a chatbot prompt for a [tool: Slack bot / website widget / internal tool] that helps users [do specific task]. Include: personality, knowledge scope, and escalation rules.
I want a chat interface where users describe a task and the AI breaks it into steps and assigns each to the right automation tool. Write the routing logic and prompt.