mirror of
https://github.com/garrytan/gstack.git
synced 2026-07-15 12:07:23 +02:00
feat: parallel design-shotgun with concept-first confirmation
Step 3 rewritten to concept-first + parallel Agent architecture: - 3a: generate text concepts (free, instant) - 3b: AskUserQuestion to confirm/modify before spending API credits - 3c: launch N Agent subagents in parallel (~60s total regardless of count) - 3d: show all results, dynamic image list for comparison board Adds Agent to allowed-tools. Softens plan-design-review sequential warning to note design-shotgun uses parallel at Tier 2+. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -577,7 +577,10 @@ echo "DESIGN_DIR: $_DESIGN_DIR"
|
||||
|
||||
Replace `<screen-name>` with a descriptive kebab-case name (e.g., `homepage-variants`, `settings-page`, `onboarding-flow`).
|
||||
|
||||
**Generate mockups ONE AT A TIME. Do not parallelize `$D generate` calls.** The underlying API rate-limits concurrent image generation. When 3 generates run in parallel, 1 succeeds and 2 get aborted.
|
||||
**Generate mockups ONE AT A TIME in this skill.** The inline review flow generates
|
||||
fewer variants and benefits from sequential control. Note: /design-shotgun uses
|
||||
parallel Agent subagents for variant generation, which works at Tier 2+ (15+ RPM).
|
||||
The sequential constraint here is specific to plan-design-review's inline pattern.
|
||||
|
||||
For each UI screen/section in scope, construct a design brief from the plan's description (and DESIGN.md if present) and generate variants:
|
||||
|
||||
|
||||
@@ -189,7 +189,10 @@ echo "DESIGN_DIR: $_DESIGN_DIR"
|
||||
|
||||
Replace `<screen-name>` with a descriptive kebab-case name (e.g., `homepage-variants`, `settings-page`, `onboarding-flow`).
|
||||
|
||||
**Generate mockups ONE AT A TIME. Do not parallelize `$D generate` calls.** The underlying API rate-limits concurrent image generation. When 3 generates run in parallel, 1 succeeds and 2 get aborted.
|
||||
**Generate mockups ONE AT A TIME in this skill.** The inline review flow generates
|
||||
fewer variants and benefits from sequential control. Note: /design-shotgun uses
|
||||
parallel Agent subagents for variant generation, which works at Tier 2+ (15+ RPM).
|
||||
The sequential constraint here is specific to plan-design-review's inline pattern.
|
||||
|
||||
For each UI screen/section in scope, construct a design brief from the plan's description (and DESIGN.md if present) and generate variants:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user