picasso-skill 2.1.1 → 2.1.2

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.
Files changed (2) hide show
  1. package/README.md +36 -56
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- 32 reference domains &bull; 40+ commands &bull; 11,000+ lines of actionable design intelligence<br/>
8
+ 32 reference domains &bull; 13 slash commands + 22 agent behaviors &bull; 11,000+ lines of actionable design intelligence<br/>
9
9
  Every interface looks like a senior design engineer spent days on it.
10
10
  </p>
11
11
 
@@ -252,14 +252,6 @@ Fix this and you pull ahead significantly.
252
252
 
253
253
  After any `/polish` or `/redesign`, auto-generates side-by-side screenshots showing exactly what changed and why. Shareable HTML report.
254
254
 
255
- ### `/mood-board` -- Visual Inspiration Generator
256
-
257
- Not sure what you want? Give Picasso 3-5 adjectives and it generates an interactive HTML mood board with color swatches, font samples, and example components in that style.
258
-
259
- ### `/design-system-sync` -- Keep Code and DESIGN.md in Sync
260
-
261
- Detects when your code has drifted from your design system. Finds every hardcoded color that should be a token, every wrong font weight, every spacing violation. Offers one-click fix.
262
-
263
255
  ### `/preset <name>` -- One-Command Aesthetic
264
256
 
