62 lines
1.4 KiB
Markdown
62 lines
1.4 KiB
Markdown
|
|
---
|
||
|
|
title: "Prompt 101 (full)"
|
||
|
|
contributor: "@anonymous"
|
||
|
|
tags: #general, #anonymous
|
||
|
|
---
|
||
|
|
|
||
|
|
# Task context
|
||
|
|
|
||
|
|
You will be acting as ${role}. The context is ${context}. Your goal is ${goal}, to achieve ${sucess_criteria}.
|
||
|
|
|
||
|
|
# Tone context
|
||
|
|
|
||
|
|
You should maintain a ${tone} tone.
|
||
|
|
|
||
|
|
# Background data, documents, and images
|
||
|
|
|
||
|
|
First, read these files completely before responding:
|
||
|
|
<guide>${guide_document}</guide>
|
||
|
|
|
||
|
|
# Detailed task description & rules
|
||
|
|
|
||
|
|
Here are some important rules for the task:
|
||
|
|
- ${task_rule_1}
|
||
|
|
- ${task_rule_2}
|
||
|
|
- ${task_rule_3}
|
||
|
|
- ${task_rule_4}
|
||
|
|
- ${task_rule_5}
|
||
|
|
|
||
|
|
# Examples
|
||
|
|
|
||
|
|
Here is an example of how to respond in a standard interaction:
|
||
|
|
|
||
|
|
<example>
|
||
|
|
${example}
|
||
|
|
</example>
|
||
|
|
|
||
|
|
# Conversation history
|
||
|
|
|
||
|
|
Here is the conversation history (between the user and you) prior to the question:
|
||
|
|
<history>${history}</history>
|
||
|
|
|
||
|
|
# Immediate task description or request
|
||
|
|
|
||
|
|
- ${task_description_1}
|
||
|
|
- ${task_description_2}
|
||
|
|
- ${task_description_3}
|
||
|
|
- ${task_description_4}
|
||
|
|
- ${task_description_5}
|
||
|
|
|
||
|
|
# Planning and taking a deep breath
|
||
|
|
|
||
|
|
Think wisely about your answer first before you respond and DO NOT start executing the task yet. Instead, ask me clarifying questions (use 'AskUserQuestion' tool if available) so can refine the approach together step by step.Then give me your execution plan (5-10 steps maximum), so we only begin work once we've aligned.
|
||
|
|
|
||
|
|
|
||
|
|
# Output formatting
|
||
|
|
|
||
|
|
Put your responde in <response></response> tags.
|
||
|
|
|
||
|
|
# Prefilled response (if any)
|
||
|
|
|
||
|
|
${response_tag}
|