Trigger Builder
Separating trigger detection from action execution mirrors real automation architecture. False positive filters and rate limiting prevent runaway automations.
Create an automation trigger configuration for the following scenario.\n\nWhen: {{trigger_condition}}\nThen: {{desired_action}}\nFrequency: {{frequency}}\n\nDefine the trigger:\n1. **Trigger type**: Event-based, time-based, or condition-based?\n2. **Detection logic**: How exactly should the system detect this trigger? Be specific about what to check.\n3. **Data to capture**: What information from the trigger event should be passed to the action?\n4. **Filters**: Under what conditions should the trigger be ignored (false positive prevention)?\n5. **Rate limiting**: Maximum number of times this trigger should fire per {{time_period}}\n\nThen define the action:\n1. **Action prompt**: The exact prompt to execute when triggered\n2. **Required context**: What additional data needs to be fetched before running the prompt?\n3. **Success criteria**: How to verify the action completed correctly\n4. **Notification**: Who should be notified and how (email, Slack, log only)?
Variables to customize
Why this prompt works
Separating trigger detection from action execution mirrors real automation architecture. False positive filters and rate limiting prevent runaway automations.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.