@champpaba/claude-agent-kit 3.5.2 → 3.6.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 (141) hide show
  1. package/.claude/CHANGELOG.md +0 -0
  2. package/.claude/CLAUDE.md +103 -45
  3. package/.claude/agents/01-integration.md +0 -0
  4. package/.claude/agents/02-uxui-frontend.md +1 -1
  5. package/.claude/agents/03-test-debug.md +0 -0
  6. package/.claude/agents/04-frontend.md +0 -0
  7. package/.claude/agents/05-backend.md +0 -0
  8. package/.claude/agents/06-database.md +0 -0
  9. package/.claude/agents/07-ux-tester.md +18 -12
  10. package/.claude/agents/CLAUDE.md +18 -0
  11. package/.claude/agents/_shared/CLAUDE.md +11 -0
  12. package/.claude/agents/_shared/README.md +0 -0
  13. package/.claude/agents/_shared/agent-boundaries.md +0 -0
  14. package/.claude/agents/_shared/documentation-policy.md +0 -0
  15. package/.claude/agents/_shared/package-manager.md +0 -0
  16. package/.claude/agents/_shared/pre-work-checklist.md +45 -2
  17. package/.claude/commands/CLAUDE.md +20 -0
  18. package/.claude/commands/cdev.md +2 -2
  19. package/.claude/commands/csetup.md +0 -0
  20. package/.claude/commands/cstatus.md +0 -0
  21. package/.claude/commands/cview.md +0 -0
  22. package/.claude/commands/designsetup.md +0 -0
  23. package/.claude/commands/extract.md +22 -20
  24. package/.claude/commands/pageplan.md +0 -0
  25. package/.claude/commands/pstatus.md +0 -0
  26. package/.claude/contexts/_core/CLAUDE.md +11 -0
  27. package/.claude/contexts/_core/README.md +33 -0
  28. package/.claude/contexts/{patterns → _core}/code-standards.md +0 -0
  29. package/.claude/contexts/{patterns → _core}/development-principles.md +0 -0
  30. package/.claude/contexts/design/CLAUDE.md +17 -0
  31. package/.claude/contexts/design/accessibility.md +2 -2
  32. package/.claude/contexts/design/box-thinking.md +0 -0
  33. package/.claude/contexts/design/color-theory.md +2 -2
  34. package/.claude/contexts/design/index.md +0 -0
  35. package/.claude/contexts/design/layout.md +0 -0
  36. package/.claude/contexts/design/responsive.md +0 -0
  37. package/.claude/contexts/design/shadows.md +0 -0
  38. package/.claude/contexts/design/spacing.md +0 -0
  39. package/.claude/contexts/design/typography.md +0 -0
  40. package/.claude/contexts/domain/README.md +0 -0
  41. package/.claude/contexts/patterns/CLAUDE.md +13 -0
  42. package/.claude/contexts/patterns/agent-coordination.md +0 -0
  43. package/.claude/contexts/patterns/agent-discovery.md +0 -0
  44. package/.claude/contexts/patterns/animation-patterns.md +0 -0
  45. package/.claude/contexts/patterns/change-workflow.md +1 -1
  46. package/.claude/contexts/patterns/error-handling.md +0 -0
  47. package/.claude/contexts/patterns/error-recovery.md +0 -0
  48. package/.claude/contexts/patterns/frontend-component-strategy.md +0 -0
  49. package/.claude/contexts/patterns/git-workflow.md +0 -0
  50. package/.claude/contexts/patterns/logging.md +0 -0
  51. package/.claude/contexts/patterns/performance-optimization.md +1 -1
  52. package/.claude/contexts/patterns/task-breakdown.md +0 -0
  53. package/.claude/contexts/patterns/task-classification.md +0 -0
  54. package/.claude/contexts/patterns/tdd-classification.md +0 -0
  55. package/.claude/contexts/patterns/testing.md +0 -0
  56. package/.claude/contexts/patterns/ui-component-consistency.md +0 -0
  57. package/.claude/contexts/patterns/validation-framework.md +0 -0
  58. package/.claude/lib/CLAUDE.md +19 -0
  59. package/.claude/lib/README.md +1 -1
  60. package/.claude/lib/agent-executor.md +1 -1
  61. package/.claude/lib/agent-router.md +0 -0
  62. package/.claude/lib/context-loading-protocol.md +0 -0
  63. package/.claude/lib/design-validator.md +8 -8
  64. package/.claude/lib/detailed-guides/agent-system.md +0 -0
  65. package/.claude/lib/detailed-guides/best-practices-system.md +0 -0
  66. package/.claude/lib/detailed-guides/context-optimization.md +0 -0
  67. package/.claude/lib/detailed-guides/design-system.md +0 -0
  68. package/.claude/lib/detailed-guides/incremental-testing.md +0 -0
  69. package/.claude/lib/detailed-guides/page-planning.md +0 -0
  70. package/.claude/lib/detailed-guides/taskmaster-analysis.md +0 -0
  71. package/.claude/lib/document-loader.md +0 -0
  72. package/.claude/lib/feature-best-practices.md +0 -0
  73. package/.claude/lib/flags-updater.md +0 -0
  74. package/.claude/lib/handoff-protocol.md +0 -0
  75. package/.claude/lib/task-analyzer.md +2 -2
  76. package/.claude/lib/tdd-workflow.md +0 -0
  77. package/.claude/lib/validation-gates.md +0 -0
  78. package/.claude/settings.local.json +0 -0
  79. package/.claude/templates/PROJECT_STATUS.template.yml +0 -0
  80. package/.claude/templates/STYLE_GUIDE.template.md +0 -0
  81. package/.claude/templates/context-template.md +0 -0
  82. package/.claude/templates/design-context-template.md +0 -0
  83. package/.claude/templates/flags-template.json +0 -0
  84. package/.claude/templates/page-plan-example.md +0 -0
  85. package/.claude/templates/phases-sections/CLAUDE.md +13 -0
  86. package/.claude/templates/phases-sections/accessibility-test.md +0 -0
  87. package/.claude/templates/phases-sections/api-design.md +0 -0
  88. package/.claude/templates/phases-sections/backend-tests.md +0 -0
  89. package/.claude/templates/phases-sections/backend.md +0 -0
  90. package/.claude/templates/phases-sections/business-logic-validation.md +0 -0
  91. package/.claude/templates/phases-sections/component-tests.md +0 -0
  92. package/.claude/templates/phases-sections/contract-backend.md +0 -0
  93. package/.claude/templates/phases-sections/contract-frontend.md +0 -0
  94. package/.claude/templates/phases-sections/database.md +0 -0
  95. package/.claude/templates/phases-sections/e2e-tests.md +0 -0
  96. package/.claude/templates/phases-sections/fix-implementation.md +0 -0
  97. package/.claude/templates/phases-sections/frontend-integration.md +0 -0
  98. package/.claude/templates/phases-sections/frontend-mockup.md +0 -0
  99. package/.claude/templates/phases-sections/manual-flow-test.md +0 -0
  100. package/.claude/templates/phases-sections/manual-ux-test.md +0 -0
  101. package/.claude/templates/phases-sections/refactor-implementation.md +0 -0
  102. package/.claude/templates/phases-sections/refactor.md +0 -0
  103. package/.claude/templates/phases-sections/regression-tests.md +0 -0
  104. package/.claude/templates/phases-sections/responsive-test.md +0 -0
  105. package/.claude/templates/phases-sections/script-implementation.md +0 -0
  106. package/.claude/templates/phases-sections/test-coverage.md +0 -0
  107. package/.claude/templates/phases-sections/user-approval.md +0 -0
  108. package/.claude/templates/phases-sections/ux-testing.md +2 -2
  109. package/LICENSE +0 -0
  110. package/README.md +0 -0
  111. package/bin/CLAUDE.md +11 -0
  112. package/bin/cli.js +0 -0
  113. package/lib/CLAUDE.md +11 -0
  114. package/lib/helpers.js +0 -0
  115. package/lib/init.js +0 -0
  116. package/lib/update.js +0 -0
  117. package/package.json +3 -2
  118. package/skills/design-extract/CLAUDE.md +12 -0
  119. package/skills/design-extract/SKILL.md +76 -0
  120. package/skills/design-extract/references/CLAUDE.md +16 -0
  121. package/skills/design-extract/references/error-handling.md +161 -0
  122. package/skills/design-extract/references/extraction-steps.md +183 -0
  123. package/skills/design-extract/references/output-format.md +250 -0
  124. package/skills/design-extract/references/style-detection.md +137 -0
  125. package/skills/design-extract/templates/CLAUDE.md +11 -0
  126. package/skills/design-extract/templates/data.yaml.template +95 -0
  127. package/skills/design-setup/CLAUDE.md +11 -0
  128. package/skills/design-setup/SKILL.md +104 -0
  129. package/skills/design-setup/references/CLAUDE.md +11 -0
  130. package/skills/design-setup/references/data-yaml-schema.md +205 -0
  131. package/skills/design-setup/references/error-handling.md +157 -0
  132. package/skills/design-setup/references/generation-steps.md +192 -0
  133. package/skills/design-setup/references/interactive-workflow.md +151 -0
  134. package/skills/page-planner/CLAUDE.md +11 -0
  135. package/skills/page-planner/SKILL.md +112 -0
  136. package/skills/page-planner/references/CLAUDE.md +11 -0
  137. package/skills/page-planner/references/animation-patterns.md +169 -0
  138. package/skills/page-planner/references/generation-steps.md +166 -0
  139. package/skills/page-planner/references/wireframe-patterns.md +182 -0
  140. package/skills/page-planner/templates/CLAUDE.md +11 -0
  141. package/skills/page-planner/templates/page-plan.md +303 -0
