Session Examples
Complete iteration sessions showing the full workflow from initial document through multiple rounds of feedback to final cleanup.
Available Sessions
Designing a REST API for a task management app. Shows:
- Initial draft with highlighted decisions
- Multiple rounds of feedback
- Status tags (APPROVED, REVISE, NO)
- Final cleanup
Planning a Vue 2 to Vue 3 migration. Shows:
- Technical decision making
- Question syntax (
?: ...)
- Research requests
- Timeline adjustments
Creating a reusable project setup prompt. Shows:
- Real-world iteration from idea to output
- Late-stage naming improvements
- Splitting history vs clean output
- Creating tooling during iteration
Full source: See examples/project-setup-prompt/ in the repo for complete iteration history (~680 lines) and final result.
What Makes a Good Session Example
Each session demonstrates:
- Initial state - Document with feedback markers
- Iteration rounds - Comment → response → refinement
- Decision tracking - Using status tags
- Final cleanup - Clean document ready for use
See Also
- Quick Examples - Short syntax snippets
- Your First Iteration - Beginner tutorial
- Syntax Overview - All marker types