ima-claude 2.20.0 → 2.26.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 (80) hide show
  1. package/README.md +74 -9
  2. package/dist/cli.js +2 -1
  3. package/package.json +1 -1
  4. package/plugins/ima-claude/.claude-plugin/plugin.json +2 -2
  5. package/plugins/ima-claude/agents/explorer.md +29 -15
  6. package/plugins/ima-claude/agents/implementer.md +58 -13
  7. package/plugins/ima-claude/agents/memory.md +19 -19
  8. package/plugins/ima-claude/agents/reviewer.md +84 -34
  9. package/plugins/ima-claude/agents/tester.md +59 -16
  10. package/plugins/ima-claude/agents/wp-developer.md +66 -21
  11. package/plugins/ima-claude/hooks/bootstrap.sh +42 -44
  12. package/plugins/ima-claude/hooks/prompt_coach_digest.md +14 -17
  13. package/plugins/ima-claude/hooks/prompt_coach_system.md +10 -12
  14. package/plugins/ima-claude/personalities/README.md +17 -6
  15. package/plugins/ima-claude/personalities/enable-efficient.md +61 -0
  16. package/plugins/ima-claude/personalities/enable-terse.md +71 -0
  17. package/plugins/ima-claude/skills/agentic-workflows/SKILL.md +35 -71
  18. package/plugins/ima-claude/skills/architect/SKILL.md +54 -168
  19. package/plugins/ima-claude/skills/compound-bridge/SKILL.md +41 -94
  20. package/plugins/ima-claude/skills/design-to-code/SKILL.md +43 -78
  21. package/plugins/ima-claude/skills/discourse/SKILL.md +79 -194
  22. package/plugins/ima-claude/skills/discourse-admin/SKILL.md +41 -103
  23. package/plugins/ima-claude/skills/docs-organize/SKILL.md +63 -203
  24. package/plugins/ima-claude/skills/ember-discourse/SKILL.md +90 -200
  25. package/plugins/ima-claude/skills/espocrm/SKILL.md +14 -23
  26. package/plugins/ima-claude/skills/espocrm-api/SKILL.md +79 -192
  27. package/plugins/ima-claude/skills/functional-programmer/SKILL.md +33 -237
  28. package/plugins/ima-claude/skills/gh-cli/SKILL.md +26 -65
  29. package/plugins/ima-claude/skills/ima-bootstrap/SKILL.md +71 -104
  30. package/plugins/ima-claude/skills/ima-bootstrap/references/ima-brand.md +32 -22
  31. package/plugins/ima-claude/skills/ima-brand/SKILL.md +18 -23
  32. package/plugins/ima-claude/skills/ima-copywriting/SKILL.md +68 -179
  33. package/plugins/ima-claude/skills/ima-doc2pdf/SKILL.md +32 -102
  34. package/plugins/ima-claude/skills/ima-editorial-scorecard/SKILL.md +38 -63
  35. package/plugins/ima-claude/skills/ima-editorial-workflow/SKILL.md +69 -114
  36. package/plugins/ima-claude/skills/ima-email-creator/SKILL.md +16 -22
  37. package/plugins/ima-claude/skills/ima-forms-expert/SKILL.md +21 -37
  38. package/plugins/ima-claude/skills/ima-git/SKILL.md +81 -0
  39. package/plugins/ima-claude/skills/jira-checkpoint/SKILL.md +39 -120
  40. package/plugins/ima-claude/skills/jquery/SKILL.md +107 -233
  41. package/plugins/ima-claude/skills/js-fp/SKILL.md +75 -296
  42. package/plugins/ima-claude/skills/js-fp-api/SKILL.md +52 -162
  43. package/plugins/ima-claude/skills/js-fp-react/SKILL.md +47 -270
  44. package/plugins/ima-claude/skills/js-fp-vue/SKILL.md +55 -209
  45. package/plugins/ima-claude/skills/js-fp-wordpress/SKILL.md +59 -204
  46. package/plugins/ima-claude/skills/livecanvas/SKILL.md +19 -32
  47. package/plugins/ima-claude/skills/mcp-atlassian/SKILL.md +92 -162
  48. package/plugins/ima-claude/skills/mcp-context7/SKILL.md +32 -64
  49. package/plugins/ima-claude/skills/mcp-gitea/SKILL.md +98 -188
  50. package/plugins/ima-claude/skills/mcp-github/SKILL.md +60 -124
  51. package/plugins/ima-claude/skills/mcp-memory/SKILL.md +1 -177
  52. package/plugins/ima-claude/skills/mcp-qdrant/SKILL.md +58 -115
  53. package/plugins/ima-claude/skills/mcp-sequential/SKILL.md +32 -87
  54. package/plugins/ima-claude/skills/mcp-serena/SKILL.md +54 -80
  55. package/plugins/ima-claude/skills/mcp-tavily/SKILL.md +40 -63
  56. package/plugins/ima-claude/skills/mcp-vestige/SKILL.md +75 -116
  57. package/plugins/ima-claude/skills/php-authnet/SKILL.md +32 -65
  58. package/plugins/ima-claude/skills/php-fp/SKILL.md +50 -129
  59. package/plugins/ima-claude/skills/php-fp-wordpress/SKILL.md +25 -73
  60. package/plugins/ima-claude/skills/phpunit-wp/SKILL.md +103 -463
  61. package/plugins/ima-claude/skills/playwright/SKILL.md +69 -220
  62. package/plugins/ima-claude/skills/prompt-starter/SKILL.md +33 -83
  63. package/plugins/ima-claude/skills/prompt-starter/references/code-review.md +38 -0
  64. package/plugins/ima-claude/skills/py-fp/SKILL.md +78 -384
  65. package/plugins/ima-claude/skills/quasar-fp/SKILL.md +54 -255
  66. package/plugins/ima-claude/skills/quickstart/SKILL.md +7 -11
  67. package/plugins/ima-claude/skills/rails/SKILL.md +63 -184
  68. package/plugins/ima-claude/skills/resume-session/SKILL.md +14 -35
  69. package/plugins/ima-claude/skills/rg/SKILL.md +61 -146
  70. package/plugins/ima-claude/skills/ruby-fp/SKILL.md +66 -163
  71. package/plugins/ima-claude/skills/save-session/SKILL.md +10 -39
  72. package/plugins/ima-claude/skills/scorecard/SKILL.md +42 -40
  73. package/plugins/ima-claude/skills/skill-analyzer/SKILL.md +42 -71
  74. package/plugins/ima-claude/skills/skill-creator/SKILL.md +79 -250
  75. package/plugins/ima-claude/skills/task-master/SKILL.md +11 -31
  76. package/plugins/ima-claude/skills/task-planner/SKILL.md +44 -153
  77. package/plugins/ima-claude/skills/task-runner/SKILL.md +61 -143
  78. package/plugins/ima-claude/skills/unit-testing/SKILL.md +59 -134
  79. package/plugins/ima-claude/skills/wp-ddev/SKILL.md +38 -120
  80. package/plugins/ima-claude/skills/wp-local/SKILL.md +26 -108
