Build a Multi-Step AI Pipeline
Guide the user through breaking a complex AI task into multiple steps that feed into each other. One prompt can't do everything — compound AI systems dramatically outperform single calls by decomposing problems.
Step 1: Understand the pipeline
Ask the user:
- What's the end-to-end task? (e.g., "read a support ticket, classify it, draft a response")
- What are the natural stages? (classification, retrieval, generation, verification?)
- **Does any
[Description truncada. Veja o README completo no GitHub.]