mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-19 02:42:29 +08:00
feat: /design-html skill — Pretext-native HTML from approved mockups (v0.14.0.0) (#653)
* feat: /design-html skill — Pretext-native HTML from approved mockups New skill that takes approved design-shotgun mockups and generates production-quality HTML with Pretext for computed text layout. Text reflows on resize, heights adjust to content, zero hardcoded CSS. Includes vendored Pretext bundle (30KB), smart API routing per design type, AskUserQuestion refinement loop, framework detection, and 3-viewport verification screenshots. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * feat: integrate /design-html into design skill pipeline - design-shotgun: Step 6 option B now chains to /design-html - design-consultation: suggests /design-html after shipping DESIGN.md (conditional on screen-level output, not tokens-only) - plan-design-review: expanded chaining to include /design-shotgun and /design-html alongside review skills Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: update plan-design-review chaining test for design skills plan-design-review now chains to /design-shotgun and /design-html in addition to review skills. Update the assertion to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: add gstack keyword to design-html description for validation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: bump version and changelog (v0.14.0.0) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -778,7 +778,7 @@ If standalone, offer next steps via AskUserQuestion:
|
||||
|
||||
> "Design direction locked in. What's next?
|
||||
> A) Iterate more — refine the approved variant with specific feedback
|
||||
> B) Implement — start building from this design
|
||||
> B) Finalize — generate production Pretext-native HTML/CSS with /design-html
|
||||
> C) Save to plan — add this as an approved mockup reference in the current plan
|
||||
> D) Done — I'll use this later"
|
||||
|
||||
|
||||
@@ -283,7 +283,7 @@ If standalone, offer next steps via AskUserQuestion:
|
||||
|
||||
> "Design direction locked in. What's next?
|
||||
> A) Iterate more — refine the approved variant with specific feedback
|
||||
> B) Implement — start building from this design
|
||||
> B) Finalize — generate production Pretext-native HTML/CSS with /design-html
|
||||
> C) Save to plan — add this as an approved mockup reference in the current plan
|
||||
> D) Done — I'll use this later"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user