@@ -9,6 +9,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010---
1111
12+ ## [ 0.5.8] - 2025-11-14
13+
14+ ### 🐛 Bug Fixes
15+
16+ ** Workflow Order Correction**
17+ - Fixed SDS/SDD workflow command order to align with [ GitHub spec-kit] ( https://github.com/github/spec-kit ) official pattern
18+ - Corrected quality gate positions: clarify (before plan) → checklist (after plan) → analyze (after tasks, before implement)
19+ - Previous order was: ` specify → plan → tasks → implement → checklist → analyze ` ❌
20+ - Correct order is: ` specify → clarify → plan → checklist → tasks → analyze → implement ` ✅
21+
22+ ### 📝 Documentation
23+
24+ ** SDS vs SDD Clarification**
25+ - Distinguished SDS (two paths: Simple 4-5 commands | Complex 7-8 commands) from SDD (one complete path: 7-8 commands)
26+ - Clarified SDD always follows complete spec-kit workflow (toolkit development is always complex)
27+ - Completed SDD workflow examples in AGENTS.md with all 8 commands
28+ - Fixed command count descriptions (was 2-4/5-7, now correctly 4-5/7-8)
29+
30+ ** Quality Gate Explanation**
31+ - Clarified why checklist and analyze don't overlap:
32+ - checklist: validates WHAT (requirements completeness in single document)
33+ - analyze: validates HOW (cross-artifact consistency and coverage)
34+ - Different check layers: unit test (checklist) vs integration test (analyze)
35+
36+ ** Updated files** :
37+ - ` README.md ` : Workflow order corrections and SDD clarification
38+ - ` AGENTS.md ` : SDS/SDD distinction, workflow examples, typical workflow section
39+ - ` src/metaspec/templates/base/.metaspec/README.md.j2 ` : Template for generated speckits
40+ - ` CHANGELOG.md ` : Command count corrections
41+
42+ ** Impact** :
43+ - Users will follow correct workflow order aligned with spec-kit best practices
44+ - Clear guidance preventing confusion about command sequence
45+ - Proper quality gate positioning ensures validation at right stages
46+
47+ ---
48+
1249## [ 0.5.7] - 2025-11-14
1350
1451### 📝 Documentation
0 commit comments