start-vibing 4.1.0 → 4.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 (72) hide show
  1. package/package.json +1 -1
  2. package/template/.claude/CLAUDE.md +86 -20
  3. package/template/.claude/agents/sd-audit.md +197 -0
  4. package/template/.claude/agents/sd-fix-verify-semantic.md +112 -0
  5. package/template/.claude/agents/sd-fix-verify-technical.md +36 -0
  6. package/template/.claude/agents/sd-fix.md +194 -0
  7. package/template/.claude/agents/sd-research.md +61 -0
  8. package/template/.claude/agents/sd-synthesis.md +74 -0
  9. package/template/.claude/commands/super-design.md +15 -0
  10. package/template/.claude/hooks/super-design-session-start.sh +4 -0
  11. package/template/.claude/settings.json +14 -0
  12. package/template/.claude/skills/codebase-knowledge/SKILL.md +145 -0
  13. package/template/.claude/skills/codebase-knowledge/TEMPLATE.md +35 -0
  14. package/template/.claude/skills/codebase-knowledge/domains/claude-system.md +93 -0
  15. package/template/.claude/skills/composition-patterns/SKILL.md +89 -0
  16. package/template/.claude/skills/docs-tracker/SKILL.md +239 -0
  17. package/template/.claude/skills/mcp-builder/SKILL.md +236 -0
  18. package/template/.claude/skills/quality-gate/scripts/check-all.sh +83 -0
  19. package/template/.claude/skills/react-best-practices/SKILL.md +146 -0
  20. package/template/.claude/skills/security-scan/reference/owasp-top-10.md +257 -0
  21. package/template/.claude/skills/security-scan/scripts/scan.py +190 -0
  22. package/template/.claude/skills/super-design/README.md +37 -0
  23. package/template/.claude/skills/super-design/SKILL.md +105 -0
  24. package/template/.claude/skills/super-design/hooks/guard-paths.py +35 -0
  25. package/template/.claude/skills/super-design/hooks/post-edit-lint.py +57 -0
  26. package/template/.claude/skills/super-design/references/audit-methodology.md +513 -0
  27. package/template/.claude/skills/super-design/references/change-detection-playbook.md +1432 -0
  28. package/template/.claude/skills/super-design/references/design-theory.md +706 -0
  29. package/template/.claude/skills/super-design/references/fix-agent-playbook.md +118 -0
  30. package/template/.claude/skills/super-design/references/market-research-playbook.md +773 -0
  31. package/template/.claude/skills/super-design/references/playwright-mcp-reference.md +1057 -0
  32. package/template/.claude/skills/super-design/references/skills-subagents-reference.md +784 -0
  33. package/template/.claude/skills/super-design/references/superpowers-and-distribution.md +136 -0
  34. package/template/.claude/skills/super-design/scripts/detect-changes.sh +61 -0
  35. package/template/.claude/skills/super-design/scripts/diff-tokens.sh +13 -0
  36. package/template/.claude/skills/super-design/scripts/discover-routes.sh +45 -0
  37. package/template/.claude/skills/super-design/scripts/extract-tokens.mjs +41 -0
  38. package/template/.claude/skills/super-design/scripts/hash-pages.sh +42 -0
  39. package/template/.claude/skills/super-design/scripts/validate-state.sh +15 -0
  40. package/template/.claude/skills/super-design/scripts/verify-audit.sh +19 -0
  41. package/template/.claude/skills/super-design/templates/audit-state.schema.json +57 -0
  42. package/template/.claude/skills/super-design/templates/findings.schema.json +57 -0
  43. package/template/.claude/skills/super-design/templates/fix-history.md.tpl +26 -0
  44. package/template/.claude/skills/super-design/templates/overview.md.tpl +52 -0
  45. package/template/.claude/skills/test-coverage/reference/playwright-patterns.md +260 -0
  46. package/template/.claude/skills/test-coverage/scripts/coverage-check.sh +52 -0
  47. package/template/.claude/skills/typeui-ant/SKILL.md +133 -0
  48. package/template/.claude/skills/typeui-application/SKILL.md +128 -0
  49. package/template/.claude/skills/typeui-artistic/SKILL.md +133 -0
  50. package/template/.claude/skills/typeui-bento/SKILL.md +127 -0
  51. package/template/.claude/skills/typeui-bold/SKILL.md +127 -0
  52. package/template/.claude/skills/typeui-clean/SKILL.md +128 -0
  53. package/template/.claude/skills/typeui-dashboard/SKILL.md +133 -0
  54. package/template/.claude/skills/typeui-doodle/SKILL.md +142 -0
  55. package/template/.claude/skills/typeui-dramatic/SKILL.md +127 -0
  56. package/template/.claude/skills/typeui-enterprise/SKILL.md +132 -0
  57. package/template/.claude/skills/typeui-neobrutalism/SKILL.md +127 -0
  58. package/template/.claude/skills/typeui-paper/SKILL.md +127 -0
  59. package/template/.claude/skills/ui-ux-audit/QUICK-START.md +450 -0
  60. package/template/.claude/skills/ui-ux-audit/README.md +470 -0
  61. package/template/.claude/skills/ui-ux-audit/templates/audit-report.md +591 -0
  62. package/template/.claude/skills/ui-ux-audit/templates/competitor-analysis.md +363 -0
  63. package/template/.claude/skills/ui-ux-audit/templates/component-spec.md +491 -0
  64. package/template/.claude/skills/ui-ux-audit/templates/improvement-recommendation.md +450 -0
  65. package/template/.claude/skills/web-design-guidelines/SKILL.md +39 -0
  66. package/template/.claude/skills/webapp-testing/SKILL.md +96 -0
  67. package/template/.claude/skills/workflow-state/workflow-state.json +77 -0
  68. package/template/.claude/config/README.md +0 -27
  69. package/template/.claude/config/project-config.json +0 -53
  70. package/template/.claude/config/quality-gates.json +0 -46
  71. package/template/.claude/config/security-rules.json +0 -45
  72. package/template/.claude/config/testing-config.json +0 -164
