v2/examples/06-tutorials/README.md
Step-by-step tutorials and comprehensive guides for using Claude Flow features.
06-tutorials/
├── getting-started/ # Beginner tutorials
├── sparc/ # SPARC methodology guides
├── workflows/ # Workflow orchestration tutorials
├── advanced/ # Advanced features and patterns
└── sparc-batchtool-orchestration.md # Original BatchTool guide
getting-started/)sparc/)workflows/)Original comprehensive guide to BatchTool with SPARC modes covering:
Each tutorial includes:
When writing new tutorials:
# Tutorial Title
## Overview
Brief description of what will be learned
## Prerequisites
- Required knowledge
- System requirements
- Previous tutorials
## Steps
1. **Step Title**
- Explanation
- Code example
- Expected output
## Troubleshooting
- Common error: Solution
- Issue: Resolution
## Summary
- What was learned
- Key takeaways
- Next tutorials