@hegemonart/get-design-done 1.16.0 → 1.19.0
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/.claude-plugin/marketplace.json +12 -4
- package/.claude-plugin/plugin.json +22 -4
- package/CHANGELOG.md +111 -0
- package/README.md +27 -2
- package/agents/design-auditor.md +65 -1
- package/agents/design-context-builder.md +6 -1
- package/agents/design-doc-writer.md +21 -0
- package/agents/design-executor.md +22 -4
- package/agents/design-pattern-mapper.md +62 -0
- package/agents/design-phase-researcher.md +1 -1
- package/agents/motion-mapper.md +74 -9
- package/agents/token-mapper.md +8 -0
- package/package.json +16 -2
- package/reference/components/README.md +27 -23
- package/reference/components/alert.md +198 -0
- package/reference/components/badge.md +202 -0
- package/reference/components/breadcrumbs.md +198 -0
- package/reference/components/chip.md +209 -0
- package/reference/components/command-palette.md +228 -0
- package/reference/components/date-picker.md +227 -0
- package/reference/components/file-upload.md +219 -0
- package/reference/components/list.md +217 -0
- package/reference/components/menu.md +212 -0
- package/reference/components/navbar.md +211 -0
- package/reference/components/pagination.md +205 -0
- package/reference/components/progress.md +210 -0
- package/reference/components/rich-text-editor.md +226 -0
- package/reference/components/sidebar.md +211 -0
- package/reference/components/skeleton.md +197 -0
- package/reference/components/slider.md +208 -0
- package/reference/components/stepper.md +220 -0
- package/reference/components/table.md +229 -0
- package/reference/components/toast.md +200 -0
- package/reference/components/tree.md +225 -0
- package/reference/css-grid-layout.md +835 -0
- package/reference/data-visualization.md +333 -0
- package/reference/external/NOTICE.hyperframes +28 -0
- package/reference/form-patterns.md +245 -0
- package/reference/image-optimization.md +582 -0
- package/reference/information-architecture.md +255 -0
- package/reference/motion-advanced.md +754 -0
- package/reference/motion-easings.md +381 -0
- package/reference/motion-interpolate.md +282 -0
- package/reference/motion-spring.md +234 -0
- package/reference/motion-transition-taxonomy.md +155 -0
- package/reference/motion.md +20 -0
- package/reference/onboarding-progressive-disclosure.md +250 -0
- package/reference/output-contracts/motion-map.schema.json +135 -0
- package/reference/platforms.md +346 -0
- package/reference/registry.json +445 -220
- package/reference/registry.schema.json +4 -0
- package/reference/rtl-cjk-cultural.md +353 -0
- package/reference/user-research.md +360 -0
- package/reference/variable-fonts-loading.md +532 -0
- package/scripts/lib/easings.cjs +280 -0
- package/scripts/lib/parse-contract.cjs +220 -0
- package/scripts/lib/spring.cjs +160 -0
- package/scripts/tests/test-motion-provenance.sh +64 -0
package/reference/registry.json
CHANGED
|
@@ -4,37 +4,28 @@
|
|
|
4
4
|
"generated_at": "2026-04-24T00:00:00.000Z",
|
|
5
5
|
"entries": [
|
|
6
6
|
{
|
|
7
|
-
"name": "
|
|
8
|
-
"path": "reference/
|
|
9
|
-
"type": "
|
|
10
|
-
"
|
|
11
|
-
"description": "L0 aggregator \u2014 imports meta-rules first and exposes Framework Identity + Ordering Convention + Pre-Warming"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"name": "meta-rules",
|
|
15
|
-
"path": "reference/meta-rules.md",
|
|
16
|
-
"type": "meta-rules",
|
|
17
|
-
"tier": "L0",
|
|
18
|
-
"description": "Framework-invariant rules: Required Reading Discipline, Writes Protocol, Deviation Handling, Completion Markers, Context-Exhaustion & Budget awareness"
|
|
7
|
+
"name": "DEPRECATIONS",
|
|
8
|
+
"path": "reference/DEPRECATIONS.md",
|
|
9
|
+
"type": "schema",
|
|
10
|
+
"description": "Deprecation records and redirect mappings"
|
|
19
11
|
},
|
|
20
12
|
{
|
|
21
|
-
"name": "
|
|
22
|
-
"path": "reference/
|
|
23
|
-
"type": "
|
|
24
|
-
"description": "
|
|
13
|
+
"name": "STATE-TEMPLATE",
|
|
14
|
+
"path": "reference/STATE-TEMPLATE.md",
|
|
15
|
+
"type": "schema",
|
|
16
|
+
"description": "Template for .design/STATE.md scaffolded by /gdd:scan"
|
|
25
17
|
},
|
|
26
18
|
{
|
|
27
|
-
"name": "
|
|
28
|
-
"path": "reference/
|
|
29
|
-
"type": "
|
|
30
|
-
"description": "
|
|
19
|
+
"name": "accessibility",
|
|
20
|
+
"path": "reference/accessibility.md",
|
|
21
|
+
"type": "heuristic",
|
|
22
|
+
"description": "WCAG + focus + keyboard-nav heuristics referenced by a11y-mapper"
|
|
31
23
|
},
|
|
32
24
|
{
|
|
33
|
-
"name": "
|
|
34
|
-
"path": "reference/
|
|
35
|
-
"type": "
|
|
36
|
-
"
|
|
37
|
-
"description": "NNG heuristics + GDD-specific rubrics used by auditor / verifier"
|
|
25
|
+
"name": "ai-native-tool-interface",
|
|
26
|
+
"path": "reference/ai-native-tool-interface.md",
|
|
27
|
+
"type": "surfaces",
|
|
28
|
+
"description": "AI-native tool interface contract used across connections"
|
|
38
29
|
},
|
|
39
30
|
{
|
|
40
31
|
"name": "anti-patterns",
|
|
@@ -43,6 +34,24 @@
|
|
|
43
34
|
"tier": "L2",
|
|
44
35
|
"description": "Catalog of design anti-patterns surfaced during audit"
|
|
45
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"name": "audit-scoring",
|
|
39
|
+
"path": "reference/audit-scoring.md",
|
|
40
|
+
"type": "output-contract",
|
|
41
|
+
"description": "6-pillar + 7-category audit score rubric and output schema"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "authority-feeds",
|
|
45
|
+
"path": "reference/authority-feeds.md",
|
|
46
|
+
"type": "authority-feed",
|
|
47
|
+
"description": "Whitelist of design-authority feed sources for the watcher"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "brand-voice",
|
|
51
|
+
"path": "reference/brand-voice.md",
|
|
52
|
+
"type": "heuristic",
|
|
53
|
+
"description": "Voice axes, archetypes, tone-by-context, industry-context palettes"
|
|
54
|
+
},
|
|
46
55
|
{
|
|
47
56
|
"name": "checklists",
|
|
48
57
|
"path": "reference/checklists.md",
|
|
@@ -51,10 +60,251 @@
|
|
|
51
60
|
"description": "Per-category gate checklists"
|
|
52
61
|
},
|
|
53
62
|
{
|
|
54
|
-
"name": "
|
|
55
|
-
"path": "reference/
|
|
63
|
+
"name": "component-accordion",
|
|
64
|
+
"path": "reference/components/accordion.md",
|
|
65
|
+
"type": "component-spec",
|
|
66
|
+
"description": "Accordion component spec — h2–h6 header, aria-expanded on trigger, CSS grid height animation"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "component-alert",
|
|
70
|
+
"path": "reference/components/alert.md",
|
|
71
|
+
"type": "component-spec",
|
|
72
|
+
"description": "Alert spec — info/success/warning/error variants, role=alert vs role=status, icon reinforces variant"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "component-badge",
|
|
76
|
+
"path": "reference/components/badge.md",
|
|
77
|
+
"type": "component-spec",
|
|
78
|
+
"description": "Badge spec — count/dot/icon variants, 99+ overflow, aria-label on parent element"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "component-breadcrumbs",
|
|
82
|
+
"path": "reference/components/breadcrumbs.md",
|
|
83
|
+
"type": "component-spec",
|
|
84
|
+
"description": "Breadcrumbs spec — aria-current=page on last item, aria-hidden separators, ol not ul"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "component-button",
|
|
88
|
+
"path": "reference/components/button.md",
|
|
89
|
+
"type": "component-spec",
|
|
90
|
+
"description": "Button component spec — primary/secondary/ghost/destructive/icon-only; WAI-ARIA Enter/Space contract"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "component-card",
|
|
94
|
+
"path": "reference/components/card.md",
|
|
95
|
+
"type": "component-spec",
|
|
96
|
+
"description": "Card component spec — stretched-link pattern, article semantics, nested interactive anti-pattern"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "component-checkbox",
|
|
100
|
+
"path": "reference/components/checkbox.md",
|
|
101
|
+
"type": "component-spec",
|
|
102
|
+
"description": "Checkbox component spec — fieldset+legend, indeterminate state, aria-checked=mixed"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "component-chip",
|
|
106
|
+
"path": "reference/components/chip.md",
|
|
107
|
+
"type": "component-spec",
|
|
108
|
+
"description": "Chip spec — filter/input/suggestion/display variants, aria-pressed on toggle, independent remove aria-label"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "component-command-palette",
|
|
112
|
+
"path": "reference/components/command-palette.md",
|
|
113
|
+
"type": "component-spec",
|
|
114
|
+
"description": "Command-palette spec — role=dialog + aria-modal, focus trap, role=combobox + aria-controls, Cmd/Ctrl+K"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "component-date-picker",
|
|
118
|
+
"path": "reference/components/date-picker.md",
|
|
119
|
+
"type": "component-spec",
|
|
120
|
+
"description": "Date-picker spec — input + range, calendar role=dialog, day gridcell+button, native mobile fallback"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "component-drawer",
|
|
124
|
+
"path": "reference/components/drawer.md",
|
|
125
|
+
"type": "component-spec",
|
|
126
|
+
"description": "Drawer component spec — focus trap, swipe-to-close, nav vs content role distinction"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "component-file-upload",
|
|
130
|
+
"path": "reference/components/file-upload.md",
|
|
131
|
+
"type": "component-spec",
|
|
132
|
+
"description": "File-upload spec — drop-zone + picker, input[type=file] never display:none, remove aria-label"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "component-input",
|
|
136
|
+
"path": "reference/components/input.md",
|
|
137
|
+
"type": "component-spec",
|
|
138
|
+
"description": "Input component spec — placeholder-as-label anti-pattern, aria-describedby error linking"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "component-label",
|
|
142
|
+
"path": "reference/components/label.md",
|
|
143
|
+
"type": "component-spec",
|
|
144
|
+
"description": "Label component spec — 4 association methods, .sr-only pattern, legend for groups"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "component-link",
|
|
148
|
+
"path": "reference/components/link.md",
|
|
149
|
+
"type": "component-spec",
|
|
150
|
+
"description": "Link component spec — a[href] vs button boundary, WCAG 1.4.1 underline, rel=noopener"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "component-list",
|
|
154
|
+
"path": "reference/components/list.md",
|
|
155
|
+
"type": "component-spec",
|
|
156
|
+
"description": "List spec — display (ul/li) vs interactive (role=listbox + role=option), virtualise >100 items"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "component-menu",
|
|
160
|
+
"path": "reference/components/menu.md",
|
|
161
|
+
"type": "component-spec",
|
|
162
|
+
"description": "Menu spec — role=menu + role=menuitem, arrow-key nav, click-only open, sub-menu ArrowRight"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "component-modal-dialog",
|
|
166
|
+
"path": "reference/components/modal-dialog.md",
|
|
167
|
+
"type": "component-spec",
|
|
168
|
+
"description": "Modal dialog spec — focus trap, Escape contract, aria-modal, aria-labelledby, scroll-lock"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "component-navbar",
|
|
172
|
+
"path": "reference/components/navbar.md",
|
|
173
|
+
"type": "component-spec",
|
|
174
|
+
"description": "Navbar spec — role=banner + role=navigation, skip link, aria-current=page, hamburger aria-expanded"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "component-pagination",
|
|
178
|
+
"path": "reference/components/pagination.md",
|
|
179
|
+
"type": "component-spec",
|
|
180
|
+
"description": "Pagination spec — aria-label=Pagination, aria-current=page, per-page select with visible label"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "component-popover",
|
|
184
|
+
"path": "reference/components/popover.md",
|
|
185
|
+
"type": "component-spec",
|
|
186
|
+
"description": "Popover spec — Floating UI middlewares, non-modal, aria-expanded+aria-controls"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "component-progress",
|
|
190
|
+
"path": "reference/components/progress.md",
|
|
191
|
+
"type": "component-spec",
|
|
192
|
+
"description": "Progress spec — determinate (aria-valuenow) vs indeterminate (aria-valuetext), linear + circular"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "component-radio",
|
|
196
|
+
"path": "reference/components/radio.md",
|
|
197
|
+
"type": "component-spec",
|
|
198
|
+
"description": "Radio component spec — arrow-key auto-advance, Tab-as-group-unit, single-radio anti-pattern"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "component-rich-text-editor",
|
|
202
|
+
"path": "reference/components/rich-text-editor.md",
|
|
203
|
+
"type": "component-spec",
|
|
204
|
+
"description": "Rich-text editor spec — contenteditable + role=textbox, toolbar role=toolbar, aria-pressed on toggles"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "component-select-combobox",
|
|
208
|
+
"path": "reference/components/select-combobox.md",
|
|
209
|
+
"type": "component-spec",
|
|
210
|
+
"description": "Select/combobox spec — WAI-ARIA listbox + combobox contracts, aria-activedescendant"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "component-sidebar",
|
|
214
|
+
"path": "reference/components/sidebar.md",
|
|
215
|
+
"type": "component-spec",
|
|
216
|
+
"description": "Sidebar spec — aria-label=Secondary, icon+label vs icon-only collapsed, settings-nav + dashboard-nav variants"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "component-skeleton",
|
|
220
|
+
"path": "reference/components/skeleton.md",
|
|
221
|
+
"type": "component-spec",
|
|
222
|
+
"description": "Skeleton spec — content-mirror layout, shimmer animation, aria-hidden on elements, aria-busy on container"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "component-slider",
|
|
226
|
+
"path": "reference/components/slider.md",
|
|
227
|
+
"type": "component-spec",
|
|
228
|
+
"description": "Slider spec — role=slider + aria-valuenow/min/max/valuetext, 44px thumb touch target, Page Up/Down ±10%"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "component-stepper",
|
|
232
|
+
"path": "reference/components/stepper.md",
|
|
233
|
+
"type": "component-spec",
|
|
234
|
+
"description": "Stepper spec — role=list (not role=tablist), aria-current=step, wizard/onboarding/checkout flow context"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "component-switch",
|
|
238
|
+
"path": "reference/components/switch.md",
|
|
239
|
+
"type": "component-spec",
|
|
240
|
+
"description": "Switch component spec — role=switch, spring thumb, pill track, immediate-action rule"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "component-table",
|
|
244
|
+
"path": "reference/components/table.md",
|
|
245
|
+
"type": "component-spec",
|
|
246
|
+
"description": "Table spec — scope=col on th, aria-sort, aria-selected on rows, role=grid vs role=table, virtualise >200"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "component-tabs",
|
|
250
|
+
"path": "reference/components/tabs.md",
|
|
251
|
+
"type": "component-spec",
|
|
252
|
+
"description": "Tabs component spec — roving tabindex, arrow-key nav, automatic vs manual activation"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "component-toast",
|
|
256
|
+
"path": "reference/components/toast.md",
|
|
257
|
+
"type": "component-spec",
|
|
258
|
+
"description": "Toast spec — role=status vs role=alert, 4–8s auto-dismiss, stacking, UUPM dashboard context"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "component-tooltip",
|
|
262
|
+
"path": "reference/components/tooltip.md",
|
|
263
|
+
"type": "component-spec",
|
|
264
|
+
"description": "Tooltip spec — no interactive content, hover+focus trigger, 300ms delay, aria-describedby"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "component-tree",
|
|
268
|
+
"path": "reference/components/tree.md",
|
|
269
|
+
"type": "component-spec",
|
|
270
|
+
"description": "Tree spec — role=tree + role=treeitem + role=group, aria-expanded, aria-level, aria-busy lazy-load"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "components-README",
|
|
274
|
+
"path": "reference/components/README.md",
|
|
275
|
+
"type": "taxonomy",
|
|
276
|
+
"description": "Component Benchmark Corpus index — Wave 1–5 tables, coverage summary, harvesting procedure"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "components-TEMPLATE",
|
|
280
|
+
"path": "reference/components/TEMPLATE.md",
|
|
281
|
+
"type": "schema",
|
|
282
|
+
"description": "Locked 12-section spec shape for component benchmarks (Purpose → Failing example)"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "config-schema",
|
|
286
|
+
"path": "reference/config-schema.md",
|
|
287
|
+
"type": "schema",
|
|
288
|
+
"description": "Schema documentation for .design/config.json"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "css-grid-layout",
|
|
292
|
+
"path": "reference/css-grid-layout.md",
|
|
293
|
+
"type": "layout",
|
|
294
|
+
"phase": 18,
|
|
295
|
+
"description": "CSS Grid templates, subgrid, container queries, fluid clamp() typography, intrinsic sizing, logical properties, safe-area insets, anchor positioning (REF-16)"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "cycle-handoff-preamble",
|
|
299
|
+
"path": "reference/cycle-handoff-preamble.md",
|
|
300
|
+
"type": "preamble",
|
|
301
|
+
"description": "Framing prose for archived cycle material — read as reference, not as current request"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "data-visualization",
|
|
305
|
+
"path": "reference/data-visualization.md",
|
|
56
306
|
"type": "heuristic",
|
|
57
|
-
"description": "
|
|
307
|
+
"description": "Chart-choice matrix (25 types), color-blind-safe palettes, axis conventions, dashboard patterns (UUPM MIT)"
|
|
58
308
|
},
|
|
59
309
|
{
|
|
60
310
|
"name": "debugger-philosophy",
|
|
@@ -63,58 +313,72 @@
|
|
|
63
313
|
"description": "Philosophy guide for systematic-debugging agents"
|
|
64
314
|
},
|
|
65
315
|
{
|
|
66
|
-
"name": "
|
|
67
|
-
"path": "reference/
|
|
316
|
+
"name": "design-system-guidance",
|
|
317
|
+
"path": "reference/design-system-guidance.md",
|
|
68
318
|
"type": "heuristic",
|
|
69
|
-
"description": "
|
|
319
|
+
"description": "Token versioning, multi-brand arch, governance, maturity rubric 0-5"
|
|
70
320
|
},
|
|
71
321
|
{
|
|
72
|
-
"name": "
|
|
73
|
-
"path": "reference/
|
|
74
|
-
"type": "
|
|
75
|
-
"description": "
|
|
322
|
+
"name": "design-systems-catalog",
|
|
323
|
+
"path": "reference/design-systems-catalog.md",
|
|
324
|
+
"type": "taxonomy",
|
|
325
|
+
"description": "Quick-reference index of 18 major design systems"
|
|
76
326
|
},
|
|
77
327
|
{
|
|
78
|
-
"name": "
|
|
79
|
-
"path": "reference/
|
|
328
|
+
"name": "figma-sandbox",
|
|
329
|
+
"path": "reference/figma-sandbox.md",
|
|
330
|
+
"type": "defaults",
|
|
331
|
+
"description": "Four Figma plugin-sandbox pitfalls encoded as hard rules"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "form-patterns",
|
|
335
|
+
"path": "reference/form-patterns.md",
|
|
80
336
|
"type": "heuristic",
|
|
81
|
-
"description": "
|
|
337
|
+
"description": "Label position, inline-validation timing, autocomplete tokens, password UX, CAPTCHA ethics"
|
|
82
338
|
},
|
|
83
339
|
{
|
|
84
|
-
"name": "
|
|
85
|
-
"path": "reference/
|
|
86
|
-
"type": "
|
|
87
|
-
"description": "
|
|
340
|
+
"name": "framer-motion-patterns",
|
|
341
|
+
"path": "reference/framer-motion-patterns.md",
|
|
342
|
+
"type": "heuristic",
|
|
343
|
+
"description": "Framer Motion implementation: spring/tween, AnimatePresence, variants, gestures, a11y"
|
|
88
344
|
},
|
|
89
345
|
{
|
|
90
|
-
"name": "
|
|
91
|
-
"path": "reference/
|
|
92
|
-
"type": "
|
|
93
|
-
"description": "
|
|
346
|
+
"name": "gestalt",
|
|
347
|
+
"path": "reference/gestalt.md",
|
|
348
|
+
"type": "heuristic",
|
|
349
|
+
"description": "8 Gestalt principles with scoring rubrics and grep signatures"
|
|
94
350
|
},
|
|
95
351
|
{
|
|
96
|
-
"name": "
|
|
97
|
-
"path": "reference/
|
|
98
|
-
"type": "
|
|
99
|
-
"description": "
|
|
352
|
+
"name": "google-fonts-data",
|
|
353
|
+
"path": "reference/data/google-fonts.csv",
|
|
354
|
+
"type": "data",
|
|
355
|
+
"description": "Google Fonts catalog (representative sample of 1923-row UUPM data set)"
|
|
100
356
|
},
|
|
101
357
|
{
|
|
102
|
-
"name": "
|
|
103
|
-
"path": "reference/
|
|
104
|
-
"type": "
|
|
105
|
-
"
|
|
358
|
+
"name": "heuristics",
|
|
359
|
+
"path": "reference/heuristics.md",
|
|
360
|
+
"type": "heuristic",
|
|
361
|
+
"tier": "L2",
|
|
362
|
+
"description": "NNG heuristics + GDD-specific rubrics used by auditor / verifier"
|
|
106
363
|
},
|
|
107
364
|
{
|
|
108
|
-
"name": "
|
|
109
|
-
"path": "reference/
|
|
365
|
+
"name": "iconography",
|
|
366
|
+
"path": "reference/iconography.md",
|
|
110
367
|
"type": "heuristic",
|
|
111
|
-
"description": "
|
|
368
|
+
"description": "Icon sizing, metaphors, library catalog, touch targets, animation"
|
|
112
369
|
},
|
|
113
370
|
{
|
|
114
|
-
"name": "
|
|
115
|
-
"path": "reference/
|
|
116
|
-
"type": "
|
|
117
|
-
"
|
|
371
|
+
"name": "image-optimization",
|
|
372
|
+
"path": "reference/image-optimization.md",
|
|
373
|
+
"type": "performance",
|
|
374
|
+
"phase": 18,
|
|
375
|
+
"description": "WebP/AVIF/JPEG-XL matrix, srcset+sizes math, art direction, LQIP/BlurHash, lazy-loading, fetchpriority, CDN transforms, image budget enforcement (REF-15)"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"name": "information-architecture",
|
|
379
|
+
"path": "reference/information-architecture.md",
|
|
380
|
+
"type": "heuristic",
|
|
381
|
+
"description": "Nav pattern catalog, menu-depth rules, card sort/tree test benchmarks, wayfinding, faceted nav"
|
|
118
382
|
},
|
|
119
383
|
{
|
|
120
384
|
"name": "intel-schema",
|
|
@@ -123,22 +387,17 @@
|
|
|
123
387
|
"description": "Schema documentation for .design/intel/ files"
|
|
124
388
|
},
|
|
125
389
|
{
|
|
126
|
-
"name": "
|
|
127
|
-
"path": "reference/
|
|
128
|
-
"type": "
|
|
129
|
-
"description": "
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"name": "DEPRECATIONS",
|
|
133
|
-
"path": "reference/DEPRECATIONS.md",
|
|
134
|
-
"type": "schema",
|
|
135
|
-
"description": "Deprecation records and redirect mappings"
|
|
390
|
+
"name": "mcp-budget.default",
|
|
391
|
+
"path": "reference/mcp-budget.default.json",
|
|
392
|
+
"type": "defaults",
|
|
393
|
+
"description": "Default MCP per-task budget (calls + consecutive-timeout thresholds)"
|
|
136
394
|
},
|
|
137
395
|
{
|
|
138
|
-
"name": "
|
|
139
|
-
"path": "reference/
|
|
140
|
-
"type": "
|
|
141
|
-
"
|
|
396
|
+
"name": "meta-rules",
|
|
397
|
+
"path": "reference/meta-rules.md",
|
|
398
|
+
"type": "meta-rules",
|
|
399
|
+
"tier": "L0",
|
|
400
|
+
"description": "Framework-invariant rules: Required Reading Discipline, Writes Protocol, Deviation Handling, Completion Markers, Context-Exhaustion & Budget awareness"
|
|
142
401
|
},
|
|
143
402
|
{
|
|
144
403
|
"name": "model-prices",
|
|
@@ -153,76 +412,58 @@
|
|
|
153
412
|
"description": "Per-agent default tier map and rationale"
|
|
154
413
|
},
|
|
155
414
|
{
|
|
156
|
-
"name": "
|
|
157
|
-
"path": "reference/
|
|
158
|
-
"type": "
|
|
159
|
-
"description": "
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"name": "mcp-budget.default",
|
|
163
|
-
"path": "reference/mcp-budget.default.json",
|
|
164
|
-
"type": "defaults",
|
|
165
|
-
"description": "Default MCP per-task budget (calls + consecutive-timeout thresholds)"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"name": "protected-paths.default",
|
|
169
|
-
"path": "reference/protected-paths.default.json",
|
|
170
|
-
"type": "defaults",
|
|
171
|
-
"description": "Default glob list the plugin refuses to Edit/Write/mutate-via-Bash without override"
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"name": "start-interview",
|
|
175
|
-
"path": "reference/start-interview.md",
|
|
176
|
-
"type": "preamble",
|
|
177
|
-
"description": "Locked 5-question interview consumed by /gdd:start (Phase 14.7) \u2014 pain, target-area, budget, framework/DS confirmation, Figma/canvas workflow"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"name": "framer-motion-patterns",
|
|
181
|
-
"path": "reference/framer-motion-patterns.md",
|
|
182
|
-
"type": "heuristic",
|
|
183
|
-
"description": "Framer Motion implementation: spring/tween, AnimatePresence, variants, gestures, a11y"
|
|
415
|
+
"name": "motion",
|
|
416
|
+
"path": "reference/motion.md",
|
|
417
|
+
"type": "motion",
|
|
418
|
+
"description": "Motion vocabulary seed (extended in Phase 18)"
|
|
184
419
|
},
|
|
185
420
|
{
|
|
186
|
-
"name": "
|
|
187
|
-
"path": "reference/
|
|
188
|
-
"type": "
|
|
189
|
-
"
|
|
421
|
+
"name": "motion-advanced",
|
|
422
|
+
"path": "reference/motion-advanced.md",
|
|
423
|
+
"type": "motion",
|
|
424
|
+
"phase": 18,
|
|
425
|
+
"description": "Advanced motion: spring physics, FLIP, scroll-driven, View Transitions API, gesture/drag mechanics, clip-path animations, blur crossfades, WAAPI, Framer Motion hardware-accel gotcha, motion cohesion (REF-17)"
|
|
190
426
|
},
|
|
191
427
|
{
|
|
192
|
-
"name": "
|
|
193
|
-
"path": "reference/
|
|
194
|
-
"type": "
|
|
195
|
-
"
|
|
428
|
+
"name": "motion-easings",
|
|
429
|
+
"path": "reference/motion-easings.md",
|
|
430
|
+
"type": "motion",
|
|
431
|
+
"phase": 18,
|
|
432
|
+
"description": "12 canonical easing presets from RN MIT upstream — linear/quad/cubic/poly/sin/circle/exp/elastic/back/bounce/bezier + in/out/inOut wrappers; --ease-* token catalog; 60fps settle-times (MOT-01)"
|
|
196
433
|
},
|
|
197
434
|
{
|
|
198
|
-
"name": "
|
|
199
|
-
"path": "reference/
|
|
200
|
-
"type": "
|
|
201
|
-
"
|
|
435
|
+
"name": "motion-interpolate",
|
|
436
|
+
"path": "reference/motion-interpolate.md",
|
|
437
|
+
"type": "motion",
|
|
438
|
+
"phase": 18,
|
|
439
|
+
"description": "Input→output range mapping + 4 extrapolation modes (extend|identity|clamp|wrap); taxonomy of progress/scroll/gesture/time-linked animations (MOT-02)"
|
|
202
440
|
},
|
|
203
441
|
{
|
|
204
|
-
"name": "
|
|
205
|
-
"path": "reference/
|
|
206
|
-
"type": "
|
|
207
|
-
"
|
|
442
|
+
"name": "motion-map-contract",
|
|
443
|
+
"path": "reference/output-contracts/motion-map.schema.json",
|
|
444
|
+
"type": "output-contract",
|
|
445
|
+
"phase": 18,
|
|
446
|
+
"description": "JSON schema for motion-mapper structured output block — easing, transition_family, duration_class, trigger per animation binding (MOT-04)"
|
|
208
447
|
},
|
|
209
448
|
{
|
|
210
|
-
"name": "
|
|
211
|
-
"path": "reference/
|
|
212
|
-
"type": "
|
|
213
|
-
"
|
|
449
|
+
"name": "motion-spring",
|
|
450
|
+
"path": "reference/motion-spring.md",
|
|
451
|
+
"type": "motion",
|
|
452
|
+
"phase": 18,
|
|
453
|
+
"description": "Spring stiffness/damping/mass triad + 4 canonical presets (gentle/wobbly/stiff/slow) with 60fps settle-times; Framer Motion + React Spring syntax; CSS linear() approximation (MOT-05)"
|
|
214
454
|
},
|
|
215
455
|
{
|
|
216
|
-
"name": "
|
|
217
|
-
"path": "reference/
|
|
218
|
-
"type": "
|
|
219
|
-
"
|
|
456
|
+
"name": "motion-transition-taxonomy",
|
|
457
|
+
"path": "reference/motion-transition-taxonomy.md",
|
|
458
|
+
"type": "motion",
|
|
459
|
+
"phase": 18,
|
|
460
|
+
"description": "8 controlled transition families from hyperframes Apache-2.0: 3d, blur, cover, destruction, dissolve, distortion, grid, light — each with definition, canonical examples, when-to-use (MOT-03)"
|
|
220
461
|
},
|
|
221
462
|
{
|
|
222
|
-
"name": "
|
|
223
|
-
"path": "reference/
|
|
463
|
+
"name": "onboarding-progressive-disclosure",
|
|
464
|
+
"path": "reference/onboarding-progressive-disclosure.md",
|
|
224
465
|
"type": "heuristic",
|
|
225
|
-
"description": "
|
|
466
|
+
"description": "First-run patterns, feature discovery, Aha-moment mapping, onboarding anti-patterns"
|
|
226
467
|
},
|
|
227
468
|
{
|
|
228
469
|
"name": "palette-catalog",
|
|
@@ -230,12 +471,6 @@
|
|
|
230
471
|
"type": "palette",
|
|
231
472
|
"description": "40+ industry-vertical color palettes (WCAG verified, UUPM MIT)"
|
|
232
473
|
},
|
|
233
|
-
{
|
|
234
|
-
"name": "style-vocabulary",
|
|
235
|
-
"path": "reference/style-vocabulary.md",
|
|
236
|
-
"type": "style-vocabulary",
|
|
237
|
-
"description": "67 UI aesthetics with keywords, effects, best-for, era (UUPM MIT)"
|
|
238
|
-
},
|
|
239
474
|
{
|
|
240
475
|
"name": "palettes-data",
|
|
241
476
|
"path": "reference/data/palettes.csv",
|
|
@@ -243,124 +478,114 @@
|
|
|
243
478
|
"description": "CSV data sibling for palette-catalog.md"
|
|
244
479
|
},
|
|
245
480
|
{
|
|
246
|
-
"name": "
|
|
247
|
-
"path": "reference/
|
|
248
|
-
"type": "
|
|
249
|
-
"description": "
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"name": "surfaces",
|
|
253
|
-
"path": "reference/surfaces.md",
|
|
254
|
-
"type": "surfaces",
|
|
255
|
-
"description": "Concentric radius, optical alignment, 3-layer shadow, image outlines, hit areas"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"name": "google-fonts-data",
|
|
259
|
-
"path": "reference/data/google-fonts.csv",
|
|
260
|
-
"type": "data",
|
|
261
|
-
"description": "Google Fonts catalog (representative sample of 1923-row UUPM data set)"
|
|
481
|
+
"name": "parallelism-rules",
|
|
482
|
+
"path": "reference/parallelism-rules.md",
|
|
483
|
+
"type": "heuristic",
|
|
484
|
+
"description": "Rules for serial/parallel agent dispatch and Touches conflict detection"
|
|
262
485
|
},
|
|
263
486
|
{
|
|
264
|
-
"name": "
|
|
265
|
-
"path": "reference/
|
|
266
|
-
"type": "
|
|
267
|
-
"description": "
|
|
487
|
+
"name": "performance",
|
|
488
|
+
"path": "reference/performance.md",
|
|
489
|
+
"type": "heuristic",
|
|
490
|
+
"description": "Core Web Vitals budgets, JS/font/image budgets, React runtime perf"
|
|
268
491
|
},
|
|
269
492
|
{
|
|
270
|
-
"name": "
|
|
271
|
-
"path": "reference/
|
|
272
|
-
"type": "
|
|
273
|
-
"description": "
|
|
493
|
+
"name": "platforms",
|
|
494
|
+
"path": "reference/platforms.md",
|
|
495
|
+
"type": "heuristic",
|
|
496
|
+
"description": "iOS/Android/web/visionOS/watchOS conventions: nav patterns, safe areas, gestures, native typography, haptics"
|
|
274
497
|
},
|
|
275
498
|
{
|
|
276
|
-
"name": "
|
|
277
|
-
"path": "reference/
|
|
278
|
-
"type": "
|
|
279
|
-
"description": "
|
|
499
|
+
"name": "priority-matrix",
|
|
500
|
+
"path": "reference/priority-matrix.md",
|
|
501
|
+
"type": "heuristic",
|
|
502
|
+
"description": "Severity × Effort priority-score formula used by gap prioritizers"
|
|
280
503
|
},
|
|
281
504
|
{
|
|
282
|
-
"name": "
|
|
283
|
-
"path": "reference/
|
|
284
|
-
"type": "
|
|
285
|
-
"description": "
|
|
505
|
+
"name": "project-skills-guide",
|
|
506
|
+
"path": "reference/project-skills-guide.md",
|
|
507
|
+
"type": "heuristic",
|
|
508
|
+
"description": "Guide for authoring project-skill artifacts (sketch/spike wrap-ups)"
|
|
286
509
|
},
|
|
287
510
|
{
|
|
288
|
-
"name": "
|
|
289
|
-
"path": "reference/
|
|
290
|
-
"type": "
|
|
291
|
-
"description": "
|
|
511
|
+
"name": "protected-paths.default",
|
|
512
|
+
"path": "reference/protected-paths.default.json",
|
|
513
|
+
"type": "defaults",
|
|
514
|
+
"description": "Default glob list the plugin refuses to Edit/Write/mutate-via-Bash without override"
|
|
292
515
|
},
|
|
293
516
|
{
|
|
294
|
-
"name": "
|
|
295
|
-
"path": "reference/
|
|
296
|
-
"type": "
|
|
297
|
-
"description": "
|
|
517
|
+
"name": "retrieval-contract",
|
|
518
|
+
"path": "reference/retrieval-contract.md",
|
|
519
|
+
"type": "preamble",
|
|
520
|
+
"description": "3-layer search → metadata → full-doc protocol with per-row token-cost labels"
|
|
298
521
|
},
|
|
299
522
|
{
|
|
300
|
-
"name": "
|
|
301
|
-
"path": "reference/
|
|
302
|
-
"type": "
|
|
303
|
-
"description": "
|
|
523
|
+
"name": "review-format",
|
|
524
|
+
"path": "reference/review-format.md",
|
|
525
|
+
"type": "output-contract",
|
|
526
|
+
"description": "Format of code-review output documents"
|
|
304
527
|
},
|
|
305
528
|
{
|
|
306
|
-
"name": "
|
|
307
|
-
"path": "reference/
|
|
308
|
-
"type": "
|
|
309
|
-
"description": "
|
|
529
|
+
"name": "rtl-cjk-cultural",
|
|
530
|
+
"path": "reference/rtl-cjk-cultural.md",
|
|
531
|
+
"type": "heuristic",
|
|
532
|
+
"description": "RTL mirroring, CJK typography, Arabic/Hebrew/Devanagari, cultural color meanings, inclusive imagery"
|
|
310
533
|
},
|
|
311
534
|
{
|
|
312
|
-
"name": "
|
|
313
|
-
"path": "reference/
|
|
314
|
-
"type": "
|
|
315
|
-
"
|
|
535
|
+
"name": "shared-preamble",
|
|
536
|
+
"path": "reference/shared-preamble.md",
|
|
537
|
+
"type": "preamble",
|
|
538
|
+
"tier": "L0",
|
|
539
|
+
"description": "L0 aggregator — imports meta-rules first and exposes Framework Identity + Ordering Convention + Pre-Warming"
|
|
316
540
|
},
|
|
317
541
|
{
|
|
318
|
-
"name": "
|
|
319
|
-
"path": "reference/
|
|
320
|
-
"type": "
|
|
321
|
-
"description": "
|
|
542
|
+
"name": "start-interview",
|
|
543
|
+
"path": "reference/start-interview.md",
|
|
544
|
+
"type": "preamble",
|
|
545
|
+
"description": "Locked 5-question interview consumed by /gdd:start (Phase 14.7) — pain, target-area, budget, framework/DS confirmation, Figma/canvas workflow"
|
|
322
546
|
},
|
|
323
547
|
{
|
|
324
|
-
"name": "
|
|
325
|
-
"path": "reference/
|
|
326
|
-
"type": "
|
|
327
|
-
"description": "
|
|
548
|
+
"name": "style-vocabulary",
|
|
549
|
+
"path": "reference/style-vocabulary.md",
|
|
550
|
+
"type": "style-vocabulary",
|
|
551
|
+
"description": "67 UI aesthetics with keywords, effects, best-for, era (UUPM MIT)"
|
|
328
552
|
},
|
|
329
553
|
{
|
|
330
|
-
"name": "
|
|
331
|
-
"path": "reference/
|
|
332
|
-
"type": "
|
|
333
|
-
"description": "
|
|
554
|
+
"name": "styles-data",
|
|
555
|
+
"path": "reference/data/styles.csv",
|
|
556
|
+
"type": "data",
|
|
557
|
+
"description": "CSV data sibling for style-vocabulary.md"
|
|
334
558
|
},
|
|
335
559
|
{
|
|
336
|
-
"name": "
|
|
337
|
-
"path": "reference/
|
|
338
|
-
"type": "
|
|
339
|
-
"description": "
|
|
560
|
+
"name": "surfaces",
|
|
561
|
+
"path": "reference/surfaces.md",
|
|
562
|
+
"type": "surfaces",
|
|
563
|
+
"description": "Concentric radius, optical alignment, 3-layer shadow, image outlines, hit areas"
|
|
340
564
|
},
|
|
341
565
|
{
|
|
342
|
-
"name": "
|
|
343
|
-
"path": "reference/
|
|
344
|
-
"type": "
|
|
345
|
-
"description": "
|
|
566
|
+
"name": "typography",
|
|
567
|
+
"path": "reference/typography.md",
|
|
568
|
+
"type": "heuristic",
|
|
569
|
+
"description": "Typography-system heuristics used by visual-hierarchy-mapper"
|
|
346
570
|
},
|
|
347
571
|
{
|
|
348
|
-
"name": "
|
|
349
|
-
"path": "reference/
|
|
350
|
-
"type": "
|
|
351
|
-
"description": "
|
|
572
|
+
"name": "user-research",
|
|
573
|
+
"path": "reference/user-research.md",
|
|
574
|
+
"type": "heuristic",
|
|
575
|
+
"description": "Research method matrix, A/B testing, synthesis techniques, research ethics"
|
|
352
576
|
},
|
|
353
577
|
{
|
|
354
|
-
"name": "
|
|
355
|
-
"path": "reference/
|
|
356
|
-
"type": "
|
|
357
|
-
"
|
|
578
|
+
"name": "variable-fonts-loading",
|
|
579
|
+
"path": "reference/variable-fonts-loading.md",
|
|
580
|
+
"type": "typography",
|
|
581
|
+
"phase": 18,
|
|
582
|
+
"description": "Variable font axes, font-display trade-offs, WOFF2 subsetting, FOIT/FOUT, fallback metric overrides, GRAD axis for dark mode, system font stacks (REF-14)"
|
|
358
583
|
},
|
|
359
584
|
{
|
|
360
|
-
"name": "
|
|
361
|
-
"path": "reference/
|
|
362
|
-
"type": "
|
|
363
|
-
"description": "
|
|
585
|
+
"name": "visual-hierarchy-layout",
|
|
586
|
+
"path": "reference/visual-hierarchy-layout.md",
|
|
587
|
+
"type": "heuristic",
|
|
588
|
+
"description": "Z-order, whitespace, grids, F/Z patterns, 24 landing archetypes"
|
|
364
589
|
}
|
|
365
590
|
]
|
|
366
591
|
}
|