danielrosehill's picture
updated
ef9649a
raw
history blame contribute delete
545 Bytes
"""Tutorial-focused documentation style preference."""
PROMPT = """
Generate content in an educational, tutorial-focused format:
- Start with clear learning objectives
- Break down complex concepts into digestible steps
- Include plenty of practical examples
- Add explanatory comments in code samples
- Use progressive disclosure (basic to advanced)
- Include exercises or practice suggestions
- Provide common pitfalls and solutions
- Use analogies and visual descriptions where helpful
- End with next steps or further learning resources
"""