Skip to content

Commit 49f5db7

Browse files
committed
wiki: add prompts page
1 parent feaa7ce commit 49f5db7

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

wiki/Prompts.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)