All notable changes to this extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.1 - 2026-04-21
- Corrected slash-command references in
extension.ymldescription andREADME.mdto use the/speckit.-prefixed names (/speckit.plan,/speckit.tasks,/speckit.implement) instead of the unprefixed forms. The unprefixed names never existed in published Spec Kit releases; the previous text would have misled users following the docs. Resolves #1.
0.1.0 - 2026-04-17
- Initial release.
- Command
/speckit.wireframe.generate— create SVG wireframes fromspec.mdwith light/dark/both theme auto-detection. - Command
/speckit.wireframe.prep— pre-load spec context, validation rules, and prior review issues. - Command
/speckit.wireframe.review— review wireframes, classify issues as PATCH/REGENERATE/PASS, and on sign-off write wireframe paths intospec.mdunder## UI Mockup. - Command
/speckit.wireframe.inspect— cross-SVG consistency check for features with multiple wireframes. - Command
/speckit.wireframe.screenshots— capture standardized PNGs (Tier-2, requires Python or Docker; degrades gracefully). - Hooks
after_specify,before_plan,after_implementfor end-to-end loop integration. - Light (tan parchment) and dark (charcoal slate) SVG theme templates, ported from the ScriptHammer conventions.
- Configuration template with theme defaults, output paths, and optional validator/screenshot settings.
On sign-off, approved wireframe paths are inserted into spec.md under a ## UI Mockup block. Because /speckit.plan, /speckit.tasks, and /speckit.implement already load spec.md as constraint context, signed-off wireframes automatically become visual benchmarks for downstream commands — no changes to core SpecKit commands required.
Supersedes github/spec-kit#1410, which predated SpecKit's extension system (#2130).
- Spec Kit:
>=0.6.0 - Tier-1 commands: no external dependencies
- Tier-2 (optional): Python 3.9+ with
playwrightandcairosvg, or Docker