Goal
Make examples more educational by adding architecture diagrams and deeper explanations.
Motivation
Strong examples need to teach how and why, not just what.
Companies evaluating enzu need to understand architecture decisions.
Tasks
For Each Production Example
Example Template
Each production example should have:
examples/invoice_processing/
├── README.md # What it does, how to run
├── architecture.md # System design, decisions
├── cost_analysis.md # Budget strategy, optimization
├── TUTORIAL.md # Step-by-step walkthrough (optional)
├── pipeline.py # Main code
└── tests/ # Tests
Documentation Standards
Diagram Tools
- ASCII art (for simple flows)
- Mermaid (for complex diagrams)
- Keep it simple - clarity over beauty
Acceptance Criteria
- Every production example has architecture doc
- Diagrams are clear and accurate
- New developers can understand design decisions
- Examples serve as learning material, not just code
Estimated Effort
Medium (2-3 days across all examples)
Goal
Make examples more educational by adding architecture diagrams and deeper explanations.
Motivation
Strong examples need to teach how and why, not just what.
Companies evaluating enzu need to understand architecture decisions.
Tasks
For Each Production Example
Example Template
Each production example should have:
Documentation Standards
Diagram Tools
Acceptance Criteria
Estimated Effort
Medium (2-3 days across all examples)