File size: 878 Bytes
f639a6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# AuroraAI Prompting Guidelines


## Best Practices
- **Be explicit** about the output format (tables, JSON, Markdown, etc.).
- **Provide context** such as code samples, user stories, or error logs.
- **Use constraints** like tone, word limits, or style rules.
- **Iterate** by refining instructions rather than restarting.

## Example Prompts
### Technical Writing Prompt
"Rewrite this API overview in a concise style and include an authentication section. Output in Markdown."

### Engineering Prompt
"Given this error log, diagnose the root cause and propose three fixes ranked by difficulty."

### Documentation Prompt
"Create troubleshooting steps for users who can't authenticate. Include a table of error codes."

## Anti-Patterns to Avoid
- Vague commands like "Fix this".
- Multi-task prompts that blend unrelated asks.
- Lack of constraints when requesting decisions.