Skip to content

Commit 08fc565

Browse files
marcusgollclaude
andcommitted
chore: release v6.3.0
- Bump version to 6.3.0 - Update CHANGELOG.md with release notes for HTML Mockup Approval Workflow - Update version references Release: v6.3.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a530661 commit 08fc565

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## [6.3.0] - 2025-11-14
2+
3+
### Added
4+
- **HTML Mockup Approval Workflow**: UI-first flag for `/tasks` command generates browser-previewable HTML mockups before implementation
5+
- `/tasks --ui-first` creates standalone HTML mockups in `specs/NNN-slug/mockups/`
6+
- Mockups link to `design/systems/tokens.css` for live design updates (refresh browser to see changes)
7+
- Inline JavaScript with ALL states (loading, error, empty, success) - press 'S' key to cycle through states
8+
- Single approval gate: User reviews HTML in browser, approves via checklist before `/implement` proceeds
9+
- Automatic HTML → Next.js conversion after approval preserves accessibility and design tokens
10+
- Agent proposes tokens.css updates when user requests design changes (approval required)
11+
- Component reuse enforcement: Checks ui-inventory.md before creating custom components
12+
- Workflow integration: mockup_approval gate in workflow-state.yaml blocks `/implement` until approved
13+
14+
### Changed
15+
- **Frontend Agent** (+500 lines): Added comprehensive HTML mockup creation workflow, HTML → Next.js conversion logic, and style guide update proposal flow
16+
- **/tasks Command** (+170 lines): Integrated `--ui-first` flag parsing, tokens.css validation, and design task generation guidance
17+
- **/implement Command** (+68 lines): Added mockup approval check that blocks execution until status = "approved"
18+
- **workflow-state-schema.md** (+107 lines): Added manual_gates section with mockup_approval, preview, and staging_validation gate definitions
19+
20+
### Documentation
21+
- Created `mockup-approval-checklist.md` template with comprehensive review criteria (visual, interaction, accessibility, tokens.css compliance)
22+
- Updated CLAUDE.md with UI-First Workflow section and Mockup Approval Gate workflow steps
23+
- Updated README.md with v6.3.0 release notes and HTML Mockup Approval Workflow overview
24+
25+
### Impact
26+
- 75-85% faster UI development by approving design before implementation
27+
- Zero implementation rework from design changes
28+
- Systematic design token evolution with user approval
29+
- Early accessibility validation (WCAG 2.1 AA)
30+
31+
---
32+
133
## [6.2.3] - 2025-11-14
234

335
### Changed

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": "6.2.3",
3+
"version": "6.3.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)