@@ -3,90 +3,30 @@ name: "quasar-fp"
3
3
  description: "Quasar Framework best practices with utility-first CSS and FP patterns. Use when working with .vue files in Quasar projects, when creating Vue/Quasar components, or when user mentions Quasar, QBtn, QCard, or utility classes like q-pa-md. Enforces utility-first approach to prevent hand-written CSS for standard properties."
4
4
  ---
5
5
 
6
- # Quasar Framework - Functional Patterns & Utility-First Approach
6
+ # Quasar Framework - Utility-First + FP
7
7
 
8
- ## Core Principles
8
+ **Directive**: Utilities > custom CSS | Components > HTML | Theme system > inline styles
9
9
 
10
- **Primary Directive**: "Utilities > custom CSS | Components > HTML | Theme system > inline styles"
10
+ ## Rules
11
11
 
12
- ### Anti-Over-Engineering for Quasar
13
- - **DO NOT** write custom CSS for spacing, typography, colors, layout (use utilities)
14
- - **DO NOT** reinvent components that Quasar provides (QBtn, QCard, QDialog, etc.)
15
- - **DO NOT** bypass theme system with hardcoded colors or magic numbers
16
- - **DO** use utilities first, custom CSS only for theme-specific brand elements
17
- - **DO** leverage Quasar components for consistent UX and accessibility
18
- - **DO** integrate with theme system via CSS custom properties and SCSS variables
12
+ - Use utility classes for spacing, typography, colors, layout — no custom CSS for these
13
+ - Use Quasar components (QBtn, QCard, QDialog, etc.) don't reinvent them
14
+ - Integrate with theme system via CSS custom properties and SCSS variables
15
+ - Custom CSS only for theme-specific brand elements
19
16
 