265
257
  ```bash
@@ -285,7 +277,7 @@ We compared Picasso against every publicly available AI design skill as of April
285
277
  | **Reference domains** | **32** | 1 | 7 | 1 | 1-3 |
286
278
  | **Total lines of guidance** | **11,000+** | ~120 | ~2,500 | ~200 | 50-300 |
287
279
  | **Anti-pattern rules** | **50+** | ~10 | ~30 | ~5 | 0-5 |
288
- | **Steering commands** | **40+** | 0 | 20 | 0 | 0-3 |
280
+ | **Steering commands** | **35** | 0 | 20 | 0 | 0-3 |
289
281
  | **ARIA patterns documented** | **12 widgets** | 0 | 0 | 0 | 0 |
290
282
  | **React performance rules** | **45 (Vercel)** | 0 | 0 | 0 | 0 |
291
283
  | **Chart/data viz guidance** | **Full matrix** | None | None | None | None |
@@ -299,7 +291,7 @@ We compared Picasso against every publicly available AI design skill as of April
299
291
  | **Sound/haptics** | **soundcn + web-haptics** | None | None | None | None |
300
292
  | **Scoring system** | **0-100 quantified** | None | /20 + /40 | None | None |
301
293
  | **Design interview** | **4-section onboarding** | None | None | None | None |
302
- | **Creative commands** | **10 (/roast, /steal, /evolve...)** | None | None | None | None |
294
+ | **Creative commands** | **8 (/roast, /steal, /evolve, /mood, /compete, /variants, /preset, /before-after)** | None | None | None | None |
303
295
  | **Tool integrations** | **7 libraries** | 0 | 0 | 0 | 0 |
304
296
  | **Sources consolidated** | **15+ repos** | 1 | 1 | 1 | 0-1 |
305
297
 
@@ -408,56 +400,27 @@ Picasso ships as both a **skill** (knowledge base) and an **agent** (autonomous
408
400
 
409
401
  ## Commands
410
402
 
411
- ### Quality Assessment
412
-
413
- | Command | What It Does |
414
- |---|---|
415
- | `/audit` | Technical quality check across 5 dimensions (accessibility, performance, theming, responsive, anti-patterns). Each scored 0-4, total /20. Issues tagged P0-P3. |
416
- | `/critique` | UX design review evaluating visual hierarchy, cognitive load, emotional journey, discoverability, composition. Scores Nielsen's 10 heuristics 0-4, total /40. |
417
-
418
- ### Refinement
419
-
420
- | Command | What It Does |
421
- |---|---|
422
- | `/polish` | Final pass before shipping: visual alignment, typography refinement, color/contrast, all 8 interaction states, micro-interactions, content/copy, edge cases |
423
- | `/simplify` | Strip to essence: reduce scope, flatten structure, remove decorations, progressive disclosure, shorter copy, fewer variants |
424
- | `/normalize` | Realign to design system standards: fix hardcoded colors, inconsistent tokens, broken dark mode, spacing violations |
425
- | `/harden` | Error handling and edge cases: text overflow, i18n, network errors, empty/loading/error states, browser compat |
426
-
427
- ### Amplification
428
-
429
- | Command | What It Does |
430
- |---|---|
431
- | `/animate` | Add purposeful motion: page load choreography, micro-interactions, state transitions, scroll effects, loading delight |
432
- | `/bolder` | Amplify timid designs: extreme type scale (3x-5x), vibrant color, spatial drama, dramatic shadows, custom elements |
433
- | `/quieter` | Tone down aggressive designs: reduce saturation to 70-85%, soften weights, increase whitespace, shorter animation distances |
434
-
435
- ### Aesthetic Presets
403
+ Picasso has two types of commands: **slash commands** you invoke directly, and **agent behaviors** the Picasso agent handles internally when running pipelines like `/godmode`.
436
404
 
437
- | Command | What It Does |
438
- |---|---|
439
- | `/soft` | Premium soft aesthetic: generous whitespace, layered depth, smooth spring animations, muted palette |
440
- | `/minimalist` | Editorial minimalism: monochrome, crisp borders, surgical precision, inspired by Linear/Notion |
441
- | `/brutalist` | Raw mechanical aesthetic: Swiss typography, CRT terminal feel, sharp edges, monospace accents |
442
-
443
- ### System
444
-
445
- | Command | What It Does |
446
- |---|---|
447
- | `/theme` | Generate or apply a complete color/font theme with CSS variables |
448
- | `/stitch` | Generate a Google Stitch-compatible DESIGN.md (9-section format from VoltAgent) |
449
- | `/sound` | Add UI sound effects using soundcn (700+ CC0-licensed sounds) |
450
- | `/haptics` | Add mobile haptic feedback using web-haptics (4 presets + custom patterns) |
451
- | `/redesign` | Full audit + identify problems + fix systematically + re-audit cycle |
405
+ ### Slash Commands (User-Invocable)
452
406
 
453
- ### Design Debt
407
+ These have dedicated command files and can be invoked directly.
454
408
 
455
409
  | Command | What It Does |
456
410
  |---|---|
457
- | `/backlog` | Create persistent design debt backlog with impact-priority scoring in `.picasso-backlog.md` |
458
- | `/variants` | Generate 2-3 distinct visual directions for A/B comparison with code previews |
411
+ | `/roast` | Brutally honest design critique with sharp, specific, funny feedback and screenshot verification |
412
+ | `/score` | Quantified 0-100 design quality score with category breakdown |
413
+ | `/godmode` | The ultimate command: interview + audit + score + roast + fix everything + before/after report |
459
414
  | `/quick-audit` | 5-minute fast audit: 6 binary pass/fail checks (font, color, layout, spacing, a11y, anti-slop) |
460
415
  | `/autorefine` | Binary evaluation loop: 6 criteria, mutate one thing at a time, iterate to 95%+ pass rate |
416
+ | `/evolve` | Multi-round iterative design refinement with screenshots between rounds |
417
+ | `/steal <url>` | Extract design DNA from any live website into `.picasso.md` |
418
+ | `/mood <word>` | Generate complete design system from a single evocative word |
419
+ | `/compete <url>` | Head-to-head design comparison against a competitor site |
420
+ | `/before-after` | Visual side-by-side comparison after changes with HTML report |
421
+ | `/preset <name>` | Apply a curated community design preset (linear, stripe, vercel, notion, etc.) |
422
+ | `/variants` | Generate 2-3 distinct visual directions for A/B comparison with code previews |
423
+ | `/backlog` | Create persistent design debt backlog with impact-priority scoring in `.picasso-backlog.md` |
461
424
 
462
425
  ### `/godmode` -- The Nuclear Option
463
426
 
@@ -478,15 +441,32 @@ GODMODE Complete: 42 → 87 (+45 points), 47 files modified, 23 issues fixed
478
441
 
479
442
  ---
480
443
 
481
- ### Automation (Agent-Only)
444
+ ### Agent Behaviors (Internal)
482
445
 
483
- | Command | What It Does |
446
+ These are defined in the Picasso agent and run as part of pipelines (e.g., `/godmode` calls several of these internally). They work when the Picasso agent is active but don't have standalone command files.
447
+
448
+ | Behavior | What It Does |
484
449
  |---|---|
450
+ | `/picasso` | Run the design interview, generates `.picasso.md` |
451
+ | `/audit` | Full technical audit across typography, color, spacing, a11y, motion, responsive, interaction |
452
+ | `/critique` | UX-focused review: hierarchy, clarity, emotional resonance, user flow |
453
+ | `/polish` | Auto-fix all audit findings with smallest safe changes |
454
+ | `/redesign` | Full audit + aggressive fixes + re-audit to verify improvement |
455
+ | `/simplify` | Strip unnecessary complexity: flatten nesting, reduce color count |
456
+ | `/animate` | Add purposeful motion: staggered reveals, hover states, scroll-triggered animations |
457
+ | `/bolder` | Amplify timid designs: increase contrast, enlarge type, strengthen hierarchy |
458
+ | `/quieter` | Tone down aggressive designs: reduce saturation, soften shadows, increase whitespace |
459
+ | `/normalize` | Align with design system: replace hardcoded values with tokens |
460
+ | `/harden` | Add error handling, loading states, empty states, edge case handling |
461
+ | `/theme` | Generate or apply a theme via DESIGN.md |
462
+ | `/stitch` | Generate a complete DESIGN.md from the current codebase |
485
463
  | `/a11y` | Full accessibility audit: axe-core + pa11y + Lighthouse with JSON parsing |
486
464
  | `/perf` | Lighthouse performance audit with Core Web Vitals pass/fail thresholds |
487
465
  | `/visual-diff` | Screenshot desktop + mobile in light/dark mode, analyze visually |
488
466
  | `/consistency` | Multi-page consistency check across all routes |
489
467
  | `/lint-design` | Find hardcoded colors, spacing violations, font inconsistencies, z-index chaos |
468
+ | `/mood-board` | Generate visual inspiration HTML from adjectives |
469
+ | `/design-system-sync` | Detect and fix drift between DESIGN.md and code |
490
470
  | `/install-hooks` | Generate git pre-commit hook for automated design checks |
491
471
  | `/ci-setup` | Generate GitHub Actions workflow for PR design review with scores |
492
472
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picasso-skill",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "The ultimate AI design skill for producing distinctive, production-grade frontend interfaces",
5
5
  "bin": {
6
6
  "picasso-skill": "./bin/install.mjs"