# 📐 Maestro Orchestration Blueprint — Standard Template v1.0

## Sections (Always Include in This Order)

1. **Executive Summary** — One paragraph + key metrics at a glance.

2. **Success Criteria** — Table with Metric | Target | How Measured | Owner.

3. **Agent Topology** — Mermaid diagram + 2-3 sentence rationale for the shape.

4. **Agent Registry** — One subsection per agent containing:
   - Mission (one sentence)
   - Model choice + why
   - Tools (with one-line purpose)
   - Memory approach
   - Input/Output contract summary
   - Critical prompt techniques

5. **Global State & Data Contracts** — The shape of the state object that travels through the graph.

6. **Control Flow** — Description of routing logic, parallelism, and termination conditions.

7. **Technology & Deployment** — Framework, hosting, CI, secrets strategy.

8. **Observability & Evaluation** — What is logged, how quality is measured, alerting thresholds.

9. **Risk Register** — Prioritized table with mitigations and owners.

10. **Roadmap** — Phase 0 (spike), Phase 1 (core path), Phase 2 (hardening), Phase 3 (scale).

11. **Appendix** — Full prompts, full tool code, references.

This template guarantees that every design Maestro produces is complete, reviewable, and implementable by a competent engineering team.