liteagents 2.4.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 (215) hide show
  1. package/CHANGELOG.md +441 -0
  2. package/LICENSE +21 -0
  3. package/README.md +179 -0
  4. package/cli.js +230 -0
  5. package/docs/.gitkeep +1 -0
  6. package/docs/CONTRIBUTING.md +739 -0
  7. package/docs/DUAL_PUBLISH_SUMMARY.md +177 -0
  8. package/docs/ERROR_HANDLING_IMPLEMENTATION.md +327 -0
  9. package/docs/GITHUB_PACKAGES.md +181 -0
  10. package/docs/GITHUB_SETUP.md +158 -0
  11. package/docs/INSTALLATION_DEMO.md +691 -0
  12. package/docs/INSTALLATION_LOCATIONS.md +299 -0
  13. package/docs/INSTALLER_GUIDE.md +1586 -0
  14. package/docs/INTEGRATION_ISSUES_9.1.md +341 -0
  15. package/docs/KNOWLEDGE_BASE.md +727 -0
  16. package/docs/MIGRATION.md +384 -0
  17. package/docs/PACKAGE_BASELINE.md +557 -0
  18. package/docs/PACKAGE_VALIDATION_REPORT.md +427 -0
  19. package/docs/PASS_INTEGRATION.md +307 -0
  20. package/docs/PASS_QUICK_START.md +150 -0
  21. package/docs/PRIVACY.md +203 -0
  22. package/docs/PUBLISHING.md +494 -0
  23. package/docs/QUICK-START.md +318 -0
  24. package/docs/RELEASE_NOTES_1.2.0.md +323 -0
  25. package/docs/SECURITY.md +317 -0
  26. package/docs/SILENT_MODE_GUIDE.md +526 -0
  27. package/docs/SKILLS_CONVERSION.md +154 -0
  28. package/docs/TESTING.md +582 -0
  29. package/docs/TEST_COVERAGE.md +347 -0
  30. package/docs/TROUBLESHOOTING.md +788 -0
  31. package/docs/UPDATED_VARIANT_CONFIGURATION.md +274 -0
  32. package/docs/VARIANT_CONFIGURATION.md +440 -0
  33. package/installer/cli.js +761 -0
  34. package/installer/installation-engine.js +1536 -0
  35. package/installer/package-manager.js +640 -0
  36. package/installer/path-manager.js +427 -0
  37. package/installer/report-template.js +298 -0
  38. package/installer/verification-system.js +274 -0
  39. package/package.json +83 -0
  40. package/packages/ampcode/AGENT.md +58 -0
  41. package/packages/ampcode/README.md +17 -0
  42. package/packages/ampcode/agents/1-create-prd.md +175 -0
  43. package/packages/ampcode/agents/2-generate-tasks.md +190 -0
  44. package/packages/ampcode/agents/3-process-task-list.md +225 -0
  45. package/packages/ampcode/agents/code-developer.md +198 -0
  46. package/packages/ampcode/agents/context-builder.md +142 -0
  47. package/packages/ampcode/agents/feature-planner.md +199 -0
  48. package/packages/ampcode/agents/market-researcher.md +89 -0
  49. package/packages/ampcode/agents/orchestrator.md +116 -0
  50. package/packages/ampcode/agents/quality-assurance.md +115 -0
  51. package/packages/ampcode/agents/system-architect.md +135 -0
  52. package/packages/ampcode/agents/ui-designer.md +184 -0
  53. package/packages/ampcode/commands/brainstorming.md +56 -0
  54. package/packages/ampcode/commands/code-review.md +107 -0
  55. package/packages/ampcode/commands/condition-based-waiting/example.ts +158 -0
  56. package/packages/ampcode/commands/condition-based-waiting.md +122 -0
  57. package/packages/ampcode/commands/debug.md +20 -0
  58. package/packages/ampcode/commands/docs-builder/templates.md +572 -0
  59. package/packages/ampcode/commands/docs-builder.md +106 -0
  60. package/packages/ampcode/commands/explain.md +18 -0
  61. package/packages/ampcode/commands/git-commit.md +14 -0
  62. package/packages/ampcode/commands/optimize.md +20 -0
  63. package/packages/ampcode/commands/refactor.md +21 -0
  64. package/packages/ampcode/commands/review.md +18 -0
  65. package/packages/ampcode/commands/root-cause-tracing/find-polluter.sh +63 -0
  66. package/packages/ampcode/commands/root-cause-tracing.md +176 -0
  67. package/packages/ampcode/commands/security.md +21 -0
  68. package/packages/ampcode/commands/ship.md +18 -0
  69. package/packages/ampcode/commands/skill-creator/scripts/init_skill.py +303 -0
  70. package/packages/ampcode/commands/skill-creator/scripts/package_skill.py +110 -0
  71. package/packages/ampcode/commands/skill-creator/scripts/quick_validate.py +65 -0
  72. package/packages/ampcode/commands/skill-creator.md +211 -0
  73. package/packages/ampcode/commands/stash.md +45 -0
  74. package/packages/ampcode/commands/systematic-debugging.md +297 -0
  75. package/packages/ampcode/commands/test-driven-development.md +390 -0
  76. package/packages/ampcode/commands/test-generate.md +18 -0
  77. package/packages/ampcode/commands/testing-anti-patterns.md +304 -0
  78. package/packages/ampcode/commands/verification-before-completion.md +152 -0
  79. package/packages/ampcode/settings.json +13 -0
  80. package/packages/ampcode/variants.json +8 -0
  81. package/packages/claude/CLAUDE.md +58 -0
  82. package/packages/claude/README.md +23 -0
  83. package/packages/claude/agents/1-create-prd.md +175 -0
  84. package/packages/claude/agents/2-generate-tasks.md +190 -0
  85. package/packages/claude/agents/3-process-task-list.md +225 -0
  86. package/packages/claude/agents/code-developer.md +198 -0
  87. package/packages/claude/agents/context-builder.md +142 -0
  88. package/packages/claude/agents/feature-planner.md +199 -0
  89. package/packages/claude/agents/market-researcher.md +89 -0
  90. package/packages/claude/agents/orchestrator.md +117 -0
  91. package/packages/claude/agents/quality-assurance.md +115 -0
  92. package/packages/claude/agents/system-architect.md +135 -0
  93. package/packages/claude/agents/ui-designer.md +184 -0
  94. package/packages/claude/commands/debug.md +20 -0
  95. package/packages/claude/commands/explain.md +18 -0
  96. package/packages/claude/commands/git-commit.md +14 -0
  97. package/packages/claude/commands/optimize.md +20 -0
  98. package/packages/claude/commands/refactor.md +21 -0
  99. package/packages/claude/commands/review.md +18 -0
  100. package/packages/claude/commands/security.md +21 -0
  101. package/packages/claude/commands/ship.md +18 -0
  102. package/packages/claude/commands/stash.md +45 -0
  103. package/packages/claude/commands/test-generate.md +18 -0
  104. package/packages/claude/skills/brainstorming/SKILL.md +56 -0
  105. package/packages/claude/skills/code-review/SKILL.md +107 -0
  106. package/packages/claude/skills/code-review/code-reviewer.md +146 -0
  107. package/packages/claude/skills/condition-based-waiting/SKILL.md +122 -0
  108. package/packages/claude/skills/condition-based-waiting/example.ts +158 -0
  109. package/packages/claude/skills/docs-builder/SKILL.md +106 -0
  110. package/packages/claude/skills/docs-builder/references/templates.md +572 -0
  111. package/packages/claude/skills/root-cause-tracing/SKILL.md +176 -0
  112. package/packages/claude/skills/root-cause-tracing/find-polluter.sh +63 -0
  113. package/packages/claude/skills/skill-creator/LICENSE.txt +202 -0
  114. package/packages/claude/skills/skill-creator/SKILL.md +211 -0
  115. package/packages/claude/skills/skill-creator/scripts/init_skill.py +303 -0
  116. package/packages/claude/skills/skill-creator/scripts/package_skill.py +110 -0
  117. package/packages/claude/skills/skill-creator/scripts/quick_validate.py +65 -0
  118. package/packages/claude/skills/systematic-debugging/CREATION-LOG.md +119 -0
  119. package/packages/claude/skills/systematic-debugging/SKILL.md +296 -0
  120. package/packages/claude/skills/systematic-debugging/test-academic.md +14 -0
  121. package/packages/claude/skills/systematic-debugging/test-pressure-1.md +58 -0
  122. package/packages/claude/skills/systematic-debugging/test-pressure-2.md +68 -0
  123. package/packages/claude/skills/systematic-debugging/test-pressure-3.md +69 -0
  124. package/packages/claude/skills/test-driven-development/SKILL.md +392 -0
  125. package/packages/claude/skills/testing-anti-patterns/SKILL.md +304 -0
  126. package/packages/claude/skills/verification-before-completion/SKILL.md +152 -0
  127. package/packages/claude/variants.json +9 -0
  128. package/packages/droid/AGENTS.md +52 -0
  129. package/packages/droid/README.md +17 -0
  130. package/packages/droid/change_settings.json +61 -0
  131. package/packages/droid/commands/brainstorming.md +56 -0
  132. package/packages/droid/commands/code-review.md +107 -0
  133. package/packages/droid/commands/condition-based-waiting/example.ts +158 -0
  134. package/packages/droid/commands/condition-based-waiting.md +122 -0
  135. package/packages/droid/commands/debug.md +20 -0
  136. package/packages/droid/commands/docs-builder/templates.md +572 -0
  137. package/packages/droid/commands/docs-builder.md +106 -0
  138. package/packages/droid/commands/explain.md +18 -0
  139. package/packages/droid/commands/git-commit.md +14 -0
  140. package/packages/droid/commands/optimize.md +20 -0
  141. package/packages/droid/commands/refactor.md +21 -0
  142. package/packages/droid/commands/review.md +18 -0
  143. package/packages/droid/commands/root-cause-tracing/find-polluter.sh +63 -0
  144. package/packages/droid/commands/root-cause-tracing.md +176 -0
  145. package/packages/droid/commands/security.md +21 -0
  146. package/packages/droid/commands/ship.md +18 -0
  147. package/packages/droid/commands/skill-creator/scripts/init_skill.py +303 -0
  148. package/packages/droid/commands/skill-creator/scripts/package_skill.py +110 -0
  149. package/packages/droid/commands/skill-creator/scripts/quick_validate.py +65 -0
  150. package/packages/droid/commands/skill-creator.md +211 -0
  151. package/packages/droid/commands/stash.md +45 -0
  152. package/packages/droid/commands/systematic-debugging.md +297 -0
  153. package/packages/droid/commands/test-driven-development.md +390 -0
  154. package/packages/droid/commands/test-generate.md +18 -0
  155. package/packages/droid/commands/testing-anti-patterns.md +304 -0
  156. package/packages/droid/commands/verification-before-completion.md +152 -0
  157. package/packages/droid/droids/1-create-prd.md +170 -0
  158. package/packages/droid/droids/2-generate-tasks.md +190 -0
  159. package/packages/droid/droids/3-process-task-list.md +225 -0
  160. package/packages/droid/droids/code-developer.md +198 -0
  161. package/packages/droid/droids/context-builder.md +142 -0
  162. package/packages/droid/droids/feature-planner.md +199 -0
  163. package/packages/droid/droids/market-researcher.md +89 -0
  164. package/packages/droid/droids/orchestrator.md +116 -0
  165. package/packages/droid/droids/quality-assurance.md +115 -0
  166. package/packages/droid/droids/system-architect.md +135 -0
  167. package/packages/droid/droids/ui-designer.md +184 -0
  168. package/packages/droid/variants.json +8 -0
  169. package/packages/opencode/AGENTS.md +52 -0
  170. package/packages/opencode/README.md +17 -0
  171. package/packages/opencode/agent/1-create-prd.md +179 -0
  172. package/packages/opencode/agent/2-generate-tasks.md +194 -0
  173. package/packages/opencode/agent/3-process-task-list.md +229 -0
  174. package/packages/opencode/agent/code-developer.md +202 -0
  175. package/packages/opencode/agent/context-builder.md +146 -0
  176. package/packages/opencode/agent/feature-planner.md +203 -0
  177. package/packages/opencode/agent/market-researcher.md +93 -0
  178. package/packages/opencode/agent/orchestrator.md +120 -0
  179. package/packages/opencode/agent/quality-assurance.md +119 -0
  180. package/packages/opencode/agent/system-architect.md +139 -0
  181. package/packages/opencode/agent/ui-designer.md +188 -0
  182. package/packages/opencode/command/brainstorming.md +56 -0
  183. package/packages/opencode/command/code-review.md +107 -0
  184. package/packages/opencode/command/condition-based-waiting/example.ts +158 -0
  185. package/packages/opencode/command/condition-based-waiting.md +122 -0
  186. package/packages/opencode/command/debug.md +20 -0
  187. package/packages/opencode/command/docs-builder/templates.md +572 -0
  188. package/packages/opencode/command/docs-builder.md +106 -0
  189. package/packages/opencode/command/explain.md +18 -0
  190. package/packages/opencode/command/git-commit.md +14 -0
  191. package/packages/opencode/command/optimize.md +20 -0
  192. package/packages/opencode/command/refactor.md +21 -0
  193. package/packages/opencode/command/review.md +18 -0
  194. package/packages/opencode/command/root-cause-tracing/find-polluter.sh +63 -0
  195. package/packages/opencode/command/root-cause-tracing.md +176 -0
  196. package/packages/opencode/command/security.md +21 -0
  197. package/packages/opencode/command/ship.md +18 -0
  198. package/packages/opencode/command/skill-creator/scripts/init_skill.py +303 -0
  199. package/packages/opencode/command/skill-creator/scripts/package_skill.py +110 -0
  200. package/packages/opencode/command/skill-creator/scripts/quick_validate.py +65 -0
  201. package/packages/opencode/command/skill-creator.md +211 -0
  202. package/packages/opencode/command/stash.md +45 -0
  203. package/packages/opencode/command/systematic-debugging.md +297 -0
  204. package/packages/opencode/command/test-driven-development.md +390 -0
  205. package/packages/opencode/command/test-generate.md +18 -0
  206. package/packages/opencode/command/testing-anti-patterns.md +304 -0
  207. package/packages/opencode/command/verification-before-completion.md +152 -0
  208. package/packages/opencode/opencode.jsonc +201 -0
  209. package/packages/opencode/variants.json +8 -0
  210. package/packages/subagentic-manual.md +349 -0
  211. package/postinstall.js +21 -0
  212. package/tools/ampcode/manifest-template.json +14 -0
  213. package/tools/claude/manifest-template.json +14 -0
  214. package/tools/droid/manifest-template.json +14 -0
  215. package/tools/opencode/manifest-template.json +14 -0
