@atlashub/smartstack-cli 1.5.0 → 1.5.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 (159) hide show
  1. package/.documentation/agents.html +920 -916
  2. package/.documentation/apex.html +1022 -1018
  3. package/.documentation/business-analyse.html +1505 -1501
  4. package/.documentation/commands.html +684 -680
  5. package/.documentation/css/styles.css +2168 -2168
  6. package/.documentation/efcore.html +2509 -2505
  7. package/.documentation/gitflow.html +2622 -2618
  8. package/.documentation/hooks.html +417 -413
  9. package/.documentation/index.html +327 -323
  10. package/.documentation/init.html +565 -0
  11. package/.documentation/installation.html +548 -462
  12. package/.documentation/js/app.js +794 -794
  13. package/.documentation/ralph-loop.html +534 -530
  14. package/.documentation/test-web.html +517 -513
  15. package/config/default-config.json +86 -86
  16. package/config/settings.json +53 -53
  17. package/config/settings.local.example.json +16 -16
  18. package/dist/index.js +18 -8
  19. package/dist/index.js.map +1 -1
  20. package/package.json +88 -88
  21. package/templates/agents/action.md +36 -36
  22. package/templates/agents/efcore/conflicts.md +84 -84
  23. package/templates/agents/efcore/db-deploy.md +51 -51
  24. package/templates/agents/efcore/db-reset.md +59 -59
  25. package/templates/agents/efcore/db-seed.md +56 -56
  26. package/templates/agents/efcore/db-status.md +64 -64
  27. package/templates/agents/efcore/migration.md +85 -85
  28. package/templates/agents/efcore/rebase-snapshot.md +62 -62
  29. package/templates/agents/efcore/scan.md +90 -90
  30. package/templates/agents/efcore/squash.md +67 -67
  31. package/templates/agents/explore-codebase.md +65 -65
  32. package/templates/agents/explore-docs.md +97 -97
  33. package/templates/agents/fix-grammar.md +49 -49
  34. package/templates/agents/gitflow/abort.md +45 -45
  35. package/templates/agents/gitflow/cleanup.md +85 -85
  36. package/templates/agents/gitflow/commit.md +40 -40
  37. package/templates/agents/gitflow/exec.md +48 -48
  38. package/templates/agents/gitflow/finish.md +92 -92
  39. package/templates/agents/gitflow/init.md +139 -139
  40. package/templates/agents/gitflow/merge.md +62 -62
  41. package/templates/agents/gitflow/plan.md +42 -42
  42. package/templates/agents/gitflow/pr.md +78 -78
  43. package/templates/agents/gitflow/review.md +49 -49
  44. package/templates/agents/gitflow/start.md +61 -61
  45. package/templates/agents/gitflow/status.md +32 -32
  46. package/templates/agents/snipper.md +36 -36
  47. package/templates/agents/websearch.md +46 -46
  48. package/templates/commands/_resources/formatting-guide.md +124 -124
  49. package/templates/commands/ai-prompt.md +315 -315
  50. package/templates/commands/apex/1-analyze.md +100 -100
  51. package/templates/commands/apex/2-plan.md +145 -145
  52. package/templates/commands/apex/3-execute.md +171 -171
  53. package/templates/commands/apex/4-examine.md +116 -116
  54. package/templates/commands/apex/5-tasks.md +209 -209
  55. package/templates/commands/apex.md +76 -76
  56. package/templates/commands/application/create.md +362 -362
  57. package/templates/commands/application/templates-backend.md +463 -463
  58. package/templates/commands/application/templates-frontend.md +517 -517
  59. package/templates/commands/application/templates-i18n.md +478 -478
  60. package/templates/commands/application/templates-seed.md +362 -362
  61. package/templates/commands/application.md +303 -303
  62. package/templates/commands/business-analyse/0-orchestrate.md +640 -640
  63. package/templates/commands/business-analyse/1-init.md +269 -269
  64. package/templates/commands/business-analyse/2-discover.md +520 -520
  65. package/templates/commands/business-analyse/3-analyse.md +408 -408
  66. package/templates/commands/business-analyse/4-specify.md +598 -598
  67. package/templates/commands/business-analyse/5-validate.md +326 -326
  68. package/templates/commands/business-analyse/6-handoff.md +746 -746
  69. package/templates/commands/business-analyse/7-doc-html.md +602 -602
  70. package/templates/commands/business-analyse/bug.md +325 -325
  71. package/templates/commands/business-analyse/change-request.md +368 -368
  72. package/templates/commands/business-analyse/hotfix.md +200 -200
  73. package/templates/commands/business-analyse.md +640 -640
  74. package/templates/commands/controller/create.md +216 -216
  75. package/templates/commands/controller/postman-templates.md +528 -528
  76. package/templates/commands/controller/templates.md +600 -600
  77. package/templates/commands/controller.md +337 -337
  78. package/templates/commands/create/agent.md +138 -138
  79. package/templates/commands/create/command.md +166 -166
  80. package/templates/commands/create/hook.md +234 -234
  81. package/templates/commands/create/plugin.md +329 -329
  82. package/templates/commands/create/project.md +507 -507
  83. package/templates/commands/create/skill.md +199 -199
  84. package/templates/commands/create.md +220 -220
  85. package/templates/commands/debug.md +95 -95
  86. package/templates/commands/documentation/module.md +202 -202
  87. package/templates/commands/documentation/templates.md +432 -432
  88. package/templates/commands/documentation.md +190 -190
  89. package/templates/commands/efcore/_env-check.md +153 -153
  90. package/templates/commands/efcore/conflicts.md +186 -186
  91. package/templates/commands/efcore/db-deploy.md +193 -193
  92. package/templates/commands/efcore/db-reset.md +426 -426
  93. package/templates/commands/efcore/db-seed.md +326 -326
  94. package/templates/commands/efcore/db-status.md +226 -226
  95. package/templates/commands/efcore/migration.md +400 -400
  96. package/templates/commands/efcore/rebase-snapshot.md +264 -264
  97. package/templates/commands/efcore/scan.md +198 -198
  98. package/templates/commands/efcore/squash.md +298 -298
  99. package/templates/commands/efcore.md +224 -224
  100. package/templates/commands/epct.md +69 -69
  101. package/templates/commands/explain.md +186 -186
  102. package/templates/commands/explore.md +45 -45
  103. package/templates/commands/feature-full.md +267 -267
  104. package/templates/commands/gitflow/1-init.md +1038 -1038
  105. package/templates/commands/gitflow/10-start.md +768 -768
  106. package/templates/commands/gitflow/11-finish.md +457 -457
  107. package/templates/commands/gitflow/12-cleanup.md +276 -276
  108. package/templates/commands/gitflow/13-sync.md +216 -216
  109. package/templates/commands/gitflow/14-rebase.md +251 -251
  110. package/templates/commands/gitflow/2-status.md +277 -277
  111. package/templates/commands/gitflow/3-commit.md +344 -344
  112. package/templates/commands/gitflow/4-plan.md +145 -145
  113. package/templates/commands/gitflow/5-exec.md +147 -147
  114. package/templates/commands/gitflow/6-abort.md +344 -344
  115. package/templates/commands/gitflow/7-pull-request.md +453 -355
  116. package/templates/commands/gitflow/8-review.md +240 -176
  117. package/templates/commands/gitflow/9-merge.md +451 -365
  118. package/templates/commands/gitflow.md +128 -128
  119. package/templates/commands/implement.md +663 -663
  120. package/templates/commands/init.md +567 -562
  121. package/templates/commands/mcp-integration.md +330 -330
  122. package/templates/commands/notification.md +129 -129
  123. package/templates/commands/oneshot.md +57 -57
  124. package/templates/commands/quick-search.md +72 -72
  125. package/templates/commands/ralph-loop/cancel-ralph.md +18 -18
  126. package/templates/commands/ralph-loop/help.md +126 -126
  127. package/templates/commands/ralph-loop/ralph-loop.md +18 -18
  128. package/templates/commands/review.md +106 -106
  129. package/templates/commands/utils/test-web-config.md +160 -160
  130. package/templates/commands/utils/test-web.md +151 -151
  131. package/templates/commands/validate.md +233 -233
  132. package/templates/commands/workflow.md +193 -193
  133. package/templates/gitflow/config.json +138 -138
  134. package/templates/hooks/ef-migration-check.md +139 -139
  135. package/templates/hooks/hooks.json +25 -25
  136. package/templates/hooks/stop-hook.sh +177 -177
  137. package/templates/skills/ai-prompt/SKILL.md +778 -778
  138. package/templates/skills/application/SKILL.md +563 -563
  139. package/templates/skills/application/templates-backend.md +450 -450
  140. package/templates/skills/application/templates-frontend.md +531 -531
  141. package/templates/skills/application/templates-i18n.md +520 -520
  142. package/templates/skills/application/templates-seed.md +647 -647
  143. package/templates/skills/business-analyse/SKILL.md +191 -191
  144. package/templates/skills/business-analyse/questionnaire.md +283 -283
  145. package/templates/skills/business-analyse/templates-frd.md +477 -477
  146. package/templates/skills/business-analyse/templates-react.md +580 -580
  147. package/templates/skills/controller/SKILL.md +240 -240
  148. package/templates/skills/controller/postman-templates.md +614 -614
  149. package/templates/skills/controller/templates.md +1468 -1468
  150. package/templates/skills/documentation/SKILL.md +133 -133
  151. package/templates/skills/documentation/templates.md +476 -476
  152. package/templates/skills/feature-full/SKILL.md +838 -838
  153. package/templates/skills/notification/SKILL.md +555 -555
  154. package/templates/skills/ui-components/SKILL.md +870 -870
  155. package/templates/skills/workflow/SKILL.md +582 -582
  156. package/templates/test-web/api-health.json +38 -38
  157. package/templates/test-web/minimal.json +19 -19
  158. package/templates/test-web/npm-package.json +46 -46
  159. package/templates/test-web/seo-check.json +54 -54
