# Retrospective: [FEATURE NAME] **Date**: [DATE] **Feature**: [Link to spec.md] **Cycle**: [first_commit_date] β†’ [last_commit_date] **Overall Assessment**: [🌟 Excellent / βœ… Good / ⚠️ Adequate / πŸ”§ Needs Improvement] --- ## Metrics Dashboard ``` πŸ“Š Development Cycle Metrics ━━━━━━━━━━━━━━━━━━━━━━━━━━ πŸ“ Specification Requirements: [total] total, [fulfilled] fulfilled, [partial] partial Spec Accuracy: [accuracy]% πŸ“‹ Planning Tasks: [total] total, [completed] completed Added during impl: [unplanned_count] Plan Score: [EXCELLENT / GOOD / ADEQUATE / NEEDS IMPROVEMENT] πŸ’» Implementation Commits: [count] Files changed: [count] Lines: +[additions] / -[deletions] Test/Code ratio: [ratio] πŸ” Quality Review findings: πŸ”΄[blockers] 🟑[warnings] 🟒[suggestions] QA pass rate: [qa_pass_rate]% Quality Score: [score] ``` --- ## Specification Accuracy | Requirement | Status | Notes | |-------------|--------|-------| | [FR-001] | βœ… Fulfilled | | | [FR-002] | ⚠️ Partial | [deviation notes] | | [FR-003] | ❌ Not Implemented | [reason] | | [Unplanned] | βž• Added | [why it was needed] | **Accuracy Score**: [X]% ([fulfilled + partialΓ—0.5] / [total] requirements) --- ## Plan Effectiveness | Aspect | Assessment | Details | |--------|-----------|---------| | Architecture decisions | βœ…/⚠️/❌ | [which decisions worked/didn't] | | Task scoping | βœ…/⚠️/❌ | [well-sized / too large / too small] | | Dependency ordering | βœ…/⚠️/❌ | [any ordering issues] | | Missing tasks | [count] added | [what was missed] | **Plan Score**: [EXCELLENT / GOOD / ADEQUATE / NEEDS IMPROVEMENT] --- ## What Went Well πŸŽ‰ 1. **[Success area]**: [Description of what worked and why] 2. **[Success area]**: [Description] 3. **[Success area]**: [Description] --- ## What Could Improve πŸ”§ 1. **[Improvement area]**: [Description of the issue and its impact] 2. **[Improvement area]**: [Description] 3. **[Improvement area]**: [Description] --- ## Improvement Suggestions | ID | Impact | Category | Suggestion | Rationale | |----|--------|----------|------------|-----------| | IMP-001 | HIGH | [cat] | [specific action] | [why this matters] | | IMP-002 | MEDIUM | [cat] | [specific action] | [why this matters] | | IMP-003 | LOW | [cat] | [specific action] | [why this matters] | **Categories**: Specification, Planning, Implementation, Quality, Process --- ## Historical Trends | Metric | Previous | Current | Trend | |--------|----------|---------|-------| | Spec accuracy | [%] | [%] | πŸ“ˆ/πŸ“‰/➑️ | | QA pass rate | [%] | [%] | πŸ“ˆ/πŸ“‰/➑️ | | Review blockers | [n] | [n] | πŸ“ˆ/πŸ“‰/➑️ | | Unplanned tasks | [n] | [n] | πŸ“ˆ/πŸ“‰/➑️ | --- ## Suggested Constitution Updates Based on this retrospective, consider adding these principles: 1. **[Principle name]**: [Principle description] _Learned from: [specific experience in this cycle]_ --- *Generated by `/speckit.retro` β€” Sprint retrospective for spec-driven development.*