@@ -0,0 +1,363 @@
1
+ # Competitor Analysis: [Feature/Topic Name]
2
+
3
+ **Date:** YYYY-MM-DD
4
+ **Analyst:** [Agent name]
5
+ **Research Focus:** [Specific aspect being researched]
6
+
7
+ ---
8
+
9
+ ## Research Context
10
+
11
+ ### Objective
12
+
13
+ [What are we trying to learn?]
14
+
15
+ ### Research Questions
16
+
17
+ 1. [Question 1]
18
+ 2. [Question 2]
19
+ 3. [Question 3]
20
+
21
+ ---
22
+
23
+ ## Competitors Analyzed
24
+
25
+ ### 1. [Competitor Name]
26
+
27
+ **URL:** [URL]
28
+ **Type:** [Marketplace/SaaS/Platform]
29
+ **Market Position:** [Leading/Growing/Niche]
30
+
31
+ #### Screenshots
32
+
33
+ [Add screenshots or links to screenshots]
34
+
35
+ #### Strong Points
36
+
37
+ - [Point 1 - what they do well]
38
+ - [Point 2]
39
+ - [Point 3]
40
+
41
+ #### Weak Points
42
+
43
+ - [Point 1 - what could be improved]
44
+ - [Point 2]
45
+ - [Point 3]
46
+
47
+ #### Unique Features
48
+
49
+ - [Feature 1 - what differentiates them]
50
+ - [Feature 2]
51
+
52
+ #### UI/UX Patterns
53
+
54
+ | Pattern Type | Implementation | Notes |
55
+ | ---------------- | -------------- | ---------------------- |
56
+ | Navigation | [Description] | [Effectiveness rating] |
57
+ | Filter/Search | [Description] | [Effectiveness rating] |
58
+ | Cards/Listings | [Description] | [Effectiveness rating] |
59
+ | Call to Action | [Description] | [Effectiveness rating] |
60
+ | Trust Indicators | [Description] | [Effectiveness rating] |
61
+
62
+ ---
63
+
64
+ ### 2. [Competitor Name]
65
+
66
+ [Same structure as above]
67
+
68
+ ---
69
+
70
+ ### 3. [Competitor Name]
71
+
72
+ [Same structure as above]
73
+
74
+ ---
75
+
76
+ ### 4. [Competitor Name]
77
+
78
+ [Same structure as above]
79
+
80
+ ---
81
+
82
+ ### 5. [Competitor Name]
83
+
84
+ [Same structure as above]
85
+
86
+ ---
87
+
88
+ ## Market Pattern Analysis
89
+
90
+ ### What Everyone Does Alike
91
+
92
+ [Common patterns across all competitors]
93
+
94
+ 1. [Pattern 1]
95
+ 2. [Pattern 2]
96
+ 3. [Pattern 3]
97
+
98
+ **Implications:** [Why do they all do this? Industry standard? User expectation?]
99
+
100
+ ### What Sets Leaders Apart
101
+
102
+ [Patterns only in top performers]
103
+
104
+ 1. [Differentiator 1]
105
+ 2. [Differentiator 2]
106
+ 3. [Differentiator 3]
107
+
108
+ **Implications:** [Are these the competitive advantages?]
109
+
110
+ ### What No One Does Well
111
+
112
+ [Gaps and opportunities]
113
+
114
+ 1. [Gap 1]
115
+ 2. [Gap 2]
116
+ 3. [Gap 3]
117
+
118
+ **Implications:** [Opportunities for differentiation]
119
+
120
+ ---
121
+
122
+ ## Design Patterns Identified
123
+
124
+ ### Layout Patterns
125
+
126
+ | Pattern | Used By | Pros | Cons |
127
+ | -------------- | ---------------------- | ------------ | --------------- |
128
+ | [Pattern name] | [Competitors using it] | [Advantages] | [Disadvantages] |
129
+
130
+ ### Navigation Patterns
131
+
132
+ | Pattern | Used By | Pros | Cons |
133
+ | -------------- | ---------------------- | ------------ | --------------- |
134
+ | [Pattern name] | [Competitors using it] | [Advantages] | [Disadvantages] |
135
+
136
+ ### Interaction Patterns
137
+
138
+ | Pattern | Used By | Pros | Cons |
139
+ | -------------- | ---------------------- | ------------ | --------------- |
140
+ | [Pattern name] | [Competitors using it] | [Advantages] | [Disadvantages] |
141
+
142
+ ### Visual Design Patterns
143
+
144
+ | Pattern | Used By | Pros | Cons |
145
+ | -------------- | ---------------------- | ------------ | --------------- |
146
+ | [Pattern name] | [Competitors using it] | [Advantages] | [Disadvantages] |
147
+
148
+ ---
149
+
150
+ ## Color & Typography Analysis
151
+
152
+ ### Color Strategies
153
+
154
+ | Competitor | Primary Color | Emotion/Message | Effectiveness |
155
+ | ---------- | ------------- | ------------------ | ------------- |
156
+ | [Name] | [Color] | [Trust/Energy/etc] | [Rating] |
157
+
158
+ ### Typography Strategies
159
+
160
+ | Competitor | Font Family | Style | Readability |
161
+ | ---------- | ----------- | -------------------- | ----------- |
162
+ | [Name] | [Font] | [Modern/Classic/etc] | [Rating] |
163
+
164
+ ---
165
+
166
+ ## Mobile vs Desktop Strategy
167
+
168
+ ### Mobile-First Competitors
169
+
170
+ - [Competitor 1] - [Key mobile features]
171
+ - [Competitor 2] - [Key mobile features]
172
+
173
+ ### Desktop-First Competitors
174
+
175
+ - [Competitor 1] - [Key desktop features]
176
+ - [Competitor 2] - [Key desktop features]
177
+
178
+ ### Best Responsive Patterns
179
+
180
+ 1. [Pattern 1 - description]
181
+ 2. [Pattern 2 - description]
182
+ 3. [Pattern 3 - description]
183
+
184
+ ---
185
+
186
+ ## Trust & Security Indicators
187
+
188
+ ### Common Trust Elements
189
+
190
+ | Element Type | Implementation Examples | Effectiveness |
191
+ | --------------- | --------------------------- | ------------- |
192
+ | Badges | [Verified, Secure, etc] | [Rating] |
193
+ | Reviews/Ratings | [Star rating, testimonials] | [Rating] |
194
+ | Guarantees | [Money back, escrow, etc] | [Rating] |
195
+ | Certifications | [SSL, industry certs] | [Rating] |
196
+ | Social Proof | [User count, transactions] | [Rating] |
197
+
198
+ ---
199
+
200
+ ## Accessibility Analysis
201
+
202
+ ### WCAG Compliance
203
+
204
+ | Competitor | Contrast | Keyboard Nav | Screen Reader | Alt Text | Overall |
205
+ | ---------- | ----------- | ------------ | ------------- | ----------- | ---------- |
206
+ | [Name] | [Pass/Fail] | [Pass/Fail] | [Pass/Fail] | [Pass/Fail] | [A/AA/AAA] |
207
+
208
+ ### Common Accessibility Issues
209
+
210
+ 1. [Issue 1]
211
+ 2. [Issue 2]
212
+ 3. [Issue 3]
213
+
214
+ ---
215
+
216
+ ## Performance Analysis
217
+
218
+ ### Load Times
219
+
220
+ | Competitor | First Paint | Interactive | Notes |
221
+ | ---------- | ----------- | ----------- | ------------------- |
222
+ | [Name] | [Time] | [Time] | [Optimization used] |
223
+
224
+ ### Animation Usage
225
+
226
+ | Competitor | Approach | Smoothness | Performance Impact |
227
+ | ---------- | ---------------------- | ---------- | ------------------ |
228
+ | [Name] | [Heavy/Moderate/Light] | [Rating] | [High/Medium/Low] |
229
+
230
+ ---
231
+
232
+ ## Recommendations for UseFlow
233
+
234
+ ### 1. Pattern Adoption
235
+
236
+ **What to Adopt:**
237
+
238
+ - [Pattern 1 - why it works, how to implement]
239
+ - [Pattern 2 - why it works, how to implement]
240
+ - [Pattern 3 - why it works, how to implement]
241
+
242
+ **What to Avoid:**
243
+
244
+ - [Pattern 1 - why it doesn't work]
245
+ - [Pattern 2 - why it doesn't work]
246
+
247
+ ### 2. Differentiation Opportunities
248
+
249
+ **How We Can Stand Out:**
250
+
251
+ 1. **[Opportunity 1]**
252
+ - Current market state: [What competitors do]
253
+ - Our approach: [What we'll do differently]
254
+ - Expected benefit: [Why it's better]
255
+
256
+ 2. **[Opportunity 2]**
257
+ - Current market state: [What competitors do]
258
+ - Our approach: [What we'll do differently]
259
+ - Expected benefit: [Why it's better]
260
+
261
+ 3. **[Opportunity 3]**
262
+ - Current market state: [What competitors do]
263
+ - Our approach: [What we'll do differently]
264
+ - Expected benefit: [Why it's better]
265
+
266
+ ### 3. Quick Wins
267
+
268
+ [Low-effort, high-impact improvements]
269
+
270
+ - [ ] [Quick win 1]
271
+ - [ ] [Quick win 2]
272
+ - [ ] [Quick win 3]
273
+
274
+ ### 4. Long-Term Improvements
275
+
276
+ [Higher-effort improvements for future]
277
+
278
+ - [ ] [Improvement 1]
279
+ - [ ] [Improvement 2]
280
+ - [ ] [Improvement 3]
281
+
282
+ ---
283
+
284
+ ## Design System Implications
285
+
286
+ ### Colors
287
+
288
+ [Any color palette adjustments based on research]
289
+
290
+ ### Typography
291
+
292
+ [Any font/sizing adjustments based on research]
293
+
294
+ ### Spacing
295
+
296
+ [Any spacing/layout adjustments based on research]
297
+
298
+ ### Components
299
+
300
+ [New components needed or existing ones to modify]
301
+
302
+ ---
303
+
304
+ ## Implementation Priority
305
+
306
+ ### High Priority (Implement Now)
307
+
308
+ 1. [Feature/pattern 1]
309
+ 2. [Feature/pattern 2]
310
+ 3. [Feature/pattern 3]
311
+
312
+ ### Medium Priority (Next Sprint)
313
+
314
+ 1. [Feature/pattern 1]
315
+ 2. [Feature/pattern 2]
316
+ 3. [Feature/pattern 3]
317
+
318
+ ### Low Priority (Backlog)
319
+
320
+ 1. [Feature/pattern 1]
321
+ 2. [Feature/pattern 2]
322
+ 3. [Feature/pattern 3]
323
+
324
+ ---
325
+
326
+ ## Research Artifacts
327
+
328
+ ### Screenshots Folder
329
+
330
+ [Path to screenshot folder]
331
+
332
+ ### Links Archive
333
+
334
+ - [Competitor 1 archive link]
335
+ - [Competitor 2 archive link]
336
+ - [Competitor 3 archive link]
337
+
338
+ ### Additional Resources
339
+
340
+ - [Resource 1]
341
+ - [Resource 2]
342
+ - [Resource 3]
343
+
344
+ ---
345
+
346
+ ## Conclusion
347
+
348
+ ### Key Takeaways
349
+
350
+ 1. [Takeaway 1]
351
+ 2. [Takeaway 2]
352
+ 3. [Takeaway 3]
353
+
354
+ ### Next Steps
355
+
356
+ 1. [Action 1]
357
+ 2. [Action 2]
358
+ 3. [Action 3]
359
+
360
+ ---
361
+
362
+ **Research Completed:** YYYY-MM-DD
363
+ **Next Review:** YYYY-MM-DD