Skip to content

Commit 6b9185f

Browse files
marcusgollclaude
andcommitted
chore(release): v11.6.0
- Dry-run mode for /feature, /implement, /ship, /debug - Ultrathink v2.0 with roadmap integration - /roadmap from-ultrathink action - Move ultrathink to core folder - Fix debug.md bash syntax error 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent a74f581 commit 6b9185f

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,52 @@
22

33
---
44

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+
551
## [11.5.0] - 2025-12-14
652

753
### ✨ Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spec-flow",
3-
"version": "11.5.0",
3+
"version": "11.6.0",
44
"description": "Spec-Driven Development workflow toolkit for Claude Code - Build high-quality features faster with repeatable AI workflows",
55
"keywords": [
66
"claude",

0 commit comments

Comments
 (0)