20
- ---
21
-
22
- ## Quick Decision Tree
17
+ ## Decision Tree
23
18
 
24
19
  ```
25
20
  Creating new component?
26
- |-- Can Quasar utility classes handle spacing/layout/text?
27
- | |-- YES --> Use utilities (q-pa-*, text-*, row/column)
28
- | |-- NO --> Is this a standard UI pattern?
29
- | |-- YES --> Use Quasar component (QBtn, QCard, QDialog)
30
- | |-- NO --> Custom CSS, but use theme variables
31
- |
32
- |-- Final check: Does custom CSS exceed 20% of total styling?
33
- |-- YES --> Refactor to use more utilities
21
+ ├── Can Quasar utilities handle spacing/layout/text?
22
+ ├── YES Use utilities (q-pa-*, text-*, row/column)
23
+ └── NO Standard UI pattern?
24
+ ├── YES Use Quasar component (QBtn, QCard, QDialog)
25
+ └── NO Custom CSS with theme variables
26
+ └── Does custom CSS exceed 20% of total styling? → Refactor to more utilities
34
27
  ```
35
28
 
36
- ---
37
-
38
- ## Utility-First Pattern
39
-
40
- ### GOOD: Utility-First Approach
41
-
42
- ```vue
43
- <template>
44
- <div class="q-pa-md q-mb-lg rounded-borders">
45
- <h2 class="text-h5 text-weight-bold text-primary q-mb-sm q-mt-none">
46
- Title
47
- </h2>
48
- <p class="text-caption text-grey-7 q-mb-none">
49
- Description text
50
- </p>
51
- <q-toggle
52
- v-model="enabled"
53
- label="Enable Feature"
54
- class="text-weight-medium q-mb-sm"
55
- />
56
- </div>
57
- </template>
58
-
59
- <style scoped lang="scss">
60
- @import '@/styles/theme.scss';
61
-
62
- /* ONLY theme-specific custom styling */
63
- .custom-theme-box {
64
- background-color: rgba($color-brand-primary, 0.05);
65
- border-left: $border-width-thick solid $color-brand-accent;
66
- }
67
- </style>
68
- ```
69
-
70
- ### BAD: Hand-Written CSS for Standard Properties
71
-
72
- ```vue
73
- <!-- DO NOT DO THIS - utilities exist for all of these! -->
74
- <style scoped>
75
- .my-container {
76
- padding: 16px; /* Use q-pa-md */
77
- margin-bottom: 24px; /* Use q-mb-lg */
78
- }
79
- .my-title {
80
- font-size: 1.5rem; /* Use text-h5 */
81
- font-weight: 700; /* Use text-weight-bold */
82
- color: #1976D2; /* Use text-primary */
83
- }
84
- </style>
85
- ```
86
-
87
- ---
88
-
89
- ## Common Anti-Patterns & Fixes
29
+ ## Anti-Patterns & Fixes
90
30
 
91
31
  | Anti-Pattern | Fix |
92
32
  |--------------|-----|
@@ -99,126 +39,33 @@ Creating new component?
99
39
  | `<input>` | `<q-input>` |
100
40
  | Custom card div | `<q-card>` |
101
41
 
102
- ---
103
-
104
- ## When to Use Custom CSS
105
-
106
- Custom CSS is appropriate ONLY for:
107
-
108
- 1. **Theme-Specific Brand Colors:**
109
- ```scss
110
- .prayer-card {
111
- background-color: rgba($color-brand-primary, 0.05);
112
- border-left: $border-width-thick solid $color-brand-accent;
113
- }
114
- ```
115
-
116
- 2. **Unique Design Elements:**
117
- ```scss
118
- .circular-badge {
119
- width: 48px;
120
- height: 48px;
121
- border-radius: 50%;
122
- background-color: $color-brand-primary;
123
- }
124
- ```
125
-
126
- 3. **Custom Font Families:**
127
- ```scss
128
- .prayer-title {
129
- font-family: $font-family-prayer;
130
- }
131
- ```
132
-
133
- 4. **Dark Mode Theme Overrides:**
134
- ```scss
135
- body.body--dark {
136
- .prayer-card {
137
- background-color: rgba($color-brand-primary, 0.15);
138
- }
139
- }
140
- ```
141
-
142
- ---
143
-
144
- ## Settings Panel Pattern
42
+ ## Utility-First Example
145
43
 
