Skip to content

Commit 044f975

Browse files
Create prompt template for Prompt Atlas contributions
Added a prompt template for contributors to use when adding new prompts to Prompt Atlas, including sections for title, category, intended users, use case, prompt content, and notes for maintainers.
1 parent 8189814 commit 044f975

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Prompt Template (Contributor Guide)
2+
3+
Use this template when adding a new prompt to Prompt Atlas.
4+
5+
---
6+
7+
## Prompt Title
8+
<Short, clear title>
9+
10+
## Category
11+
- General / Workplace / Data / Mechanical / Agents / Platform / Other
12+
13+
## Intended Users
14+
- Developers
15+
- Data analysts
16+
- Mechanical engineers
17+
- Product managers
18+
- General professionals
19+
20+
## Use Case
21+
Describe:
22+
- When this prompt should be used
23+
- What problem it solves
24+
- What a good output looks like
25+
26+
## Prompt Content
27+
(THIS is the actual prompt users will copy-paste)
28+
29+
---
30+
<START PROMPT>
31+
32+
You are a <ROLE / EXPERTISE>.
33+
34+
## Goal
35+
<What the AI should accomplish>
36+
37+
## Context / Inputs
38+
- <input 1>
39+
- <input 2>
40+
41+
## Rules
42+
- <rule 1>
43+
- <rule 2>
44+
45+
## Output format
46+
1) <section>
47+
2) <section>
48+
49+
Now perform the task:
50+
<USER INPUT HERE>
51+
52+
<END PROMPT>
53+
---
54+
55+
## Notes for Maintainers
56+
- Does this overlap with existing prompts? (yes/no)
57+
- Is it portable across AI tools? (yes/no)
58+
- Any assumptions or limitations?
59+
60+
## Example (Optional)
61+
Provide a short example input and expected output (high-level).

0 commit comments

Comments
 (0)