|
2 | 2 |
|
3 | 3 | --- |
4 | 4 |
|
| 5 | +## [11.4.2] - 2025-12-14 |
| 6 | + |
| 7 | +### 🔧 Refactored |
| 8 | + |
| 9 | +**Epic Workflow Simplification (80% reduction)** |
| 10 | + |
| 11 | +Major refactoring of `implement-epic.md` to improve maintainability and reusability. |
| 12 | + |
| 13 | +- **implement-epic.md**: Reduced from 1,578 to 314 lines |
| 14 | + - Extracted error handling to reusable skill |
| 15 | + - Extracted sprint utilities to bash script |
| 16 | + - References shared components instead of inline code |
| 17 | + - Cleaner orchestration-only focus |
| 18 | + |
| 19 | +- **error-recovery skill**: New reusable skill for failure classification |
| 20 | + - Distinguishes critical vs fixable failures |
| 21 | + - Auto-fix strategies with retry logic |
| 22 | + - Progressive delays (5s, 10s, 15s) |
| 23 | + - Consistent error reporting format |
| 24 | + |
| 25 | +- **sprint-utils.sh**: New utilities for sprint operations |
| 26 | + - `validate` - Check sprint directories |
| 27 | + - `status` - Get sprint status as JSON |
| 28 | + - `consolidate` - Aggregate layer results |
| 29 | + - `check-contracts` - Validate contract compliance |
| 30 | + |
| 31 | +- **Agent routing documentation**: Clear decision tree for agent selection |
| 32 | + - When to use worker vs specialist agents |
| 33 | + - Phase agent vs implementation agent rules |
| 34 | + - Anti-patterns to avoid |
| 35 | + |
| 36 | +- **Workflow repair command**: New `/workflow repair` for state recovery |
| 37 | + - Diagnose corrupted state.yaml |
| 38 | + - Clear stale locks in domain-memory.yaml |
| 39 | + - Reset to known good phase |
| 40 | + - Rebuild state from artifacts |
| 41 | + |
| 42 | +--- |
| 43 | + |
5 | 44 | ## [11.4.0] - 2025-12-14 |
6 | 45 |
|
7 | 46 | ### ✨ Added |
|
0 commit comments