@@ -0,0 +1,169 @@
1
+ # Animation Patterns
2
+
3
+ Animation blueprint guide based on data.yaml tokens.
4
+
5
+ ---
6
+
7
+ ## Core Principles
8
+
9
+ **From data.yaml:**
10
+ - Durations: 150ms (quick), 300ms (normal), 500ms (slow)
11
+ - Easing: ease-in-out (default)
12
+ - Properties: GPU-accelerated ONLY (transform, opacity)
13
+
14
+ **Avoid:**
15
+ - width, height (causes layout recalculation)
16
+ - top, left, margin (use transform instead)
17
+ - font-size (causes text reflow)
18
+
19
+ ---
20
+
21
+ ## Button Animations
22
+
23
+ ### Primary CTA
24
+
25
+ **Hover:**
26
+ - Properties: scale(1.05) + box-shadow
27
+ - Duration: 150ms
28
+ - Code: `transition-all duration-150 hover:scale-105 hover:shadow-lg`
29
+
30
+ **Active:**
31
+ - Properties: scale(0.95)
32
+ - Duration: 100ms
33
+ - Code: `active:scale-95`
34
+
35
+ **Loading:**
36
+ - Properties: opacity(70%) + spinner
37
+ - Duration: 300ms
38
+ - Code: `disabled:opacity-70`
39
+
40
+ ### Secondary Button
41
+
42
+ **Hover:**
43
+ - Properties: background-color shift
44
+ - Duration: 150ms
45
+ - Code: `transition-colors duration-150 hover:bg-secondary/80`
46
+
47
+ ---
48
+
49
+ ## Card Animations
50
+
51
+ ### Feature Card
52
+
53
+ **Hover:**
54
+ - Properties: box-shadow (sm → xl)
55
+ - Duration: 300ms
56
+ - Code: `transition-shadow duration-300 hover:shadow-xl`
57
+
58
+ ### Interactive Card
59
+
60
+ **Hover:**
61
+ - Properties: box-shadow + border glow
62
+ - Duration: 300ms
63
+ - Code: `transition-all duration-300 hover:shadow-xl hover:border-primary/50`
64
+
65
+ **Active:**
66
+ - Properties: scale(0.98)
67
+ - Duration: 100ms
68
+ - Code: `active:scale-98`
69
+
70
+ ---
71
+
72
+ ## Input Animations
73
+
74
+ ### Text Input
75
+
76
+ **Focus:**
77
+ - Properties: ring-2 + border-color
78
+ - Duration: 200ms
79
+ - Code: `transition-all duration-200 focus:ring-2 focus:ring-primary focus:border-primary`
80
+
81
+ **Error:**
82
+ - Properties: border-destructive
83
+ - Duration: 300ms
84
+ - Code: `border-destructive` (optionally + shake animation)
85
+
86
+ ---
87
+
88
+ ## Navigation Animations
89
+
90
+ ### Desktop Menu Hover
91
+
92
+ - Properties: background-color
93
+ - Duration: 150ms
94
+ - Code: `transition-colors duration-150 hover:bg-accent`
95
+
96
+ ### Mobile Sidebar Slide
97
+
98
+ - Properties: translateX(-100% → 0)
99
+ - Duration: 300ms
100
+ - Easing: cubic-bezier(0.4, 0, 0.2, 1)
101
+
102
+ **Framer Motion:**
103
+ ```tsx
104
+ <motion.div
105
+ initial={{ x: "-100%" }}
106
+ animate={{ x: 0 }}
107
+ exit={{ x: "-100%" }}
108
+ transition={{ duration: 0.3, ease: [0.4, 0, 0.2, 1] }}
109
+ >
110
+ ```
111
+
112
+ ---
113
+
114
+ ## Icon Animations
115
+
116
+ ### Chevron Rotate
117
+
118
+ - Properties: rotate(0° → 180°)
119
+ - Duration: 200ms
120
+ - Code: `transition-transform duration-200 [data-state=open]:rotate-180`
121
+
122
+ ### Loading Spinner
123
+
124
+ - Properties: rotate(360°)
125
+ - Duration: 1000ms
126
+ - Easing: linear
127
+ - Code: `animate-spin`
128
+
129
+ ---
130
+
131
+ ## Modal Animations
132
+
133
+ ### Background Overlay
134
+
135
+ - Properties: opacity(0 → 100%)
136
+ - Duration: 200ms
137
+ - Code: `transition-opacity duration-200`
138
+
139
+ ### Dialog Content
140
+
141
+ - Properties: opacity + scale(0.95 → 1)
142
+ - Duration: 300ms
143
+ - Easing: ease-in-out
144
+
145
+ ---
146
+
147
+ ## Performance Guidelines
148
+
149
+ **GPU-accelerated (preferred):**
150
+ - transform (translate, scale, rotate)
151
+ - opacity
152
+ - filter (blur, brightness)
153
+
154
+ **Avoid for animations:**
155
+ - width, height
156
+ - top, left, margin
157
+ - font-size
158
+
159
+ ---
160
+
161
+ ## Animation Checklist
162
+
163
+ Before implementing:
164
+ - [ ] All buttons use scale + shadow (150ms)
165
+ - [ ] All cards use shadow elevation (300ms)
166
+ - [ ] All inputs use ring (200ms)
167
+ - [ ] All durations from data.yaml
168
+ - [ ] All properties GPU-accelerated
169
+ - [ ] Tested on mobile (not janky)
@@ -0,0 +1,166 @@
1
+ # Generation Steps
2
+
3
+ Complete step-by-step process for generating page plans.
4
+
5
+ ---
6
+
7
+ ## STEP 1: Detect Change Context
8
+
9
+ 1. Determine change ID:
10
+ - Check command argument for change ID
11
+ - If not provided, find most recently modified change in `openspec/changes/`
12
+
13
+ 2. If no change found:
14
+ ```
15
+ ❌ No active change found. Run after OpenSpec generates proposal.md
16
+ ```
17
+ → Stop
18
+
19
+ 3. Set output path: `openspec/changes/{changeId}/page-plan.md`
20
+
21
+ ---
22
+
23
+ ## STEP 2: Read Context Files
24
+
25
+ ### Required Files
26
+ - `openspec/changes/{changeId}/proposal.md`
27
+ - `openspec/changes/{changeId}/tasks.md`
28
+ - `openspec/changes/{changeId}/.claude/phases.md`
29
+ - `design-system/data.yaml`
30
+
31
+ ### User Files
32
+ Extract files with `@` prefix from user message.
33
+
34
+ ### Load Process
35
+ 1. Read all context files
36
+ 2. Join with separator
37
+ 3. Store proposal, tasks, phases separately for analysis
38
+ 4. Extract design tokens from data.yaml:
39
+ - Primary color
40
+ - Spacing scale
41
+ - Component library
42
+ - Shadows
43
+
44
+ ---
45
+
46
+ ## STEP 3: Search Existing Components
47
+
48
+ Search patterns for common components:
49
+ - Navbar/Navigation: `**/{Navbar,Navigation}*.{tsx,jsx,vue}`
50
+ - Footer: `**/{Footer}*.{tsx,jsx,vue}`
51
+ - Sidebar/Drawer: `**/{Sidebar,Drawer}*.{tsx,jsx,vue}`
52
+ - Header: `**/{Header}*.{tsx,jsx,vue}`
53
+
54
+ For each found:
55
+ - Extract component name
56
+ - Store file path
57
+ - Find exported functions
58
+
59
+ ---
60
+
61
+ ## STEP 4: Generate Plan Sections
62
+
63
+ ### 4.1: Component Plan
64
+
65
+ **Reuse Components:**
66
+ ```markdown
67
+ ### 🔄 Reuse Components (Found in codebase)
68
+ - **Navbar**
69
+ - Path: `/components/Navbar.tsx`
70
+ - Usage: `<Navbar />`
71
+ ```
72
+
73
+ **New Shared Components:**
74
+ ```markdown
75
+ ### ✅ Create New Components
76
+ #### Shared Components
77
+ - **Footer**
78
+ - Purpose: Site-wide footer
79
+ - Store at: `/components/Footer.tsx`
80
+ ```
81
+
82
+ **New Specific Components:**
83
+ ```markdown
84
+ #### Page-Specific Components
85
+ - **HeroSection**
86
+ - Purpose: Landing page hero
87
+ - Store at: `/app/landing/HeroSection.tsx`
88
+ ```
89
+
90
+ ### 4.2: Page Structure
91
+
92
+ ```tsx
93
+ <Layout>
94
+ <Navbar /> {/* Reuse */}
95
+ <HeroSection /> {/* New specific */}
96
+ <FeatureGrid /> {/* New specific */}
97
+ <Footer /> {/* New shared */}
98
+ </Layout>
99
+ ```
100
+
101
+ ### 4.3: Layout Wireframe
102
+
103
+ Generate ASCII art for:
104
+ - Desktop (>1024px)
105
+ - Tablet (768-1023px)
106
+ - Mobile (<768px)
107
+
108
+ Include:
109
+ - Container sizes
110
+ - Grid columns
111
+ - Spacing values
112
+
113
+ ### 4.4: Animation Blueprint
114
+
115
+ From data.yaml, define:
116
+ - Button animations (hover, active, loading)
117
+ - Card animations (hover, active)
118
+ - Input animations (focus, error)
119
+ - Navigation animations
120
+ - Modal animations
121
+
122
+ ### 4.5: UI States
123
+
124
+ For each interactive component:
125
+ - Empty state (message + CTA)
126
+ - Loading state (skeleton/spinner)
127
+ - Success state (confirmation)
128
+ - Error state (message + retry)
129
+ - Disabled state (explanation)
130
+
131
+ ### 4.6: Asset Checklist
132
+
133
+ **Images:**
134
+ - Filename, dimensions
135
+ - WebP format
136
+ - Responsive sizes
137
+ - Loading strategy
138
+ - Alt text
139
+
140
+ **Icons:**
141
+ - SVG format preferred
142
+ - Optimization notes
143
+
144
+ ---
145
+
146
+ ## STEP 5: Write Output
147
+
148
+ 1. Write to `openspec/changes/{changeId}/page-plan.md`
149
+
150
+ 2. Report summary:
151
+ ```
152
+ ✅ Page plan generated!
153
+
154
+ 📄 Output: openspec/changes/{changeId}/page-plan.md
155
+
156
+ 📊 Summary:
157
+ - Found components: X (reuse)
158
+ - New shared: Y
159
+ - New specific: Z
160
+ - Assets needed: N
161
+ ```
162
+
163
+ 3. Next steps:
164
+ - Review page-plan.md
165
+ - Prepare assets
166
+ - Run /csetup
@@ -0,0 +1,182 @@
1
+ # Wireframe Patterns
2
+
3
+ ASCII art templates for common page layouts.
4
+
5
+ ---
6
+
7
+ ## Landing Page
8
+
9
+ ### Desktop View (>1024px)
10
+ ```
11
+ ┌────────────────────────────────────────────────────┐
12
+ │ [Logo] [Nav Menu] [CTA Button] │ ← Navbar (h-16)
13
+ ├────────────────────────────────────────────────────┤
14
+ │ │
15
+ │ Hero Section │ ← Full viewport
16
+ │ [Large Headline] │
17
+ │ [Subheadline text] │
18
+ │ [Primary CTA] │
19
+ │ │
20
+ ├────────────────────────────────────────────────────┤
21
+ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
22
+ │ │ Card 1 │ │ Card 2 │ │ Card 3 │ │ ← Features
23
+ │ │ [Icon] │ │ [Icon] │ │ [Icon] │ │ (grid-cols-3)
24
+ │ └──────────┘ └──────────┘ └──────────┘ │
25
+ ├────────────────────────────────────────────────────┤
26
+ │ [Footer Links] [Social Icons] │ ← Footer
27
+ └────────────────────────────────────────────────────┘
28
+ ```
29
+
30
+ ### Tablet View (768-1023px)
31
+ ```
32
+ ┌──────────────────────────────┐
33
+ │ [Logo] [Nav] [☰] │
34
+ ├──────────────────────────────┤
35
+ │ Hero Section │
36
+ │ [Headline] │
37
+ │ [CTA] │
38
+ ├──────────────────────────────┤
39
+ │ ┌──────────┐ ┌──────────┐ │
40
+ │ │ Card 1 │ │ Card 2 │ │ ← grid-cols-2
41
+ │ └──────────┘ └──────────┘ │
42
+ │ ┌──────────┐ │
43
+ │ │ Card 3 │ │
44
+ │ └──────────┘ │
45
+ ├──────────────────────────────┤
46
+ │ Footer (stacked) │
47
+ └──────────────────────────────┘
48
+ ```
49
+
50
+ ### Mobile View (<768px)
51
+ ```
52
+ ┌────────────────┐
53
+ │ [Logo] [☰] │
54
+ ├────────────────┤
55
+ │ Hero │
56
+ │ [Headline] │
57
+ │ [CTA] │
58
+ ├────────────────┤
59
+ │ ┌────────────┐ │
60
+ │ │ Card 1 │ │ ← grid-cols-1
61
+ │ └────────────┘ │
62
+ │ ┌────────────┐ │
63
+ │ │ Card 2 │ │
64
+ │ └────────────┘ │
65
+ ├────────────────┤
66
+ │ Footer │
67
+ └────────────────┘
68
+ ```
69
+
70
+ ---
71
+
72
+ ## Dashboard
73
+
74
+ ### Desktop View
75
+ ```
76
+ ┌─────────────────────────────────────────────────────────────┐
77
+ │ [Logo] [Search] [Notifications] [User] │ ← Top bar
78
+ ├──────────┬──────────────────────────────────────────────────┤
79
+ │ │ │
80
+ │ Sidebar │ Main Content Area │
81
+ │ │ ┌────────────┬────────────┬────────────┐ │
82
+ │ [Nav] │ │ Stat 1 │ Stat 2 │ Stat 3 │ │ ← Stats
83
+ │ [Nav] │ └────────────┴────────────┴────────────┘ │
84
+ │ [Nav] │ │
85
+ │ [Nav] │ ┌─────────────────────────────────────────┐ │
86
+ │ │ │ Chart / Table │ │ ← Main
87
+ │ │ │ │ │
88
+ │ │ └─────────────────────────────────────────┘ │
89
+ │ │ │
90
+ ├──────────┴──────────────────────────────────────────────────┤
91
+ │ Footer (optional) │
92
+ └─────────────────────────────────────────────────────────────┘
93
+ ```
94
+
95
+ ### Mobile View
96
+ ```
97
+ ┌────────────────┐
98
+ │ [☰] [Logo] │
99
+ ├────────────────┤
100
+ │ Stats (stack) │
101
+ │ ┌──────────┐ │
102
+ │ │ Stat 1 │ │
103
+ │ └──────────┘ │
104
+ │ ┌──────────┐ │
105
+ │ │ Stat 2 │ │
106
+ │ └──────────┘ │
107
+ ├────────────────┤
108
+ │ Chart/Table │
109
+ │ (scrollable) │
110
+ ├────────────────┤
111
+ │ [Nav] [Nav] │ ← Bottom nav
112
+ └────────────────┘
113
+ ```
114
+
115
+ ---
116
+
117
+ ## Auth Page (Login/Signup)
118
+
119
+ ### Desktop View
120
+ ```
121
+ ┌─────────────────────────────────────────────────────────────┐
122
+ │ │
123
+ │ ┌───────────────────────┬───────────────────────────┐ │
124
+ │ │ │ │ │
125
+ │ │ Illustration │ Form Card │ │
126
+ │ │ or Branding │ ┌───────────────────┐ │ │
127
+ │ │ │ │ [Logo] │ │ │
128
+ │ │ │ │ [Title] │ │ │
129
+ │ │ │ │ [Input: Email] │ │ │
130
+ │ │ │ │ [Input: Password]│ │ │
131
+ │ │ │ │ [CTA Button] │ │ │
132
+ │ │ │ │ [Link: Forgot] │ │ │
133
+ │ │ │ └───────────────────┘ │ │
134
+ │ │ │ │ │
135
+ │ └───────────────────────┴───────────────────────────┘ │
136
+ │ │
137
+ └─────────────────────────────────────────────────────────────┘
138
+ ```
139
+
140
+ ### Mobile View
141
+ ```
142
+ ┌────────────────┐
143
+ │ │
144
+ │ [Logo] │
145
+ │ │
146
+ │ [Title] │
147
+ │ │
148
+ │ ┌────────────┐ │
149
+ │ │ Email │ │
150
+ │ └────────────┘ │
151
+ │ ┌────────────┐ │
152
+ │ │ Password │ │
153
+ │ └────────────┘ │
154
+ │ │
155
+ │ [Login Button] │
156
+ │ │
157
+ │ [Forgot link] │
158
+ │ [Signup link] │
159
+ │ │
160
+ └────────────────┘
161
+ ```
162
+
163
+ ---
164
+
165
+ ## Spacing Reference
166
+
167
+ | Element | Desktop | Tablet | Mobile |
168
+ |---------|---------|--------|--------|
169
+ | Section padding | py-24 | py-16 | py-12 |
170
+ | Card gaps | gap-6 | gap-4 | gap-4 |
171
+ | Container | max-w-7xl | max-w-3xl | px-4 |
172
+ | Navbar height | h-16 | h-14 | h-14 |
173
+
174
+ ---
175
+
176
+ ## Grid Breakpoints
177
+
178
+ | Breakpoint | Width | Grid |
179
+ |------------|-------|------|
180
+ | Desktop | >1024px | 3+ columns |
181
+ | Tablet | 768-1023px | 2 columns |
182
+ | Mobile | <768px | 1 column |
@@ -0,0 +1,11 @@
1
+ <claude-mem-context>
2
+ # Recent Activity
3
+
4
+ <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
+
6
+ ### Feb 3, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #252 | 11:38 PM | 🔵 | Git status reveals extensive refactoring with skills migration and core context reorganization | ~682 |
11
+ </claude-mem-context>