|
2 | 2 |
|
3 | 3 | --- |
4 | 4 |
|
| 5 | +## [11.6.0] - 2025-12-14 |
| 6 | + |
| 7 | +### ✨ Added |
| 8 | + |
| 9 | +**Dry-Run Mode for Commands** |
| 10 | + |
| 11 | +Preview command effects without making changes - perfect for learning, testing, and CI validation. |
| 12 | + |
| 13 | +- **`--dry-run` flag**: Added to `/feature`, `/implement`, `/ship`, `/debug` |
| 14 | + - Simulates file writes, git operations, agent spawns, state changes |
| 15 | + - Safe operations (reads) execute normally for accurate context |
| 16 | + - Standardized output format with emoji prefixes (📋, 📁, 📝, 🔀, 🤖) |
| 17 | +- **Dry-run skill**: New `.claude/skills/dry-run/SKILL.md` with integration patterns |
| 18 | +- **Exit codes**: Returns 0 always (no actual changes made) |
| 19 | + |
| 20 | +**Ultrathink → Roadmap Integration (v2.0)** |
| 21 | + |
| 22 | +Transform deep thinking sessions into actionable GitHub Issues with full traceability. |
| 23 | + |
| 24 | +- **Phase 5: Materialize the Thinking**: New phase in `/ultrathink` extracts features during analysis |
| 25 | +- **Structured YAML output**: `specs/ultrathink/[slug].yaml` with: |
| 26 | + - `extracted_features`: id, name, type, description, complexity_rationale, priority, dependencies |
| 27 | + - `thinking`: assumptions_questioned, codebase_soul, architecture_sketch, alternatives_considered |
| 28 | + - `roadmap_status`: materialized flag, issues_created, timestamps |
| 29 | +- **New flags**: `--roadmap` (save + create issues), `--save` (save only), `--no-save` (ephemeral) |
| 30 | +- **AskUserQuestion integration**: Choose to Add All, Select specific, Just Save, or Skip |
| 31 | + |
| 32 | +**Roadmap from-ultrathink Action** |
| 33 | + |
| 34 | +- **`/roadmap from-ultrathink [path]`**: Materialize features from saved ultrathink sessions |
| 35 | +- **`/roadmap from-ultrathink --list`**: List available ultrathink sessions with stats |
| 36 | +- **GitHub Issue creation**: Auto-generates issues with: |
| 37 | + - Origin section linking back to ultrathink session |
| 38 | + - Complexity rationale and vision connection |
| 39 | + - Proper labels (status:backlog, type:epic/feature, priority:*) |
| 40 | + |
| 41 | +### 🔧 Changed |
| 42 | + |
| 43 | +- **Ultrathink location**: Moved from `/internal:ultrathink` to `/core:ultrathink` (promoted to core command) |
| 44 | + |
| 45 | +### 🐛 Fixed |
| 46 | + |
| 47 | +- **Debug command**: Fixed bash syntax error with `$(pwd)` in context section (Windows compatibility) |
| 48 | + |
| 49 | +--- |
| 50 | + |
5 | 51 | ## [11.5.0] - 2025-12-14 |
6 | 52 |
|
7 | 53 | ### ✨ Added |
|
0 commit comments