start-vibing 4.3.3 → 4.3.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "start-vibing",
3
- "version": "4.3.3",
4
- "description": "Setup Claude Code with 9 plugins, 6 community skills, and 8 MCP servers. Parallel install, auto-accept, superpowers + ralph-loop. super-design 0.6.3: DSC-choice active selectionscore-typeui.mjs ranks 12 typeui-* skills by 7-axis fingerprint (density/contrast/geometry/color/typography/motion/audience) from findings+DIS, top-3 written to typeui-proposal.json with copy-paste CLI; harvest-typeui.sh pulls typeui.sh catalog + vercel-labs/anthropic fallbacks; sd-fix --typeui <name> rebrands V1-V8 fixes to snap spacing/color/radius to chosen direction's tokens.",
3
+ "version": "4.3.4",
4
+ "description": "Setup Claude Code with 9 plugins, 6 community skills, and 8 MCP servers. Parallel install, auto-accept, superpowers + ralph-loop. super-design 0.6.4: Baymard verbatim rules backfilled search (12), filter (10), breadcrumbs (6), PDP (18) now enumerated in audit-methodology.md with rule IDs + source URLs (joining the existing cc/14 + addr/8 sets), plus docs/research/baymard-public-rules.md catalogs 88 rules with SHOT+QUOTE+SEL+VAL evidence for detectors. DSC-choice typeui selection + harvest-typeui.sh carry over from 0.6.3.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "start-vibing": "./dist/cli.js"
@@ -8,7 +8,7 @@ description: >
8
8
  UX audit (WCAG 2.2 AA, Nielsen heuristics, Baymard, CWV), and synthesized
9
9
  overview. Re-audits only what changed since last run. On explicit user request,
10
10
  applies surgical fixes with full rollback.
11
- version: 0.6.3
11
+ version: 0.6.4
12
12
  ---
13
13
 
14
14
  # super-design
@@ -311,13 +311,69 @@ source section cited.
311
311
 
312
312
  > Source: §3.4.
313
313
 
