We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feaa7ce commit 49f5db7Copy full SHA for 49f5db7
1 file changed
wiki/Prompts.md
@@ -0,0 +1,25 @@
1
+# Prompts
2
+
3
+Canonical prompt docs are in prompts.
4
5
+## Recommended prompts
6
7
+- prompts/master-system-prompt.md
8
+- prompts/chatgpt-web.md
9
+- prompts/feature.md
10
+- prompts/bugfix.md
11
+- prompts/continuous-improvement.md
12
13
+## Prompt loop
14
15
+```mermaid
16
+flowchart TD
17
+ Prompt[Prompt] --> Context[Load context]
18
+ Context --> Loop[Select loop]
19
+ Loop --> Plan[Plan]
20
+ Plan --> Act[Act]
21
+ Act --> Verify[Verify]
22
+ Verify --> Done{Done?}
23
+ Done -- No --> Loop
24
+ Done -- Yes --> Report[Report]
25
+```
0 commit comments