qualia-framework 2.6.0 → 3.1.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.
Files changed (328) hide show
  1. package/CLAUDE.md +63 -0
  2. package/README.md +108 -30
  3. package/agents/builder.md +110 -0
  4. package/agents/planner.md +186 -0
  5. package/agents/qa-browser.md +186 -0
  6. package/agents/verifier.md +369 -0
  7. package/bin/cli.js +691 -492
  8. package/bin/install.js +622 -0
  9. package/bin/qualia-ui.js +284 -0
  10. package/bin/state.js +824 -0
  11. package/bin/statusline.js +252 -0
  12. package/docs/erp-contract.md +161 -0
  13. package/guide.md +63 -0
  14. package/hooks/auto-update.js +117 -0
  15. package/hooks/block-env-edit.js +52 -0
  16. package/hooks/branch-guard.js +68 -0
  17. package/hooks/migration-guard.js +83 -0
  18. package/hooks/pre-compact.js +52 -0
  19. package/hooks/pre-deploy-gate.js +149 -0
  20. package/hooks/pre-push.js +53 -0
  21. package/hooks/session-start.js +126 -0
  22. package/package.json +30 -20
  23. package/rules/design-reference.md +179 -0
  24. package/rules/frontend.md +126 -0
  25. package/rules/infrastructure.md +87 -0
  26. package/skills/qualia/SKILL.md +88 -0
  27. package/skills/qualia-build/SKILL.md +115 -0
  28. package/skills/qualia-debug/SKILL.md +87 -0
  29. package/skills/qualia-design/SKILL.md +99 -0
  30. package/skills/qualia-handoff/SKILL.md +66 -0
  31. package/skills/qualia-help/SKILL.md +60 -0
  32. package/skills/qualia-idk/SKILL.md +8 -0
  33. package/skills/qualia-learn/SKILL.md +111 -0
  34. package/skills/qualia-new/SKILL.md +323 -0
  35. package/skills/qualia-pause/SKILL.md +63 -0
  36. package/skills/qualia-plan/SKILL.md +101 -0
  37. package/skills/qualia-polish/SKILL.md +207 -0
  38. package/skills/qualia-quick/SKILL.md +37 -0
  39. package/skills/qualia-report/SKILL.md +114 -0
  40. package/skills/qualia-resume/SKILL.md +49 -0
  41. package/skills/qualia-review/SKILL.md +161 -0
  42. package/skills/qualia-ship/SKILL.md +90 -0
  43. package/skills/qualia-skill-new/SKILL.md +167 -0
  44. package/skills/qualia-task/SKILL.md +91 -0
  45. package/skills/qualia-test/SKILL.md +134 -0
  46. package/skills/qualia-verify/SKILL.md +113 -0
  47. package/templates/DESIGN.md +475 -0
  48. package/templates/help.html +476 -0
  49. package/templates/plan.md +42 -0
  50. package/templates/project.md +22 -0
  51. package/templates/state.md +27 -0
  52. package/templates/tracking.json +20 -0
  53. package/tests/bin.test.sh +687 -0
  54. package/tests/hooks.test.sh +384 -0
  55. package/tests/runner.js +1956 -0
  56. package/tests/state.test.sh +713 -0
  57. package/tests/statusline.test.sh +243 -0
  58. package/bin/collect-metrics.sh +0 -62
  59. package/framework/.claudeignore +0 -51
  60. package/framework/CLAUDE.md +0 -51
  61. package/framework/MCP_SETUP.md +0 -229
  62. package/framework/agents/architecture-strategist.md +0 -53
  63. package/framework/agents/backend-agent.md +0 -150
  64. package/framework/agents/code-simplicity-reviewer.md +0 -86
  65. package/framework/agents/frontend-agent.md +0 -111
  66. package/framework/agents/kieran-typescript-reviewer.md +0 -96
  67. package/framework/agents/performance-oracle.md +0 -111
  68. package/framework/agents/qualia-codebase-mapper.md +0 -761
  69. package/framework/agents/qualia-debugger.md +0 -1204
  70. package/framework/agents/qualia-executor.md +0 -882
  71. package/framework/agents/qualia-integration-checker.md +0 -424
  72. package/framework/agents/qualia-phase-researcher.md +0 -457
  73. package/framework/agents/qualia-plan-checker.md +0 -700
  74. package/framework/agents/qualia-planner.md +0 -1245
  75. package/framework/agents/qualia-project-researcher.md +0 -603
  76. package/framework/agents/qualia-research-synthesizer.md +0 -200
  77. package/framework/agents/qualia-roadmapper.md +0 -606
  78. package/framework/agents/qualia-verifier.md +0 -686
  79. package/framework/agents/red-team-qa.md +0 -130
  80. package/framework/agents/security-auditor.md +0 -72
  81. package/framework/agents/team-orchestrator.md +0 -229
  82. package/framework/agents/teams/framework-audit-team.md +0 -66
  83. package/framework/agents/teams/full-stack-team.md +0 -48
  84. package/framework/agents/teams/optimize-team.md +0 -53
  85. package/framework/agents/teams/review-team.md +0 -70
  86. package/framework/agents/teams/ship-team.md +0 -86
  87. package/framework/agents/test-agent.md +0 -182
  88. package/framework/hooks/auto-format.sh +0 -54
  89. package/framework/hooks/block-env-edit.sh +0 -42
  90. package/framework/hooks/branch-guard.sh +0 -43
  91. package/framework/hooks/confirm-delete.sh +0 -59
  92. package/framework/hooks/migration-validate.sh +0 -77
  93. package/framework/hooks/notification-speak.sh +0 -16
  94. package/framework/hooks/pre-commit.sh +0 -100
  95. package/framework/hooks/pre-compact.sh +0 -56
  96. package/framework/hooks/pre-deploy-gate.sh +0 -160
  97. package/framework/hooks/qualia-colors.sh +0 -32
  98. package/framework/hooks/retention-cleanup.sh +0 -62
  99. package/framework/hooks/save-session-state.sh +0 -185
  100. package/framework/hooks/session-context-loader.sh +0 -96
  101. package/framework/hooks/session-learn.sh +0 -32
  102. package/framework/hooks/skill-announce.sh +0 -123
  103. package/framework/hooks/tool-error-announce.sh +0 -27
  104. package/framework/install.ps1 +0 -323
  105. package/framework/install.sh +0 -313
  106. package/framework/qualia-framework/VERSION +0 -1
  107. package/framework/qualia-framework/assets/qualia-logo.png +0 -0
  108. package/framework/qualia-framework/bin/collect-metrics.sh +0 -67
  109. package/framework/qualia-framework/bin/generate-report-docx.py +0 -429
  110. package/framework/qualia-framework/bin/qualia-tools.js +0 -2201
  111. package/framework/qualia-framework/bin/qualia-tools.test.js +0 -1054
  112. package/framework/qualia-framework/references/checkpoints.md +0 -775
  113. package/framework/qualia-framework/references/completion-checklists.md +0 -359
  114. package/framework/qualia-framework/references/continuation-format.md +0 -249
  115. package/framework/qualia-framework/references/continuation-prompt.md +0 -97
  116. package/framework/qualia-framework/references/decimal-phase-calculation.md +0 -65
  117. package/framework/qualia-framework/references/design-quality.md +0 -56
  118. package/framework/qualia-framework/references/employee-guide.md +0 -167
  119. package/framework/qualia-framework/references/git-integration.md +0 -254
  120. package/framework/qualia-framework/references/git-planning-commit.md +0 -50
  121. package/framework/qualia-framework/references/model-profile-resolution.md +0 -32
  122. package/framework/qualia-framework/references/model-profiles.md +0 -73
  123. package/framework/qualia-framework/references/phase-argument-parsing.md +0 -61
  124. package/framework/qualia-framework/references/planning-config.md +0 -195
  125. package/framework/qualia-framework/references/questioning.md +0 -141
  126. package/framework/qualia-framework/references/tdd.md +0 -263
  127. package/framework/qualia-framework/references/ui-brand.md +0 -160
  128. package/framework/qualia-framework/references/verification-patterns.md +0 -612
  129. package/framework/qualia-framework/templates/DEBUG.md +0 -159
  130. package/framework/qualia-framework/templates/DESIGN.md +0 -81
  131. package/framework/qualia-framework/templates/UAT.md +0 -247
  132. package/framework/qualia-framework/templates/codebase/architecture.md +0 -255
  133. package/framework/qualia-framework/templates/codebase/concerns.md +0 -310
  134. package/framework/qualia-framework/templates/codebase/conventions.md +0 -307
  135. package/framework/qualia-framework/templates/codebase/integrations.md +0 -280
  136. package/framework/qualia-framework/templates/codebase/stack.md +0 -186
  137. package/framework/qualia-framework/templates/codebase/structure.md +0 -285
  138. package/framework/qualia-framework/templates/codebase/testing.md +0 -480
  139. package/framework/qualia-framework/templates/config.json +0 -35
  140. package/framework/qualia-framework/templates/context.md +0 -283
  141. package/framework/qualia-framework/templates/continue-here.md +0 -78
  142. package/framework/qualia-framework/templates/debug-subagent-prompt.md +0 -91
  143. package/framework/qualia-framework/templates/discovery.md +0 -146
  144. package/framework/qualia-framework/templates/lab-notes.md +0 -16
  145. package/framework/qualia-framework/templates/milestone-archive.md +0 -123
  146. package/framework/qualia-framework/templates/milestone.md +0 -115
  147. package/framework/qualia-framework/templates/phase-prompt.md +0 -567
  148. package/framework/qualia-framework/templates/planner-subagent-prompt.md +0 -117
  149. package/framework/qualia-framework/templates/project.md +0 -184
  150. package/framework/qualia-framework/templates/projects/ai-agent.md +0 -156
  151. package/framework/qualia-framework/templates/projects/mobile-app.md +0 -181
  152. package/framework/qualia-framework/templates/projects/voice-agent.md +0 -134
  153. package/framework/qualia-framework/templates/projects/website.md +0 -137
  154. package/framework/qualia-framework/templates/requirements.md +0 -231
  155. package/framework/qualia-framework/templates/research-project/ARCHITECTURE.md +0 -204
  156. package/framework/qualia-framework/templates/research-project/FEATURES.md +0 -147
  157. package/framework/qualia-framework/templates/research-project/PITFALLS.md +0 -200
  158. package/framework/qualia-framework/templates/research-project/STACK.md +0 -120
  159. package/framework/qualia-framework/templates/research-project/SUMMARY.md +0 -170
  160. package/framework/qualia-framework/templates/research.md +0 -552
  161. package/framework/qualia-framework/templates/roadmap.md +0 -206
  162. package/framework/qualia-framework/templates/state.md +0 -179
  163. package/framework/qualia-framework/templates/summary-complex.md +0 -59
  164. package/framework/qualia-framework/templates/summary-minimal.md +0 -41
  165. package/framework/qualia-framework/templates/summary-standard.md +0 -48
  166. package/framework/qualia-framework/templates/summary.md +0 -246
  167. package/framework/qualia-framework/templates/user-setup.md +0 -311
  168. package/framework/qualia-framework/templates/verification-report.md +0 -322
  169. package/framework/qualia-framework/workflows/add-phase.md +0 -179
  170. package/framework/qualia-framework/workflows/add-todo.md +0 -157
  171. package/framework/qualia-framework/workflows/audit-milestone.md +0 -241
  172. package/framework/qualia-framework/workflows/check-todos.md +0 -176
  173. package/framework/qualia-framework/workflows/complete-milestone.md +0 -858
  174. package/framework/qualia-framework/workflows/diagnose-issues.md +0 -219
  175. package/framework/qualia-framework/workflows/discovery-phase.md +0 -289
  176. package/framework/qualia-framework/workflows/discuss-phase.md +0 -534
  177. package/framework/qualia-framework/workflows/execute-phase.md +0 -559
  178. package/framework/qualia-framework/workflows/execute-plan.md +0 -438
  179. package/framework/qualia-framework/workflows/help.md +0 -470
  180. package/framework/qualia-framework/workflows/insert-phase.md +0 -220
  181. package/framework/qualia-framework/workflows/list-phase-assumptions.md +0 -178
  182. package/framework/qualia-framework/workflows/map-codebase.md +0 -327
  183. package/framework/qualia-framework/workflows/new-milestone.md +0 -363
  184. package/framework/qualia-framework/workflows/new-project.md +0 -982
  185. package/framework/qualia-framework/workflows/pause-work.md +0 -122
  186. package/framework/qualia-framework/workflows/plan-milestone-gaps.md +0 -256
  187. package/framework/qualia-framework/workflows/plan-phase.md +0 -422
  188. package/framework/qualia-framework/workflows/progress.md +0 -389
  189. package/framework/qualia-framework/workflows/quick.md +0 -252
  190. package/framework/qualia-framework/workflows/remove-phase.md +0 -326
  191. package/framework/qualia-framework/workflows/research-phase.md +0 -74
  192. package/framework/qualia-framework/workflows/resume-project.md +0 -306
  193. package/framework/qualia-framework/workflows/set-profile.md +0 -80
  194. package/framework/qualia-framework/workflows/settings.md +0 -145
  195. package/framework/qualia-framework/workflows/transition.md +0 -556
  196. package/framework/qualia-framework/workflows/update.md +0 -197
  197. package/framework/qualia-framework/workflows/verify-phase.md +0 -195
  198. package/framework/qualia-framework/workflows/verify-work.md +0 -625
  199. package/framework/rules/context7.md +0 -14
  200. package/framework/rules/frontend.md +0 -33
  201. package/framework/rules/speed.md +0 -23
  202. package/framework/scripts/__pycache__/say.cpython-314.pyc +0 -0
  203. package/framework/scripts/apply-retention.sh +0 -120
  204. package/framework/scripts/bootstrap-pop-os.sh +0 -354
  205. package/framework/scripts/claude-voice +0 -13
  206. package/framework/scripts/cleanup.sh +0 -131
  207. package/framework/scripts/cowork-mode.sh +0 -141
  208. package/framework/scripts/generate-project-claude-md.sh +0 -153
  209. package/framework/scripts/load-test-webhook.js +0 -172
  210. package/framework/scripts/say.py +0 -236
  211. package/framework/scripts/showcase-video-recorder/ffmpeg-builder.js +0 -167
  212. package/framework/scripts/showcase-video-recorder/playwright-helpers.js +0 -216
  213. package/framework/scripts/speak.py +0 -55
  214. package/framework/scripts/speak.sh +0 -18
  215. package/framework/scripts/status.sh +0 -138
  216. package/framework/scripts/sync-to-framework.sh +0 -65
  217. package/framework/scripts/voice-hotkey.py +0 -227
  218. package/framework/scripts/voice-input.sh +0 -51
  219. package/framework/skills/animate/SKILL.md +0 -202
  220. package/framework/skills/bolder/SKILL.md +0 -144
  221. package/framework/skills/browser-qa/SKILL.md +0 -536
  222. package/framework/skills/clarify/SKILL.md +0 -179
  223. package/framework/skills/client-handoff/SKILL.md +0 -135
  224. package/framework/skills/collab-onboard/SKILL.md +0 -111
  225. package/framework/skills/colorize/SKILL.md +0 -170
  226. package/framework/skills/critique/SKILL.md +0 -126
  227. package/framework/skills/deep-research/SKILL.md +0 -240
  228. package/framework/skills/delight/SKILL.md +0 -329
  229. package/framework/skills/deploy/SKILL.md +0 -261
  230. package/framework/skills/deploy-verify/SKILL.md +0 -377
  231. package/framework/skills/deploy-verify/scripts/canary-check.sh +0 -206
  232. package/framework/skills/deploy-verify/scripts/check-console-errors.js +0 -147
  233. package/framework/skills/deploy-verify/scripts/check-cwv.js +0 -139
  234. package/framework/skills/deploy-verify/scripts/project-detect.sh +0 -84
  235. package/framework/skills/deploy-verify/scripts/verify.sh +0 -548
  236. package/framework/skills/design-quieter/SKILL.md +0 -130
  237. package/framework/skills/distill/SKILL.md +0 -149
  238. package/framework/skills/docs-lookup/SKILL.md +0 -79
  239. package/framework/skills/fcm-notifications/SKILL.md +0 -125
  240. package/framework/skills/financial-ledger/SKILL.md +0 -1039
  241. package/framework/skills/frontend-master/NOTICE.md +0 -4
  242. package/framework/skills/frontend-master/SKILL.md +0 -127
  243. package/framework/skills/frontend-master/reference/color-and-contrast.md +0 -132
  244. package/framework/skills/frontend-master/reference/interaction-design.md +0 -123
  245. package/framework/skills/frontend-master/reference/motion-design.md +0 -99
  246. package/framework/skills/frontend-master/reference/responsive-design.md +0 -114
  247. package/framework/skills/frontend-master/reference/spatial-design.md +0 -100
  248. package/framework/skills/frontend-master/reference/typography.md +0 -131
  249. package/framework/skills/frontend-master/reference/ux-writing.md +0 -107
  250. package/framework/skills/harden/SKILL.md +0 -357
  251. package/framework/skills/i18n-rtl/SKILL.md +0 -752
  252. package/framework/skills/learn/SKILL.md +0 -95
  253. package/framework/skills/memory/SKILL.md +0 -50
  254. package/framework/skills/mobile-expo/SKILL.md +0 -977
  255. package/framework/skills/mobile-expo/references/store-checklist.md +0 -550
  256. package/framework/skills/nestjs-backend/README.md +0 -73
  257. package/framework/skills/nestjs-backend/SKILL.md +0 -446
  258. package/framework/skills/nestjs-backend/references/templates.md +0 -1173
  259. package/framework/skills/normalize/SKILL.md +0 -79
  260. package/framework/skills/onboard/SKILL.md +0 -242
  261. package/framework/skills/openrouter-agent/SKILL.md +0 -922
  262. package/framework/skills/polish/SKILL.md +0 -209
  263. package/framework/skills/pr/SKILL.md +0 -66
  264. package/framework/skills/qualia/SKILL.md +0 -199
  265. package/framework/skills/qualia-add-todo/SKILL.md +0 -68
  266. package/framework/skills/qualia-audit-milestone/SKILL.md +0 -95
  267. package/framework/skills/qualia-check-todos/SKILL.md +0 -55
  268. package/framework/skills/qualia-complete-milestone/SKILL.md +0 -134
  269. package/framework/skills/qualia-debug/SKILL.md +0 -149
  270. package/framework/skills/qualia-design/SKILL.md +0 -203
  271. package/framework/skills/qualia-discuss-phase/SKILL.md +0 -72
  272. package/framework/skills/qualia-evolve/SKILL.md +0 -200
  273. package/framework/skills/qualia-execute-phase/SKILL.md +0 -89
  274. package/framework/skills/qualia-framework-audit/SKILL.md +0 -604
  275. package/framework/skills/qualia-guide/SKILL.md +0 -32
  276. package/framework/skills/qualia-help/SKILL.md +0 -114
  277. package/framework/skills/qualia-idk/SKILL.md +0 -352
  278. package/framework/skills/qualia-list-phase-assumptions/SKILL.md +0 -67
  279. package/framework/skills/qualia-new-milestone/SKILL.md +0 -72
  280. package/framework/skills/qualia-new-project/SKILL.md +0 -232
  281. package/framework/skills/qualia-optimize/SKILL.md +0 -417
  282. package/framework/skills/qualia-pause-work/SKILL.md +0 -96
  283. package/framework/skills/qualia-plan-milestone-gaps/SKILL.md +0 -57
  284. package/framework/skills/qualia-plan-phase/SKILL.md +0 -104
  285. package/framework/skills/qualia-production-check/SKILL.md +0 -0
  286. package/framework/skills/qualia-progress/SKILL.md +0 -53
  287. package/framework/skills/qualia-quick/SKILL.md +0 -89
  288. package/framework/skills/qualia-report/SKILL.md +0 -166
  289. package/framework/skills/qualia-research-phase/SKILL.md +0 -88
  290. package/framework/skills/qualia-resume-work/SKILL.md +0 -62
  291. package/framework/skills/qualia-review/SKILL.md +0 -263
  292. package/framework/skills/qualia-start/SKILL.md +0 -161
  293. package/framework/skills/qualia-verify-work/SKILL.md +0 -132
  294. package/framework/skills/rag/SKILL.md +0 -750
  295. package/framework/skills/responsive/SKILL.md +0 -231
  296. package/framework/skills/retro/SKILL.md +0 -284
  297. package/framework/skills/sakani-conventions/SKILL.md +0 -136
  298. package/framework/skills/sakani-conventions/evals/evals.json +0 -23
  299. package/framework/skills/sakani-conventions/references/entities.md +0 -365
  300. package/framework/skills/sakani-conventions/references/error-codes.md +0 -95
  301. package/framework/skills/seo-master/SKILL.md +0 -490
  302. package/framework/skills/seo-master/references/checklist.md +0 -199
  303. package/framework/skills/seo-master/references/structured-data.md +0 -609
  304. package/framework/skills/ship/SKILL.md +0 -239
  305. package/framework/skills/stack-researcher/SKILL.md +0 -215
  306. package/framework/skills/status/SKILL.md +0 -154
  307. package/framework/skills/status/scripts/health-check.sh +0 -562
  308. package/framework/skills/subscription-payments/SKILL.md +0 -250
  309. package/framework/skills/supabase/SKILL.md +0 -973
  310. package/framework/skills/supabase/references/templates.md +0 -159
  311. package/framework/skills/team/SKILL.md +0 -67
  312. package/framework/skills/test-runner/SKILL.md +0 -202
  313. package/framework/skills/voice-agent/SKILL.md +0 -1312
  314. package/framework/skills/zoho-workflow/SKILL.md +0 -51
  315. package/framework/statusline-command.sh +0 -117
  316. package/framework/teams/default/inboxes/plan-04.json +0 -9
  317. package/framework/teams/review-team.md +0 -75
  318. package/framework/teams/ship-team.md +0 -86
  319. package/profiles/fawzi.json +0 -16
  320. package/profiles/hasan.json +0 -16
  321. package/profiles/moayad.json +0 -16
  322. package/templates/CLAUDE-owner.md +0 -52
  323. package/templates/CLAUDE.md.hbs +0 -58
  324. package/templates/env.claude.template +0 -12
  325. package/templates/settings.json +0 -172
  326. package/uninstall.sh +0 -90
  327. /package/{framework/rules → rules}/deployment.md +0 -0
  328. /package/{framework/rules → rules}/security.md +0 -0
