From cb2485ff481cb6d556163003d339ce16d4dcffdb Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Tue, 20 Jan 2026 16:49:13 -0800 Subject: [PATCH] [2.27.0] Release with contributor shoutouts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Added - /workflows:plan - Interactive Q&A refinement phase (#88) ## Changed - /workflows:work - Incremental commits and branch safety (#93) - Fixed command count: 21 → 23 (corrected across all descriptions) ## Fixed - dhh-rails-style skill - Broken markdown table (#96) - Documentation year references 2025 → 2026 (#86, #91) ## Contributors 🙌 - @tmchow - Interactive Q&A, incremental commits, year updates (3 PRs!) - @ashwin47 - Markdown table fix - @rbouschery - Documentation year update Co-Authored-By: Claude Opus 4.5 --- .claude-plugin/marketplace.json | 4 +-- .../.claude-plugin/plugin.json | 4 +-- plugins/compound-engineering/CHANGELOG.md | 35 +++++++++++++++++++ 3 files changed, 39 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e87caa9..475a441 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,8 +11,8 @@ "plugins": [ { "name": "compound-engineering", - "description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 27 specialized agents, 20 commands, and 12 skills.", - "version": "2.21.0", + "description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 27 specialized agents, 23 commands, and 14 skills.", + "version": "2.27.0", "author": { "name": "Kieran Klaassen", "url": "https://github.com/kieranklaassen", diff --git a/plugins/compound-engineering/.claude-plugin/plugin.json b/plugins/compound-engineering/.claude-plugin/plugin.json index c5fde3d..a25a983 100644 --- a/plugins/compound-engineering/.claude-plugin/plugin.json +++ b/plugins/compound-engineering/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "compound-engineering", - "version": "2.26.5", - "description": "AI-powered development tools. 27 agents, 21 commands, 14 skills, 1 MCP server for code review, research, design, and workflow automation.", + "version": "2.27.0", + "description": "AI-powered development tools. 27 agents, 23 commands, 14 skills, 1 MCP server for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", "email": "kieran@every.to", diff --git a/plugins/compound-engineering/CHANGELOG.md b/plugins/compound-engineering/CHANGELOG.md index cf75755..a823d10 100644 --- a/plugins/compound-engineering/CHANGELOG.md +++ b/plugins/compound-engineering/CHANGELOG.md @@ -5,6 +5,41 @@ All notable changes to the compound-engineering plugin will be documented in thi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.27.0] - 2026-01-20 + +### Added + +- **`/workflows:plan` command** - Interactive Q&A refinement phase (#88) + - After generating initial plan, now offers to refine with targeted questions + - Asks up to 5 questions about ambiguous requirements, edge cases, or technical decisions + - Incorporates answers to strengthen the plan before finalization + +### Changed + +- **`/workflows:work` command** - Incremental commits and branch safety (#93) + - Now commits after each completed task instead of batching at end + - Added branch protection checks before starting work + - Better progress tracking with per-task commits + +### Fixed + +- **`dhh-rails-style` skill** - Fixed broken markdown table formatting (#96) +- **Documentation** - Updated hardcoded year references from 2025 to 2026 (#86, #91) + +### Contributors + +Huge thanks to the community contributors who made this release possible! 🙌 + +- **[@tmchow](https://github.com/tmchow)** - Interactive Q&A for plans, incremental commits, year updates (3 PRs!) +- **[@ashwin47](https://github.com/ashwin47)** - Markdown table fix +- **[@rbouschery](https://github.com/rbouschery)** - Documentation year update + +### Summary + +- 27 agents, 23 commands, 14 skills, 1 MCP server + +--- + ## [2.26.5] - 2026-01-18 ### Changed