@@ -0,0 +1,788 @@
1
+ # Troubleshooting Guide
2
+
3
+ Common issues, solutions, and support resources for the Agentic Toolkit.
4
+
5
+ ## Quick Diagnostics
6
+
7
+ ### Is Your Problem Here?
8
+
9
+ | Problem | See Section |
10
+ |---------|------------|
11
+ | Agents don't appear | [Agents Not Appearing](#agents-not-appearing) |
12
+ | Agents appear but don't work | [Agent Errors](#agent-errors) |
13
+ | Skills not working | [Skills Not Loading](#skills-not-loading) |
14
+ | Installation failed | [Installation Issues](#installation-issues) |
15
+ | Slow performance | [Performance Issues](#performance-issues) |
16
+ | Something seems broken | [General Troubleshooting](#general-troubleshooting) |
17
+
18
+ ## Installation Issues
19
+
20
+ ### Problem: Installation Hangs
21
+
22
+ **Symptoms:**
23
+ - Installation process stops responding
24
+ - Download appears stuck
25
+ - No error message
26
+
27
+ **Solutions:**
28
+
29
+ 1. **Check your connection:**
30
+ - Verify internet connection is stable
31
+ - Try on different network if possible
32
+ - Disable VPN temporarily if using one
33
+
34
+ 2. **Retry installation:**
35
+ - Cancel installation (Ctrl+C)
36
+ - Wait 30 seconds
37
+ - Retry installation
38
+
39
+ 3. **Use direct link:**
40
+ ```
41
+ npm install https://github.com/anthropic/agentic-toolkit.git
42
+ ```
43
+
44
+ 4. **Clear npm cache:**
45
+ ```bash
46
+ npm cache clean --force
47
+ npm install agentic-toolkit
48
+ ```
49
+
50
+ 5. **Check disk space:**
51
+ - Lite needs 10MB free
52
+ - Standard needs 20MB free
53
+ - Pro needs 30MB free
54
+ - Run: `df -h` (Linux/Mac) or check Properties (Windows)
55
+
56
+ ### Problem: "Package Not Found"
57
+
58
+ **Symptoms:**
59
+ - Error: `npm ERR! 404 Not Found`
60
+ - Agent toolkit not in registry
61
+
62
+ **Solutions:**
63
+
64
+ 1. **Verify package name:**
65
+ ```bash
66
+ npm search agentic-toolkit
67
+ ```
68
+
69
+ 2. **Check npm registry:**
70
+ ```bash
71
+ npm config set registry https://registry.npmjs.org/
72
+ ```
73
+
74
+ 3. **Use marketplace instead:**
75
+ - Go to Claude.ai
76
+ - Use Marketplace to install
77
+ - More reliable than npm
78
+
79
+ 4. **Check your npm version:**
80
+ ```bash
81
+ npm --version
82
+ # Should be v6 or higher
83
+ ```
84
+
85
+ ### Problem: Permission Denied
86
+
87
+ **Symptoms:**
88
+ - Error: `EACCES: permission denied`
89
+ - Cannot write to directory
90
+
91
+ **Solutions (by platform):**
92
+
93
+ **Linux/Mac:**
94
+ ```bash
95
+ # Option 1: Use sudo (not recommended)
96
+ sudo npm install -g agentic-toolkit
97
+
98
+ # Option 2: Fix npm permissions (recommended)
99
+ mkdir ~/.npm-global
100
+ npm config set prefix '~/.npm-global'
101
+ export PATH=~/.npm-global/bin:$PATH
102
+ npm install -g agentic-toolkit
103
+ ```
104
+
105
+ **Windows:**
106
+ 1. Run Command Prompt as Administrator
107
+ 2. Retry installation
108
+ 3. Restart computer if still fails
109
+
110
+ ### Problem: Version Mismatch
111
+
112
+ **Symptoms:**
113
+ - Error about incompatible version
114
+ - Features not working after update
115
+
116
+ **Solutions:**
117
+
118
+ 1. **Check installed version:**
119
+ ```bash
120
+ npm list agentic-toolkit
121
+ ```
122
+
123
+ 2. **Update to latest:**
124
+ ```bash
125
+ npm install agentic-toolkit@latest
126
+ ```
127
+
128
+ 3. **If using specific variant:**
129
+ ```bash
130
+ npm install agentic-toolkit@standard@latest
131
+ npm install agentic-toolkit@pro@latest
132
+ ```
133
+
134
+ 4. **Uninstall and reinstall:**
135
+ ```bash
136
+ npm uninstall agentic-toolkit
137
+ npm install agentic-toolkit
138
+ ```
139
+
140
+ ## Agents Not Appearing
141
+
142
+ ### Problem: Can't Find Agents with @ Mention
143
+
144
+ **Symptoms:**
145
+ - Type `@` and don't see agent names
146
+ - "Agent not found" error
147
+ - @ mention doesn't autocomplete
148
+
149
+ **Diagnosis Steps:**
150
+
151
+ 1. **Verify installation:**
152
+ ```
153
+ @Master: *help
154
+ ```
155
+
156
+ If this works, installation is fine. If not:
157
+ - Check that you installed the toolkit
158
+ - Verify correct variant installed
159
+ - Check installation succeeded without errors
160
+
161
+ 2. **Check Claude version:**
162
+ - Agentic Toolkit requires Claude 3.5 or later
163
+ - Verify you're using up-to-date Claude
164
+ - Try in new conversation
165
+
166
+ 3. **Run validation:**
167
+ ```bash
168
+ ./validate-references.sh
169
+ ```
170
+
171
+ Look for errors about missing agents
172
+
173
+ **Solutions (in order):**
174
+
175
+ 1. **Refresh Claude:**
176
+ - Press F5 or reload page
177
+ - Close and reopen Claude
178
+ - Clear browser cache
179
+ - Try in private/incognito window
180
+
181
+ 2. **Restart Claude:**
182
+ - Close all Claude tabs
183
+ - Open new Claude conversation
184
+ - Try `@Master: *help`
185
+
186
+ 3. **Check variant manifest:**
187
+ - Standard should have 13 agents
188
+ - Lite should have 3 agents
189
+ - Pro should have 13 agents
190
+
191
+ If agents missing, manifest may be corrupted
192
+
193
+ 4. **Reinstall toolkit:**
194
+ ```bash
195
+ npm uninstall agentic-toolkit
196
+ npm install agentic-toolkit
197
+ ```
198
+
199
+ 5. **Try marketplace:**
200
+ - Uninstall current
201
+ - Use Claude Marketplace to reinstall
202
+ - Marketplace version more reliable
203
+
204
+ ### Problem: Only Some Agents Appear
205
+
206
+ **Symptoms:**
207
+ - Some agents visible, others missing
208
+ - Expected agents not in list
209
+
210
+ **Causes & Solutions:**
211
+
212
+ 1. **Wrong variant installed:**
213
+ - Lite has 3 agents (Master, Orchestrator, 1 more)
214
+ - Standard has 13 agents
215
+ - Pro has 13 agents
216
+
217
+ Check which variant is installed:
218
+ ```bash
219
+ npm list agentic-toolkit
220
+ ```
221
+
222
+ 2. **Variant manifest mismatch:**
223
+ - Install correct variant:
224
+ ```bash
225
+ npm uninstall agentic-toolkit
226
+ npm install agentic-toolkit@standard
227
+ ```
228
+
229
+ 3. **Corrupt manifest file:**
230
+ - Validate manifest:
231
+ ```bash
232
+ ./validate-references.sh
233
+ ```
234
+ - If errors, reinstall
235
+
236
+ ### Problem: Agent Appears but @ Mention Doesn't Work
237
+
238
+ **Symptoms:**
239
+ - See agent name in list
240
+ - Clicking agent does nothing
241
+ - Error when trying to invoke
242
+
243
+ **Solutions:**
244
+
245
+ 1. **Refresh browser:**
246
+ - Press F5
247
+ - Close all tabs and reopen
248
+
249
+ 2. **Clear Claude cache:**
250
+ - Clear browser cache (Ctrl+Shift+Delete)
251
+ - Restart browser
252
+ - Try again
253
+
254
+ 3. **Check agent definition:**
255
+ - Agent markdown file may be corrupted
256
+ - Run validation: `./validate-references.sh`
257
+ - Look for parsing errors
258
+
259
+ 4. **Try Master agent:**
260
+ ```
261
+ @Master: *help
262
+ ```
263
+
264
+ If Master works, problem is with specific agent
265
+
266
+ 5. **Check agent file integrity:**
267
+ - Ensure agent YAML is valid
268
+ - Ensure agent markdown is readable
269
+ - Check file isn't empty or corrupted
270
+
271
+ ## Agent Errors
272
+
273
+ ### Problem: Agent Responds with Error
274
+
275
+ **Symptoms:**
276
+ - Agent appears and loads
277
+ - Responds with error message
278
+ - Specific error from agent
279
+
280
+ **Common Errors & Solutions:**
281
+
282
+ #### Error: "Resource Not Found"
283
+
284
+ **Cause:** Agent tried to load resource that doesn't exist
285
+
286
+ **Solution:**
287
+ 1. Check file paths in error message
288
+ 2. Verify resource files exist:
289
+ ```bash
290
+ ls resources/templates/
291
+ ls resources/data/
292
+ ```
293
+ 3. Run validation:
294
+ ```bash
295
+ ./validate-references.sh
296
+ ```
297
+ 4. Reinstall if files missing:
298
+ ```bash
299
+ npm install agentic-toolkit --force
300
+ ```
301
+
302
+ #### Error: "Invalid Template"
303
+
304
+ **Cause:** Template file is corrupted or invalid
305
+
306
+ **Solution:**
307
+ 1. Check template syntax (YAML or Markdown)
308
+ 2. Verify template is not empty
309
+ 3. Check for special characters that need escaping
310
+ 4. Try different template
311
+ 5. Run validation: `./validate-references.sh`
312
+
313
+ #### Error: "Permission Denied"
314
+
315
+ **Cause:** Cannot access file or directory
316
+
317
+ **Solution:**
318
+ 1. Check file permissions:
319
+ ```bash
320
+ # Linux/Mac
321
+ ls -la agents/
322
+ ls -la skills/
323
+ ```
324
+ 2. Fix permissions:
325
+ ```bash
326
+ chmod -R 755 agents/
327
+ chmod -R 755 skills/
328
+ ```
329
+ 3. Check parent directory ownership
330
+ 4. Reinstall if permissions corrupted
331
+
332
+ ### Problem: Agent Response is Incomplete
333
+
334
+ **Symptoms:**
335
+ - Agent starts responding then stops
336
+ - Response cuts off mid-sentence
337
+ - "Continue..." button appears
338
+
339
+ **Solutions:**
340
+
341
+ 1. **Click Continue:**
342
+ - Scroll down, find Continue button
343
+ - Click to resume response
344
+ - Agent will continue
345
+
346
+ 2. **Ask agent to continue:**
347
+ ```
348
+ Can you continue from where you left off?
349
+ ```
350
+
351
+ 3. **Request summary:**
352
+ ```
353
+ Summarize the key points from your response so far
354
+ ```
355
+
356
+ 4. **Break into smaller requests:**
357
+ - Instead of one large request
358
+ - Make multiple focused requests
359
+ - Agent will have more space
360
+
361
+ 5. **Check context length:**
362
+ - If very long conversation, context may fill
363
+ - Start new conversation
364
+ - Copy previous context if needed
365
+
366
+ ### Problem: Agent Gives Wrong or Bad Advice
367
+
368
+ **Symptoms:**
369
+ - Agent response seems incorrect
370
+ - Advice contradicts requirements
371
+ - Output quality is poor
372
+
373
+ **Solutions:**
374
+
375
+ 1. **Provide more context:**
376
+ - Agent may lack information
377
+ - Give more specific details
378
+ - Mention constraints or requirements
379
+ - Provide examples if available
380
+
381
+ 2. **Clarify request:**
382
+ ```
383
+ I think that approach is wrong because [reason].
384
+ Instead, I need [specific requirement].
385
+ ```
386
+
387
+ 3. **Ask for revision:**
388
+ ```
389
+ Can you revise that section with [specific guidance]?
390
+ ```
391
+
392
+ 4. **Try different agent:**
393
+ - Different agent might have better approach
394
+ - Orchestrator can recommend alternatives
395
+ - May need domain-specific agent
396
+
397
+ 5. **Provide reference material:**
398
+ - Paste relevant documentation
399
+ - Share existing examples
400
+ - Agent learns from context
401
+
402
+ ## Skills Not Loading
403
+
404
+ ### Problem: Skill Not Found or Not Available
405
+
406
+ **Symptoms:**
407
+ - Skill is not listed
408
+ - Error when invoking skill
409
+ - "Skill not available" message
410
+
411
+ **Diagnosis:**
412
+
413
+ 1. **Check variant includes skill:**
414
+ - Lite: PDF only
415
+ - Standard: 8 core skills
416
+ - Pro: All 14 skills
417
+
418
+ See [SKILLS.md](SKILLS.md) for complete list
419
+
420
+ 2. **Verify skill is in manifest:**
421
+ ```bash
422
+ grep -i "skill-name" .claude-plugin/plugin-standard.json
423
+ ```
424
+
425
+ 3. **Check skill directory exists:**
426
+ ```bash
427
+ ls skills/skill-name/
428
+ ```
429
+
430
+ 4. **Verify SKILL.md exists:**
431
+ ```bash
432
+ ls -la skills/skill-name/SKILL.md
433
+ ```
434
+
435
+ **Solutions:**
436
+
437
+ 1. **Upgrade to correct variant:**
438
+ - Some skills only in Pro
439
+ - Upgrade to Pro for all skills
440
+ - Use: `npm install agentic-toolkit@pro`
441
+
442
+ 2. **Reinstall toolkit:**
443
+ - Skill files may be missing
444
+ - Reinstall: `npm install agentic-toolkit --force`
445
+
446
+ 3. **Validate installation:**
447
+ ```bash
448
+ ./validate-references.sh
449
+ ```
450
+
451
+ Look for missing skill files
452
+
453
+ 4. **Run diagnostics:**
454
+ ```bash
455
+ npm list agentic-toolkit
456
+ npm view agentic-toolkit version
457
+ ```
458
+
459
+ ### Problem: Skill Doesn't Work When Invoked
460
+
461
+ **Symptoms:**
462
+ - Skill appears available
463
+ - Invoking skill causes error
464
+ - Skill loads but fails
465
+
466
+ **Solutions:**
467
+
468
+ 1. **Check skill implementation:**
469
+ - Read `skills/skill-name/SKILL.md`
470
+ - Follow usage instructions
471
+ - Some skills have prerequisites
472
+
473
+ 2. **Provide required parameters:**
474
+ - Some skills require specific inputs
475
+ - Review SKILL.md for required parameters
476
+ - Example: `@Canvas Design: Create a [specific type of design]`
477
+
478
+ 3. **Check file permissions:**
479
+ ```bash
480
+ chmod -R 755 skills/
481
+ ```
482
+
483
+ 4. **Try different agent with skill:**
484
+ ```
485
+ @Master: Use the PDF skill to extract tables
486
+ @Full-Stack Developer: Use the PDF skill to create a document
487
+ ```
488
+
489
+ 5. **Run validation:**
490
+ ```bash
491
+ ./validate-references.sh
492
+ ```
493
+
494
+ ## Performance Issues
495
+
496
+ ### Problem: Toolkit is Slow
497
+
498
+ **Symptoms:**
499
+ - Agents take long time to respond
500
+ - Slow agent initialization
501
+ - System feels sluggish
502
+
503
+ **Causes & Solutions:**
504
+
505
+ 1. **Large conversation history:**
506
+ - Start new conversation periodically
507
+ - Existing messages slow down responses
508
+ - Solution: New conversation every 50 messages
509
+
510
+ 2. **Too many files in agents/:**
511
+ - More than 20 agents can slow discovery
512
+ - Solution: Lite variant if minimal usage
513
+
514
+ 3. **Resource files very large:**
515
+ - Large templates or data files
516
+ - Solution: Cleanup old templates
517
+ - Remove unused resources
518
+
519
+ 4. **Internet connection:**
520
+ - Claude API requests slow
521
+ - Solution: Check internet speed
522
+ - Try wired connection if available
523
+
524
+ 5. **System resources low:**
525
+ - Not enough RAM available
526
+ - Solution: Close other applications
527
+ - Restart computer
528
+ - Upgrade RAM if consistently slow
529
+
530
+ **Performance Optimization:**
531
+
532
+ 1. **Use Lite variant if possible:**
533
+ - Smallest footprint
534
+ - Fastest startup
535
+
536
+ 2. **Upgrade to Pro selectively:**
537
+ - Only if you need additional skills
538
+ - Pro has more overhead
539
+
540
+ 3. **Keep conversations short:**
541
+ - Start new conversation every 50-100 messages
542
+ - Don't keep multi-hour conversations
543
+
544
+ 4. **Optimize resources:**
545
+ - Remove unused templates
546
+ - Archive old data files
547
+ - Keep skills directory clean
548
+
549
+ ### Problem: High Memory Usage
550
+
551
+ **Symptoms:**
552
+ - System slows down when using toolkit
553
+ - Browser tab uses lots of RAM
554
+ - Computer fans loud/hot
555
+
556
+ **Solutions:**
557
+
558
+ 1. **Check which files are loaded:**
559
+ ```bash
560
+ du -sh agentflow/
561
+ du -sh skills/
562
+ ```
563
+
564
+ 2. **Remove unused files:**
565
+ - Delete unused skill directories
566
+ - Clean up large resource files
567
+ - Keep only needed agents
568
+
569
+ 3. **Use Lite variant:**
570
+ - Much smaller memory footprint
571
+ - Start with Lite if low on RAM
572
+
573
+ 4. **Reduce conversation context:**
574
+ - Start new conversation periodically
575
+ - Old messages consume memory
576
+ - Cleanup after long sessions
577
+
578
+ ## Reference and Path Issues
579
+
580
+ ### Problem: Validation Script Reports Errors
581
+
582
+ **Symptoms:**
583
+ - `./validate-references.sh` shows errors
584
+ - References are broken
585
+ - Files are missing
586
+
587
+ **Solutions:**
588
+
589
+ 1. **Check error messages carefully:**
590
+ ```bash
591
+ ./validate-references.sh
592
+ ```
593
+
594
+ Look for:
595
+ - Missing files
596
+ - Broken paths
597
+ - Invalid YAML
598
+
599
+ 2. **Fix missing files:**
600
+ - If agent is missing: recreate from backup or reinstall
601
+ - If skill is missing: upgrade variant or reinstall
602
+
603
+ 3. **Fix broken paths:**
604
+ - Update references in manifests
605
+ - Ensure paths are relative to root
606
+ - Check for typos
607
+
608
+ 4. **Reinstall if many errors:**
609
+ ```bash
610
+ npm uninstall agentic-toolkit
611
+ npm install agentic-toolkit --force
612
+ ```
613
+
614
+ ### Problem: Agent References Missing Resource
615
+
616
+ **Symptoms:**
617
+ - Agent works but references wrong path
618
+ - File not found error from agent
619
+ - Agent can't load template
620
+
621
+ **Solutions:**
622
+
623
+ 1. **Check resource exists:**
624
+ ```bash
625
+ ls resources/templates/
626
+ ls resources/data/
627
+ ```
628
+
629
+ 2. **Update agent reference:**
630
+ - Edit agent file
631
+ - Fix path to resource
632
+ - Reload Claude
633
+
634
+ 3. **Verify path is correct:**
635
+ - Paths are relative to project root
636
+ - Use `resources/` prefix
637
+ - Check spelling exactly
638
+
639
+ 4. **Check file permissions:**
640
+ ```bash
641
+ chmod 644 resources/templates/*.yaml
642
+ ```
643
+
644
+ ## General Troubleshooting
645
+
646
+ ### Problem: Something Seems Broken (Unclear What)
647
+
648
+ **Diagnosis Steps:**
649
+
650
+ 1. **Test basic functionality:**
651
+ ```
652
+ @Master: *help
653
+ ```
654
+
655
+ If this works, toolkit fundamentally works
656
+
657
+ 2. **Run validation:**
658
+ ```bash
659
+ ./validate-references.sh
660
+ ```
661
+
662
+ Check for any reported errors
663
+
664
+ 3. **Check installation:**
665
+ ```bash
666
+ npm list agentic-toolkit
667
+ npm view agentic-toolkit version
668
+ ```
669
+
670
+ 4. **Try simple task:**
671
+ ```
672
+ @Master: What is 2+2?
673
+ ```
674
+
675
+ If this works, agents work
676
+
677
+ 5. **Check specific agent:**
678
+ ```
679
+ @Product Manager: List your capabilities
680
+ ```
681
+
682
+ 6. **Gather debug info:**
683
+ ```bash
684
+ npm list agentic-toolkit > debug.txt
685
+ node --version >> debug.txt
686
+ npm --version >> debug.txt
687
+ echo "OS: $(uname -a)" >> debug.txt
688
+ ./validate-references.sh >> debug.txt 2>&1
689
+ ```
690
+
691
+ ### Problem: Got an Error I Don't Understand
692
+
693
+ **For Error Messages:**
694
+
695
+ 1. **Search the error in this guide:**
696
+ - Use Ctrl+F to search message
697
+ - Often listed with solutions
698
+
699
+ 2. **Check ARCHITECTURE.md:**
700
+ - May explain technical issue
701
+ - Error may be design-related
702
+
703
+ 3. **Check AGENTS.md or SKILLS.md:**
704
+ - Error may be usage-related
705
+ - Check agent/skill documentation
706
+
707
+ 4. **Report to support:**
708
+ - Include full error message
709
+ - Include debug output from above
710
+ - Include steps to reproduce
711
+
712
+ ## Getting Help
713
+
714
+ ### Self-Help Resources
715
+
716
+ 1. **[README.md](README.md)** - Overview and quick start
717
+ 2. **[QUICK-START.md](QUICK-START.md)** - Beginner guide
718
+ 3. **[AGENTS.md](AGENTS.md)** - Agent documentation
719
+ 4. **[SKILLS.md](SKILLS.md)** - Skill documentation
720
+ 5. **[ARCHITECTURE.md](ARCHITECTURE.md)** - Technical details
721
+ 6. **[CONTRIBUTING.md](docs/CONTRIBUTING.md)** - Extension guide
722
+
723
+ ### Contacting Support
724
+
725
+ **For Official Support:**
726
+ - Email: support@anthropic.com
727
+ - Include:
728
+ - Clear description of issue
729
+ - Steps to reproduce
730
+ - Full error message
731
+ - Output from `./validate-references.sh`
732
+ - Output from `npm list agentic-toolkit`
733
+
734
+ **Before Contacting Support:**
735
+ 1. Check this troubleshooting guide
736
+ 2. Run `./validate-references.sh`
737
+ 3. Try reinstalling
738
+ 4. Try different browser
739
+ 5. Try in new conversation
740
+
741
+ ### Common Support Questions
742
+
743
+ **Q: How do I know if it's installed?**
744
+ A: Run `@Master: *help` - if you see output, it's installed.
745
+
746
+ **Q: How do I uninstall?**
747
+ A: `npm uninstall agentic-toolkit`
748
+
749
+ **Q: How do I switch variants?**
750
+ A: Uninstall current: `npm uninstall agentic-toolkit`
751
+ Install new: `npm install agentic-toolkit@pro`
752
+
753
+ **Q: Do I need to restart anything?**
754
+ A: Just refresh Claude (F5). Usually no computer restart needed.
755
+
756
+ **Q: Where are files stored?**
757
+ A: Depends on installation method:
758
+ - npm: `node_modules/agentic-toolkit/`
759
+ - Development: `/path/to/agentflow/`
760
+
761
+ **Q: Can I use multiple variants at once?**
762
+ A: No, only one variant at a time. Reinstall to switch.
763
+
764
+ **Q: Will my data be lost if I uninstall?**
765
+ A: Your work in Claude conversations remains. Toolkit code is not stored in conversations.
766
+
767
+ ## Validation Checklist
768
+
769
+ Before reporting an issue, verify:
770
+
771
+ - [ ] I've tried refreshing Claude (F5)
772
+ - [ ] I've tried starting a new conversation
773
+ - [ ] I've run `./validate-references.sh`
774
+ - [ ] I've verified the correct variant is installed
775
+ - [ ] I've restarted my computer
776
+ - [ ] I've checked this troubleshooting guide
777
+ - [ ] I've reviewed [README.md](README.md)
778
+ - [ ] I can run `@Master: *help` successfully
779
+
780
+ If all above are checked and issue persists, safe to report to support.
781
+
782
+ ---
783
+
784
+ **Version:** 1.0.0
785
+ **Last Updated:** Nov 2024
786
+ **Status:** Complete
787
+
788
+ For other questions, see [README.md](README.md) or contact support@anthropic.com.