Refactor UI Design Commands: Replace /workflow:ui-design:update with /workflow:ui-design:design-sync

- Deleted the `list` command for design runs.
- Removed the `update` command and its associated documentation.
- Introduced `design-sync` command to synchronize finalized design system references to brainstorming artifacts.
- Updated command references in `COMMAND_REFERENCE.md`, `GETTING_STARTED.md`, and `GETTING_STARTED_CN.md` to reflect the new command structure.
- Ensured all related documentation and output styles are consistent with the new command naming and functionality.
This commit is contained in:
catlog22
2025-11-15 16:30:40 +08:00
parent e76e5bbf5c
commit 02ee426af0
10 changed files with 12 additions and 1315 deletions

View File

@@ -420,13 +420,13 @@ Specialized workflow for UI/UX design, from style extraction to prototype genera
/workflow:ui-design:generate --session WFS-design-run
```
### **/workflow:ui-design:update**
- **Syntax**: `/workflow:ui-design:update --session <session_id> ...`
- **Responsibilities**: Synchronizes the finalized design system references into the core brainstorming artifacts (`synthesis-specification.md`) to make them available for the planning phase.
### **/workflow:ui-design:design-sync**
- **Syntax**: `/workflow:ui-design:design-sync --session <session_id> [--selected-prototypes "<list>"]`
- **Responsibilities**: Synchronizes the finalized design system references into the core brainstorming artifacts (`role analysis documents`) to make them available for the planning phase.
- **Agent Calls**: None.
- **Example**:
```bash
/workflow:ui-design:update --session WFS-my-app
/workflow:ui-design:design-sync --session WFS-my-app
```
### **/workflow:ui-design:animation-extract**