314
- **`baymard-search-*` — Search (12 rules, §3.6):** placeholders for 12 rules covering autocomplete presence, scope suggestions in autocomplete, search-within-current-category, autodirect on category match, query-term pluralization tolerance, typo tolerance, "no results" with recovery options, recent-searches memory, sort-vs-filter separation, faceted-search state in URL, submit-without-suggestion-selection, voice search on mobile. Rules `baymard-search-01` … `baymard-search-12`. Source: §3.6 bullets + https://baymard.com/ecommerce-design-examples/34-autocomplete-suggestions. Enumerate the exact wording when next Baymard PDF is purchased.
315
-
316
- **`baymard-filter-*` — Filter (10 rules, §3.6):** placeholders `baymard-filter-01` `baymard-filter-10` covering: promote top filters above the product grid; truncate long value lists >10 with styled "More" link; category-specific filters (megapixels, temperature rating); filters for every attribute displayed in list items; expand/collapse icons right-aligned; applied-filter pills visible and individually removable; "clear all" affordance; range sliders with keyboard + numeric input; multi-select affordance obvious; result count live-updated via `aria-live`. Source: §3.6 bullets + https://baymard.com/blog/promoting-product-filters + https://baymard.com/blog/have-filters-for-list-item-info.
317
-
318
- **`baymard-bread-*` — Breadcrumbs (6 rules, §3.7):** placeholders `baymard-bread-01` `baymard-bread-06` covering: present on all non-home pages; implement BOTH hierarchy-based AND history-based (68% of top 50 sub-par, 45% only hierarchy, 23% none); present on mobile (65% mobile fail); no "hidden in more" collapse on desktop without reveal; last crumb non-clickable; structured-data markup (`BreadcrumbList`). Source: §3.7 + https://baymard.com/blog/ecommerce-breadcrumbs.
319
-
320
- **`baymard-pdp-*` — PDP / Product Detail (18 rules, §3.8):** placeholders `baymard-pdp-01` `baymard-pdp-18` covering: single dominant Add-to-Cart (no 3–6 competing colorful buttons); shipping cost/ETA visible on PDP (64% of users look for it); total visible before checkout (24% abandon otherwise); accordion over horizontal tabs (67% of accordion users mis-implement; 28% use worst-performing tabs); UGC visuals present (67% lack them); minimum 3–5 images + zoom + variant-driven imagery; swatches not dropdowns for variants; out-of-stock variants visible-but-disabled (not removed); star ratings above the fold (up to +18% conversion with verified badges); stock urgency without dark patterns; delivery-date estimator; returns policy on PDP; size guide inline (not in a separate page); Q&A / reviews with filtering; cross-sell without shoving below CTA; "notify me" flow for OOS; price history for discount honesty; country/currency switcher persisted. Source: §3.8 + https://baymard.com/research/product-page.
314
+ **`baymard-search-*` — Search (12 rules, §3.6):**
315
+ 1. `baymard-search-01` persist search query in the field after submission
316
+ 2. `baymard-search-02` autocomplete list capped at 10 items desktop, 4–8 mobile
317
+ 3. `baymard-search-03` style category-scope suggestions distinctly within autocomplete
318
+ 4. `baymard-search-04` highlight the predictive (un-typed) portion of autocomplete suggestions
319
+ 5. `baymard-search-05` copy active autocomplete suggestion into the field on keyboard navigation
320
+ 6. `baymard-search-06` support misspellings in autocomplete (spell-tolerant suggestions)
321
+ 7. `baymard-search-07` autodirect exact category-match queries to the category page
322
+ 8. `baymard-search-08` support synonym and alternate-term searches
323
+ 9. `baymard-search-09` support abbreviation and symbol searches
324
+ 10. `baymard-search-10` allow "search within" current category on mobile
325
+ 11. `baymard-search-11` support non-product queries (return policy, order status, FAQ)
326
+ 12. `baymard-search-12` provide 5 proven no-results recovery paths (spelling fix, broaden, contact, etc.)
327
+
328
+ > Source: §3.6 bullets + https://baymard.com/ecommerce-design-examples/34-autocomplete-suggestions + per-rule URLs in `/docs/research/baymard-public-rules.md` (B-S-01…B-S-12).
329
+
330
+ **`baymard-filter-*` — Filter (10 rules, §3.6):**
331
+ 1. `baymard-filter-01` provide the 5 essential filter types (category, price, rating, brand, user-relevant attribute)
332
+ 2. `baymard-filter-02` have filters for every attribute displayed in list items
333
+ 3. `baymard-filter-03` display applied filters in a visible overview area, individually removable
334
+ 4. `baymard-filter-04` use OR logic within a facet, AND logic across facets
335
+ 5. `baymard-filter-05` show product counts per filter value and update them dynamically
336
+ 6. `baymard-filter-06` collapse long facet lists to top 4–6 values with a "Show more" link
337
+ 7. `baymard-filter-07` explain industry-specific or jargon filter labels
338
+ 8. `baymard-filter-08` promote important filters above the product grid / above the fold
339
+ 9. `baymard-filter-09` provide 4 essential sort options (featured, price asc/desc, rating, newest)
340
+ 10. `baymard-filter-10` persist filter state when user returns from a product detail page
341
+
342
+ > Source: §3.6 bullets + https://baymard.com/blog/promoting-product-filters + https://baymard.com/blog/have-filters-for-list-item-info + per-rule URLs in `/docs/research/baymard-public-rules.md` (B-F-01…B-F-10).
343
+
344
+ **`baymard-bread-*` — Breadcrumbs (6 rules, §3.7):**
345
+ 1. `baymard-bread-01` provide both hierarchy-based AND history-based breadcrumbs
346
+ 2. `baymard-bread-02` include the full category hierarchy in the breadcrumb trail
347
+ 3. `baymard-bread-03` suppress homepage and current product page layers from the trail
348
+ 4. `baymard-bread-04` make breadcrumbs swipeable on mobile for long paths
349
+ 5. `baymard-bread-05` use clear tappability cues on mobile breadcrumbs (size, underline, chevron)
350
+ 6. `baymard-bread-06` expose `BreadcrumbList` structured-data markup for SEO and assistive tech
351
+
352
+ > Rules 01–05 from verified public research (B-B-01…B-B-05). Rule 06 enumerated from §3.7 narrative; supersede when Baymard Premium IDs become available.
353
+ > Source: §3.7 + https://baymard.com/blog/ecommerce-breadcrumbs + per-rule URLs in `/docs/research/baymard-public-rules.md`.
354
+
355
+ **`baymard-pdp-*` — PDP / Product Detail (18 rules, §3.8):**
356
+ 1. `baymard-pdp-01` use button-style size selectors (swatches), not dropdowns
357
+ 2. `baymard-pdp-02` provide at least one in-scale product image (size/context reference)
358
+ 3. `baymard-pdp-03` show product on a human model for worn or carried items
359
+ 4. `baymard-pdp-04` provide sufficient image resolution and zoom on desktop and mobile
360
+ 5. `baymard-pdp-05` support both pinch and double-tap zoom gestures on mobile
361
+ 6. `baymard-pdp-06` allow guest users to save / wishlist items without account creation
362
+ 7. `baymard-pdp-07` display a return-policy link or summary directly on the product page
363
+ 8. `baymard-pdp-08` show the lowest shipping-cost estimate (and ETA) on the product page
364
+ 9. `baymard-pdp-09` allow carousel navigation across reviewer-submitted images (UGC)
365
+ 10. `baymard-pdp-10` respond publicly to negative reviews to demonstrate accountability
366
+ 11. `baymard-pdp-11` display price-per-unit for multi-quantity or weight-priced products
367
+ 12. `baymard-pdp-12` synchronize product data (price, stock, images) across variation selections
368
+ 13. `baymard-pdp-13` include descriptive text or graphics on key product images (annotations)
369
+ 14. `baymard-pdp-14` single dominant Add-to-Cart CTA — not 3–6 competing colorful buttons
370
+ 15. `baymard-pdp-15` prefer accordion over horizontal tabs for PDP detail sections
371
+ 16. `baymard-pdp-16` show out-of-stock variants as visible-but-disabled (never remove from UI)
372
+ 17. `baymard-pdp-17` offer a "notify me when back in stock" flow for OOS variants
373
+ 18. `baymard-pdp-18` surface size-guide inline on the PDP — not hidden behind a separate page
374
+
375
+ > Rules 01–13 from verified public research (B-P-01…B-P-13). Rules 14–18 enumerated from §3.8 narrative; supersede when Baymard Premium IDs become available.
376
+ > Source: §3.8 + https://baymard.com/research/product-page + per-rule URLs in `/docs/research/baymard-public-rules.md`.
321
377
 
322
378
  ### 3.1 Cart abandonment
323
379
  **70.19% average abandonment** across 49 studies 2006–2023, range 55–84.27% (https://baymard.com/lists/cart-abandonment-rate). By device: mobile 77.06%, tablet 66.39%, desktop 70.01%. **Reasons** (excluding 43% "just browsing"): extra costs 48%; forced account creation 24%; slow delivery 19%; distrust with CC 18–19%; too long/complicated 17–18%; couldn't see total up front 16%; errors/crashes 13%; returns policy 12%; declined CC 9%; limited payment methods 7%.