@xenonbyte/da-vinci-workflow 0.1.20 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +21 -54
- package/README.zh-CN.md +21 -54
- package/commands/claude/dv/build.md +6 -0
- package/commands/claude/dv/continue.md +1 -0
- package/commands/codex/prompts/dv-build.md +4 -0
- package/commands/codex/prompts/dv-continue.md +1 -0
- package/commands/gemini/dv/build.toml +4 -0
- package/commands/gemini/dv/continue.toml +1 -0
- package/docs/dv-command-reference.md +7 -0
- package/docs/visual-adapters.md +24 -80
- package/docs/visual-assist-presets/desktop-app.md +20 -68
- package/docs/visual-assist-presets/mobile-app.md +20 -68
- package/docs/visual-assist-presets/tablet-app.md +20 -68
- package/docs/visual-assist-presets/web-app.md +20 -68
- package/docs/zh-CN/dv-command-reference.md +7 -0
- package/docs/zh-CN/visual-adapters.md +24 -80
- package/docs/zh-CN/visual-assist-presets/desktop-app.md +20 -68
- package/docs/zh-CN/visual-assist-presets/mobile-app.md +20 -68
- package/docs/zh-CN/visual-assist-presets/tablet-app.md +20 -68
- package/docs/zh-CN/visual-assist-presets/web-app.md +20 -68
- package/examples/greenfield-spec-markupflow/DA-VINCI.md +4 -13
- package/lib/cli.js +6 -1
- package/lib/pencil-session.js +6 -0
- package/package.json +1 -1
- package/scripts/test-mode-consistency.js +50 -0
- package/scripts/test-pencil-session.js +40 -0
- package/scripts/test-persistence-flows.js +31 -1
|
@@ -21,20 +21,10 @@ Use when:
|
|
|
21
21
|
|
|
22
22
|
```md
|
|
23
23
|
## Visual Assist
|
|
24
|
-
- Preferred adapters:
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
-
|
|
28
|
-
- visual contract refinement
|
|
29
|
-
- tablet page composition
|
|
30
|
-
- hierarchy and spacing
|
|
31
|
-
- touch-aware motion guidance
|
|
32
|
-
- anchor-surface composition
|
|
33
|
-
- Pencil design refinement
|
|
34
|
-
- Fallback:
|
|
35
|
-
- native-da-vinci
|
|
36
|
-
- Require Adapter:
|
|
37
|
-
- false
|
|
24
|
+
- Preferred adapters: ui-ux-pro-max, frontend-skill
|
|
25
|
+
- Scope: visual contract refinement, tablet page composition, hierarchy and spacing, touch-aware motion guidance, anchor-surface composition, Pencil design refinement
|
|
26
|
+
- Fallback: native-da-vinci
|
|
27
|
+
- Require Adapter: false
|
|
38
28
|
```
|
|
39
29
|
|
|
40
30
|
### Variant 2: Advisory Supervisor Review
|
|
@@ -46,33 +36,14 @@ Use when:
|
|
|
46
36
|
|
|
47
37
|
```md
|
|
48
38
|
## Visual Assist
|
|
49
|
-
- Preferred adapters:
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
- Design-supervisor
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
-
|
|
56
|
-
|
|
57
|
-
- Design-supervisor review inputs:
|
|
58
|
-
- screenshots
|
|
59
|
-
- pencil variables
|
|
60
|
-
- visual thesis
|
|
61
|
-
- content plan
|
|
62
|
-
- interaction thesis
|
|
63
|
-
- Scope:
|
|
64
|
-
- visual contract refinement
|
|
65
|
-
- tablet page composition
|
|
66
|
-
- hierarchy and spacing
|
|
67
|
-
- touch-aware motion guidance
|
|
68
|
-
- anchor-surface composition
|
|
69
|
-
- Pencil design refinement
|
|
70
|
-
- Fallback:
|
|
71
|
-
- native-da-vinci
|
|
72
|
-
- Require Adapter:
|
|
73
|
-
- false
|
|
74
|
-
- Require Supervisor Review:
|
|
75
|
-
- false
|
|
39
|
+
- Preferred adapters: ui-ux-pro-max, frontend-skill
|
|
40
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
41
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
42
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
43
|
+
- Scope: visual contract refinement, tablet page composition, hierarchy and spacing, touch-aware motion guidance, anchor-surface composition, Pencil design refinement
|
|
44
|
+
- Fallback: native-da-vinci
|
|
45
|
+
- Require Adapter: false
|
|
46
|
+
- Require Supervisor Review: false
|
|
76
47
|
```
|
|
77
48
|
|
|
78
49
|
### Variant 3: Required Supervisor Signoff
|
|
@@ -85,33 +56,14 @@ Use when:
|
|
|
85
56
|
|
|
86
57
|
```md
|
|
87
58
|
## Visual Assist
|
|
88
|
-
- Preferred adapters:
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
- Design-supervisor
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
-
|
|
95
|
-
|
|
96
|
-
- Design-supervisor review inputs:
|
|
97
|
-
- screenshots
|
|
98
|
-
- pencil variables
|
|
99
|
-
- visual thesis
|
|
100
|
-
- content plan
|
|
101
|
-
- interaction thesis
|
|
102
|
-
- Scope:
|
|
103
|
-
- visual contract refinement
|
|
104
|
-
- tablet page composition
|
|
105
|
-
- hierarchy and spacing
|
|
106
|
-
- touch-aware motion guidance
|
|
107
|
-
- anchor-surface composition
|
|
108
|
-
- Pencil design refinement
|
|
109
|
-
- Fallback:
|
|
110
|
-
- native-da-vinci
|
|
111
|
-
- Require Adapter:
|
|
112
|
-
- true
|
|
113
|
-
- Require Supervisor Review:
|
|
114
|
-
- true
|
|
59
|
+
- Preferred adapters: frontend-skill, ui-ux-pro-max
|
|
60
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
61
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
62
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
63
|
+
- Scope: visual contract refinement, tablet page composition, hierarchy and spacing, touch-aware motion guidance, anchor-surface composition, Pencil design refinement
|
|
64
|
+
- Fallback: native-da-vinci
|
|
65
|
+
- Require Adapter: true
|
|
66
|
+
- Require Supervisor Review: true
|
|
115
67
|
```
|
|
116
68
|
|
|
117
69
|
Notes for all variants:
|
|
@@ -21,20 +21,10 @@ Use when:
|
|
|
21
21
|
|
|
22
22
|
```md
|
|
23
23
|
## Visual Assist
|
|
24
|
-
- Preferred adapters:
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
-
|
|
28
|
-
- visual contract refinement
|
|
29
|
-
- page composition
|
|
30
|
-
- hierarchy and spacing
|
|
31
|
-
- responsive motion guidance
|
|
32
|
-
- anchor-surface composition
|
|
33
|
-
- Pencil design refinement
|
|
34
|
-
- Fallback:
|
|
35
|
-
- native-da-vinci
|
|
36
|
-
- Require Adapter:
|
|
37
|
-
- false
|
|
24
|
+
- Preferred adapters: ui-ux-pro-max, frontend-skill
|
|
25
|
+
- Scope: visual contract refinement, page composition, hierarchy and spacing, responsive motion guidance, anchor-surface composition, Pencil design refinement
|
|
26
|
+
- Fallback: native-da-vinci
|
|
27
|
+
- Require Adapter: false
|
|
38
28
|
```
|
|
39
29
|
|
|
40
30
|
### Variant 2: Advisory Supervisor Review
|
|
@@ -46,33 +36,14 @@ Use when:
|
|
|
46
36
|
|
|
47
37
|
```md
|
|
48
38
|
## Visual Assist
|
|
49
|
-
- Preferred adapters:
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
- Design-supervisor
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
-
|
|
56
|
-
|
|
57
|
-
- Design-supervisor review inputs:
|
|
58
|
-
- screenshots
|
|
59
|
-
- pencil variables
|
|
60
|
-
- visual thesis
|
|
61
|
-
- content plan
|
|
62
|
-
- interaction thesis
|
|
63
|
-
- Scope:
|
|
64
|
-
- visual contract refinement
|
|
65
|
-
- page composition
|
|
66
|
-
- hierarchy and spacing
|
|
67
|
-
- responsive motion guidance
|
|
68
|
-
- anchor-surface composition
|
|
69
|
-
- Pencil design refinement
|
|
70
|
-
- Fallback:
|
|
71
|
-
- native-da-vinci
|
|
72
|
-
- Require Adapter:
|
|
73
|
-
- false
|
|
74
|
-
- Require Supervisor Review:
|
|
75
|
-
- false
|
|
39
|
+
- Preferred adapters: ui-ux-pro-max, frontend-skill
|
|
40
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
41
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
42
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
43
|
+
- Scope: visual contract refinement, page composition, hierarchy and spacing, responsive motion guidance, anchor-surface composition, Pencil design refinement
|
|
44
|
+
- Fallback: native-da-vinci
|
|
45
|
+
- Require Adapter: false
|
|
46
|
+
- Require Supervisor Review: false
|
|
76
47
|
```
|
|
77
48
|
|
|
78
49
|
### Variant 3: Required Supervisor Signoff
|
|
@@ -85,33 +56,14 @@ Use when:
|
|
|
85
56
|
|
|
86
57
|
```md
|
|
87
58
|
## Visual Assist
|
|
88
|
-
- Preferred adapters:
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
- Design-supervisor
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
-
|
|
95
|
-
|
|
96
|
-
- Design-supervisor review inputs:
|
|
97
|
-
- screenshots
|
|
98
|
-
- pencil variables
|
|
99
|
-
- visual thesis
|
|
100
|
-
- content plan
|
|
101
|
-
- interaction thesis
|
|
102
|
-
- Scope:
|
|
103
|
-
- visual contract refinement
|
|
104
|
-
- page composition
|
|
105
|
-
- hierarchy and spacing
|
|
106
|
-
- responsive motion guidance
|
|
107
|
-
- anchor-surface composition
|
|
108
|
-
- Pencil design refinement
|
|
109
|
-
- Fallback:
|
|
110
|
-
- native-da-vinci
|
|
111
|
-
- Require Adapter:
|
|
112
|
-
- true
|
|
113
|
-
- Require Supervisor Review:
|
|
114
|
-
- true
|
|
59
|
+
- Preferred adapters: frontend-skill, ui-ux-pro-max
|
|
60
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
61
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
62
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
63
|
+
- Scope: visual contract refinement, page composition, hierarchy and spacing, responsive motion guidance, anchor-surface composition, Pencil design refinement
|
|
64
|
+
- Fallback: native-da-vinci
|
|
65
|
+
- Require Adapter: true
|
|
66
|
+
- Require Supervisor Review: true
|
|
115
67
|
```
|
|
116
68
|
|
|
117
69
|
Notes for all variants:
|
|
@@ -85,6 +85,7 @@ Da Vinci 期望它们遵循工作流状态。
|
|
|
85
85
|
- 这时候不应该把 `build` 当成同级主推荐
|
|
86
86
|
- 选路必须先基于工件和 checkpoint 真相,再参考 Context Delta
|
|
87
87
|
- 如果 Context Delta 与当前工件冲突,选路时应忽略冲突条目并记录冲突
|
|
88
|
+
- 当设计门禁还未收敛时,不应路由到 `build`:包括缺少 shell 可见的项目本地 `.pen`、Pencil session 仍为 active/unclosed、runtime 或 design-source checkpoint 仍是 `BLOCK`、或必需的 design-supervisor review 仍是 `BLOCK`/未接受
|
|
88
89
|
|
|
89
90
|
### `/dv:breakdown`
|
|
90
91
|
|
|
@@ -154,6 +155,12 @@ Da Vinci 期望它们遵循工作流状态。
|
|
|
154
155
|
|
|
155
156
|
这一层才是真正的执行阶段。
|
|
156
157
|
|
|
158
|
+
完成判定规则:
|
|
159
|
+
|
|
160
|
+
- `BUILD SUCCESSFUL` 只代表可编译,不代表 workflow 完成
|
|
161
|
+
- 只要 in-scope task groups 还没做完,就不能宣告 `design complete` 或 `workflow complete`
|
|
162
|
+
- 任何终态声明前都要运行 `da-vinci audit --mode completion --change <change-id> <project-path>` 并通过
|
|
163
|
+
|
|
157
164
|
### `/dv:verify`
|
|
158
165
|
|
|
159
166
|
适合:
|
|
@@ -48,33 +48,14 @@ visual adapter 也不能替代按 form factor 执行的 layout hygiene 规则。
|
|
|
48
48
|
|
|
49
49
|
```md
|
|
50
50
|
## Visual Assist
|
|
51
|
-
- Preferred adapters:
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
- Design-supervisor
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
-
|
|
58
|
-
|
|
59
|
-
- Design-supervisor review inputs:
|
|
60
|
-
- screenshots
|
|
61
|
-
- pencil variables
|
|
62
|
-
- visual thesis
|
|
63
|
-
- content plan
|
|
64
|
-
- interaction thesis
|
|
65
|
-
- Scope:
|
|
66
|
-
- visual contract refinement
|
|
67
|
-
- page composition
|
|
68
|
-
- hierarchy and spacing
|
|
69
|
-
- motion guidance
|
|
70
|
-
- anchor-surface composition
|
|
71
|
-
- Pencil design refinement
|
|
72
|
-
- Fallback:
|
|
73
|
-
- native-da-vinci
|
|
74
|
-
- Require Adapter:
|
|
75
|
-
- false
|
|
76
|
-
- Require Supervisor Review:
|
|
77
|
-
- false
|
|
51
|
+
- Preferred adapters: frontend-skill, ui-ux-pro-max
|
|
52
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
53
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
54
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
55
|
+
- Scope: visual contract refinement, page composition, hierarchy and spacing, motion guidance, anchor-surface composition, Pencil design refinement
|
|
56
|
+
- Fallback: native-da-vinci
|
|
57
|
+
- Require Adapter: false
|
|
58
|
+
- Require Supervisor Review: false
|
|
78
59
|
```
|
|
79
60
|
|
|
80
61
|
只有当你希望“本地没有对应 adapter 就必须停下”时,才把 `Require Adapter` 设成 `true`。
|
|
@@ -85,32 +66,14 @@ visual adapter 也不能替代按 form factor 执行的 layout hygiene 规则。
|
|
|
85
66
|
|
|
86
67
|
```md
|
|
87
68
|
## Visual Assist
|
|
88
|
-
- Preferred adapters:
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
- Design-supervisor
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
-
|
|
95
|
-
|
|
96
|
-
- Design-supervisor review inputs:
|
|
97
|
-
- screenshots
|
|
98
|
-
- pencil variables
|
|
99
|
-
- visual thesis
|
|
100
|
-
- content plan
|
|
101
|
-
- interaction thesis
|
|
102
|
-
- Scope:
|
|
103
|
-
- visual contract refinement
|
|
104
|
-
- page composition
|
|
105
|
-
- hierarchy and spacing
|
|
106
|
-
- anchor-surface composition
|
|
107
|
-
- Pencil design refinement
|
|
108
|
-
- Fallback:
|
|
109
|
-
- native-da-vinci
|
|
110
|
-
- Require Adapter:
|
|
111
|
-
- false
|
|
112
|
-
- Require Supervisor Review:
|
|
113
|
-
- false
|
|
69
|
+
- Preferred adapters: ui-ux-pro-max, frontend-skill
|
|
70
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
71
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
72
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
73
|
+
- Scope: visual contract refinement, page composition, hierarchy and spacing, anchor-surface composition, Pencil design refinement
|
|
74
|
+
- Fallback: native-da-vinci
|
|
75
|
+
- Require Adapter: false
|
|
76
|
+
- Require Supervisor Review: false
|
|
114
77
|
```
|
|
115
78
|
|
|
116
79
|
适用场景:
|
|
@@ -122,33 +85,14 @@ visual adapter 也不能替代按 form factor 执行的 layout hygiene 规则。
|
|
|
122
85
|
|
|
123
86
|
```md
|
|
124
87
|
## Visual Assist
|
|
125
|
-
- Preferred adapters:
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
- Design-supervisor
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
-
|
|
132
|
-
|
|
133
|
-
- Design-supervisor review inputs:
|
|
134
|
-
- screenshots
|
|
135
|
-
- pencil variables
|
|
136
|
-
- visual thesis
|
|
137
|
-
- content plan
|
|
138
|
-
- interaction thesis
|
|
139
|
-
- Scope:
|
|
140
|
-
- visual contract refinement
|
|
141
|
-
- page composition
|
|
142
|
-
- hierarchy and spacing
|
|
143
|
-
- motion guidance
|
|
144
|
-
- anchor-surface composition
|
|
145
|
-
- Pencil design refinement
|
|
146
|
-
- Fallback:
|
|
147
|
-
- native-da-vinci
|
|
148
|
-
- Require Adapter:
|
|
149
|
-
- true
|
|
150
|
-
- Require Supervisor Review:
|
|
151
|
-
- false
|
|
88
|
+
- Preferred adapters: frontend-skill, ui-ux-pro-max
|
|
89
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
90
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
91
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
92
|
+
- Scope: visual contract refinement, page composition, hierarchy and spacing, motion guidance, anchor-surface composition, Pencil design refinement
|
|
93
|
+
- Fallback: native-da-vinci
|
|
94
|
+
- Require Adapter: true
|
|
95
|
+
- Require Supervisor Review: false
|
|
152
96
|
```
|
|
153
97
|
|
|
154
98
|
适用场景:
|
|
@@ -18,20 +18,10 @@
|
|
|
18
18
|
|
|
19
19
|
```md
|
|
20
20
|
## Visual Assist
|
|
21
|
-
- Preferred adapters:
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
-
|
|
25
|
-
- visual contract refinement
|
|
26
|
-
- workspace composition
|
|
27
|
-
- hierarchy and spacing
|
|
28
|
-
- motion guidance
|
|
29
|
-
- anchor-surface composition
|
|
30
|
-
- Pencil design refinement
|
|
31
|
-
- Fallback:
|
|
32
|
-
- native-da-vinci
|
|
33
|
-
- Require Adapter:
|
|
34
|
-
- false
|
|
21
|
+
- Preferred adapters: ui-ux-pro-max, frontend-skill
|
|
22
|
+
- Scope: visual contract refinement, workspace composition, hierarchy and spacing, motion guidance, anchor-surface composition, Pencil design refinement
|
|
23
|
+
- Fallback: native-da-vinci
|
|
24
|
+
- Require Adapter: false
|
|
35
25
|
```
|
|
36
26
|
|
|
37
27
|
### 变体 2:reviewer 建议性审查
|
|
@@ -43,33 +33,14 @@
|
|
|
43
33
|
|
|
44
34
|
```md
|
|
45
35
|
## Visual Assist
|
|
46
|
-
- Preferred adapters:
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
- Design-supervisor
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
-
|
|
53
|
-
|
|
54
|
-
- Design-supervisor review inputs:
|
|
55
|
-
- screenshots
|
|
56
|
-
- pencil variables
|
|
57
|
-
- visual thesis
|
|
58
|
-
- content plan
|
|
59
|
-
- interaction thesis
|
|
60
|
-
- Scope:
|
|
61
|
-
- visual contract refinement
|
|
62
|
-
- workspace composition
|
|
63
|
-
- hierarchy and spacing
|
|
64
|
-
- motion guidance
|
|
65
|
-
- anchor-surface composition
|
|
66
|
-
- Pencil design refinement
|
|
67
|
-
- Fallback:
|
|
68
|
-
- native-da-vinci
|
|
69
|
-
- Require Adapter:
|
|
70
|
-
- false
|
|
71
|
-
- Require Supervisor Review:
|
|
72
|
-
- false
|
|
36
|
+
- Preferred adapters: ui-ux-pro-max, frontend-skill
|
|
37
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
38
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
39
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
40
|
+
- Scope: visual contract refinement, workspace composition, hierarchy and spacing, motion guidance, anchor-surface composition, Pencil design refinement
|
|
41
|
+
- Fallback: native-da-vinci
|
|
42
|
+
- Require Adapter: false
|
|
43
|
+
- Require Supervisor Review: false
|
|
73
44
|
```
|
|
74
45
|
|
|
75
46
|
### 变体 3:reviewer 硬签字
|
|
@@ -82,33 +53,14 @@
|
|
|
82
53
|
|
|
83
54
|
```md
|
|
84
55
|
## Visual Assist
|
|
85
|
-
- Preferred adapters:
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
- Design-supervisor
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
-
|
|
92
|
-
|
|
93
|
-
- Design-supervisor review inputs:
|
|
94
|
-
- screenshots
|
|
95
|
-
- pencil variables
|
|
96
|
-
- visual thesis
|
|
97
|
-
- content plan
|
|
98
|
-
- interaction thesis
|
|
99
|
-
- Scope:
|
|
100
|
-
- visual contract refinement
|
|
101
|
-
- workspace composition
|
|
102
|
-
- hierarchy and spacing
|
|
103
|
-
- motion guidance
|
|
104
|
-
- anchor-surface composition
|
|
105
|
-
- Pencil design refinement
|
|
106
|
-
- Fallback:
|
|
107
|
-
- native-da-vinci
|
|
108
|
-
- Require Adapter:
|
|
109
|
-
- true
|
|
110
|
-
- Require Supervisor Review:
|
|
111
|
-
- true
|
|
56
|
+
- Preferred adapters: frontend-skill, ui-ux-pro-max
|
|
57
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
58
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
59
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
60
|
+
- Scope: visual contract refinement, workspace composition, hierarchy and spacing, motion guidance, anchor-surface composition, Pencil design refinement
|
|
61
|
+
- Fallback: native-da-vinci
|
|
62
|
+
- Require Adapter: true
|
|
63
|
+
- Require Supervisor Review: true
|
|
112
64
|
```
|
|
113
65
|
|
|
114
66
|
通用说明:
|
|
@@ -17,20 +17,10 @@
|
|
|
17
17
|
|
|
18
18
|
```md
|
|
19
19
|
## Visual Assist
|
|
20
|
-
- Preferred adapters:
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
-
|
|
24
|
-
- visual contract refinement
|
|
25
|
-
- mobile page composition
|
|
26
|
-
- hierarchy and spacing
|
|
27
|
-
- touch-first motion guidance
|
|
28
|
-
- anchor-surface composition
|
|
29
|
-
- Pencil design refinement
|
|
30
|
-
- Fallback:
|
|
31
|
-
- native-da-vinci
|
|
32
|
-
- Require Adapter:
|
|
33
|
-
- false
|
|
20
|
+
- Preferred adapters: ui-ux-pro-max, frontend-skill
|
|
21
|
+
- Scope: visual contract refinement, mobile page composition, hierarchy and spacing, touch-first motion guidance, anchor-surface composition, Pencil design refinement
|
|
22
|
+
- Fallback: native-da-vinci
|
|
23
|
+
- Require Adapter: false
|
|
34
24
|
```
|
|
35
25
|
|
|
36
26
|
### 变体 2:reviewer 建议性审查
|
|
@@ -43,33 +33,14 @@
|
|
|
43
33
|
|
|
44
34
|
```md
|
|
45
35
|
## Visual Assist
|
|
46
|
-
- Preferred adapters:
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
- Design-supervisor
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
-
|
|
53
|
-
|
|
54
|
-
- Design-supervisor review inputs:
|
|
55
|
-
- screenshots
|
|
56
|
-
- pencil variables
|
|
57
|
-
- visual thesis
|
|
58
|
-
- content plan
|
|
59
|
-
- interaction thesis
|
|
60
|
-
- Scope:
|
|
61
|
-
- visual contract refinement
|
|
62
|
-
- mobile page composition
|
|
63
|
-
- hierarchy and spacing
|
|
64
|
-
- touch-first motion guidance
|
|
65
|
-
- anchor-surface composition
|
|
66
|
-
- Pencil design refinement
|
|
67
|
-
- Fallback:
|
|
68
|
-
- native-da-vinci
|
|
69
|
-
- Require Adapter:
|
|
70
|
-
- false
|
|
71
|
-
- Require Supervisor Review:
|
|
72
|
-
- false
|
|
36
|
+
- Preferred adapters: ui-ux-pro-max, frontend-skill
|
|
37
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
38
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
39
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
40
|
+
- Scope: visual contract refinement, mobile page composition, hierarchy and spacing, touch-first motion guidance, anchor-surface composition, Pencil design refinement
|
|
41
|
+
- Fallback: native-da-vinci
|
|
42
|
+
- Require Adapter: false
|
|
43
|
+
- Require Supervisor Review: false
|
|
73
44
|
```
|
|
74
45
|
|
|
75
46
|
### 变体 3:reviewer 硬签字
|
|
@@ -82,33 +53,14 @@
|
|
|
82
53
|
|
|
83
54
|
```md
|
|
84
55
|
## Visual Assist
|
|
85
|
-
- Preferred adapters:
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
- Design-supervisor
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
-
|
|
92
|
-
|
|
93
|
-
- Design-supervisor review inputs:
|
|
94
|
-
- screenshots
|
|
95
|
-
- pencil variables
|
|
96
|
-
- visual thesis
|
|
97
|
-
- content plan
|
|
98
|
-
- interaction thesis
|
|
99
|
-
- Scope:
|
|
100
|
-
- visual contract refinement
|
|
101
|
-
- mobile page composition
|
|
102
|
-
- hierarchy and spacing
|
|
103
|
-
- touch-first motion guidance
|
|
104
|
-
- anchor-surface composition
|
|
105
|
-
- Pencil design refinement
|
|
106
|
-
- Fallback:
|
|
107
|
-
- native-da-vinci
|
|
108
|
-
- Require Adapter:
|
|
109
|
-
- true
|
|
110
|
-
- Require Supervisor Review:
|
|
111
|
-
- true
|
|
56
|
+
- Preferred adapters: frontend-skill, ui-ux-pro-max
|
|
57
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
58
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
59
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
60
|
+
- Scope: visual contract refinement, mobile page composition, hierarchy and spacing, touch-first motion guidance, anchor-surface composition, Pencil design refinement
|
|
61
|
+
- Fallback: native-da-vinci
|
|
62
|
+
- Require Adapter: true
|
|
63
|
+
- Require Supervisor Review: true
|
|
112
64
|
```
|
|
113
65
|
|
|
114
66
|
通用说明:
|
|
@@ -17,20 +17,10 @@
|
|
|
17
17
|
|
|
18
18
|
```md
|
|
19
19
|
## Visual Assist
|
|
20
|
-
- Preferred adapters:
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
-
|
|
24
|
-
- visual contract refinement
|
|
25
|
-
- tablet page composition
|
|
26
|
-
- hierarchy and spacing
|
|
27
|
-
- touch-aware motion guidance
|
|
28
|
-
- anchor-surface composition
|
|
29
|
-
- Pencil design refinement
|
|
30
|
-
- Fallback:
|
|
31
|
-
- native-da-vinci
|
|
32
|
-
- Require Adapter:
|
|
33
|
-
- false
|
|
20
|
+
- Preferred adapters: ui-ux-pro-max, frontend-skill
|
|
21
|
+
- Scope: visual contract refinement, tablet page composition, hierarchy and spacing, touch-aware motion guidance, anchor-surface composition, Pencil design refinement
|
|
22
|
+
- Fallback: native-da-vinci
|
|
23
|
+
- Require Adapter: false
|
|
34
24
|
```
|
|
35
25
|
|
|
36
26
|
### 变体 2:reviewer 建议性审查
|
|
@@ -42,33 +32,14 @@
|
|
|
42
32
|
|
|
43
33
|
```md
|
|
44
34
|
## Visual Assist
|
|
45
|
-
- Preferred adapters:
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
- Design-supervisor
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
-
|
|
53
|
-
- Design-supervisor review inputs:
|
|
54
|
-
- screenshots
|
|
55
|
-
- pencil variables
|
|
56
|
-
- visual thesis
|
|
57
|
-
- content plan
|
|
58
|
-
- interaction thesis
|
|
59
|
-
- Scope:
|
|
60
|
-
- visual contract refinement
|
|
61
|
-
- tablet page composition
|
|
62
|
-
- hierarchy and spacing
|
|
63
|
-
- touch-aware motion guidance
|
|
64
|
-
- anchor-surface composition
|
|
65
|
-
- Pencil design refinement
|
|
66
|
-
- Fallback:
|
|
67
|
-
- native-da-vinci
|
|
68
|
-
- Require Adapter:
|
|
69
|
-
- false
|
|
70
|
-
- Require Supervisor Review:
|
|
71
|
-
- false
|
|
35
|
+
- Preferred adapters: ui-ux-pro-max, frontend-skill
|
|
36
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
37
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
38
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
39
|
+
- Scope: visual contract refinement, tablet page composition, hierarchy and spacing, touch-aware motion guidance, anchor-surface composition, Pencil design refinement
|
|
40
|
+
- Fallback: native-da-vinci
|
|
41
|
+
- Require Adapter: false
|
|
42
|
+
- Require Supervisor Review: false
|
|
72
43
|
```
|
|
73
44
|
|
|
74
45
|
### 变体 3:reviewer 硬签字
|
|
@@ -81,33 +52,14 @@
|
|
|
81
52
|
|
|
82
53
|
```md
|
|
83
54
|
## Visual Assist
|
|
84
|
-
- Preferred adapters:
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
- Design-supervisor
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
-
|
|
91
|
-
|
|
92
|
-
- Design-supervisor review inputs:
|
|
93
|
-
- screenshots
|
|
94
|
-
- pencil variables
|
|
95
|
-
- visual thesis
|
|
96
|
-
- content plan
|
|
97
|
-
- interaction thesis
|
|
98
|
-
- Scope:
|
|
99
|
-
- visual contract refinement
|
|
100
|
-
- tablet page composition
|
|
101
|
-
- hierarchy and spacing
|
|
102
|
-
- touch-aware motion guidance
|
|
103
|
-
- anchor-surface composition
|
|
104
|
-
- Pencil design refinement
|
|
105
|
-
- Fallback:
|
|
106
|
-
- native-da-vinci
|
|
107
|
-
- Require Adapter:
|
|
108
|
-
- true
|
|
109
|
-
- Require Supervisor Review:
|
|
110
|
-
- true
|
|
55
|
+
- Preferred adapters: frontend-skill, ui-ux-pro-max
|
|
56
|
+
- Design-supervisor reviewers: frontend-skill, ui-ux-pro-max
|
|
57
|
+
- Design-supervisor review mode: screenshot-and-theme
|
|
58
|
+
- Design-supervisor review inputs: screenshots, pencil variables, visual thesis, content plan, interaction thesis
|
|
59
|
+
- Scope: visual contract refinement, tablet page composition, hierarchy and spacing, touch-aware motion guidance, anchor-surface composition, Pencil design refinement
|
|
60
|
+
- Fallback: native-da-vinci
|
|
61
|
+
- Require Adapter: true
|
|
62
|
+
- Require Supervisor Review: true
|
|
111
63
|
```
|
|
112
64
|
|
|
113
65
|
通用说明:
|