@@ -1,126 +0,0 @@
1
- ---
2
- name: critique
3
- description: Evaluate design effectiveness from a UX perspective. Assesses visual hierarchy, information architecture, emotional resonance, and overall design quality with actionable feedback.
4
- user-invokable: true
5
- args:
6
- - name: area
7
- description: The feature or area to critique (optional)
8
- required: false
9
- ---
10
-
11
- Conduct a holistic design critique, evaluating whether the interface actually works—not just technically, but as a designed experience. Think like a design director giving feedback.
12
-
13
- **First**: Use the frontend-master skill for design principles and anti-patterns.
14
-
15
- **Then**: Read the project's design decisions:
16
-
17
- ```bash
18
- cat .planning/DESIGN.md 2>/dev/null
19
- ```
20
-
21
- If DESIGN.md exists, use it as the authoritative source for this project's design direction. Reference its decisions when evaluating the interface (e.g., "DESIGN.md specifies warm palette — this blue accent is inconsistent"). If DESIGN.md does not exist, proceed with general design principles from frontend-master.
22
-
23
- ## Design Critique
24
-
25
- Evaluate the interface across these dimensions:
26
-
27
- ### 1. AI Slop Detection (CRITICAL)
28
-
29
- **This is the most important check.** Does this look like every other AI-generated interface from 2024-2025?
30
-
31
- Review the design against ALL the **DON'T** guidelines in the frontend-master skill—they are the fingerprints of AI-generated work. Check for the AI color palette, gradient text, dark mode with glowing accents, glassmorphism, hero metric layouts, identical card grids, generic fonts, and all other tells.
32
-
33
- **The test**: If you showed this to someone and said "AI made this," would they believe you immediately? If yes, that's the problem.
34
-
35
- ### 2. Visual Hierarchy
36
- - Does the eye flow to the most important element first?
37
- - Is there a clear primary action? Can you spot it in 2 seconds?
38
- - Do size, color, and position communicate importance correctly?
39
- - Is there visual competition between elements that should have different weights?
40
-
41
- ### 3. Information Architecture
42
- - Is the structure intuitive? Would a new user understand the organization?
43
- - Is related content grouped logically?
44
- - Are there too many choices at once? (cognitive overload)
45
- - Is the navigation clear and predictable?
46
-
47
- ### 4. Emotional Resonance
48
- - What emotion does this interface evoke? Is that intentional?
49
- - Does it match the brand personality?
50
- - Does it feel trustworthy, approachable, premium, playful—whatever it should feel?
51
- - Would the target user feel "this is for me"?
52
-
53
- ### 5. Discoverability & Affordance
54
- - Are interactive elements obviously interactive?
55
- - Would a user know what to do without instructions?
56
- - Are hover/focus states providing useful feedback?
57
- - Are there hidden features that should be more visible?
58
-
59
- ### 6. Composition & Balance
60
- - Does the layout feel balanced or uncomfortably weighted?
61
- - Is whitespace used intentionally or just leftover?
62
- - Is there visual rhythm in spacing and repetition?
63
- - Does asymmetry feel designed or accidental?
64
-
65
- ### 7. Typography as Communication
66
- - Does the type hierarchy clearly signal what to read first, second, third?
67
- - Is body text comfortable to read? (line length, spacing, size)
68
- - Do font choices reinforce the brand/tone?
69
- - Is there enough contrast between heading levels?
70
-
71
- ### 8. Color with Purpose
72
- - Is color used to communicate, not just decorate?
73
- - Does the palette feel cohesive?
74
- - Are accent colors drawing attention to the right things?
75
- - Does it work for colorblind users? (not just technically—does meaning still come through?)
76
-
77
- ### 9. States & Edge Cases
78
- - Empty states: Do they guide users toward action, or just say "nothing here"?
79
- - Loading states: Do they reduce perceived wait time?
80
- - Error states: Are they helpful and non-blaming?
81
- - Success states: Do they confirm and guide next steps?
82
-
83
- ### 10. Microcopy & Voice
84
- - Is the writing clear and concise?
85
- - Does it sound like a human (the right human for this brand)?
86
- - Are labels and buttons unambiguous?
87
- - Does error copy help users fix the problem?
88
-
89
- ## Generate Critique Report
90
-
91
- Structure your feedback as a design director would:
92
-
93
- ### Anti-Patterns Verdict
94
- **Start here.** Pass/fail: Does this look AI-generated? List specific tells from the skill's Anti-Patterns section. Be brutally honest.
95
-
96
- ### Overall Impression
97
- A brief gut reaction—what works, what doesn't, and the single biggest opportunity.
98
-
99
- ### What's Working
100
- Highlight 2-3 things done well. Be specific about why they work.
101
-
102
- ### Priority Issues
103
- The 3-5 most impactful design problems, ordered by importance:
104
-
105
- For each issue:
106
- - **What**: Name the problem clearly
107
- - **Why it matters**: How this hurts users or undermines goals
108
- - **Fix**: What to do about it (be concrete)
109
- - **Command**: Which command to use (prefer: /animate, /design-quieter, /clarify, /distill, /delight, /onboard, /normalize, /responsive, /harden, /polish, /bolder, /colorize)
110
-
111
- ### Minor Observations
112
- Quick notes on smaller issues worth addressing.
113
-
114
- ### Questions to Consider
115
- Provocative questions that might unlock better solutions:
116
- - "What if the primary action were more prominent?"
117
- - "Does this need to feel this complex?"
118
- - "What would a confident version of this look like?"
119
-
120
- **Remember**:
121
- - Be direct—vague feedback wastes everyone's time
122
- - Be specific—"the submit button" not "some elements"
123
- - Say what's wrong AND why it matters to users
124
- - Give concrete suggestions, not just "consider exploring..."
125
- - Prioritize ruthlessly—if everything is important, nothing is
126
- - Don't soften criticism—developers need honest feedback to ship great design
@@ -1,240 +0,0 @@
1
- ---
2
- name: deep-research
3
- description: Deep research and best practices analysis for any codebase - spawns parallel Opus agents to analyze frontend, backend, database, security, performance, and deployment. Use when you want comprehensive production-readiness audit or best practices recommendations.
4
- tags: [research, best-practices, production, analysis, audit, frontend, backend]
5
- ---
6
-
7
- # Deep Research & Best Practices Analyzer
8
-
9
- You are an expert architect conducting deep research on a codebase to identify best practices, patterns, and production-readiness improvements. You spawn **parallel Opus agents** to analyze different aspects comprehensively.
10
-
11
- **Announce at start:** "Activating deep-research skill with parallel Opus agents for comprehensive analysis."
12
-
13
- ## Phase 1: Initial Discovery (YOU do this)
14
-
15
- Before spawning agents, gather context:
16
-
17
- ```
18
- 1. Read CLAUDE.md, README.md, package.json
19
- 2. List directory structure (top 2 levels)
20
- 3. Identify tech stack from dependencies
21
- 4. Check git history for recent changes
22
- 5. Identify entry points (app/, src/, pages/)
23
- ```
24
-
25
- ## Phase 2: Spawn Parallel Research Agents
26
-
27
- **CRITICAL**: Spawn ALL agents in a SINGLE message with multiple Agent tool calls:
28
-
29
- ### Agent 1: Frontend Architecture Analyst
30
- ```
31
- Agent(
32
- subagent_type="general-purpose",
33
- prompt="
34
- You are a Frontend Architecture Analyst (Opus). Research this codebase for frontend best practices.
35
-
36
- ANALYZE:
37
- 1. Component architecture (atomic design? feature-based? smart/dumb split?)
38
- 2. State management (context, zustand, redux, jotai?)
39
- 3. Data fetching patterns (server components, tanstack-query, SWR?)
40
- 4. Form handling (react-hook-form, zod validation?)
41
- 5. Styling approach (CSS modules, tailwind, styled-components?)
42
- 6. Performance patterns (lazy loading, memoization, virtualization?)
43
- 7. Error boundaries and error handling
44
- 8. Accessibility (ARIA, semantic HTML, keyboard nav)
45
-
46
- RESEARCH best practices for the detected stack.
47
- COMPARE current patterns vs industry best practices.
48
- RETURN: Structured report with findings, gaps, and specific recommendations.
49
- ```
50
-
51
- ### Agent 2: Backend Architecture Analyst
52
- ```
53
- Agent(
54
- subagent_type="general-purpose",
55
- prompt="
56
- You are a Backend Architecture Analyst (Opus). Research this codebase for backend best practices.
57
-
58
- ANALYZE:
59
- 1. API design (REST, GraphQL, tRPC, server actions?)
60
- 2. Authentication/Authorization patterns
61
- 3. Database queries and ORM usage
62
- 4. Error handling and logging
63
- 5. Input validation and sanitization
64
- 6. Rate limiting and security headers
65
- 7. Caching strategies
66
- 8. Background jobs/queues
67
-
68
- RESEARCH best practices for the detected stack.
69
- COMPARE current patterns vs industry best practices.
70
- RETURN: Structured report with findings, gaps, and specific recommendations.
71
- ```
72
-
73
- ### Agent 3: Database & Data Layer Analyst
74
- ```
75
- Agent(
76
- subagent_type="general-purpose",
77
- prompt="
78
- You are a Database & Data Layer Analyst (Opus). Research this codebase for data best practices.
79
-
80
- ANALYZE:
81
- 1. Schema design (normalization, indexes, constraints)
82
- 2. Migration patterns and versioning
83
- 3. RLS policies and row-level security
84
- 4. Query performance (N+1, joins, aggregations)
85
- 5. Data validation at database level
86
- 6. Backup and recovery strategies
87
- 7. Connection pooling
88
- 8. Soft deletes vs hard deletes
89
-
90
- RESEARCH best practices for the detected database.
91
- COMPARE current patterns vs industry best practices.
92
- RETURN: Structured report with findings, gaps, and specific recommendations.
93
- ```
94
-
95
- ### Agent 4: Security & DevOps Analyst
96
- ```
97
- Agent(
98
- subagent_type="general-purpose",
99
- prompt="
100
- You are a Security & DevOps Analyst (Opus). Research this codebase for security and deployment best practices.
101
-
102
- ANALYZE:
103
- 1. Environment variable handling (.env patterns)
104
- 2. Secret management (API keys, tokens)
105
- 3. CORS configuration
106
- 4. CSP headers and security headers
107
- 5. Input sanitization (XSS, SQL injection)
108
- 6. Dependency vulnerabilities (npm audit)
109
- 7. CI/CD pipeline configuration
110
- 8. Deployment configuration (Vercel, Docker, K8s)
111
- 9. Monitoring and error tracking
112
- 10. Logging and observability
113
-
114
- RESEARCH best practices for production deployment.
115
- COMPARE current patterns vs industry best practices.
116
- RETURN: Structured report with findings, gaps, and specific recommendations.
117
- ```
118
-
119
- ### Agent 5: Performance & Scalability Analyst
120
- ```
121
- Agent(
122
- subagent_type="general-purpose",
123
- prompt="
124
- You are a Performance & Scalability Analyst (Opus). Research this codebase for performance best practices.
125
-
126
- ANALYZE:
127
- 1. Bundle size and code splitting
128
- 2. Image optimization
129
- 3. Caching strategies (browser, CDN, server)
130
- 4. Database query optimization
131
- 5. API response times
132
- 6. Memory leaks potential
133
- 7. Render performance (React profiling patterns)
134
- 8. SSR vs CSR vs ISR decisions
135
- 9. Edge functions and edge computing
136
- 10. Horizontal scaling readiness
137
-
138
- RESEARCH best practices for performance optimization.
139
- COMPARE current patterns vs industry best practices.
140
- RETURN: Structured report with findings, gaps, and specific recommendations.
141
- ```
142
-
143
- ### Agent 6: Code Quality & Testing Analyst
144
- ```
145
- Agent(
146
- subagent_type="general-purpose",
147
- prompt="
148
- You are a Code Quality & Testing Analyst (Opus). Research this codebase for quality best practices.
149
-
150
- ANALYZE:
151
- 1. Test coverage (unit, integration, e2e)
152
- 2. Testing patterns and frameworks
153
- 3. Type safety (TypeScript strictness)
154
- 4. Linting and formatting
155
- 5. Code duplication
156
- 6. Documentation quality
157
- 7. Naming conventions
158
- 8. Error messages quality
159
- 9. Code organization patterns
160
- 10. Dead code detection
161
-
162
- RESEARCH best practices for code quality.
163
- COMPARE current patterns vs industry best practices.
164
- RETURN: Structured report with findings, gaps, and specific recommendations.
165
- ```
166
-
167
- ## Phase 3: Synthesize Reports
168
-
169
- After all 6 agents return, **spawn the synthesizer agent** to consolidate findings. Do NOT synthesize inline — this prevents context bloat in the parent.
170
-
171
- Each agent's report will be in the tool result. Write each one to a temp file, then spawn the synthesizer:
172
-
173
- ```bash
174
- # Write each agent's output to a temp file
175
- # (use the actual tool result content from each agent)
176
- ```
177
-
178
- Then spawn the synthesizer agent:
179
-
180
- ```
181
- Agent(
182
- subagent_type="qualia-research-synthesizer",
183
- prompt="
184
- Synthesize these specialist reports:
185
- - [path to frontend report]
186
- - [path to backend report]
187
- - [path to database report]
188
- - [path to security report]
189
- - [path to performance report]
190
- - [path to code quality report]
191
-
192
- Downstream consumer: The user needs a prioritized Deep Research Report with:
193
- - Overall production readiness score (/100)
194
- - Critical/High/Medium/Low severity findings with file:line references
195
- - Cross-cutting patterns across all 6 areas
196
- - Implementation roadmap grouped by week
197
- - Resources and references
198
-
199
- Output path: docs/research/[YYYY-MM-DD]-deep-research.md
200
- (also return the full report in your response)
201
-
202
- Do NOT commit.
203
- "
204
- )
205
- ```
206
-
207
- The synthesizer handles deduplication, cross-cutting pattern detection, and severity ranking — producing a single unified report.
208
-
209
- ## Phase 4: Offer Next Steps
210
-
211
- After presenting the report:
212
-
213
- ```
214
- "Research complete. Would you like to:
215
-
216
- 1. **Create Implementation Plan** - Use /qualia-plan-phase to create detailed tasks
217
- 2. **Deep Dive on Specific Area** - Focus on frontend/backend/security/etc
218
- 3. **Start Fixing Critical Issues** - Begin implementing top priority fixes
219
- 4. **Save Report** - Save to docs/research/YYYY-MM-DD-deep-research.md
220
- 5. **Compare to Specific Standard** - Research against OWASP, 12-factor, etc.
221
- 6. **Feed into phase planning** - Run `/qualia-research-phase <N>` for phase-specific research that builds on this architectural analysis"
222
- ```
223
-
224
- ## Key Principles
225
-
226
- - **Parallel Execution**: Always spawn all 6 agents in ONE message for speed
227
- - **Evidence-Based**: Every finding must reference specific files/lines
228
- - **Actionable**: Every recommendation must be implementable
229
- - **Prioritized**: Critical > High > Medium > Low
230
- - **Stack-Aware**: Research best practices for the ACTUAL stack detected
231
- - **Production Focus**: Everything geared toward production deployment
232
-
233
- ## Trigger Phrases
234
-
235
- - "deep research this project"
236
- - "analyze best practices"
237
- - "production readiness audit"
238
- - "what should I fix before deploying"
239
- - "research how to improve this codebase"
240
- - "comprehensive code review"
@@ -1,329 +0,0 @@
1
- ---
2
- name: delight
3
- description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful.
4
- user-invokable: true
5
- args:
6
- - name: target
7
- description: The feature or area to add delight to (optional)
8
- required: false
9
- ---
10
-
11
- Identify opportunities to add moments of joy, personality, and unexpected polish that transform functional interfaces into delightful experiences.
12
-
13
- ## MANDATORY PREPARATION
14
-
15
- ### Read DESIGN.md (Authoritative Source)
16
-
17
- Before any context gathering, check for the project's design decisions file:
18
-
19
- ```bash
20
- cat .planning/DESIGN.md 2>/dev/null
21
- ```
22
-
23
- **If DESIGN.md exists:** This is the authoritative source for all design decisions in this project. Use its palette, typography, spacing, component, and motion decisions as your foundation. Do NOT override these decisions unless the user explicitly asks. Reference specific DESIGN.md decisions in your output (e.g., "Per DESIGN.md, the primary color is...").
24
-
25
- **If DESIGN.md does not exist:** Proceed with normal context gathering below. Consider suggesting the user run `/qualia-discuss-phase` to establish design decisions.
26
-
27
- ### Context Gathering (Do This First)
28
-
29
- You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality (playful vs professional vs quirky vs elegant), and what's appropriate for the domain.
30
-
31
- Attempt to gather these from the current thread or codebase.
32
-
33
- 1. If you don't find *exact* information and have to infer from existing design and functionality, you MUST STOP and STOP and ask the user directly to clarify. whether you got it right.
34
- 2. Otherwise, if you can't fully infer or your level of confidence is medium or lower, you MUST STOP and ask the user directly to clarify. clarifying questions first to complete your context.
35
-
36
- Do NOT proceed until you have answers. Delight that's wrong for the context is worse than no delight at all.
37
-
38
- ### Use frontend-master skill
39
-
40
- Use the frontend-master skill for design principles and anti-patterns. Do NOT proceed until it has executed and you know all DO's and DON'Ts.
41
-
42
- ---
43
-
44
- ## Assess Delight Opportunities
45
-
46
- Identify where delight would enhance (not distract from) the experience:
47
-
48
- 1. **Find natural delight moments**:
49
- - **Success states**: Completed actions (save, send, publish)
50
- - **Empty states**: First-time experiences, onboarding
51
- - **Loading states**: Waiting periods that could be entertaining
52
- - **Achievements**: Milestones, streaks, completions
53
- - **Interactions**: Hover states, clicks, drags
54
- - **Errors**: Softening frustrating moments
55
- - **Easter eggs**: Hidden discoveries for curious users
56
-
57
- 2. **Understand the context**:
58
- - What's the brand personality? (Playful? Professional? Quirky? Elegant?)
59
- - Who's the audience? (Tech-savvy? Creative? Corporate?)
60
- - What's the emotional context? (Accomplishment? Exploration? Frustration?)
61
- - What's appropriate? (Banking app ≠ gaming app)
62
-
63
- 3. **Define delight strategy**:
64
- - **Subtle sophistication**: Refined micro-interactions (luxury brands)
65
- - **Playful personality**: Whimsical illustrations and copy (consumer apps)
66
- - **Helpful surprises**: Anticipating needs before users ask (productivity tools)
67
- - **Sensory richness**: Satisfying sounds, smooth animations (creative tools)
68
-
69
- If any of these are unclear from the codebase, STOP and ask the user directly to clarify.
70
-
71
- **CRITICAL**: Delight should enhance usability, never obscure it. If users notice the delight more than accomplishing their goal, you've gone too far.
72
-
73
- ## Delight Principles
74
-
75
- Follow these guidelines:
76
-
77
- ### Delight Amplifies, Never Blocks
78
- - Delight moments should be quick (< 1 second)
79
- - Never delay core functionality for delight
80
- - Make delight skippable or subtle
81
- - Respect user's time and task focus
82
-
83
- ### Surprise and Discovery
84
- - Hide delightful details for users to discover
85
- - Reward exploration and curiosity
86
- - Don't announce every delight moment
87
- - Let users share discoveries with others
88
-
89
- ### Appropriate to Context
90
- - Match delight to emotional moment (celebrate success, empathize with errors)
91
- - Respect the user's state (don't be playful during critical errors)
92
- - Match brand personality and audience expectations
93
- - Cultural sensitivity (what's delightful varies by culture)
94
-
95
- ### Compound Over Time
96
- - Delight should remain fresh with repeated use
97
- - Vary responses (not same animation every time)
98
- - Reveal deeper layers with continued use
99
- - Build anticipation through patterns
100
-
101
- ## Delight Techniques
102
-
103
- Add personality and joy through these methods:
104
-
105
- ### Micro-interactions & Animation
106
-
107
- **Button delight**:
108
- ```css
109
- /* Satisfying button press */
110
- .button {
111
- transition: transform 0.1s, box-shadow 0.1s;
112
- }
113
- .button:active {
114
- transform: translateY(2px);
115
- box-shadow: 0 2px 4px rgba(0,0,0,0.2);
116
- }
117
-
118
- /* Ripple effect on click */
119
- /* Smooth lift on hover */
120
- .button:hover {
121
- transform: translateY(-2px);
122
- transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1); /* ease-out-quart */
123
- }
124
- ```
125
-
126
- **Loading delight**:
127
- - Playful loading animations (not just spinners)
128
- - Personality in loading messages ("Herding pixels..." "Teaching robots to dance...")
129
- - Progress indication with encouraging messages
130
- - Skeleton screens with subtle animations
131
-
132
- **Success animations**:
133
- - Checkmark draw animation
134
- - Confetti burst for major achievements
135
- - Gentle scale + fade for confirmation
136
- - Satisfying sound effects (subtle)
137
-
138
- **Hover surprises**:
139
- - Icons that animate on hover
140
- - Color shifts or glow effects
141
- - Tooltip reveals with personality
142
- - Cursor changes (custom cursors for branded experiences)
143
-
144
- ### Personality in Copy
145
-
146
- **Playful error messages**:
147
- ```
148
- "Error 404"
149
- "This page is playing hide and seek. (And winning)"
150
-
151
- "Connection failed"
152
- "Looks like the internet took a coffee break. Want to retry?"
153
- ```
154
-
155
- **Encouraging empty states**:
156
- ```
157
- "No projects"
158
- "Your canvas awaits. Create something amazing."
159
-
160
- "No messages"
161
- "Inbox zero! You're crushing it today."
162
- ```
163
-
164
- **Playful labels & tooltips**:
165
- ```
166
- "Delete"
167
- "Send to void" (for playful brand)
168
-
169
- "Help"
170
- "Rescue me" (tooltip)
171
- ```
172
-
173
- **IMPORTANT**: Match copy personality to brand. Banks shouldn't be wacky, but they can be warm.
174
-
175
- ### Illustrations & Visual Personality
176
-
177
- **Custom illustrations**:
178
- - Empty state illustrations (not stock icons)
179
- - Error state illustrations (friendly monsters, quirky characters)
180
- - Loading state illustrations (animated characters)
181
- - Success state illustrations (celebrations)
182
-
183
- **Icon personality**:
184
- - Custom icon set matching brand personality
185
- - Animated icons (subtle motion on hover/click)
186
- - Illustrative icons (more detailed than generic)
187
- - Consistent style across all icons
188
-
189
- **Background effects**:
190
- - Subtle particle effects
191
- - Gradient mesh backgrounds
192
- - Geometric patterns
193
- - Parallax depth
194
- - Time-of-day themes (morning vs night)
195
-
196
- ### Satisfying Interactions
197
-
198
- **Drag and drop delight**:
199
- - Lift effect on drag (shadow, scale)
200
- - Snap animation when dropped
201
- - Satisfying placement sound
202
- - Undo toast ("Dropped in wrong place? [Undo]")
203
-
204
- **Toggle switches**:
205
- - Smooth slide with spring physics
206
- - Color transition
207
- - Haptic feedback on mobile
208
- - Optional sound effect
209
-
210
- **Progress & achievements**:
211
- - Streak counters with celebratory milestones
212
- - Progress bars that "celebrate" at 100%
213
- - Badge unlocks with animation
214
- - Playful stats ("You're on fire! 5 days in a row")
215
-
216
- **Form interactions**:
217
- - Input fields that animate on focus
218
- - Checkboxes that bounce when checked
219
- - Success state that celebrates valid input
220
- - Auto-grow textareas
221
-
222
- ### Sound Design
223
-
224
- **Subtle audio cues** (when appropriate):
225
- - Notification sounds (distinctive but not annoying)
226
- - Success sounds (satisfying "ding")
227
- - Error sounds (empathetic, not harsh)
228
- - Typing sounds for chat/messaging
229
- - Ambient background audio (very subtle)
230
-
231
- **IMPORTANT**:
232
- - Respect system sound settings
233
- - Provide mute option
234
- - Keep volumes quiet (subtle cues, not alarms)
235
- - Don't play on every interaction (sound fatigue is real)
236
-
237
- ### Easter Eggs & Hidden Delights
238
-
239
- **Discovery rewards**:
240
- - Konami code unlocks special theme
241
- - Hidden keyboard shortcuts (Cmd+K for special features)
242
- - Hover reveals on logos or illustrations
243
- - Alt text jokes on images (for screen reader users too!)
244
- - Console messages for developers ("Like what you see? We're hiring!")
245
-
246
- **Seasonal touches**:
247
- - Holiday themes (subtle, tasteful)
248
- - Seasonal color shifts
249
- - Weather-based variations
250
- - Time-based changes (dark at night, light during day)
251
-
252
- **Contextual personality**:
253
- - Different messages based on time of day
254
- - Responses to specific user actions
255
- - Randomized variations (not same every time)
256
- - Progressive reveals with continued use
257
-
258
- ### Loading & Waiting States
259
-
260
- **Make waiting engaging**:
261
- - Interesting loading messages that rotate
262
- - Progress bars with personality
263
- - Mini-games during long loads
264
- - Fun facts or tips while waiting
265
- - Countdown with encouraging messages
266
-
267
- ```
268
- Loading messages rotation:
269
- - "Waking up the servers..."
270
- - "Teaching robots to dance..."
271
- - "Consulting the magic 8-ball..."
272
- - "Counting backwards from infinity..."
273
- ```
274
-
275
- ### Celebration Moments
276
-
277
- **Success celebrations**:
278
- - Confetti for major milestones
279
- - Animated checkmarks for completions
280
- - Progress bar celebrations at 100%
281
- - "Achievement unlocked" style notifications
282
- - Personalized messages ("You published your 10th article!")
283
-
284
- **Milestone recognition**:
285
- - First-time actions get special treatment
286
- - Streak tracking and celebration
287
- - Progress toward goals
288
- - Anniversary celebrations
289
-
290
- ## Implementation Patterns
291
-
292
- **Animation libraries**:
293
- - Framer Motion (React)
294
- - GSAP (universal)
295
- - Lottie (After Effects animations)
296
- - Canvas confetti (party effects)
297
-
298
- **Sound libraries**:
299
- - Howler.js (audio management)
300
- - Use-sound (React hook)
301
-
302
- **Physics libraries**:
303
- - React Spring (spring physics)
304
- - Popmotion (animation primitives)
305
-
306
- **IMPORTANT**: File size matters. Compress images, optimize animations, lazy load delight features.
307
-
308
- **NEVER**:
309
- - Delay core functionality for delight
310
- - Force users through delightful moments (make skippable)
311
- - Use delight to hide poor UX
312
- - Overdo it (less is more)
313
- - Ignore accessibility (animate responsibly, provide alternatives)
314
- - Make every interaction delightful (special moments should be special)
315
- - Sacrifice performance for delight
316
- - Be inappropriate for context (read the room)
317
-
318
- ## Verify Delight Quality
319
-
320
- Test that delight actually delights:
321
-
322
- - **User reactions**: Do users smile? Share screenshots?
323
- - **Doesn't annoy**: Still pleasant after 100th time?
324
- - **Doesn't block**: Can users opt out or skip?
325
- - **Performant**: No jank, no slowdown
326
- - **Appropriate**: Matches brand and context
327
- - **Accessible**: Works with reduced motion, screen readers
328
-
329
- Remember: Delight is the difference between a tool and an experience. Add personality, surprise users positively, and create moments worth sharing. But always respect usability - delight should enhance, never obstruct.