@@ -1,916 +1,920 @@
1
- <!DOCTYPE html>
2
- <html lang="fr">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Agents - SmartStack CLI</title>
7
- <link rel="stylesheet" href="css/styles.css">
8
- </head>
9
- <body>
10
- <div class="app-container">
11
- <!-- Global Header (single unified element) -->
12
- <header class="global-header">
13
- <div class="logo">SS</div>
14
- <span class="site-title">SmartStack CLI</span>
15
- <span class="version-badge">v1.4.0</span>
16
- <div class="header-divider"></div>
17
- <span class="page-title" data-lang="fr">Agents Spécialisés</span>
18
- <span class="page-title" data-lang="en">Specialized Agents</span>
19
- <nav class="breadcrumb">
20
- <a href="index.html">
21
- <span data-lang="fr">Accueil</span>
22
- <span data-lang="en">Home</span>
23
- </a>
24
- <span class="breadcrumb-separator">&#8250;</span>
25
- <span data-lang="fr">Outils</span>
26
- <span data-lang="en">Tools</span>
27
- <span class="breadcrumb-separator">&#8250;</span>
28
- <span class="breadcrumb-current">Agents</span>
29
- </nav>
30
- <!-- Language Select -->
31
- <select class="lang-select" id="lang-select" onchange="setLanguage(this.value); localStorage.setItem('doc-language', this.value);">
32
- <option value="fr">🇫🇷 FR</option>
33
- <option value="en">🇬🇧 EN</option>
34
- </select>
35
- <!-- Search -->
36
- <div class="header-search">
37
- <div class="search-input-wrapper">
38
- <span class="search-icon">&#128269;</span>
39
- <input type="text" id="search-input" class="search-input" placeholder="Rechercher..." data-placeholder-fr="Rechercher..." data-placeholder-en="Search..." autocomplete="off">
40
- <span class="search-shortcut">Ctrl+K</span>
41
- </div>
42
- <div id="search-results" class="search-results"></div>
43
- </div>
44
- </header>
45
-
46
- <!-- App Body -->
47
- <div class="app-body">
48
- <!-- Sidebar -->
49
- <aside class="sidebar">
50
- <button class="sidebar-toggle" title="Toggle sidebar">
51
- <span class="toggle-icon-collapse">&#171;</span>
52
- <span class="toggle-icon-expand">&#187;</span>
53
- </button>
54
-
55
- <nav class="sidebar-nav">
56
- <div class="nav-section">
57
- <div class="nav-section-title">
58
- <span data-lang="fr">Demarrage</span>
59
- <span data-lang="en">Getting Started</span>
60
- </div>
61
- <a href="index.html" class="nav-item">
62
- <span class="icon">&#127968;</span>
63
- <span class="nav-text" data-lang="fr">Accueil</span>
64
- <span class="nav-text" data-lang="en">Home</span>
65
- </a>
66
- <a href="installation.html" class="nav-item">
67
- <span class="icon">&#128230;</span>
68
- <span class="nav-text">Installation</span>
69
- </a>
70
- </div>
71
-
72
- <div class="nav-section">
73
- <div class="nav-section-title">Workflows</div>
74
- <a href="gitflow.html" class="nav-item">
75
- <span class="icon">&#128256;</span>
76
- <span class="nav-text">GitFlow</span>
77
- </a>
78
- <a href="efcore.html" class="nav-item">
79
- <span class="icon">&#128452;</span>
80
- <span class="nav-text">EF Core</span>
81
- </a>
82
- <a href="apex.html" class="nav-item">
83
- <span class="icon">&#127919;</span>
84
- <span class="nav-text">APEX</span>
85
- </a>
86
- <a href="business-analyse.html" class="nav-item">
87
- <span class="icon">&#128202;</span>
88
- <span class="nav-text">Business Analyse</span>
89
- </a>
90
- <a href="ralph-loop.html" class="nav-item">
91
- <span class="icon">&#128260;</span>
92
- <span class="nav-text">Ralph Loop</span>
93
- </a>
94
- </div>
95
-
96
- <div class="nav-section">
97
- <div class="nav-section-title">
98
- <span data-lang="fr">Outils</span>
99
- <span data-lang="en">Tools</span>
100
- </div>
101
- <a href="agents.html" class="nav-item active">
102
- <span class="icon">&#129302;</span>
103
- <span class="nav-text">Agents</span>
104
- </a>
105
- <a href="commands.html" class="nav-item">
106
- <span class="icon">&#9889;</span>
107
- <span class="nav-text" data-lang="fr">Commandes</span>
108
- <span class="nav-text" data-lang="en">Commands</span>
109
- </a>
110
- <a href="hooks.html" class="nav-item">
111
- <span class="icon">&#128279;</span>
112
- <span class="nav-text">Hooks</span>
113
- </a>
114
- <a href="test-web.html" class="nav-item">
115
- <span class="icon">&#127760;</span>
116
- <span class="nav-text">Test Web</span>
117
- </a>
118
- </div>
119
- </nav>
120
-
121
- </aside>
122
-
123
- <!-- Main Content -->
124
- <main class="main-content">
125
- <div class="content content-wide">
126
- <!-- Introduction -->
127
- <section id="introduction">
128
- <p data-lang="fr">
129
- Claude Tools fournit des agents specialises qui peuvent etre lances en parallele pour accelerer le developpement. Ces agents sont optimises pour des taches specifiques et utilisent le modele Haiku pour une execution rapide et economique.
130
- </p>
131
- <p data-lang="en">
132
- Claude Tools provides specialized agents that can be launched in parallel to accelerate development. These agents are optimized for specific tasks and use the Haiku model for fast and cost-effective execution.
133
- </p>
134
-
135
- <div class="alert alert-info">
136
- <span class="alert-icon">&#128161;</span>
137
- <div class="alert-content">
138
- <h5 data-lang="fr">Execution parallele</h5>
139
- <h5 data-lang="en">Parallel Execution</h5>
140
- <p data-lang="fr">
141
- Les agents peuvent etre lances simultanement pour collecter des informations de plusieurs sources en meme temps.
142
- </p>
143
- <p data-lang="en">
144
- Agents can be launched simultaneously to collect information from multiple sources at the same time.
145
- </p>
146
- </div>
147
- </div>
148
- </section>
149
-
150
- <!-- Agent: explore-codebase -->
151
- <section id="explore-codebase">
152
- <h2>explore-codebase</h2>
153
-
154
- <div class="command-card">
155
- <div class="command-header">
156
- <code class="command-name">explore-codebase</code>
157
- <span class="tag tag-agent">Agent</span>
158
- <span class="tag" style="background: #eab308; color: #000;">Haiku</span>
159
- </div>
160
- <div class="command-body">
161
- <p data-lang="fr">
162
- Agent d'exploration du codebase. Trouve les implementations similaires, patterns et conventions existants dans votre projet.
163
- </p>
164
- <p data-lang="en">
165
- Codebase exploration agent. Finds similar implementations, patterns and existing conventions in your project.
166
- </p>
167
-
168
- <h4 data-lang="fr">Cas d'utilisation</h4>
169
- <h4 data-lang="en">Use Cases</h4>
170
- <div class="feature-grid">
171
- <div class="feature-item">
172
- <span class="feature-icon">&#128269;</span>
173
- <span class="feature-text" data-lang="fr">Trouver des implementations similaires a suivre comme exemple</span>
174
- <span class="feature-text" data-lang="en">Find similar implementations to follow as examples</span>
175
- </div>
176
- <div class="feature-item">
177
- <span class="feature-icon">&#128193;</span>
178
- <span class="feature-text" data-lang="fr">Localiser les fichiers a modifier</span>
179
- <span class="feature-text" data-lang="en">Locate files to modify</span>
180
- </div>
181
- <div class="feature-item">
182
- <span class="feature-icon">&#128736;</span>
183
- <span class="feature-text" data-lang="fr">Identifier les patterns et conventions existants</span>
184
- <span class="feature-text" data-lang="en">Identify existing patterns and conventions</span>
185
- </div>
186
- <div class="feature-item">
187
- <span class="feature-icon">&#129520;</span>
188
- <span class="feature-text" data-lang="fr">Decouvrir les utilitaires et helpers reutilisables</span>
189
- <span class="feature-text" data-lang="en">Discover reusable utilities and helpers</span>
190
- </div>
191
- </div>
192
-
193
- <details class="template-section">
194
- <summary>
195
- <h4 style="display: inline; margin: 0;">
196
- <span data-lang="fr">Template Prompt</span>
197
- <span data-lang="en">Prompt Template</span>
198
- </h4>
199
- <span class="template-badge">explore-codebase.md</span>
200
- </summary>
201
- <div class="template-content">
202
- <p class="template-path">
203
- <code>templates/agents/explore-codebase.md</code>
204
- </p>
205
- <div class="code-block template-code">
206
- <button class="copy-btn">Copy</button>
207
- <pre><code>---
208
- name: explore-codebase
209
- description: Use this agent whenever you need to explore the codebase to implement a feature.
210
- color: yellow
211
- model: haiku
212
- ---
213
-
214
- You are a codebase exploration specialist. Your only job is to find and present ALL relevant code and logic for the requested feature.
215
-
216
- ## Search Strategy
217
-
218
- 1. Start with broad searches using `Grep` to find entry points
219
- 2. Use parallel searches for multiple related keywords
220
- 3. Read files completely with `Read` to understand context
221
- 4. Follow import chains to discover dependencies
222
-
223
- ## What to Find
224
-
225
- - Existing similar features or patterns
226
- - Related functions, classes, components
227
- - Configuration and setup files
228
- - Database schemas and models
229
- - API endpoints and routes
230
- - Tests showing usage examples
231
- - Utility functions that might be reused
232
-
233
- ## Output Format
234
-
235
- **CRITICAL**: Output all findings directly in your response. NEVER create markdown files.
236
-
237
- ### Relevant Files Found
238
-
239
- For each file:
240
-
241
- ```
242
- Path: /full/path/to/file.ext
243
- Purpose: [One line description]
244
- Key Code:
245
- - Lines X-Y: [Actual code or logic description]
246
- - Line Z: [Function/class definition]
247
- Related to: [How it connects to the feature]
248
- ```
249
-
250
- ### Code Patterns & Conventions
251
-
252
- - List discovered patterns (naming, structure, frameworks)
253
- - Note existing approaches that should be followed
254
-
255
- ### Dependencies & Connections
256
-
257
- - Import relationships between files
258
- - External libraries used
259
- - API integrations found
260
-
261
- ## Priority
262
-
263
- Thoroughness > Speed. Find everything relevant.</code></pre>
264
- </div>
265
- </div>
266
- </details>
267
- </div>
268
- </div>
269
- </section>
270
-
271
- <!-- Agent: explore-docs -->
272
- <section id="explore-docs">
273
- <h2>explore-docs</h2>
274
-
275
- <div class="command-card">
276
- <div class="command-header">
277
- <code class="command-name">explore-docs</code>
278
- <span class="tag tag-agent">Agent</span>
279
- <span class="tag" style="background: #eab308; color: #000;">Haiku</span>
280
- </div>
281
- <div class="command-body">
282
- <p data-lang="fr">
283
- Agent d'exploration de documentation. Recherche dans la documentation des librairies pour les APIs, best practices et exemples de code.
284
- </p>
285
- <p data-lang="en">
286
- Documentation exploration agent. Searches library documentation for APIs, best practices and code examples.
287
- </p>
288
-
289
- <h4 data-lang="fr">Cas d'utilisation</h4>
290
- <h4 data-lang="en">Use Cases</h4>
291
- <div class="feature-grid">
292
- <div class="feature-item">
293
- <span class="feature-icon">&#128218;</span>
294
- <span class="feature-text" data-lang="fr">Rechercher les APIs et patterns d'une librairie</span>
295
- <span class="feature-text" data-lang="en">Search library APIs and patterns</span>
296
- </div>
297
- <div class="feature-item">
298
- <span class="feature-icon">&#127942;</span>
299
- <span class="feature-text" data-lang="fr">Trouver les best practices officielles</span>
300
- <span class="feature-text" data-lang="en">Find official best practices</span>
301
- </div>
302
- <div class="feature-item">
303
- <span class="feature-icon">&#128187;</span>
304
- <span class="feature-text" data-lang="fr">Obtenir des exemples de code de la documentation</span>
305
- <span class="feature-text" data-lang="en">Get code examples from documentation</span>
306
- </div>
307
- </div>
308
-
309
- <details class="template-section">
310
- <summary>
311
- <h4 style="display: inline; margin: 0;">
312
- <span data-lang="fr">Template Prompt</span>
313
- <span data-lang="en">Prompt Template</span>
314
- </h4>
315
- <span class="template-badge">explore-docs.md</span>
316
- </summary>
317
- <div class="template-content">
318
- <p class="template-path">
319
- <code>templates/agents/explore-docs.md</code>
320
- </p>
321
- <div class="code-block template-code">
322
- <button class="copy-btn">Copy</button>
323
- <pre><code>---
324
- name: explore-docs
325
- description: Use this agent IMMEDIATELY when the user asks about library features, implementation methods, "how to do X with Y library", documentation searches, or ANY question about using/implementing specific libraries or frameworks
326
- color: yellow
327
- model: haiku
328
- ---
329
-
330
- You are a documentation exploration specialist. Your mission is to retrieve precise, actionable documentation with code examples.
331
-
332
- ## Search Strategy
333
-
334
- **Primary**: Use Context7 for library-specific documentation
335
-
336
- - Resolve library ID first with `mcp__context7__resolve-library-id`
337
- - Fetch targeted docs with `mcp__context7__get-library-docs`
338
- - Focus on specific topics when provided
339
-
340
- **Fallback**: Use WebSearch + WebFetch for official documentation
341
-
342
- - Search for official docs, API references, guides
343
- - Target authoritative sources (official websites, GitHub repos)
344
-
345
- ## Data Processing
346
-
347
- **Filter for essentials**:
348
-
349
- - Code examples and usage patterns
350
- - API specifications and method signatures
351
- - Configuration options and parameters
352
- - Error handling patterns
353
- - Best practices and common pitfalls
354
-
355
- **Eliminate noise**:
356
-
357
- - Marketing content and introductions
358
- - Redundant explanations
359
- - Outdated or deprecated information
360
-
361
- ## Output Format
362
-
363
- **CRITICAL**: Output all findings directly in your response. NEVER create markdown files.
364
-
365
- ### Library: [Name/Version]
366
-
367
- ### Key Concepts
368
- - [Essential concept]: [Brief explanation with context]
369
-
370
- ### Code Examples
371
- ```language
372
- // [Real-world example with full context]
373
- // Include imports, setup, and actual usage
374
- ```
375
-
376
- ### API Reference
377
- - `method(params: Type)`: [Purpose, parameters, return type, example]
378
-
379
- ## Priority
380
-
381
- Actionable code examples > API specs > Configuration > Theory.</code></pre>
382
- </div>
383
- </div>
384
- </details>
385
- </div>
386
- </div>
387
- </section>
388
-
389
- <!-- Agent: websearch -->
390
- <section id="websearch">
391
- <h2>websearch</h2>
392
-
393
- <div class="command-card">
394
- <div class="command-header">
395
- <code class="command-name">websearch</code>
396
- <span class="tag tag-agent">Agent</span>
397
- <span class="tag" style="background: #eab308; color: #000;">Haiku</span>
398
- </div>
399
- <div class="command-body">
400
- <p data-lang="fr">
401
- Agent de recherche web rapide. Trouve des informations sur le web de maniere precise et rapide.
402
- </p>
403
- <p data-lang="en">
404
- Quick web search agent. Finds information on the web quickly and accurately.
405
- </p>
406
-
407
- <h4 data-lang="fr">Cas d'utilisation</h4>
408
- <h4 data-lang="en">Use Cases</h4>
409
- <div class="feature-grid">
410
- <div class="feature-item">
411
- <span class="feature-icon">&#127760;</span>
412
- <span class="feature-text" data-lang="fr">Rechercher les dernieres approches et solutions</span>
413
- <span class="feature-text" data-lang="en">Research latest approaches and solutions</span>
414
- </div>
415
- <div class="feature-item">
416
- <span class="feature-icon">&#128101;</span>
417
- <span class="feature-text" data-lang="fr">Trouver des exemples de la communaute</span>
418
- <span class="feature-text" data-lang="en">Find community examples</span>
419
- </div>
420
- <div class="feature-item">
421
- <span class="feature-icon">&#127959;</span>
422
- <span class="feature-text" data-lang="fr">Obtenir des informations architecturales</span>
423
- <span class="feature-text" data-lang="en">Get architectural guidance</span>
424
- </div>
425
- </div>
426
-
427
- <details class="template-section">
428
- <summary>
429
- <h4 style="display: inline; margin: 0;">
430
- <span data-lang="fr">Template Prompt</span>
431
- <span data-lang="en">Prompt Template</span>
432
- </h4>
433
- <span class="template-badge">websearch.md</span>
434
- </summary>
435
- <div class="template-content">
436
- <p class="template-path">
437
- <code>templates/agents/websearch.md</code>
438
- </p>
439
- <div class="code-block template-code">
440
- <button class="copy-btn">Copy</button>
441
- <pre><code>---
442
- name: websearch
443
- description: Use this agent when you need to make a quick web search.
444
- color: yellow
445
- tools: WebSearch, WebFetch
446
- model: haiku
447
- ---
448
-
449
- You are a rapid web search specialist. Find accurate information fast.
450
-
451
- ## Workflow
452
-
453
- 1. **Search**: Use `WebSearch` with precise keywords
454
- 2. **Fetch**: Use `WebFetch` for most relevant results
455
- 3. **Summarize**: Extract key information concisely
456
-
457
- ## Search Best Practices
458
-
459
- - Focus on authoritative sources (official docs, trusted sites)
460
- - Skip redundant information
461
- - Use specific keywords rather than vague terms
462
- - Prioritize recent information when relevant
463
-
464
- ## Output Format
465
-
466
- **CRITICAL**: Output all findings directly in your response. NEVER create markdown files.
467
-
468
- &lt;summary&gt;
469
- [Clear, concise answer to the query]
470
- &lt;/summary&gt;
471
-
472
- &lt;key-points&gt;
473
- [Most important fact]
474
- • [Second important fact]
475
- • [Additional relevant info]
476
- &lt;/key-points&gt;
477
-
478
- &lt;sources&gt;
479
- 1. [Title](URL) - Brief description
480
- 2. [Title](URL) - What it contains
481
- &lt;/sources&gt;
482
-
483
- ## Priority
484
-
485
- Accuracy > Speed. Get the right answer quickly.</code></pre>
486
- </div>
487
- </div>
488
- </details>
489
- </div>
490
- </div>
491
- </section>
492
-
493
- <!-- Agent: Snipper -->
494
- <section id="snipper">
495
- <h2>Snipper</h2>
496
-
497
- <div class="command-card">
498
- <div class="command-header">
499
- <code class="command-name">Snipper</code>
500
- <span class="tag tag-agent">Agent</span>
501
- <span class="tag" style="background: #3b82f6; color: #fff;">Fast</span>
502
- </div>
503
- <div class="command-body">
504
- <p data-lang="fr">
505
- Agent de modification de code ultra-rapide. Execute les modifications sans explications, optimise pour la vitesse.
506
- </p>
507
- <p data-lang="en">
508
- Ultra-fast code modification agent. Executes modifications without explanations, optimized for speed.
509
- </p>
510
-
511
- <h4 data-lang="fr">Cas d'utilisation</h4>
512
- <h4 data-lang="en">Use Cases</h4>
513
- <div class="feature-grid">
514
- <div class="feature-item">
515
- <span class="feature-icon">&#9889;</span>
516
- <span class="feature-text" data-lang="fr">Modifications rapides de code</span>
517
- <span class="feature-text" data-lang="en">Quick code modifications</span>
518
- </div>
519
- <div class="feature-item">
520
- <span class="feature-icon">&#128295;</span>
521
- <span class="feature-text" data-lang="fr">Refactoring simple</span>
522
- <span class="feature-text" data-lang="en">Simple refactoring</span>
523
- </div>
524
- <div class="feature-item">
525
- <span class="feature-icon">&#128221;</span>
526
- <span class="feature-text" data-lang="fr">Renommage de variables/fonctions</span>
527
- <span class="feature-text" data-lang="en">Variable/function renaming</span>
528
- </div>
529
- </div>
530
-
531
- <details class="template-section">
532
- <summary>
533
- <h4 style="display: inline; margin: 0;">
534
- <span data-lang="fr">Template Prompt</span>
535
- <span data-lang="en">Prompt Template</span>
536
- </h4>
537
- <span class="template-badge">snipper.md</span>
538
- </summary>
539
- <div class="template-content">
540
- <p class="template-path">
541
- <code>templates/agents/snipper.md</code>
542
- </p>
543
- <div class="code-block template-code">
544
- <button class="copy-btn">Copy</button>
545
- <pre><code>---
546
- name: Snipper
547
- description: Use this agent when you need to modify code. This agent is specialized to be fast. The output is small and optimized to code as fast as agent can.
548
- color: blue
549
- model: haiku
550
- ---
551
-
552
- You are a rapid code modification specialist. No explanations, just execute.
553
-
554
- ## Workflow
555
-
556
- 1. **Read**: Load all specified files with `Read` tool
557
- 2. **Edit**: Apply requested changes using `Edit` or `MultiEdit`
558
- 3. **Report**: List what was modified
559
-
560
- ## Execution Rules
561
-
562
- - Follow existing code style exactly
563
- - Preserve all formatting and indentation
564
- - Make minimal changes to achieve the goal
565
- - Use `MultiEdit` for multiple changes in same file
566
- - Never add comments unless requested
567
- - DO NEVER RUN LINT CHECK. YOU CAN'T USE BASH.
568
-
569
- ## Output Format
570
-
571
- Simply list each file and the change made:
572
-
573
- ```
574
- - path/to/file.ext: [One line description of change]
575
- - path/to/other.ext: [What was modified]
576
- ```
577
-
578
- ## Priority
579
-
580
- Speed > Explanation. Just get it done.</code></pre>
581
- </div>
582
- </div>
583
- </details>
584
- </div>
585
- </div>
586
- </section>
587
-
588
- <!-- Agent: fix-grammar -->
589
- <section id="fix-grammar">
590
- <h2>fix-grammar</h2>
591
-
592
- <div class="command-card">
593
- <div class="command-header">
594
- <code class="command-name">fix-grammar</code>
595
- <span class="tag tag-agent">Agent</span>
596
- <span class="tag" style="background: #3b82f6; color: #fff;">Fast</span>
597
- </div>
598
- <div class="command-body">
599
- <p data-lang="fr">
600
- Agent de correction grammaticale. Corrige les erreurs d'orthographe et de grammaire tout en preservant le formatage.
601
- </p>
602
- <p data-lang="en">
603
- Grammar correction agent. Fixes spelling and grammar errors while preserving formatting.
604
- </p>
605
-
606
- <h4 data-lang="fr">Cas d'utilisation</h4>
607
- <h4 data-lang="en">Use Cases</h4>
608
- <div class="feature-grid">
609
- <div class="feature-item">
610
- <span class="feature-icon">&#128214;</span>
611
- <span class="feature-text" data-lang="fr">Correction de documentation</span>
612
- <span class="feature-text" data-lang="en">Documentation correction</span>
613
- </div>
614
- <div class="feature-item">
615
- <span class="feature-icon">&#128172;</span>
616
- <span class="feature-text" data-lang="fr">Correction de commentaires</span>
617
- <span class="feature-text" data-lang="en">Comment correction</span>
618
- </div>
619
- <div class="feature-item">
620
- <span class="feature-icon">&#128196;</span>
621
- <span class="feature-text" data-lang="fr">Correction de fichiers README</span>
622
- <span class="feature-text" data-lang="en">README file correction</span>
623
- </div>
624
- </div>
625
-
626
- <details class="template-section">
627
- <summary>
628
- <h4 style="display: inline; margin: 0;">
629
- <span data-lang="fr">Template Prompt</span>
630
- <span data-lang="en">Prompt Template</span>
631
- </h4>
632
- <span class="template-badge">fix-grammar.md</span>
633
- </summary>
634
- <div class="template-content">
635
- <p class="template-path">
636
- <code>templates/agents/fix-grammar.md</code>
637
- </p>
638
- <div class="code-block template-code">
639
- <button class="copy-btn">Copy</button>
640
- <pre><code>---
641
- name: fix-grammar
642
- description: Use this agent to fix grammar and spelling errors in a single file while preserving formatting
643
- color: blue
644
- model: haiku
645
- ---
646
-
647
- You are DevProfCorrectorGPT, a professional text corrector. Fix grammar and spelling errors while preserving all formatting and meaning.
648
-
649
- ## File Processing
650
-
651
- - Read the target file completely
652
- - Apply grammar and spelling corrections only
653
- - Preserve all formatting, tags, and technical terms
654
- - Do not translate or change word order
655
- - Do not modify special tags (MDX, custom syntax, code blocks)
656
-
657
- ## Correction Rules
658
-
659
- - Fix only spelling and grammar errors
660
- - Keep the same language used in each sentence
661
- - Preserve all document structure and formatting
662
- - Do not change meaning or technical terms
663
- - Handle multilingual content (keep anglicisms, technical terms)
664
-
665
- ## Output Format
666
-
667
- ```
668
- ✓ Fixed grammar in [filename]
669
- - [number] corrections made
670
- ```
671
-
672
- ## Priority
673
-
674
- Accuracy > Speed. Preserve meaning and formatting while fixing obvious errors.</code></pre>
675
- </div>
676
- </div>
677
- </details>
678
- </div>
679
- </div>
680
- </section>
681
-
682
- <!-- Business Analyse Agents -->
683
- <section id="business-analyse-agents">
684
- <h2>Business Analyse Agents</h2>
685
-
686
- <p data-lang="fr">
687
- Ces agents sont utilises par le workflow Business Analyse pour explorer le codebase et detecter les fonctionnalites similaires.
688
- </p>
689
- <p data-lang="en">
690
- These agents are used by the Business Analyse workflow to explore the codebase and detect similar features.
691
- </p>
692
-
693
- <div class="command-card" style="margin-bottom: 1.5rem;">
694
- <div class="command-header">
695
- <code class="command-name">ba-similarity</code>
696
- <span class="tag tag-agent">Agent</span>
697
- <span class="tag" style="background: #8b5cf6; color: #fff;">Phase 1</span>
698
- </div>
699
- <div class="command-body">
700
- <p data-lang="fr">
701
- <strong>Detection de similarite</strong> - Detecte si une fonctionnalite demandee existe deja ou chevauche une fonctionnalite existante.
702
- </p>
703
- <p data-lang="en">
704
- <strong>Similarity Detection</strong> - Detects if a requested feature already exists or overlaps with existing functionality.
705
- </p>
706
-
707
- <h4 data-lang="fr">Resultats possibles</h4>
708
- <h4 data-lang="en">Possible Results</h4>
709
- <table class="reference-table" style="margin-top: 0.5rem;">
710
- <thead>
711
- <tr>
712
- <th data-lang="fr">Resultat</th>
713
- <th data-lang="en">Result</th>
714
- <th>Action</th>
715
- </tr>
716
- </thead>
717
- <tbody>
718
- <tr style="background: rgba(239, 68, 68, 0.1);">
719
- <td><strong>DUPLICATE</strong></td>
720
- <td data-lang="fr">STOP - Reference spec existante</td>
721
- <td data-lang="en">STOP - Reference existing spec</td>
722
- </tr>
723
- <tr style="background: rgba(234, 179, 8, 0.1);">
724
- <td><strong>EXTEND</strong></td>
725
- <td data-lang="fr">Construire sur l'existant</td>
726
- <td data-lang="en">Build on existing feature</td>
727
- </tr>
728
- <tr style="background: rgba(34, 197, 94, 0.1);">
729
- <td><strong>NEW</strong></td>
730
- <td data-lang="fr">Proceder normalement</td>
731
- <td data-lang="en">Proceed normally</td>
732
- </tr>
733
- </tbody>
734
- </table>
735
- </div>
736
- </div>
737
-
738
- <div class="table-container">
739
- <table>
740
- <thead>
741
- <tr>
742
- <th>Agent</th>
743
- <th>
744
- <span data-lang="fr">Mission</span>
745
- <span data-lang="en">Mission</span>
746
- </th>
747
- <th>
748
- <span data-lang="fr">Utilise en</span>
749
- <span data-lang="en">Used in</span>
750
- </th>
751
- </tr>
752
- </thead>
753
- <tbody>
754
- <tr>
755
- <td><code>explore-api</code></td>
756
- <td>
757
- <span data-lang="fr">Endpoints, controllers, DTOs, patterns API</span>
758
- <span data-lang="en">Endpoints, controllers, DTOs, API patterns</span>
759
- </td>
760
- <td>Phase 2</td>
761
- </tr>
762
- <tr>
763
- <td><code>explore-schema</code></td>
764
- <td>
765
- <span data-lang="fr">Schema DB, entites, configurations</span>
766
- <span data-lang="en">DB schema, entities, configurations</span>
767
- </td>
768
- <td>Phase 2</td>
769
- </tr>
770
- <tr>
771
- <td><code>explore-permissions</code></td>
772
- <td>
773
- <span data-lang="fr">RBAC, roles, autorisations</span>
774
- <span data-lang="en">RBAC, roles, authorizations</span>
775
- </td>
776
- <td>Phase 2</td>
777
- </tr>
778
- <tr>
779
- <td><code>explore-navigation</code></td>
780
- <td>
781
- <span data-lang="fr">Menus, routes, pages</span>
782
- <span data-lang="en">Menus, routes, pages</span>
783
- </td>
784
- <td>Phase 2</td>
785
- </tr>
786
- <tr>
787
- <td><code>explore-theme</code></td>
788
- <td>
789
- <span data-lang="fr">UI patterns, composants, design system</span>
790
- <span data-lang="en">UI patterns, components, design system</span>
791
- </td>
792
- <td>Phase 2</td>
793
- </tr>
794
- </tbody>
795
- </table>
796
- </div>
797
-
798
- <div class="alert alert-info" style="margin-top: 1rem;">
799
- <span class="alert-icon">&#128161;</span>
800
- <div class="alert-content">
801
- <p data-lang="fr">
802
- Ces agents sont lances en parallele par <code>/business-analyse:2-explore</code>. Maximum 3 agents par execution pour optimiser les tokens.
803
- </p>
804
- <p data-lang="en">
805
- These agents are launched in parallel by <code>/business-analyse:2-explore</code>. Maximum 3 agents per execution to optimize tokens.
806
- </p>
807
- </div>
808
- </div>
809
- </section>
810
-
811
- <!-- Agent: action -->
812
- <section id="action">
813
- <h2>action</h2>
814
-
815
- <div class="command-card">
816
- <div class="command-header">
817
- <code class="command-name">action</code>
818
- <span class="tag tag-agent">Agent</span>
819
- <span class="tag" style="background: #8b5cf6; color: #fff;">Conditional</span>
820
- </div>
821
- <div class="command-body">
822
- <p data-lang="fr">
823
- Agent d'execution conditionnelle. Execute des actions uniquement lorsque des conditions specifiques sont remplies. Utile pour le nettoyage de code.
824
- </p>
825
- <p data-lang="en">
826
- Conditional action executor. Performs actions only when specific conditions are met. Useful for code cleanup.
827
- </p>
828
-
829
- <h4 data-lang="fr">Cas d'utilisation</h4>
830
- <h4 data-lang="en">Use Cases</h4>
831
- <div class="feature-grid">
832
- <div class="feature-item">
833
- <span class="feature-icon">&#128230;</span>
834
- <span class="feature-text" data-lang="fr">Supprimer des dependances non utilisees</span>
835
- <span class="feature-text" data-lang="en">Remove unused dependencies</span>
836
- </div>
837
- <div class="feature-item">
838
- <span class="feature-icon">&#128465;</span>
839
- <span class="feature-text" data-lang="fr">Supprimer des exports non utilises</span>
840
- <span class="feature-text" data-lang="en">Remove unused exports</span>
841
- </div>
842
- <div class="feature-item">
843
- <span class="feature-icon">&#129529;</span>
844
- <span class="feature-text" data-lang="fr">Nettoyage conditionnel de code</span>
845
- <span class="feature-text" data-lang="en">Conditional code cleanup</span>
846
- </div>
847
- </div>
848
-
849
- <details class="template-section">
850
- <summary>
851
- <h4 style="display: inline; margin: 0;">
852
- <span data-lang="fr">Template Prompt</span>
853
- <span data-lang="en">Prompt Template</span>
854
- </h4>
855
- <span class="template-badge">action.md</span>
856
- </summary>
857
- <div class="template-content">
858
- <p class="template-path">
859
- <code>templates/agents/action.md</code>
860
- </p>
861
- <div class="code-block template-code">
862
- <button class="copy-btn">Copy</button>
863
- <pre><code>---
864
- name: action
865
- description: Conditional action executor - performs actions only when specific conditions are met
866
- color: purple
867
- model: haiku
868
- ---
869
-
870
- Batch conditional executor. Handle ≤5 tasks. VERIFY INDEPENDENTLY before each action.
871
-
872
- ## Workflow
873
-
874
- 1. **VERIFY each item yourself** (never trust input):
875
- - **Exports/Types**: Grep for `import.*{name}` in codebase
876
- - **Files**: Check framework patterns via explore-docs, then Grep for imports
877
- - **Dependencies**: Grep for `from 'pkg'` or `require('pkg')`
878
-
879
- 2. **Execute ONLY if verified unused**:
880
- - If used Skip with reason, continue next
881
- - If unused Execute action, confirm success
882
-
883
- 3. **Report**: Count executed, count skipped with reasons
884
-
885
- ## Rules
886
-
887
- - **MANDATORY**: Verify each item independently using Grep/explore-docs
888
- - **Skip if used**: Continue to next task
889
- - **Max 5 tasks**: Process all in batch
890
-
891
- ## Example
892
-
893
- "Verify and remove: lodash, axios, moment"
894
-
895
- 1. Grep `lodash` → Found in utils.ts → Skip
896
- 2. Grep `axios` → Not found → `pnpm remove axios` → Done
897
- 3. Grep `moment` Not found → `pnpm remove moment` → Done
898
- Report: "Removed 2/3: axios, moment. Skipped: lodash (used in utils.ts)"</code></pre>
899
- </div>
900
- </div>
901
- </details>
902
- </div>
903
- </div>
904
- </section>
905
- </div>
906
- </main>
907
- </div>
908
- </div>
909
-
910
- <!-- Mobile Menu Button -->
911
- <button class="mobile-menu-btn">&#9776;</button>
912
- <div class="overlay"></div>
913
-
914
- <script src="js/app.js"></script>
915
- </body>
916
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="fr">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Agents - SmartStack CLI</title>
7
+ <link rel="stylesheet" href="css/styles.css">
8
+ </head>
9
+ <body>
10
+ <div class="app-container">
11
+ <!-- Global Header (single unified element) -->
12
+ <header class="global-header">
13
+ <div class="logo">SS</div>
14
+ <span class="site-title">SmartStack CLI</span>
15
+ <span class="version-badge">v1.5.0</span>
16
+ <div class="header-divider"></div>
17
+ <span class="page-title" data-lang="fr">Agents Spécialisés</span>
18
+ <span class="page-title" data-lang="en">Specialized Agents</span>
19
+ <nav class="breadcrumb">
20
+ <a href="index.html">
21
+ <span data-lang="fr">Accueil</span>
22
+ <span data-lang="en">Home</span>
23
+ </a>
24
+ <span class="breadcrumb-separator">&#8250;</span>
25
+ <span data-lang="fr">Outils</span>
26
+ <span data-lang="en">Tools</span>
27
+ <span class="breadcrumb-separator">&#8250;</span>
28
+ <span class="breadcrumb-current">Agents</span>
29
+ </nav>
30
+ <!-- Language Select -->
31
+ <select class="lang-select" id="lang-select" onchange="setLanguage(this.value); localStorage.setItem('doc-language', this.value);">
32
+ <option value="fr">🇫🇷 FR</option>
33
+ <option value="en">🇬🇧 EN</option>
34
+ </select>
35
+ <!-- Search -->
36
+ <div class="header-search">
37
+ <div class="search-input-wrapper">
38
+ <span class="search-icon">&#128269;</span>
39
+ <input type="text" id="search-input" class="search-input" placeholder="Rechercher..." data-placeholder-fr="Rechercher..." data-placeholder-en="Search..." autocomplete="off">
40
+ <span class="search-shortcut">Ctrl+K</span>
41
+ </div>
42
+ <div id="search-results" class="search-results"></div>
43
+ </div>
44
+ </header>
45
+
46
+ <!-- App Body -->
47
+ <div class="app-body">
48
+ <!-- Sidebar -->
49
+ <aside class="sidebar">
50
+ <button class="sidebar-toggle" title="Toggle sidebar">
51
+ <span class="toggle-icon-collapse">&#171;</span>
52
+ <span class="toggle-icon-expand">&#187;</span>
53
+ </button>
54
+
55
+ <nav class="sidebar-nav">
56
+ <div class="nav-section">
57
+ <div class="nav-section-title">
58
+ <span data-lang="fr">Demarrage</span>
59
+ <span data-lang="en">Getting Started</span>
60
+ </div>
61
+ <a href="index.html" class="nav-item">
62
+ <span class="icon">&#127968;</span>
63
+ <span class="nav-text" data-lang="fr">Accueil</span>
64
+ <span class="nav-text" data-lang="en">Home</span>
65
+ </a>
66
+ <a href="installation.html" class="nav-item">
67
+ <span class="icon">&#128230;</span>
68
+ <span class="nav-text">Installation</span>
69
+ </a>
70
+ <a href="init.html" class="nav-item">
71
+ <span class="icon">&#128640;</span>
72
+ <span class="nav-text">Project Init</span>
73
+ </a>
74
+ </div>
75
+
76
+ <div class="nav-section">
77
+ <div class="nav-section-title">Workflows</div>
78
+ <a href="gitflow.html" class="nav-item">
79
+ <span class="icon">&#128256;</span>
80
+ <span class="nav-text">GitFlow</span>
81
+ </a>
82
+ <a href="efcore.html" class="nav-item">
83
+ <span class="icon">&#128452;</span>
84
+ <span class="nav-text">EF Core</span>
85
+ </a>
86
+ <a href="apex.html" class="nav-item">
87
+ <span class="icon">&#127919;</span>
88
+ <span class="nav-text">APEX</span>
89
+ </a>
90
+ <a href="business-analyse.html" class="nav-item">
91
+ <span class="icon">&#128202;</span>
92
+ <span class="nav-text">Business Analyse</span>
93
+ </a>
94
+ <a href="ralph-loop.html" class="nav-item">
95
+ <span class="icon">&#128260;</span>
96
+ <span class="nav-text">Ralph Loop</span>
97
+ </a>
98
+ </div>
99
+
100
+ <div class="nav-section">
101
+ <div class="nav-section-title">
102
+ <span data-lang="fr">Outils</span>
103
+ <span data-lang="en">Tools</span>
104
+ </div>
105
+ <a href="agents.html" class="nav-item active">
106
+ <span class="icon">&#129302;</span>
107
+ <span class="nav-text">Agents</span>
108
+ </a>
109
+ <a href="commands.html" class="nav-item">
110
+ <span class="icon">&#9889;</span>
111
+ <span class="nav-text" data-lang="fr">Commandes</span>
112
+ <span class="nav-text" data-lang="en">Commands</span>
113
+ </a>
114
+ <a href="hooks.html" class="nav-item">
115
+ <span class="icon">&#128279;</span>
116
+ <span class="nav-text">Hooks</span>
117
+ </a>
118
+ <a href="test-web.html" class="nav-item">
119
+ <span class="icon">&#127760;</span>
120
+ <span class="nav-text">Test Web</span>
121
+ </a>
122
+ </div>
123
+ </nav>
124
+
125
+ </aside>
126
+
127
+ <!-- Main Content -->
128
+ <main class="main-content">
129
+ <div class="content content-wide">
130
+ <!-- Introduction -->
131
+ <section id="introduction">
132
+ <p data-lang="fr">
133
+ Claude Tools fournit des agents specialises qui peuvent etre lances en parallele pour accelerer le developpement. Ces agents sont optimises pour des taches specifiques et utilisent le modele Haiku pour une execution rapide et economique.
134
+ </p>
135
+ <p data-lang="en">
136
+ Claude Tools provides specialized agents that can be launched in parallel to accelerate development. These agents are optimized for specific tasks and use the Haiku model for fast and cost-effective execution.
137
+ </p>
138
+
139
+ <div class="alert alert-info">
140
+ <span class="alert-icon">&#128161;</span>
141
+ <div class="alert-content">
142
+ <h5 data-lang="fr">Execution parallele</h5>
143
+ <h5 data-lang="en">Parallel Execution</h5>
144
+ <p data-lang="fr">
145
+ Les agents peuvent etre lances simultanement pour collecter des informations de plusieurs sources en meme temps.
146
+ </p>
147
+ <p data-lang="en">
148
+ Agents can be launched simultaneously to collect information from multiple sources at the same time.
149
+ </p>
150
+ </div>
151
+ </div>
152
+ </section>
153
+
154
+ <!-- Agent: explore-codebase -->
155
+ <section id="explore-codebase">
156
+ <h2>explore-codebase</h2>
157
+
158
+ <div class="command-card">
159
+ <div class="command-header">
160
+ <code class="command-name">explore-codebase</code>
161
+ <span class="tag tag-agent">Agent</span>
162
+ <span class="tag" style="background: #eab308; color: #000;">Haiku</span>
163
+ </div>
164
+ <div class="command-body">
165
+ <p data-lang="fr">
166
+ Agent d'exploration du codebase. Trouve les implementations similaires, patterns et conventions existants dans votre projet.
167
+ </p>
168
+ <p data-lang="en">
169
+ Codebase exploration agent. Finds similar implementations, patterns and existing conventions in your project.
170
+ </p>
171
+
172
+ <h4 data-lang="fr">Cas d'utilisation</h4>
173
+ <h4 data-lang="en">Use Cases</h4>
174
+ <div class="feature-grid">
175
+ <div class="feature-item">
176
+ <span class="feature-icon">&#128269;</span>
177
+ <span class="feature-text" data-lang="fr">Trouver des implementations similaires a suivre comme exemple</span>
178
+ <span class="feature-text" data-lang="en">Find similar implementations to follow as examples</span>
179
+ </div>
180
+ <div class="feature-item">
181
+ <span class="feature-icon">&#128193;</span>
182
+ <span class="feature-text" data-lang="fr">Localiser les fichiers a modifier</span>
183
+ <span class="feature-text" data-lang="en">Locate files to modify</span>
184
+ </div>
185
+ <div class="feature-item">
186
+ <span class="feature-icon">&#128736;</span>
187
+ <span class="feature-text" data-lang="fr">Identifier les patterns et conventions existants</span>
188
+ <span class="feature-text" data-lang="en">Identify existing patterns and conventions</span>
189
+ </div>
190
+ <div class="feature-item">
191
+ <span class="feature-icon">&#129520;</span>
192
+ <span class="feature-text" data-lang="fr">Decouvrir les utilitaires et helpers reutilisables</span>
193
+ <span class="feature-text" data-lang="en">Discover reusable utilities and helpers</span>
194
+ </div>
195
+ </div>
196
+
197
+ <details class="template-section">
198
+ <summary>
199
+ <h4 style="display: inline; margin: 0;">
200
+ <span data-lang="fr">Template Prompt</span>
201
+ <span data-lang="en">Prompt Template</span>
202
+ </h4>
203
+ <span class="template-badge">explore-codebase.md</span>
204
+ </summary>
205
+ <div class="template-content">
206
+ <p class="template-path">
207
+ <code>templates/agents/explore-codebase.md</code>
208
+ </p>
209
+ <div class="code-block template-code">
210
+ <button class="copy-btn">Copy</button>
211
+ <pre><code>---
212
+ name: explore-codebase
213
+ description: Use this agent whenever you need to explore the codebase to implement a feature.
214
+ color: yellow
215
+ model: haiku
216
+ ---
217
+
218
+ You are a codebase exploration specialist. Your only job is to find and present ALL relevant code and logic for the requested feature.
219
+
220
+ ## Search Strategy
221
+
222
+ 1. Start with broad searches using `Grep` to find entry points
223
+ 2. Use parallel searches for multiple related keywords
224
+ 3. Read files completely with `Read` to understand context
225
+ 4. Follow import chains to discover dependencies
226
+
227
+ ## What to Find
228
+
229
+ - Existing similar features or patterns
230
+ - Related functions, classes, components
231
+ - Configuration and setup files
232
+ - Database schemas and models
233
+ - API endpoints and routes
234
+ - Tests showing usage examples
235
+ - Utility functions that might be reused
236
+
237
+ ## Output Format
238
+
239
+ **CRITICAL**: Output all findings directly in your response. NEVER create markdown files.
240
+
241
+ ### Relevant Files Found
242
+
243
+ For each file:
244
+
245
+ ```
246
+ Path: /full/path/to/file.ext
247
+ Purpose: [One line description]
248
+ Key Code:
249
+ - Lines X-Y: [Actual code or logic description]
250
+ - Line Z: [Function/class definition]
251
+ Related to: [How it connects to the feature]
252
+ ```
253
+
254
+ ### Code Patterns & Conventions
255
+
256
+ - List discovered patterns (naming, structure, frameworks)
257
+ - Note existing approaches that should be followed
258
+
259
+ ### Dependencies & Connections
260
+
261
+ - Import relationships between files
262
+ - External libraries used
263
+ - API integrations found
264
+
265
+ ## Priority
266
+
267
+ Thoroughness > Speed. Find everything relevant.</code></pre>
268
+ </div>
269
+ </div>
270
+ </details>
271
+ </div>
272
+ </div>
273
+ </section>
274
+
275
+ <!-- Agent: explore-docs -->
276
+ <section id="explore-docs">
277
+ <h2>explore-docs</h2>
278
+
279
+ <div class="command-card">
280
+ <div class="command-header">
281
+ <code class="command-name">explore-docs</code>
282
+ <span class="tag tag-agent">Agent</span>
283
+ <span class="tag" style="background: #eab308; color: #000;">Haiku</span>
284
+ </div>
285
+ <div class="command-body">
286
+ <p data-lang="fr">
287
+ Agent d'exploration de documentation. Recherche dans la documentation des librairies pour les APIs, best practices et exemples de code.
288
+ </p>
289
+ <p data-lang="en">
290
+ Documentation exploration agent. Searches library documentation for APIs, best practices and code examples.
291
+ </p>
292
+
293
+ <h4 data-lang="fr">Cas d'utilisation</h4>
294
+ <h4 data-lang="en">Use Cases</h4>
295
+ <div class="feature-grid">
296
+ <div class="feature-item">
297
+ <span class="feature-icon">&#128218;</span>
298
+ <span class="feature-text" data-lang="fr">Rechercher les APIs et patterns d'une librairie</span>
299
+ <span class="feature-text" data-lang="en">Search library APIs and patterns</span>
300
+ </div>
301
+ <div class="feature-item">
302
+ <span class="feature-icon">&#127942;</span>
303
+ <span class="feature-text" data-lang="fr">Trouver les best practices officielles</span>
304
+ <span class="feature-text" data-lang="en">Find official best practices</span>
305
+ </div>
306
+ <div class="feature-item">
307
+ <span class="feature-icon">&#128187;</span>
308
+ <span class="feature-text" data-lang="fr">Obtenir des exemples de code de la documentation</span>
309
+ <span class="feature-text" data-lang="en">Get code examples from documentation</span>
310
+ </div>
311
+ </div>
312
+
313
+ <details class="template-section">
314
+ <summary>
315
+ <h4 style="display: inline; margin: 0;">
316
+ <span data-lang="fr">Template Prompt</span>
317
+ <span data-lang="en">Prompt Template</span>
318
+ </h4>
319
+ <span class="template-badge">explore-docs.md</span>
320
+ </summary>
321
+ <div class="template-content">
322
+ <p class="template-path">
323
+ <code>templates/agents/explore-docs.md</code>
324
+ </p>
325
+ <div class="code-block template-code">
326
+ <button class="copy-btn">Copy</button>
327
+ <pre><code>---
328
+ name: explore-docs
329
+ description: Use this agent IMMEDIATELY when the user asks about library features, implementation methods, "how to do X with Y library", documentation searches, or ANY question about using/implementing specific libraries or frameworks
330
+ color: yellow
331
+ model: haiku
332
+ ---
333
+
334
+ You are a documentation exploration specialist. Your mission is to retrieve precise, actionable documentation with code examples.
335
+
336
+ ## Search Strategy
337
+
338
+ **Primary**: Use Context7 for library-specific documentation
339
+
340
+ - Resolve library ID first with `mcp__context7__resolve-library-id`
341
+ - Fetch targeted docs with `mcp__context7__get-library-docs`
342
+ - Focus on specific topics when provided
343
+
344
+ **Fallback**: Use WebSearch + WebFetch for official documentation
345
+
346
+ - Search for official docs, API references, guides
347
+ - Target authoritative sources (official websites, GitHub repos)
348
+
349
+ ## Data Processing
350
+
351
+ **Filter for essentials**:
352
+
353
+ - Code examples and usage patterns
354
+ - API specifications and method signatures
355
+ - Configuration options and parameters
356
+ - Error handling patterns
357
+ - Best practices and common pitfalls
358
+
359
+ **Eliminate noise**:
360
+
361
+ - Marketing content and introductions
362
+ - Redundant explanations
363
+ - Outdated or deprecated information
364
+
365
+ ## Output Format
366
+
367
+ **CRITICAL**: Output all findings directly in your response. NEVER create markdown files.
368
+
369
+ ### Library: [Name/Version]
370
+
371
+ ### Key Concepts
372
+ - [Essential concept]: [Brief explanation with context]
373
+
374
+ ### Code Examples
375
+ ```language
376
+ // [Real-world example with full context]
377
+ // Include imports, setup, and actual usage
378
+ ```
379
+
380
+ ### API Reference
381
+ - `method(params: Type)`: [Purpose, parameters, return type, example]
382
+
383
+ ## Priority
384
+
385
+ Actionable code examples > API specs > Configuration > Theory.</code></pre>
386
+ </div>
387
+ </div>
388
+ </details>
389
+ </div>
390
+ </div>
391
+ </section>
392
+
393
+ <!-- Agent: websearch -->
394
+ <section id="websearch">
395
+ <h2>websearch</h2>
396
+
397
+ <div class="command-card">
398
+ <div class="command-header">
399
+ <code class="command-name">websearch</code>
400
+ <span class="tag tag-agent">Agent</span>
401
+ <span class="tag" style="background: #eab308; color: #000;">Haiku</span>
402
+ </div>
403
+ <div class="command-body">
404
+ <p data-lang="fr">
405
+ Agent de recherche web rapide. Trouve des informations sur le web de maniere precise et rapide.
406
+ </p>
407
+ <p data-lang="en">
408
+ Quick web search agent. Finds information on the web quickly and accurately.
409
+ </p>
410
+
411
+ <h4 data-lang="fr">Cas d'utilisation</h4>
412
+ <h4 data-lang="en">Use Cases</h4>
413
+ <div class="feature-grid">
414
+ <div class="feature-item">
415
+ <span class="feature-icon">&#127760;</span>
416
+ <span class="feature-text" data-lang="fr">Rechercher les dernieres approches et solutions</span>
417
+ <span class="feature-text" data-lang="en">Research latest approaches and solutions</span>
418
+ </div>
419
+ <div class="feature-item">
420
+ <span class="feature-icon">&#128101;</span>
421
+ <span class="feature-text" data-lang="fr">Trouver des exemples de la communaute</span>
422
+ <span class="feature-text" data-lang="en">Find community examples</span>
423
+ </div>
424
+ <div class="feature-item">
425
+ <span class="feature-icon">&#127959;</span>
426
+ <span class="feature-text" data-lang="fr">Obtenir des informations architecturales</span>
427
+ <span class="feature-text" data-lang="en">Get architectural guidance</span>
428
+ </div>
429
+ </div>
430
+
431
+ <details class="template-section">
432
+ <summary>
433
+ <h4 style="display: inline; margin: 0;">
434
+ <span data-lang="fr">Template Prompt</span>
435
+ <span data-lang="en">Prompt Template</span>
436
+ </h4>
437
+ <span class="template-badge">websearch.md</span>
438
+ </summary>
439
+ <div class="template-content">
440
+ <p class="template-path">
441
+ <code>templates/agents/websearch.md</code>
442
+ </p>
443
+ <div class="code-block template-code">
444
+ <button class="copy-btn">Copy</button>
445
+ <pre><code>---
446
+ name: websearch
447
+ description: Use this agent when you need to make a quick web search.
448
+ color: yellow
449
+ tools: WebSearch, WebFetch
450
+ model: haiku
451
+ ---
452
+
453
+ You are a rapid web search specialist. Find accurate information fast.
454
+
455
+ ## Workflow
456
+
457
+ 1. **Search**: Use `WebSearch` with precise keywords
458
+ 2. **Fetch**: Use `WebFetch` for most relevant results
459
+ 3. **Summarize**: Extract key information concisely
460
+
461
+ ## Search Best Practices
462
+
463
+ - Focus on authoritative sources (official docs, trusted sites)
464
+ - Skip redundant information
465
+ - Use specific keywords rather than vague terms
466
+ - Prioritize recent information when relevant
467
+
468
+ ## Output Format
469
+
470
+ **CRITICAL**: Output all findings directly in your response. NEVER create markdown files.
471
+
472
+ &lt;summary&gt;
473
+ [Clear, concise answer to the query]
474
+ &lt;/summary&gt;
475
+
476
+ &lt;key-points&gt;
477
+ • [Most important fact]
478
+ • [Second important fact]
479
+ [Additional relevant info]
480
+ &lt;/key-points&gt;
481
+
482
+ &lt;sources&gt;
483
+ 1. [Title](URL) - Brief description
484
+ 2. [Title](URL) - What it contains
485
+ &lt;/sources&gt;
486
+
487
+ ## Priority
488
+
489
+ Accuracy > Speed. Get the right answer quickly.</code></pre>
490
+ </div>
491
+ </div>
492
+ </details>
493
+ </div>
494
+ </div>
495
+ </section>
496
+
497
+ <!-- Agent: Snipper -->
498
+ <section id="snipper">
499
+ <h2>Snipper</h2>
500
+
501
+ <div class="command-card">
502
+ <div class="command-header">
503
+ <code class="command-name">Snipper</code>
504
+ <span class="tag tag-agent">Agent</span>
505
+ <span class="tag" style="background: #3b82f6; color: #fff;">Fast</span>
506
+ </div>
507
+ <div class="command-body">
508
+ <p data-lang="fr">
509
+ Agent de modification de code ultra-rapide. Execute les modifications sans explications, optimise pour la vitesse.
510
+ </p>
511
+ <p data-lang="en">
512
+ Ultra-fast code modification agent. Executes modifications without explanations, optimized for speed.
513
+ </p>
514
+
515
+ <h4 data-lang="fr">Cas d'utilisation</h4>
516
+ <h4 data-lang="en">Use Cases</h4>
517
+ <div class="feature-grid">
518
+ <div class="feature-item">
519
+ <span class="feature-icon">&#9889;</span>
520
+ <span class="feature-text" data-lang="fr">Modifications rapides de code</span>
521
+ <span class="feature-text" data-lang="en">Quick code modifications</span>
522
+ </div>
523
+ <div class="feature-item">
524
+ <span class="feature-icon">&#128295;</span>
525
+ <span class="feature-text" data-lang="fr">Refactoring simple</span>
526
+ <span class="feature-text" data-lang="en">Simple refactoring</span>
527
+ </div>
528
+ <div class="feature-item">
529
+ <span class="feature-icon">&#128221;</span>
530
+ <span class="feature-text" data-lang="fr">Renommage de variables/fonctions</span>
531
+ <span class="feature-text" data-lang="en">Variable/function renaming</span>
532
+ </div>
533
+ </div>
534
+
535
+ <details class="template-section">
536
+ <summary>
537
+ <h4 style="display: inline; margin: 0;">
538
+ <span data-lang="fr">Template Prompt</span>
539
+ <span data-lang="en">Prompt Template</span>
540
+ </h4>
541
+ <span class="template-badge">snipper.md</span>
542
+ </summary>
543
+ <div class="template-content">
544
+ <p class="template-path">
545
+ <code>templates/agents/snipper.md</code>
546
+ </p>
547
+ <div class="code-block template-code">
548
+ <button class="copy-btn">Copy</button>
549
+ <pre><code>---
550
+ name: Snipper
551
+ description: Use this agent when you need to modify code. This agent is specialized to be fast. The output is small and optimized to code as fast as agent can.
552
+ color: blue
553
+ model: haiku
554
+ ---
555
+
556
+ You are a rapid code modification specialist. No explanations, just execute.
557
+
558
+ ## Workflow
559
+
560
+ 1. **Read**: Load all specified files with `Read` tool
561
+ 2. **Edit**: Apply requested changes using `Edit` or `MultiEdit`
562
+ 3. **Report**: List what was modified
563
+
564
+ ## Execution Rules
565
+
566
+ - Follow existing code style exactly
567
+ - Preserve all formatting and indentation
568
+ - Make minimal changes to achieve the goal
569
+ - Use `MultiEdit` for multiple changes in same file
570
+ - Never add comments unless requested
571
+ - DO NEVER RUN LINT CHECK. YOU CAN'T USE BASH.
572
+
573
+ ## Output Format
574
+
575
+ Simply list each file and the change made:
576
+
577
+ ```
578
+ - path/to/file.ext: [One line description of change]
579
+ - path/to/other.ext: [What was modified]
580
+ ```
581
+
582
+ ## Priority
583
+
584
+ Speed > Explanation. Just get it done.</code></pre>
585
+ </div>
586
+ </div>
587
+ </details>
588
+ </div>
589
+ </div>
590
+ </section>
591
+
592
+ <!-- Agent: fix-grammar -->
593
+ <section id="fix-grammar">
594
+ <h2>fix-grammar</h2>
595
+
596
+ <div class="command-card">
597
+ <div class="command-header">
598
+ <code class="command-name">fix-grammar</code>
599
+ <span class="tag tag-agent">Agent</span>
600
+ <span class="tag" style="background: #3b82f6; color: #fff;">Fast</span>
601
+ </div>
602
+ <div class="command-body">
603
+ <p data-lang="fr">
604
+ Agent de correction grammaticale. Corrige les erreurs d'orthographe et de grammaire tout en preservant le formatage.
605
+ </p>
606
+ <p data-lang="en">
607
+ Grammar correction agent. Fixes spelling and grammar errors while preserving formatting.
608
+ </p>
609
+
610
+ <h4 data-lang="fr">Cas d'utilisation</h4>
611
+ <h4 data-lang="en">Use Cases</h4>
612
+ <div class="feature-grid">
613
+ <div class="feature-item">
614
+ <span class="feature-icon">&#128214;</span>
615
+ <span class="feature-text" data-lang="fr">Correction de documentation</span>
616
+ <span class="feature-text" data-lang="en">Documentation correction</span>
617
+ </div>
618
+ <div class="feature-item">
619
+ <span class="feature-icon">&#128172;</span>
620
+ <span class="feature-text" data-lang="fr">Correction de commentaires</span>
621
+ <span class="feature-text" data-lang="en">Comment correction</span>
622
+ </div>
623
+ <div class="feature-item">
624
+ <span class="feature-icon">&#128196;</span>
625
+ <span class="feature-text" data-lang="fr">Correction de fichiers README</span>
626
+ <span class="feature-text" data-lang="en">README file correction</span>
627
+ </div>
628
+ </div>
629
+
630
+ <details class="template-section">
631
+ <summary>
632
+ <h4 style="display: inline; margin: 0;">
633
+ <span data-lang="fr">Template Prompt</span>
634
+ <span data-lang="en">Prompt Template</span>
635
+ </h4>
636
+ <span class="template-badge">fix-grammar.md</span>
637
+ </summary>
638
+ <div class="template-content">
639
+ <p class="template-path">
640
+ <code>templates/agents/fix-grammar.md</code>
641
+ </p>
642
+ <div class="code-block template-code">
643
+ <button class="copy-btn">Copy</button>
644
+ <pre><code>---
645
+ name: fix-grammar
646
+ description: Use this agent to fix grammar and spelling errors in a single file while preserving formatting
647
+ color: blue
648
+ model: haiku
649
+ ---
650
+
651
+ You are DevProfCorrectorGPT, a professional text corrector. Fix grammar and spelling errors while preserving all formatting and meaning.
652
+
653
+ ## File Processing
654
+
655
+ - Read the target file completely
656
+ - Apply grammar and spelling corrections only
657
+ - Preserve all formatting, tags, and technical terms
658
+ - Do not translate or change word order
659
+ - Do not modify special tags (MDX, custom syntax, code blocks)
660
+
661
+ ## Correction Rules
662
+
663
+ - Fix only spelling and grammar errors
664
+ - Keep the same language used in each sentence
665
+ - Preserve all document structure and formatting
666
+ - Do not change meaning or technical terms
667
+ - Handle multilingual content (keep anglicisms, technical terms)
668
+
669
+ ## Output Format
670
+
671
+ ```
672
+ Fixed grammar in [filename]
673
+ - [number] corrections made
674
+ ```
675
+
676
+ ## Priority
677
+
678
+ Accuracy > Speed. Preserve meaning and formatting while fixing obvious errors.</code></pre>
679
+ </div>
680
+ </div>
681
+ </details>
682
+ </div>
683
+ </div>
684
+ </section>
685
+
686
+ <!-- Business Analyse Agents -->
687
+ <section id="business-analyse-agents">
688
+ <h2>Business Analyse Agents</h2>
689
+
690
+ <p data-lang="fr">
691
+ Ces agents sont utilises par le workflow Business Analyse pour explorer le codebase et detecter les fonctionnalites similaires.
692
+ </p>
693
+ <p data-lang="en">
694
+ These agents are used by the Business Analyse workflow to explore the codebase and detect similar features.
695
+ </p>
696
+
697
+ <div class="command-card" style="margin-bottom: 1.5rem;">
698
+ <div class="command-header">
699
+ <code class="command-name">ba-similarity</code>
700
+ <span class="tag tag-agent">Agent</span>
701
+ <span class="tag" style="background: #8b5cf6; color: #fff;">Phase 1</span>
702
+ </div>
703
+ <div class="command-body">
704
+ <p data-lang="fr">
705
+ <strong>Detection de similarite</strong> - Detecte si une fonctionnalite demandee existe deja ou chevauche une fonctionnalite existante.
706
+ </p>
707
+ <p data-lang="en">
708
+ <strong>Similarity Detection</strong> - Detects if a requested feature already exists or overlaps with existing functionality.
709
+ </p>
710
+
711
+ <h4 data-lang="fr">Resultats possibles</h4>
712
+ <h4 data-lang="en">Possible Results</h4>
713
+ <table class="reference-table" style="margin-top: 0.5rem;">
714
+ <thead>
715
+ <tr>
716
+ <th data-lang="fr">Resultat</th>
717
+ <th data-lang="en">Result</th>
718
+ <th>Action</th>
719
+ </tr>
720
+ </thead>
721
+ <tbody>
722
+ <tr style="background: rgba(239, 68, 68, 0.1);">
723
+ <td><strong>DUPLICATE</strong></td>
724
+ <td data-lang="fr">STOP - Reference spec existante</td>
725
+ <td data-lang="en">STOP - Reference existing spec</td>
726
+ </tr>
727
+ <tr style="background: rgba(234, 179, 8, 0.1);">
728
+ <td><strong>EXTEND</strong></td>
729
+ <td data-lang="fr">Construire sur l'existant</td>
730
+ <td data-lang="en">Build on existing feature</td>
731
+ </tr>
732
+ <tr style="background: rgba(34, 197, 94, 0.1);">
733
+ <td><strong>NEW</strong></td>
734
+ <td data-lang="fr">Proceder normalement</td>
735
+ <td data-lang="en">Proceed normally</td>
736
+ </tr>
737
+ </tbody>
738
+ </table>
739
+ </div>
740
+ </div>
741
+
742
+ <div class="table-container">
743
+ <table>
744
+ <thead>
745
+ <tr>
746
+ <th>Agent</th>
747
+ <th>
748
+ <span data-lang="fr">Mission</span>
749
+ <span data-lang="en">Mission</span>
750
+ </th>
751
+ <th>
752
+ <span data-lang="fr">Utilise en</span>
753
+ <span data-lang="en">Used in</span>
754
+ </th>
755
+ </tr>
756
+ </thead>
757
+ <tbody>
758
+ <tr>
759
+ <td><code>explore-api</code></td>
760
+ <td>
761
+ <span data-lang="fr">Endpoints, controllers, DTOs, patterns API</span>
762
+ <span data-lang="en">Endpoints, controllers, DTOs, API patterns</span>
763
+ </td>
764
+ <td>Phase 2</td>
765
+ </tr>
766
+ <tr>
767
+ <td><code>explore-schema</code></td>
768
+ <td>
769
+ <span data-lang="fr">Schema DB, entites, configurations</span>
770
+ <span data-lang="en">DB schema, entities, configurations</span>
771
+ </td>
772
+ <td>Phase 2</td>
773
+ </tr>
774
+ <tr>
775
+ <td><code>explore-permissions</code></td>
776
+ <td>
777
+ <span data-lang="fr">RBAC, roles, autorisations</span>
778
+ <span data-lang="en">RBAC, roles, authorizations</span>
779
+ </td>
780
+ <td>Phase 2</td>
781
+ </tr>
782
+ <tr>
783
+ <td><code>explore-navigation</code></td>
784
+ <td>
785
+ <span data-lang="fr">Menus, routes, pages</span>
786
+ <span data-lang="en">Menus, routes, pages</span>
787
+ </td>
788
+ <td>Phase 2</td>
789
+ </tr>
790
+ <tr>
791
+ <td><code>explore-theme</code></td>
792
+ <td>
793
+ <span data-lang="fr">UI patterns, composants, design system</span>
794
+ <span data-lang="en">UI patterns, components, design system</span>
795
+ </td>
796
+ <td>Phase 2</td>
797
+ </tr>
798
+ </tbody>
799
+ </table>
800
+ </div>
801
+
802
+ <div class="alert alert-info" style="margin-top: 1rem;">
803
+ <span class="alert-icon">&#128161;</span>
804
+ <div class="alert-content">
805
+ <p data-lang="fr">
806
+ Ces agents sont lances en parallele par <code>/business-analyse:2-explore</code>. Maximum 3 agents par execution pour optimiser les tokens.
807
+ </p>
808
+ <p data-lang="en">
809
+ These agents are launched in parallel by <code>/business-analyse:2-explore</code>. Maximum 3 agents per execution to optimize tokens.
810
+ </p>
811
+ </div>
812
+ </div>
813
+ </section>
814
+
815
+ <!-- Agent: action -->
816
+ <section id="action">
817
+ <h2>action</h2>
818
+
819
+ <div class="command-card">
820
+ <div class="command-header">
821
+ <code class="command-name">action</code>
822
+ <span class="tag tag-agent">Agent</span>
823
+ <span class="tag" style="background: #8b5cf6; color: #fff;">Conditional</span>
824
+ </div>
825
+ <div class="command-body">
826
+ <p data-lang="fr">
827
+ Agent d'execution conditionnelle. Execute des actions uniquement lorsque des conditions specifiques sont remplies. Utile pour le nettoyage de code.
828
+ </p>
829
+ <p data-lang="en">
830
+ Conditional action executor. Performs actions only when specific conditions are met. Useful for code cleanup.
831
+ </p>
832
+
833
+ <h4 data-lang="fr">Cas d'utilisation</h4>
834
+ <h4 data-lang="en">Use Cases</h4>
835
+ <div class="feature-grid">
836
+ <div class="feature-item">
837
+ <span class="feature-icon">&#128230;</span>
838
+ <span class="feature-text" data-lang="fr">Supprimer des dependances non utilisees</span>
839
+ <span class="feature-text" data-lang="en">Remove unused dependencies</span>
840
+ </div>
841
+ <div class="feature-item">
842
+ <span class="feature-icon">&#128465;</span>
843
+ <span class="feature-text" data-lang="fr">Supprimer des exports non utilises</span>
844
+ <span class="feature-text" data-lang="en">Remove unused exports</span>
845
+ </div>
846
+ <div class="feature-item">
847
+ <span class="feature-icon">&#129529;</span>
848
+ <span class="feature-text" data-lang="fr">Nettoyage conditionnel de code</span>
849
+ <span class="feature-text" data-lang="en">Conditional code cleanup</span>
850
+ </div>
851
+ </div>
852
+
853
+ <details class="template-section">
854
+ <summary>
855
+ <h4 style="display: inline; margin: 0;">
856
+ <span data-lang="fr">Template Prompt</span>
857
+ <span data-lang="en">Prompt Template</span>
858
+ </h4>
859
+ <span class="template-badge">action.md</span>
860
+ </summary>
861
+ <div class="template-content">
862
+ <p class="template-path">
863
+ <code>templates/agents/action.md</code>
864
+ </p>
865
+ <div class="code-block template-code">
866
+ <button class="copy-btn">Copy</button>
867
+ <pre><code>---
868
+ name: action
869
+ description: Conditional action executor - performs actions only when specific conditions are met
870
+ color: purple
871
+ model: haiku
872
+ ---
873
+
874
+ Batch conditional executor. Handle ≤5 tasks. VERIFY INDEPENDENTLY before each action.
875
+
876
+ ## Workflow
877
+
878
+ 1. **VERIFY each item yourself** (never trust input):
879
+ - **Exports/Types**: Grep for `import.*{name}` in codebase
880
+ - **Files**: Check framework patterns via explore-docs, then Grep for imports
881
+ - **Dependencies**: Grep for `from 'pkg'` or `require('pkg')`
882
+
883
+ 2. **Execute ONLY if verified unused**:
884
+ - If used → Skip with reason, continue next
885
+ - If unused → Execute action, confirm success
886
+
887
+ 3. **Report**: Count executed, count skipped with reasons
888
+
889
+ ## Rules
890
+
891
+ - **MANDATORY**: Verify each item independently using Grep/explore-docs
892
+ - **Skip if used**: Continue to next task
893
+ - **Max 5 tasks**: Process all in batch
894
+
895
+ ## Example
896
+
897
+ "Verify and remove: lodash, axios, moment"
898
+
899
+ 1. Grep `lodash` → Found in utils.ts → Skip
900
+ 2. Grep `axios` → Not found → `pnpm remove axios` → Done
901
+ 3. Grep `moment` → Not found → `pnpm remove moment` → Done
902
+ Report: "Removed 2/3: axios, moment. Skipped: lodash (used in utils.ts)"</code></pre>
903
+ </div>
904
+ </div>
905
+ </details>
906
+ </div>
907
+ </div>
908
+ </section>
909
+ </div>
910
+ </main>
911
+ </div>
912
+ </div>
913
+
914
+ <!-- Mobile Menu Button -->
915
+ <button class="mobile-menu-btn">&#9776;</button>
916
+ <div class="overlay"></div>
917
+
918
+ <script src="js/app.js"></script>
919
+ </body>
920
+ </html>