docs: allow UI/UX refinement before /generate-app (phase 3)
- README: add a refine loop (re-run /define-design or /update-design) between /define-design and /generate-app, in both Usage Workflow and the recommended workflow - generate-app: note that it generates from the design as-is; refine first - define-design: next steps now refine before generating code - update-design: broaden to cover pre-generation refinement - AGENTS.md: add the refine step to the initial setup flow
This commit is contained in:
@ -107,8 +107,9 @@ Define "what to do this time" for a specific development task:
|
||||
1. Use this template
|
||||
2. Create persistent documents with `/setup-project` (automatically creating six)
|
||||
3. Define the UI/UX design with `/define-design` (creates `docs/design/`)
|
||||
4. Generate the initial app with `/generate-app web | flutter | winui3`
|
||||
5. Implement features with `/add-feature [feature]`
|
||||
4. Review and refine the UI/UX with `/update-design` (or re-run `/define-design`) until approved — before generating code
|
||||
5. Generate the initial app with `/generate-app web | flutter | winui3`
|
||||
6. Implement features with `/add-feature [feature]`
|
||||
|
||||
### Day-to-Day Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user