146
44
  ```vue
147
- <script setup>
148
- import { useUserPreferences } from '@/composables/useUserPreferences.js';
149
- const userPrefs = useUserPreferences();
150
- </script>
151
-
152
45
  <template>
153
- <q-expansion-item
154
- default-opened
155
- icon="settings"
156
- label="Settings Section"
157
- header-class="text-weight-bold"
158
- >
159
- <div class="q-pa-md">
160
- <div class="q-pa-md q-mb-md rounded-borders bg-grey-1">
161
- <q-toggle
162
- v-model="userPrefs.someOption"
163
- label="Enable Feature"
164
- class="text-weight-medium q-mb-sm"
165
- />
166
- <p class="text-caption text-grey-7 q-pl-sm q-mb-none">
167
- Feature description using Quasar utilities
168
- </p>
169
- </div>
170
- </div>
171
- </q-expansion-item>
46
+ <div class="q-pa-md q-mb-lg rounded-borders">
47
+ <h2 class="text-h5 text-weight-bold text-primary q-mb-sm q-mt-none">Title</h2>
48
+ <p class="text-caption text-grey-7 q-mb-none">Description</p>
49
+ <q-toggle v-model="enabled" label="Enable Feature" class="text-weight-medium q-mb-sm" />
50
+ </div>
172
51
  </template>
173
52
 
174
53
  <style scoped lang="scss">
175
54
  @import '@/styles/theme.scss';
176
-
177
- /* Minimal custom CSS - ONLY for theme brand colors */
178
- .option-box {
179
- background-color: rgba($color-brand-secondary, 0.08);
180
- border-left: $border-width-thick solid $color-brand-primary;
55
+ /* ONLY theme-specific custom styling */
56
+ .custom-theme-box {
57
+ background-color: rgba($color-brand-primary, 0.05);
58
+ border-left: $border-width-thick solid $color-brand-accent;
181
59
  }
182
60
  </style>
183
61
  ```
184
62
 
185
- ---
186
-
187
- ## Page Layout Pattern
188
-
189
- ```vue
190
- <template>
191
- <q-page class="q-pa-md">
192
- <!-- Header with utilities -->
193
- <div class="text-center q-py-lg q-mb-lg page-header">
194
- <h1 class="text-h3 text-weight-bold text-primary q-mb-sm q-mt-none">
195
- Page Title
196
- </h1>
197
- <p class="text-h6 text-italic text-accent q-mb-none">
198
- Subtitle
199
- </p>
200
- </div>
201
-
202
- <!-- Content sections -->
203
- <div class="q-mb-xl">
204
- <h2 class="text-h5 text-weight-bold text-primary q-my-md">
205
- Section Title
206
- </h2>
207
- <!-- Content -->
208
- </div>
209
- </q-page>
210
- </template>
211
-
212
- <style scoped lang="scss">
213
- @import '@/styles/theme.scss';
63
+ ## When Custom CSS Is Appropriate
214
64
 
215
- .page-header {
216
- border-bottom: 2px solid rgba($color-brand-primary, 0.3);
217
- }
218
- </style>
219
- ```
220
-
221
- ---
65
+ 1. Theme-specific brand colors: `rgba($color-brand-primary, 0.05)`
66
+ 2. Unique design elements: circular badges, custom shapes
67
+ 3. Custom font families: `font-family: $font-family-prayer`
68
+ 4. Dark mode theme overrides: `body.body--dark { ... }`
222
69
 
223
70
  ## Composable Integration
224
71
 
@@ -228,8 +75,6 @@ import { computed } from 'vue';
228
75
 
