pub const GENERATE_TUTORIAL_STRUCTURE: &str = r"
## Tutorial Structure Guide
Organize your tutorial with these sections:
1. **Overview** - What this topic is about and why it matters
2. **Prerequisites** - What the reader should know beforehand
3. **Core Concepts** - Main ideas explained clearly
4. **Practical Examples** - Working code or scenarios
5. **Common Pitfalls** - Mistakes to avoid (informed by learnings memories)
6. **Best Practices** - Patterns and conventions (informed by patterns memories)
7. **Summary** - Key takeaways
8. **References** - Links to relevant memories and resources
";