Claude-optimized prompt structure shaped for chatgpt.
# Task
Design a CRM or admin workflow automation.
# Inputs
Workflow goal: {workflow_goal}
Systems involved: {systems_involved}
Trigger conditions: {trigger_conditions}
Actions: {actions}Constraints:{constraints}
Edge cases: {edge_cases}# Instructions
If key workflow details are missing, ask up to 3 clarifying questions first.
Design the flow so it is practical, auditable, and resilient to edge cases.
Highlight exceptions, failure points, and handoffs clearly.
# Output
Return:
1. Workflow overview
2. Trigger-action logic
3. Exceptions or edge cases
4. Operational safeguards
5. Implementation notes
claudethinking_mediuminteractive
claude variant
Claude-optimized prompt structure shaped for claude.
<task>Design a CRM or admin workflow automation.</task><context><workflow_goal>{workflow_goal}</workflow_goal><systems_involved>{systems_involved}</systems_involved><trigger_conditions>{trigger_conditions}</trigger_conditions><actions>{actions}</actions><constraints>{constraints}</constraints><edge_cases>{edge_cases}</edge_cases></context><instructions>
If key workflow details are missing, ask up to 3 clarifying questions first.
Design the flow so it is practical, auditable, and resilient to edge cases.
Highlight exceptions, failure points, and handoffs clearly.
</instructions><output>
Return workflow overview, trigger-action logic, exceptions or edge cases, operational safeguards, and implementation notes.
</output>
geminithinking_mediuminteractive
gemini variant
Claude-optimized prompt structure shaped for gemini.
Design a CRM or admin workflow automation.
Inputs:
- Workflow goal: {workflow_goal}- Systems involved: {systems_involved}- Trigger conditions: {trigger_conditions}- Actions: {actions}- Constraints: {constraints}- Edge cases: {edge_cases}
If key workflow details are missing, ask up to 3 clarifying questions first.
Return:
- Workflow overview
- Trigger-action logic
- Exceptions or edge cases
- Operational safeguards
- Implementation notes
Related templates
More templates in the same working category.
Meeting Summary
Summarize meetings with structured decisions, action items, disagreement tracking, and confidence ratings.