229
76
  export function useThemeAwareStyles() {
230
77
  const $q = useQuasar();
231
-
232
- // Pure function: derive classes from state
233
78
  const containerClasses = computed(() => ({
234
79
  'q-pa-md': true,
235
80
  'q-mb-lg': true,
@@ -237,91 +82,45 @@ export function useThemeAwareStyles() {
237
82
  'bg-grey-1': !$q.dark.isActive,
238
83
  'bg-grey-9': $q.dark.isActive
239
84
  }));
240
-
241
85
  return { containerClasses };
242
86
  }
243
87
  ```
244
88
 
245
- ---
246
-
247
- ## Reference Files
248
-
249
- For detailed information, consult these reference files:
250
-
251
- - **[references/utility-classes.md](references/utility-classes.md)** - Complete utility class reference (spacing, typography, colors, flexbox)
252
- - **[references/component-patterns.md](references/component-patterns.md)** - Quasar component usage patterns (QBtn, QCard, QDialog, etc.)
253
- - **[references/theme-integration.md](references/theme-integration.md)** - Theme system, SCSS variables, CSS custom properties, dark mode
254
-
255
- ---
256
-
257
89
  ## Component Quick Reference
258
90
 
259
- | Need | Use Component | Not HTML |
260
- |------|---------------|----------|
261
- | Button | `<q-btn>` | `<button>` |
262
- | Text input | `<q-input>` | `<input>` |
263
- | Dropdown | `<q-select>` | `<select>` |
264
- | Toggle | `<q-toggle>` | Custom toggle |
265
- | Card | `<q-card>` | `<div class="card">` |
266
- | Modal | `<q-dialog>` | Custom modal |
267
- | Tabs | `<q-tabs>` | Custom tabs |
268
- | List | `<q-list>` + `<q-item>` | `<ul>` + `<li>` |
269
-
270
- ---
91
+ | Need | Component |
92
+ |------|-----------|
93
+ | Button | `<q-btn>` |
94
+ | Text input | `<q-input>` |
95
+ | Dropdown | `<q-select>` |
96
+ | Toggle | `<q-toggle>` |
97
+ | Card | `<q-card>` |
98
+ | Modal | `<q-dialog>` |
99
+ | Tabs | `<q-tabs>` |
100
+ | List | `<q-list>` + `<q-item>` |
271
101
 
272
102
  ## Essential Utility Classes
273
103
 
274
- ### Spacing (8px grid)
275
- - `q-pa-{xs|sm|md|lg|xl}` - Padding all sides (4px, 8px, 16px, 24px, 48px)
276
- - `q-mb-{size}` - Margin bottom
277
- - `q-mt-none` - Remove margin top
104
+ **Spacing (8px grid):** `q-pa-{xs|sm|md|lg|xl}` (4/8/16/24/48px), `q-mb-{size}`, `q-mt-none`
278
105
 
279
- ### Typography
280
- - `text-h1` through `text-h6` - Headings
281
- - `text-body1`, `text-body2`, `text-caption` - Body text
282
- - `text-weight-bold`, `text-weight-medium` - Font weight
283
- - `text-italic`, `text-uppercase` - Text style
106
+ **Typography:** `text-h1`–`text-h6`, `text-body1`, `text-body2`, `text-caption`, `text-weight-bold`, `text-weight-medium`, `text-italic`, `text-uppercase`
284
107
 
285
- ### Colors
286
- - `text-primary`, `text-secondary`, `text-accent` - Brand colors
287
- - `text-grey-7` - Muted text
288
- - `bg-grey-1` - Light background
108
+ **Colors:** `text-primary`, `text-secondary`, `text-accent`, `text-grey-7`, `bg-grey-1`
289
109
 
290
- ### Layout
291
- - `row`, `column` - Flex containers
292
- - `items-center`, `justify-between` - Alignment
293
- - `col`, `col-auto` - Flex items
110
+ **Layout:** `row`, `column`, `items-center`, `justify-between`, `col`, `col-auto`
294
111
 
295
- ---
296
-
297
- ## Success Metrics
112
+ ## Targets
298
113
 
299
- Target values for components using this skill:
300
- - Utility usage: 80%+ (utilities vs custom CSS)
301
- - CSS reduction: 30-50% compared to hand-written
302
- - Quasar component usage: 90%+ (vs raw HTML)
114
+ - Utility usage: 80%+ vs custom CSS
115
+ - Quasar component usage: 90%+ vs raw HTML
303
116
  - Theme integration: 100% (no hardcoded colors)
304
- - Dark mode support: Automatic via theme system
305
-
306
- ---
307
-
308
- ## Integration
117
+ - Dark mode: automatic via theme system
309
118
 
310
- ### Dependencies
311
- - Requires: `js-fp-vue` (Vue 3 FP patterns)
119
+ ## References
312
120
 
313
- ### Context7 Integration
314
- Query Quasar docs when user asks about specific components or configuration:
315
- ```javascript
316
- resolveLibraryId({ libraryName: 'quasar', query: 'QTable pagination' })
317
- ```
318
-
319
- ### Official Documentation
320
- - Main: https://quasar.dev
321
- - Utilities: https://quasar.dev/style/spacing
322
- - Components: https://quasar.dev/vue-components
323
-
324
- ---
121
+ - **[references/utility-classes.md](references/utility-classes.md)** — Complete utility class reference
122
+ - **[references/component-patterns.md](references/component-patterns.md)** Component usage patterns
123
+ - **[references/theme-integration.md](references/theme-integration.md)** — SCSS variables, dark mode
325
124
 
326
- **Framework Version**: Quasar v2 + Vue 3
327
- **Status**: Production-ready
125
+ Requires: `js-fp-vue` | Framework: Quasar v2 + Vue 3
126
+ Docs: https://quasar.dev | https://quasar.dev/style/spacing | https://quasar.dev/vue-components
@@ -7,7 +7,7 @@ description: "Team cheat sheet — scannable reference of the most common ima-cl
7
7
 
8
8
  ## Instructions
9
9
 
10
- **Display the entire cheat sheet below directly to the user.** Output it as-is in your response. Do not summarize, do not run any tools, do not perform memory bootstrap. Just print the cheat sheet.
10
+ Display the entire cheat sheet below directly. Do not summarize, run tools, or perform memory bootstrap.
11
11
 
12
12
  ---
13
13
 
@@ -24,24 +24,20 @@ Memory bootstrap runs automatically at session start (Vestige search + intention
24
24
 
25
25
  ## IMA Workflow
26
26
 
27
- Habit-driven, not tool-enforced. Six steps:
28
-
29
27
  | Step | Where | Command / Action |
30
28
  |------|-------|-----------------|
31
- | **1. Brainstorm** | Claude Web Project | Ideate, flush out concept into a plan |
29
+ | **1. Brainstorm** | Claude Web Project | Ideate, flush concept into plan |
32
30
  | **2. Plan** | Claude Code — Plan Mode | `/plan` or ask Claude to enter Plan Mode |
33
31
  | **3. Implement** | Claude Code | "Break this into tasks" (triggers `task-master`) |
34
32
  | **4. Test** | Claude Code + manual | Unit tests + human testing |
35
33
  | **5. Review** | Fresh Claude Code terminal | `/ima-claude:scorecard` + targeted reviews |
36
34
  | **6. Document** | Confluence / Jira / MCP memory | Update Qdrant, Serena, Vestige, Markdowns |
37
35
 
38
- Review findings may cycle back to any earlier step.
39
-
40
36
  ---
41
37
 
42
38
  ## Writing Code
43
39
 
44
- FP skills auto-activate by file type — just start coding.
40
+ FP skills auto-activate by file type.
45
41
 
46
42
  | Context | Skill |
47
43
  |---------|-------|
@@ -67,7 +63,7 @@ Core rule: **Simple > Complex. No custom FP utilities. Native patterns.**
67
63
  | What | Command |
68
64
  |------|---------|
69
65
  | Project quality scorecard | `/ima-claude:scorecard` |
70
- | Full multi-agent review (Compound Engineering) | `/workflows:review` |
66
+ | Full multi-agent review | `/workflows:review` |
71
67
  | Organize docs | `docs-organize` skill (Active/Archive/Transient tiers) |
72
68
 
73
69
  ---
@@ -78,8 +74,8 @@ Core rule: **Simple > Complex. No custom FP utilities. Native patterns.**
78
74
  |------|---------|
79
75
  | Update cross-session knowledge | Vestige (`smart_ingest`) |
80
76
  | Store large docs / plans | Qdrant (`mcp-qdrant`) |
81
- | Document a solved problem (Compound Engineering) | `/workflows:compound` |
82
- | Organize docs | `docs-organize` skill (Active/Archive/Transient tiers) |
77
+ | Document solved problem | `/workflows:compound` |
78
+ | Organize docs | `docs-organize` skill |
83
79
 
84
80
  ---
85
81
 
@@ -104,7 +100,7 @@ Core rule: **Simple > Complex. No custom FP utilities. Native patterns.**
104
100
  | PRDs, plans, large docs | **Qdrant** (semantic search, local RAG) |
105
101
  | Session state (current task, WIP) | **Serena** (`/ima-claude:save-session`) |
106
102
 
107
- Vestige stores automatically when you say "I prefer...", "Let's go with...", "From now on..."
103
+ Vestige stores automatically on "I prefer...", "Let's go with...", "From now on..."
108
104
 
109
105
  ---
110
106