diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abed621..27d2c0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.15.1.0] - 2026-04-01 — Design Without Shotgun + +You can now run `/design-html` without having to run `/design-shotgun` first. The skill detects what design context exists (CEO plans, design review artifacts, approved mockups) and asks how you want to proceed. Start from a plan, a description, or a provided PNG, not just an approved mockup. + +### Changed + +- **`/design-html` works from any starting point.** Three routing modes: (A) approved mockup from /design-shotgun, (B) CEO plan and/or design variants without formal approval, (C) clean slate with just a description. Each mode asks the right questions and proceeds accordingly. +- **AskUserQuestion for missing context.** Instead of blocking with "no approved design found," the skill now offers choices: run the planning skills first, provide a PNG, or just describe what you want and design live. + ## [0.15.0.0] - 2026-04-01 — Session Intelligence Your AI sessions now remember what happened. Plans, reviews, checkpoints, and health scores survive context compaction and compound across sessions. Every skill writes a timeline event, and the preamble reads recent artifacts on startup so the agent knows where you left off. diff --git a/VERSION b/VERSION index 202f94b3..dd35abbb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0.0 +0.15.1.0