claude-flow-novice 1.3.3 → 1.3.5

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 (334) hide show
  1. package/.claude/agents/github/release-manager.md +1 -1
  2. package/.claude/agents/github/repo-architect.md +2 -2
  3. package/.claude/agents/optimization/README.md +12 -12
  4. package/.claude/agents/optimization/benchmark-suite.md +8 -8
  5. package/.claude/agents/optimization/load-balancer.md +7 -7
  6. package/.claude/agents/optimization/performance-monitor.md +8 -8
  7. package/.claude/agents/optimization/resource-allocator.md +9 -9
  8. package/.claude/agents/optimization/topology-optimizer.md +8 -8
  9. package/.claude/agents/swarm/README.md +8 -8
  10. package/.claude/agents/testing/e2e/playwright-agent.md +1 -1
  11. package/.claude/commands/agents/agent-capabilities.md +2 -2
  12. package/.claude/commands/agents/agent-coordination.md +3 -3
  13. package/.claude/commands/agents/agent-types.md +1 -1
  14. package/.claude/commands/analysis/bottleneck-detect.md +5 -5
  15. package/.claude/commands/analysis/performance-report.md +4 -4
  16. package/.claude/commands/analysis/token-usage.md +4 -4
  17. package/.claude/commands/automation/auto-agent.md +5 -5
  18. package/.claude/commands/automation/self-healing.md +1 -1
  19. package/.claude/commands/automation/session-memory.md +1 -1
  20. package/.claude/commands/automation/smart-agents.md +1 -1
  21. package/.claude/commands/automation/smart-spawn.md +4 -4
  22. package/.claude/commands/automation/workflow-select.md +4 -4
  23. package/.claude/commands/claude-soul.js +22 -556
  24. package/.claude/commands/coordination/agent-spawn.md +4 -4
  25. package/.claude/commands/coordination/coordination-system.md +14 -14
  26. package/.claude/commands/coordination/swarm-init.md +5 -5
  27. package/.claude/commands/coordination/task-orchestrate.md +4 -4
  28. package/.claude/commands/github/code-review.md +4 -4
  29. package/.claude/commands/github/github-swarm.md +5 -5
  30. package/.claude/commands/github/issue-triage.md +4 -4
  31. package/.claude/commands/github/pr-enhance.md +4 -4
  32. package/.claude/commands/github/release-manager.md +1 -1
  33. package/.claude/commands/github/repo-analyze.md +4 -4
  34. package/.claude/commands/github/repo-architect.md +2 -2
  35. package/.claude/commands/hive-mind/hive-mind-consensus.md +1 -1
  36. package/.claude/commands/hive-mind/hive-mind-init.md +3 -3
  37. package/.claude/commands/hive-mind/hive-mind-memory.md +1 -1
  38. package/.claude/commands/hive-mind/hive-mind-metrics.md +1 -1
  39. package/.claude/commands/hive-mind/hive-mind-resume.md +1 -1
  40. package/.claude/commands/hive-mind/hive-mind-sessions.md +1 -1
  41. package/.claude/commands/hive-mind/hive-mind-spawn.md +4 -4
  42. package/.claude/commands/hive-mind/hive-mind-status.md +1 -1
  43. package/.claude/commands/hive-mind/hive-mind-stop.md +1 -1
  44. package/.claude/commands/hive-mind/hive-mind-wizard.md +1 -1
  45. package/.claude/commands/hive-mind/hive-mind.md +4 -4
  46. package/.claude/commands/hooks/overview.md +1 -1
  47. package/.claude/commands/hooks/post-edit.md +6 -6
  48. package/.claude/commands/hooks/post-task.md +6 -6
  49. package/.claude/commands/hooks/pre-edit.md +6 -6
  50. package/.claude/commands/hooks/pre-task.md +6 -6
  51. package/.claude/commands/hooks/session-end.md +6 -6
  52. package/.claude/commands/hooks/setup.md +6 -6
  53. package/.claude/commands/hooks.md +1 -1
  54. package/.claude/commands/memory/memory-bank.md +4 -4
  55. package/.claude/commands/memory/memory-persist.md +4 -4
  56. package/.claude/commands/memory/memory-search.md +4 -4
  57. package/.claude/commands/memory/memory-usage.md +4 -4
  58. package/.claude/commands/monitoring/agent-metrics.md +4 -4
  59. package/.claude/commands/monitoring/real-time-view.md +4 -4
  60. package/.claude/commands/monitoring/swarm-monitor.md +4 -4
  61. package/.claude/commands/optimization/auto-topology.md +2 -2
  62. package/.claude/commands/optimization/cache-manage.md +4 -4
  63. package/.claude/commands/optimization/parallel-execute.md +4 -4
  64. package/.claude/commands/optimization/parallel-execution.md +1 -1
  65. package/.claude/commands/optimization/topology-optimize.md +4 -4
  66. package/.claude/commands/pair/README.md +20 -20
  67. package/.claude/commands/pair/config.md +16 -16
  68. package/.claude/commands/pair/examples.md +11 -11
  69. package/.claude/commands/pair/modes.md +17 -17
  70. package/.claude/commands/pair/session.md +27 -27
  71. package/.claude/commands/pair/start.md +12 -12
  72. package/.claude/commands/sparc/analyzer.md +3 -3
  73. package/.claude/commands/sparc/architect.md +3 -3
  74. package/.claude/commands/sparc/batch-executor.md +3 -3
  75. package/.claude/commands/sparc/coder.md +3 -3
  76. package/.claude/commands/sparc/debugger.md +3 -3
  77. package/.claude/commands/sparc/designer.md +3 -3
  78. package/.claude/commands/sparc/documenter.md +3 -3
  79. package/.claude/commands/sparc/innovator.md +3 -3
  80. package/.claude/commands/sparc/memory-manager.md +3 -3
  81. package/.claude/commands/sparc/optimizer.md +3 -3
  82. package/.claude/commands/sparc/orchestrator.md +10 -10
  83. package/.claude/commands/sparc/researcher.md +3 -3
  84. package/.claude/commands/sparc/reviewer.md +3 -3
  85. package/.claude/commands/sparc/sparc-modes.md +13 -13
  86. package/.claude/commands/sparc/swarm-coordinator.md +3 -3
  87. package/.claude/commands/sparc/tdd.md +3 -3
  88. package/.claude/commands/sparc/tester.md +3 -3
  89. package/.claude/commands/sparc/workflow-manager.md +3 -3
  90. package/.claude/commands/stream-chain/pipeline.md +10 -10
  91. package/.claude/commands/stream-chain/run.md +4 -4
  92. package/.claude/commands/swarm/analysis.md +1 -1
  93. package/.claude/commands/swarm/development.md +1 -1
  94. package/.claude/commands/swarm/examples.md +3 -3
  95. package/.claude/commands/swarm/maintenance.md +1 -1
  96. package/.claude/commands/swarm/optimization.md +1 -1
  97. package/.claude/commands/swarm/research.md +1 -1
  98. package/.claude/commands/swarm/swarm-analysis.md +1 -1
  99. package/.claude/commands/swarm/swarm-background.md +1 -1
  100. package/.claude/commands/swarm/swarm-init.md +3 -3
  101. package/.claude/commands/swarm/swarm-modes.md +1 -1
  102. package/.claude/commands/swarm/swarm-monitor.md +1 -1
  103. package/.claude/commands/swarm/swarm-spawn.md +3 -3
  104. package/.claude/commands/swarm/swarm-status.md +1 -1
  105. package/.claude/commands/swarm/swarm-strategies.md +1 -1
  106. package/.claude/commands/swarm/swarm.md +4 -4
  107. package/.claude/commands/swarm/testing.md +1 -1
  108. package/.claude/commands/testing/playwright-e2e.md +36 -36
  109. package/.claude/commands/training/model-update.md +4 -4
  110. package/.claude/commands/training/neural-patterns.md +3 -3
  111. package/.claude/commands/training/neural-train.md +4 -4
  112. package/.claude/commands/training/pattern-learn.md +4 -4
  113. package/.claude/commands/training/specialization.md +2 -2
  114. package/.claude/commands/truth/start.md +10 -10
  115. package/.claude/commands/verify/check.md +5 -5
  116. package/.claude/commands/verify/start.md +22 -22
  117. package/.claude/commands/workflows/development.md +3 -3
  118. package/.claude/commands/workflows/research.md +2 -2
  119. package/.claude/commands/workflows/workflow-create.md +4 -4
  120. package/.claude/commands/workflows/workflow-execute.md +4 -4
  121. package/.claude/commands/workflows/workflow-export.md +4 -4
  122. package/examples/01-configurations/README.md +5 -5
  123. package/examples/02-workflows/README.md +8 -8
  124. package/examples/04-testing/incremental-updates-guide.md +3 -3
  125. package/examples/06-tutorials/getting-started/01-first-swarm.md +4 -4
  126. package/examples/06-tutorials/sparc/sparc-tdd-guide.md +13 -13
  127. package/examples/06-tutorials/sparc-batchtool-orchestration.md +54 -54
  128. package/examples/06-tutorials/workflows/multi-agent-coordination.md +9 -9
  129. package/examples/README-batch-init.md +50 -50
  130. package/examples/README.md +2 -2
  131. package/examples/automation-examples.md +13 -13
  132. package/examples/rest-api-simple/README-ARCHITECTURE.md +7 -7
  133. package/examples/rest-api-simple/implementation-plan.md +7 -7
  134. package/examples/rest-api-simple/next-steps.md +5 -5
  135. package/examples/rest-api-simple/sparc-implementation-roadmap.md +12 -12
  136. package/package.json +2 -1
  137. package/src/cli/simple-commands/agent.js +9 -9
  138. package/src/cli/simple-commands/analysis.js +17 -17
  139. package/src/cli/simple-commands/automation-executor.js +1 -1
  140. package/src/cli/simple-commands/automation.js +14 -14
  141. package/src/cli/simple-commands/batch-manager.js +10 -10
  142. package/src/cli/simple-commands/config.js +14 -14
  143. package/src/cli/simple-commands/coordination.js +8 -8
  144. package/src/cli/simple-commands/fix-hook-variables.js +4 -4
  145. package/src/cli/simple-commands/github/init.js +2 -2
  146. package/src/cli/simple-commands/github.js +7 -7
  147. package/src/cli/simple-commands/goal.js +1 -1
  148. package/src/cli/simple-commands/hive-mind-optimize.js +10 -10
  149. package/src/cli/simple-commands/hive-mind-wizard.js +5 -5
  150. package/src/cli/simple-commands/hive-mind.js +34 -34
  151. package/src/cli/simple-commands/hive.js +4 -4
  152. package/src/cli/simple-commands/hook-safety.js +7 -7
  153. package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +74 -74
  154. package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +143 -143
  155. package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +13 -13
  156. package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +41 -41
  157. package/src/cli/simple-commands/init/claude-commands/slash-commands.js +1 -1
  158. package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +24 -24
  159. package/src/cli/simple-commands/init/executable-wrapper.js +11 -11
  160. package/src/cli/simple-commands/init/help.js +19 -19
  161. package/src/cli/simple-commands/init/index.js +13 -13
  162. package/src/cli/simple-commands/init/rollback/recovery-manager.js +1 -1
  163. package/src/cli/simple-commands/init/rollback/rollback-executor.js +2 -2
  164. package/src/cli/simple-commands/init/sparc/roo-readme.js +5 -5
  165. package/src/cli/simple-commands/init/templates/claude-md.js +41 -41
  166. package/src/cli/simple-commands/init/templates/coordination-md.js +55 -55
  167. package/src/cli/simple-commands/init/templates/enhanced-templates.js +175 -175
  168. package/src/cli/simple-commands/init/templates/memory-bank-md.js +22 -22
  169. package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +4 -4
  170. package/src/cli/simple-commands/init/templates/settings.json +1 -1
  171. package/src/cli/simple-commands/init/templates/sparc-modes.js +75 -75
  172. package/src/cli/simple-commands/init/templates/verification-claude-md.js +39 -39
  173. package/src/cli/simple-commands/init/validation/config-validator.js +3 -3
  174. package/src/cli/simple-commands/init/validation/health-checker.js +1 -1
  175. package/src/cli/simple-commands/init/validation/mode-validator.js +2 -2
  176. package/src/cli/simple-commands/mcp.js +9 -9
  177. package/src/cli/simple-commands/migrate-hooks.js +2 -2
  178. package/src/cli/simple-commands/monitor.js +4 -4
  179. package/src/cli/simple-commands/neural.js +1 -1
  180. package/src/cli/simple-commands/pair-autofix-only.js +4 -4
  181. package/src/cli/simple-commands/pair-basic.js +7 -7
  182. package/src/cli/simple-commands/pair-old.js +9 -9
  183. package/src/cli/simple-commands/pair-working.js +4 -4
  184. package/src/cli/simple-commands/pair.js +4 -4
  185. package/src/cli/simple-commands/sparc/commands.js +5 -5
  186. package/src/cli/simple-commands/sparc-modes/architect.js +23 -23
  187. package/src/cli/simple-commands/sparc-modes/ask.js +21 -21
  188. package/src/cli/simple-commands/sparc-modes/code.js +23 -23
  189. package/src/cli/simple-commands/sparc-modes/debug.js +10 -10
  190. package/src/cli/simple-commands/sparc-modes/devops.js +11 -11
  191. package/src/cli/simple-commands/sparc-modes/docs-writer.js +3 -3
  192. package/src/cli/simple-commands/sparc-modes/generic.js +4 -4
  193. package/src/cli/simple-commands/sparc-modes/index.js +22 -22
  194. package/src/cli/simple-commands/sparc-modes/integration.js +3 -3
  195. package/src/cli/simple-commands/sparc-modes/mcp.js +3 -3
  196. package/src/cli/simple-commands/sparc-modes/monitoring.js +3 -3
  197. package/src/cli/simple-commands/sparc-modes/optimization.js +3 -3
  198. package/src/cli/simple-commands/sparc-modes/security-review.js +11 -11
  199. package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +37 -37
  200. package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +3 -3
  201. package/src/cli/simple-commands/sparc-modes/supabase-admin.js +11 -11
  202. package/src/cli/simple-commands/sparc-modes/swarm.js +34 -34
  203. package/src/cli/simple-commands/sparc-modes/tdd.js +11 -11
  204. package/src/cli/simple-commands/sparc-modes/tutorial.js +30 -30
  205. package/src/cli/simple-commands/sparc.js +14 -14
  206. package/src/cli/simple-commands/start-ui.js +4 -4
  207. package/src/cli/simple-commands/start-wrapper.js +17 -17
  208. package/src/cli/simple-commands/status.js +3 -3
  209. package/src/cli/simple-commands/stream-chain.js +12 -12
  210. package/src/cli/simple-commands/swarm-metrics-integration.js +2 -2
  211. package/src/cli/simple-commands/swarm-ui.js +2 -2
  212. package/src/cli/simple-commands/swarm.js +19 -19
  213. package/src/cli/simple-commands/task.js +7 -7
  214. package/src/cli/simple-commands/training.js +5 -5
  215. package/src/cli/simple-commands/verification-training-integration.js +1 -1
  216. package/src/language/language-detector.js +1 -2
  217. package/src/slash-commands/claude-soul.js +248 -365
  218. package/src/slash-commands/register-all-commands.js +1 -1
  219. package/wiki/README.md +2 -2
  220. package/wiki/accessibility/README.md +4 -4
  221. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  222. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  223. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  224. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  225. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  226. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  227. package/wiki/accessibility/testing/automated-testing.md +9 -9
  228. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  229. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  230. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  231. package/wiki/api-reference/cli-api.md +15 -15
  232. package/wiki/api-reference/plugin-development.md +3 -3
  233. package/wiki/command-reference/README.md +34 -34
  234. package/wiki/command-reference/agent-commands.md +46 -46
  235. package/wiki/command-reference/cli-commands.md +21 -21
  236. package/wiki/command-reference/command-syntax.md +89 -89
  237. package/wiki/command-reference/expert-tier.md +184 -184
  238. package/wiki/command-reference/intermediate-tier.md +63 -63
  239. package/wiki/command-reference/mcp-integration.md +29 -29
  240. package/wiki/command-reference/mcp-tools/README.md +4 -4
  241. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  242. package/wiki/command-reference/mcp-tools/index.md +2 -2
  243. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  244. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  245. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  246. package/wiki/command-reference/novice/README.md +1 -1
  247. package/wiki/command-reference/novice-tier.md +152 -152
  248. package/wiki/command-reference/progression-guide.md +107 -107
  249. package/wiki/command-reference/troubleshooting.md +113 -113
  250. package/wiki/command-reference/workflows.md +187 -187
  251. package/wiki/community/README.md +1 -1
  252. package/wiki/community/learning-resources.md +1 -1
  253. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  254. package/wiki/core-concepts/integration.md +7 -7
  255. package/wiki/core-concepts/sparc-workflow.md +5 -5
  256. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  257. package/wiki/examples/basic/hello-world/README.md +7 -7
  258. package/wiki/examples/integration-patterns.md +15 -15
  259. package/wiki/examples/performance-benchmarks.md +11 -11
  260. package/wiki/examples/projects/rest-api/README.md +1 -1
  261. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  262. package/wiki/examples/swarm-patterns.md +63 -63
  263. package/wiki/examples/templates/download-system.md +1 -1
  264. package/wiki/examples/templates/javascript/README.md +2 -2
  265. package/wiki/examples/troubleshooting/README.md +2 -2
  266. package/wiki/examples/utilities/patterns/README.md +8 -8
  267. package/wiki/examples/videos/01-setup.md +16 -16
  268. package/wiki/examples/workflow-automation/README.md +5 -5
  269. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  270. package/wiki/getting-started/installation/README.md +7 -7
  271. package/wiki/getting-started/learning-path.md +2 -2
  272. package/wiki/getting-started/quick-start/README.md +2 -2
  273. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  274. package/wiki/governance/multi-project-coordination.md +1 -1
  275. package/wiki/languages/go/README.md +10 -10
  276. package/wiki/languages/go/examples/README.md +29 -29
  277. package/wiki/languages/go/frameworks/README.md +18 -18
  278. package/wiki/languages/go/integration/README.md +34 -34
  279. package/wiki/languages/go/microservices/README.md +17 -17
  280. package/wiki/languages/go/performance/README.md +13 -13
  281. package/wiki/languages/go/setup/README.md +20 -20
  282. package/wiki/languages/go/systems/README.md +10 -10
  283. package/wiki/languages/go/testing/README.md +14 -14
  284. package/wiki/languages/java/README.md +25 -25
  285. package/wiki/languages/java/claude-flow-integration.md +49 -49
  286. package/wiki/languages/java/enterprise-java.md +15 -15
  287. package/wiki/languages/java/examples.md +30 -30
  288. package/wiki/languages/java/microservices.md +22 -22
  289. package/wiki/languages/java/performance.md +13 -13
  290. package/wiki/languages/java/project-setup.md +10 -10
  291. package/wiki/languages/java/spring-boot.md +12 -12
  292. package/wiki/languages/java/testing.md +12 -12
  293. package/wiki/languages/javascript/api/README.md +20 -20
  294. package/wiki/languages/javascript/backend/README.md +19 -19
  295. package/wiki/languages/javascript/frontend/README.md +18 -18
  296. package/wiki/languages/javascript/integration.md +11 -11
  297. package/wiki/languages/javascript/setup/README.md +28 -28
  298. package/wiki/languages/javascript/testing/README.md +14 -14
  299. package/wiki/languages/python/README.md +3 -3
  300. package/wiki/languages/python/data-science/README.md +11 -11
  301. package/wiki/languages/python/examples/README.md +5 -5
  302. package/wiki/languages/python/integration.md +5 -5
  303. package/wiki/languages/python/mcp-integration.md +1 -1
  304. package/wiki/languages/python/setup/README.md +5 -5
  305. package/wiki/languages/python/testing/README.md +3 -3
  306. package/wiki/languages/python/web-development/README.md +1 -1
  307. package/wiki/languages/rust/README.md +1 -1
  308. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  309. package/wiki/languages/rust/examples/rest-api.md +5 -5
  310. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  311. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  312. package/wiki/languages/rust/web-development/axum.md +6 -6
  313. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  314. package/wiki/languages/typescript/setup.md +2 -2
  315. package/wiki/troubleshooting/README.md +3 -3
  316. package/wiki/troubleshooting/common-issues/README.md +6 -6
  317. package/wiki/troubleshooting/common-issues.md +26 -26
  318. package/wiki/troubleshooting/error-resolution.md +5 -5
  319. package/wiki/troubleshooting/performance-optimization.md +11 -11
  320. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  321. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  322. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  323. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  324. package/wiki/tutorials/intermediate/optimization.md +35 -35
  325. package/wiki/tutorials/skill-assessment.md +3 -3
  326. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  327. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  328. package/wiki/video-tutorials/README.md +3 -3
  329. package/wiki/video-tutorials/accessibility/README.md +4 -4
  330. package/wiki/video-tutorials/community/README.md +1 -1
  331. package/wiki/video-tutorials/content-organization/README.md +5 -5
  332. package/wiki/video-tutorials/interactive/README.md +5 -5
  333. package/wiki/video-tutorials/planning/README.md +4 -4
  334. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -21,60 +21,60 @@ Based on your request, here are the relevant SPARC modes:
21
21
  #### 📋 Planning & Design Modes:
22
22
  - **\`spec-pseudocode\`** - For creating detailed specifications, requirements, and high-level logic
23
23
  - Use when: Starting a new feature, defining requirements, planning algorithms
24
- - Example: \`npx claude-flow sparc run spec-pseudocode "Create user authentication flow" --non-interactive\`
24
+ - Example: \`npx claude-flow-novice sparc run spec-pseudocode "Create user authentication flow" --non-interactive\`
25
25
 
26
26
  - **\`architect\`** - For system design, API boundaries, and service architecture
27
27
  - Use when: Designing system structure, defining APIs, planning microservices
28
- - Example: \`npx claude-flow sparc run architect "Design e-commerce platform architecture" --non-interactive\`
28
+ - Example: \`npx claude-flow-novice sparc run architect "Design e-commerce platform architecture" --non-interactive\`
29
29
 
30
30
  #### 🧠 Implementation Modes:
31
31
  - **\`code\`** - For implementing features with clean architecture
32
32
  - Use when: Building new features, writing production code
33
- - Example: \`npx claude-flow sparc run code "Implement payment processing service" --non-interactive\`
33
+ - Example: \`npx claude-flow-novice sparc run code "Implement payment processing service" --non-interactive\`
34
34
 
35
35
  - **\`tdd\`** - For test-first development with comprehensive coverage
36
36
  - Use when: Want high quality code, need test coverage, following TDD practices
37
- - Example: \`npx claude-flow sparc run tdd "Build shopping cart with TDD" --non-interactive\`
37
+ - Example: \`npx claude-flow-novice sparc run tdd "Build shopping cart with TDD" --non-interactive\`
38
38
 
39
39
  #### 🔧 Quality & Maintenance Modes:
40
40
  - **\`debug\`** - For troubleshooting issues and fixing bugs
41
41
  - Use when: Something's broken, need to trace errors, fix runtime issues
42
- - Example: \`npx claude-flow sparc run debug "Fix memory leak in data processor" --non-interactive\`
42
+ - Example: \`npx claude-flow-novice sparc run debug "Fix memory leak in data processor" --non-interactive\`
43
43
 
44
44
  - **\`security-review\`** - For security audits and vulnerability checks
45
45
  - Use when: Need security audit, checking for exposed secrets, compliance review
46
- - Example: \`npx claude-flow sparc run security-review "Audit user data handling" --non-interactive\`
46
+ - Example: \`npx claude-flow-novice sparc run security-review "Audit user data handling" --non-interactive\`
47
47
 
48
48
  - **\`refinement-optimization-mode\`** - For performance optimization and refactoring
49
49
  - Use when: Code needs optimization, files too large, performance issues
50
- - Example: \`npx claude-flow sparc run refinement-optimization-mode "Optimize database queries" --non-interactive\`
50
+ - Example: \`npx claude-flow-novice sparc run refinement-optimization-mode "Optimize database queries" --non-interactive\`
51
51
 
52
52
  #### 📚 Documentation & Integration:
53
53
  - **\`docs-writer\`** - For creating documentation and guides
54
54
  - Use when: Need README, API docs, user guides
55
- - Example: \`npx claude-flow sparc run docs-writer "Create API documentation" --non-interactive\`
55
+ - Example: \`npx claude-flow-novice sparc run docs-writer "Create API documentation" --non-interactive\`
56
56
 
57
57
  - **\`integration\`** - For connecting services and ensuring system cohesion
58
58
  - Use when: Integrating components, connecting APIs, system integration
59
- - Example: \`npx claude-flow sparc run integration "Connect auth service to user service" --non-interactive\`
59
+ - Example: \`npx claude-flow-novice sparc run integration "Connect auth service to user service" --non-interactive\`
60
60
 
61
61
  #### 🚀 Deployment & Operations:
62
62
  - **\`devops\`** - For deployment, CI/CD, and infrastructure
63
63
  - Use when: Setting up deployment, configuring CI/CD, provisioning infrastructure
64
- - Example: \`npx claude-flow sparc run devops "Deploy to AWS with auto-scaling" --non-interactive\`
64
+ - Example: \`npx claude-flow-novice sparc run devops "Deploy to AWS with auto-scaling" --non-interactive\`
65
65
 
66
66
  - **\`post-deployment-monitoring-mode\`** - For production monitoring
67
67
  - Use when: Setting up monitoring, configuring alerts, tracking metrics
68
- - Example: \`npx claude-flow sparc run post-deployment-monitoring-mode "Setup DataDog monitoring" --non-interactive\`
68
+ - Example: \`npx claude-flow-novice sparc run post-deployment-monitoring-mode "Setup DataDog monitoring" --non-interactive\`
69
69
 
70
70
  #### 🔐 Specialized Modes:
71
71
  - **\`supabase-admin\`** - For Supabase database and auth management
72
72
  - Use when: Working with Supabase, setting up database, configuring auth
73
- - Example: \`npx claude-flow sparc run supabase-admin "Setup user authentication database" --non-interactive\`
73
+ - Example: \`npx claude-flow-novice sparc run supabase-admin "Setup user authentication database" --non-interactive\`
74
74
 
75
75
  - **\`mcp\`** - For MCP (Model Context Protocol) integrations
76
76
  - Use when: Integrating external tools via MCP, API connections
77
- - Example: \`npx claude-flow sparc run mcp "Integrate Stripe payment API" --non-interactive\`
77
+ - Example: \`npx claude-flow-novice sparc run mcp "Integrate Stripe payment API" --non-interactive\`
78
78
 
79
79
  ### 3. **Workflow Recommendations**
80
80
 
@@ -82,19 +82,19 @@ For "${taskDescription}", I recommend this workflow:
82
82
 
83
83
  \`\`\`bash
84
84
  # Step 1: Define requirements
85
- npx claude-flow sparc run spec-pseudocode "${taskDescription} - requirements and pseudocode" --non-interactive
85
+ npx claude-flow-novice sparc run spec-pseudocode "${taskDescription} - requirements and pseudocode" --non-interactive
86
86
 
87
87
  # Step 2: Design architecture (if needed)
88
- npx claude-flow sparc run architect "${taskDescription} - system design" --non-interactive
88
+ npx claude-flow-novice sparc run architect "${taskDescription} - system design" --non-interactive
89
89
 
90
90
  # Step 3: Implement with TDD
91
- npx claude-flow sparc run tdd "${taskDescription} - implementation" --non-interactive
91
+ npx claude-flow-novice sparc run tdd "${taskDescription} - implementation" --non-interactive
92
92
 
93
93
  # Step 4: Security review
94
- npx claude-flow sparc run security-review "${taskDescription} - security audit" --non-interactive
94
+ npx claude-flow-novice sparc run security-review "${taskDescription} - security audit" --non-interactive
95
95
 
96
96
  # Step 5: Documentation
97
- npx claude-flow sparc run docs-writer "${taskDescription} - documentation" --non-interactive
97
+ npx claude-flow-novice sparc run docs-writer "${taskDescription} - documentation" --non-interactive
98
98
  \`\`\`
99
99
 
100
100
  ### 4. **Best Practices Reminder**
@@ -109,13 +109,13 @@ When using any SPARC mode, remember:
109
109
  Track your progress across modes:
110
110
  \`\`\`bash
111
111
  # Store project context
112
- npx claude-flow memory store ${memoryNamespace}_context "Working on: ${taskDescription}"
112
+ npx claude-flow-novice memory store ${memoryNamespace}_context "Working on: ${taskDescription}"
113
113
 
114
114
  # Query previous work
115
- npx claude-flow memory query ${memoryNamespace}
115
+ npx claude-flow-novice memory query ${memoryNamespace}
116
116
 
117
117
  # List all memory entries
118
- npx claude-flow memory list
118
+ npx claude-flow-novice memory list
119
119
  \`\`\`
120
120
 
121
121
  ## Next Steps
@@ -9,9 +9,9 @@ export function getCodeOrchestration(taskDescription, memoryNamespace) {
9
9
  - Review implementation task: "${taskDescription}"
10
10
  - Query architecture and pseudocode:
11
11
  \`\`\`bash
12
- npx claude-flow memory query ${memoryNamespace}_architecture
13
- npx claude-flow memory query ${memoryNamespace}_pseudocode
14
- npx claude-flow memory query ${memoryNamespace}_tech_specs
12
+ npx claude-flow-novice memory query ${memoryNamespace}_architecture
13
+ npx claude-flow-novice memory query ${memoryNamespace}_pseudocode
14
+ npx claude-flow-novice memory query ${memoryNamespace}_tech_specs
15
15
  \`\`\`
16
16
  - Identify modules to implement and their boundaries
17
17
  - Review configuration requirements
@@ -26,7 +26,7 @@ export function getCodeOrchestration(taskDescription, memoryNamespace) {
26
26
  - Implement secrets management abstraction
27
27
  - Install dependencies based on tech specs
28
28
  - Create module structure (each file < 500 lines)
29
- - Store setup: \`npx claude-flow memory store ${memoryNamespace}_setup "Project structure: src/{domain,application,infrastructure}. Config: dotenv + vault integration. Dependencies: express, joi, winston."\`
29
+ - Store setup: \`npx claude-flow-novice memory store ${memoryNamespace}_setup "Project structure: src/{domain,application,infrastructure}. Config: dotenv + vault integration. Dependencies: express, joi, winston."\`
30
30
 
31
31
  3. **Modular Implementation** (30 mins)
32
32
  - Implement features using clean architecture principles:
@@ -38,7 +38,7 @@ export function getCodeOrchestration(taskDescription, memoryNamespace) {
38
38
  - Use configuration for ALL environment-specific values
39
39
  - Implement comprehensive error handling
40
40
  - Add structured logging with context
41
- - Store progress: \`npx claude-flow memory store ${memoryNamespace}_implementation "Completed: auth-service (3 modules), user-repository (2 modules). Remaining: notification-service."\`
41
+ - Store progress: \`npx claude-flow-novice memory store ${memoryNamespace}_implementation "Completed: auth-service (3 modules), user-repository (2 modules). Remaining: notification-service."\`
42
42
 
43
43
  4. **Integration & Basic Testing** (15 mins)
44
44
  - Wire up dependency injection container
@@ -48,7 +48,7 @@ export function getCodeOrchestration(taskDescription, memoryNamespace) {
48
48
  - Create smoke tests for critical paths
49
49
  - Verify configuration loading works correctly
50
50
  - Test error scenarios and graceful degradation
51
- - Store results: \`npx claude-flow memory store ${memoryNamespace}_tests "Smoke tests passing. Health checks operational. Error handling verified. Ready for TDD mode deep testing."\`
51
+ - Store results: \`npx claude-flow-novice memory store ${memoryNamespace}_tests "Smoke tests passing. Health checks operational. Error handling verified. Ready for TDD mode deep testing."\`
52
52
 
53
53
  5. **Code Quality & Documentation** (10 mins)
54
54
  - Run linters and formatters
@@ -56,7 +56,7 @@ export function getCodeOrchestration(taskDescription, memoryNamespace) {
56
56
  - Create API documentation (if applicable)
57
57
  - Generate dependency graphs
58
58
  - Update README with setup instructions
59
- - Store completion: \`npx claude-flow memory store ${memoryNamespace}_code_complete "Implementation complete. All modules < 500 lines. No hardcoded secrets. Ready for testing and integration."\`
59
+ - Store completion: \`npx claude-flow-novice memory store ${memoryNamespace}_code_complete "Implementation complete. All modules < 500 lines. No hardcoded secrets. Ready for testing and integration."\`
60
60
 
61
61
  ## Directory Safety Check
62
62
  Before creating any files:
@@ -92,36 +92,36 @@ All files should be created relative to the current working directory:
92
92
  After implementation, choose appropriate execution mode:
93
93
 
94
94
  ### Sequential Mode (for simple follow-up tasks):
95
- - \`npx claude-flow sparc run tdd "Write comprehensive tests for ${taskDescription}" --non-interactive\`
96
- - \`npx claude-flow sparc run security-review "Security audit for ${taskDescription}" --non-interactive\`
95
+ - \`npx claude-flow-novice sparc run tdd "Write comprehensive tests for ${taskDescription}" --non-interactive\`
96
+ - \`npx claude-flow-novice sparc run security-review "Security audit for ${taskDescription}" --non-interactive\`
97
97
 
98
98
  ### Background Swarm Mode (for complex comprehensive tasks):
99
- - \`npx claude-flow swarm "Create comprehensive test suite with unit, integration, and e2e tests for ${taskDescription}" --strategy testing --background --parallel\`
100
- - \`npx claude-flow swarm "Perform full security audit and penetration testing for ${taskDescription}" --strategy analysis --background --review\`
101
- - \`npx claude-flow swarm "Generate complete documentation, API specs, and deployment guides for ${taskDescription}" --strategy research --background\`
99
+ - \`npx claude-flow-novice swarm "Create comprehensive test suite with unit, integration, and e2e tests for ${taskDescription}" --strategy testing --background --parallel\`
100
+ - \`npx claude-flow-novice swarm "Perform full security audit and penetration testing for ${taskDescription}" --strategy analysis --background --review\`
101
+ - \`npx claude-flow-novice swarm "Generate complete documentation, API specs, and deployment guides for ${taskDescription}" --strategy research --background\`
102
102
 
103
103
  ## 🐝 Enhanced Development with Background Swarms
104
104
  Leverage background swarm processing for large-scale development:
105
105
 
106
106
  \`\`\`bash
107
107
  # Background comprehensive implementation swarm
108
- npx claude-flow swarm "Implement complete ${taskDescription} with all modules, testing, and documentation" \\
108
+ npx claude-flow-novice swarm "Implement complete ${taskDescription} with all modules, testing, and documentation" \\
109
109
  --strategy development --background --parallel --monitor --testing \\
110
110
  --max-agents 6 --output ./implementation
111
111
 
112
112
  # Background quality assurance swarm
113
- npx claude-flow swarm "Comprehensive QA including testing, security review, and performance optimization for ${taskDescription}" \\
113
+ npx claude-flow-novice swarm "Comprehensive QA including testing, security review, and performance optimization for ${taskDescription}" \\
114
114
  --strategy testing --background --review --monitor \\
115
115
  --output ./qa-results
116
116
 
117
117
  # Background documentation and deployment swarm
118
- npx claude-flow swarm "Create production-ready documentation, deployment scripts, and monitoring for ${taskDescription}" \\
118
+ npx claude-flow-novice swarm "Create production-ready documentation, deployment scripts, and monitoring for ${taskDescription}" \\
119
119
  --strategy research --background --parallel \\
120
120
  --output ./deployment-ready
121
121
 
122
122
  # Monitor all background development
123
- npx claude-flow status
124
- npx claude-flow monitor
123
+ npx claude-flow-novice status
124
+ npx claude-flow-novice monitor
125
125
  \`\`\`
126
126
 
127
127
  ## 🔄 Hybrid SPARC-Swarm Development Workflow
@@ -129,20 +129,20 @@ Combine SPARC modes with background swarms for optimal development velocity:
129
129
 
130
130
  \`\`\`bash
131
131
  # Phase 1: Quick prototyping (SPARC)
132
- npx claude-flow sparc run code "Core ${taskDescription} prototype" --non-interactive
132
+ npx claude-flow-novice sparc run code "Core ${taskDescription} prototype" --non-interactive
133
133
 
134
134
  # Phase 2: Parallel background development (Swarm)
135
- npx claude-flow swarm "Full implementation of ${taskDescription} with advanced features" --strategy development --background --parallel &
136
- npx claude-flow swarm "Comprehensive testing strategy for ${taskDescription}" --strategy testing --background &
137
- npx claude-flow swarm "Security hardening and performance optimization" --strategy optimization --background &
135
+ npx claude-flow-novice swarm "Full implementation of ${taskDescription} with advanced features" --strategy development --background --parallel &
136
+ npx claude-flow-novice swarm "Comprehensive testing strategy for ${taskDescription}" --strategy testing --background &
137
+ npx claude-flow-novice swarm "Security hardening and performance optimization" --strategy optimization --background &
138
138
 
139
139
  # Phase 3: Integration and deployment (Background)
140
- npx claude-flow swarm "Integration testing and production deployment preparation for ${taskDescription}" \\
140
+ npx claude-flow-novice swarm "Integration testing and production deployment preparation for ${taskDescription}" \\
141
141
  --strategy integration --background --monitor --testing \\
142
142
  --output ./production-ready
143
143
 
144
144
  # Monitor all development streams
145
- npx claude-flow status
145
+ npx claude-flow-novice status
146
146
  tail -f ./swarm-runs/*/swarm.log
147
147
  \`\`\``;
148
148
  }
@@ -7,9 +7,9 @@ export function getDebugOrchestration(taskDescription, memoryNamespace) {
7
7
  - Understand the reported issue: "${taskDescription}"
8
8
  - Query relevant context and previous issues:
9
9
  \`\`\`bash
10
- npx claude-flow memory query ${memoryNamespace}_bugs
11
- npx claude-flow memory query ${memoryNamespace}_implementation
12
- npx claude-flow memory query ${memoryNamespace}_tests
10
+ npx claude-flow-novice memory query ${memoryNamespace}_bugs
11
+ npx claude-flow-novice memory query ${memoryNamespace}_implementation
12
+ npx claude-flow-novice memory query ${memoryNamespace}_tests
13
13
  \`\`\`
14
14
  - Set up debugging environment:
15
15
  - Enable verbose logging
@@ -18,7 +18,7 @@ export function getDebugOrchestration(taskDescription, memoryNamespace) {
18
18
  - Reproduce the issue consistently
19
19
  - Collect error messages, stack traces, and logs
20
20
  - Identify affected components and dependencies
21
- - Store findings: \`npx claude-flow memory store ${memoryNamespace}_issue_analysis "Issue: ${taskDescription}. Reproduction: Steps 1-3. Error: Stack trace at line X. Affected: auth-service, user-repository."\`
21
+ - Store findings: \`npx claude-flow-novice memory store ${memoryNamespace}_issue_analysis "Issue: ${taskDescription}. Reproduction: Steps 1-3. Error: Stack trace at line X. Affected: auth-service, user-repository."\`
22
22
 
23
23
  2. **Root Cause Investigation** (20 mins)
24
24
  - Add strategic debug logging:
@@ -37,7 +37,7 @@ export function getDebugOrchestration(taskDescription, memoryNamespace) {
37
37
  - When does it fail? (timing, load, specific data)
38
38
  - What changed recently? (code, config, dependencies)
39
39
  - Avoid changing env configuration directly
40
- - Store investigation: \`npx claude-flow memory store ${memoryNamespace}_root_cause "Root cause: Race condition in auth token refresh. Occurs under high load when token expires during request processing. Fix approach: Implement token refresh mutex."\`
40
+ - Store investigation: \`npx claude-flow-novice memory store ${memoryNamespace}_root_cause "Root cause: Race condition in auth token refresh. Occurs under high load when token expires during request processing. Fix approach: Implement token refresh mutex."\`
41
41
 
42
42
  3. **Solution Development** (15 mins)
43
43
  - Develop targeted fix approach:
@@ -56,7 +56,7 @@ export function getDebugOrchestration(taskDescription, memoryNamespace) {
56
56
  - Add validation where missing
57
57
  - Improve error messages
58
58
  - Add circuit breakers if needed
59
- - Store solution: \`npx claude-flow memory store ${memoryNamespace}_solution "Fix: Added mutex lock for token refresh. Tests: 3 regression tests added. Validation: Added token expiry check. No breaking changes."\`
59
+ - Store solution: \`npx claude-flow-novice memory store ${memoryNamespace}_solution "Fix: Added mutex lock for token refresh. Tests: 3 regression tests added. Validation: Added token expiry check. No breaking changes."\`
60
60
 
61
61
  4. **Validation & Performance Check** (10 mins)
62
62
  - Run comprehensive test suite:
@@ -73,7 +73,7 @@ export function getDebugOrchestration(taskDescription, memoryNamespace) {
73
73
  - Test in conditions that triggered the bug
74
74
  - Verify no new issues introduced
75
75
  - Document the fix with context
76
- - Store validation: \`npx claude-flow memory store ${memoryNamespace}_debug_validation "All tests passing. Performance impact: <5ms latency increase. Memory usage unchanged. Original issue resolved."\`
76
+ - Store validation: \`npx claude-flow-novice memory store ${memoryNamespace}_debug_validation "All tests passing. Performance impact: <5ms latency increase. Memory usage unchanged. Original issue resolved."\`
77
77
 
78
78
  5. **Documentation & Cleanup** (5 mins)
79
79
  - Create detailed fix documentation
@@ -106,7 +106,7 @@ export function getDebugOrchestration(taskDescription, memoryNamespace) {
106
106
 
107
107
  ## Next Steps
108
108
  After debugging completes:
109
- - \`npx claude-flow sparc run security-review "Review security impact of ${taskDescription} fix" --non-interactive\`
110
- - \`npx claude-flow sparc run refinement-optimization-mode "Refactor affected modules for better maintainability" --non-interactive\`
111
- - \`npx claude-flow sparc run post-deployment-monitoring-mode "Monitor ${taskDescription} fix in production" --non-interactive\``;
109
+ - \`npx claude-flow-novice sparc run security-review "Review security impact of ${taskDescription} fix" --non-interactive\`
110
+ - \`npx claude-flow-novice sparc run refinement-optimization-mode "Refactor affected modules for better maintainability" --non-interactive\`
111
+ - \`npx claude-flow-novice sparc run post-deployment-monitoring-mode "Monitor ${taskDescription} fix in production" --non-interactive\``;
112
112
  }
@@ -8,9 +8,9 @@ export function getDevOpsOrchestration(taskDescription, memoryNamespace) {
8
8
  - Understand deployment requirements: "${taskDescription}"
9
9
  - Query architecture and configuration:
10
10
  \`\`\`bash
11
- npx claude-flow memory query ${memoryNamespace}_architecture
12
- npx claude-flow memory query ${memoryNamespace}_deployment
13
- npx claude-flow memory query ${memoryNamespace}_infrastructure
11
+ npx claude-flow-novice memory query ${memoryNamespace}_architecture
12
+ npx claude-flow-novice memory query ${memoryNamespace}_deployment
13
+ npx claude-flow-novice memory query ${memoryNamespace}_infrastructure
14
14
  \`\`\`
15
15
  - Identify target environments:
16
16
  - Development, staging, production
@@ -18,7 +18,7 @@ export function getDevOpsOrchestration(taskDescription, memoryNamespace) {
18
18
  - Edge platforms (Vercel, Cloudflare)
19
19
  - Container orchestration (K8s, ECS)
20
20
  - Review current infrastructure state
21
- - Store analysis: \`npx claude-flow memory store ${memoryNamespace}_devops_analysis "Task: ${taskDescription}. Target: AWS ECS + CloudFront. Current: Local dev only. Requirements: Auto-scaling, blue-green deployment, monitoring."\`
21
+ - Store analysis: \`npx claude-flow-novice memory store ${memoryNamespace}_devops_analysis "Task: ${taskDescription}. Target: AWS ECS + CloudFront. Current: Local dev only. Requirements: Auto-scaling, blue-green deployment, monitoring."\`
22
22
 
23
23
  2. **Infrastructure Provisioning** (20 mins)
24
24
  - Set up infrastructure as code:
@@ -38,7 +38,7 @@ export function getDevOpsOrchestration(taskDescription, memoryNamespace) {
38
38
  - Vault integration
39
39
  - Environment injection layers
40
40
  - NEVER hardcode credentials or tokens
41
- - Store provisioning: \`npx claude-flow memory store ${memoryNamespace}_infrastructure "Provisioned: ECS cluster (2 AZs), RDS PostgreSQL, ElastiCache Redis, ALB. Secrets: AWS Secrets Manager configured. Terraform state: S3 backend."\`
41
+ - Store provisioning: \`npx claude-flow-novice memory store ${memoryNamespace}_infrastructure "Provisioned: ECS cluster (2 AZs), RDS PostgreSQL, ElastiCache Redis, ALB. Secrets: AWS Secrets Manager configured. Terraform state: S3 backend."\`
42
42
 
43
43
  3. **CI/CD Pipeline Setup** (15 mins)
44
44
  - Create pipeline configuration:
@@ -60,7 +60,7 @@ export function getDevOpsOrchestration(taskDescription, memoryNamespace) {
60
60
  - Code coverage thresholds
61
61
  - Performance benchmarks
62
62
  - Security scan results
63
- - Store pipeline config: \`npx claude-flow memory store ${memoryNamespace}_cicd "Pipeline: GitHub Actions. Stages: build->test->security->deploy. Environments: dev (auto), staging (manual), prod (approved). Rollback: Automated on failure."\`
63
+ - Store pipeline config: \`npx claude-flow-novice memory store ${memoryNamespace}_cicd "Pipeline: GitHub Actions. Stages: build->test->security->deploy. Environments: dev (auto), staging (manual), prod (approved). Rollback: Automated on failure."\`
64
64
 
65
65
  4. **Monitoring & Observability** (15 mins)
66
66
  - Set up application monitoring:
@@ -83,7 +83,7 @@ export function getDevOpsOrchestration(taskDescription, memoryNamespace) {
83
83
  - SLA/SLO monitoring
84
84
  - Anomaly detection
85
85
  - Escalation procedures
86
- - Store monitoring setup: \`npx claude-flow memory store ${memoryNamespace}_monitoring "APM: DataDog configured. Logs: CloudWatch Logs with 30-day retention. Alerts: CPU >80%, Memory >85%, Error rate >1%. Dashboards: App performance, infra health, cost tracking."\`
86
+ - Store monitoring setup: \`npx claude-flow-novice memory store ${memoryNamespace}_monitoring "APM: DataDog configured. Logs: CloudWatch Logs with 30-day retention. Alerts: CPU >80%, Memory >85%, Error rate >1%. Dashboards: App performance, infra health, cost tracking."\`
87
87
 
88
88
  5. **Security & Compliance** (10 mins)
89
89
  - Implement security best practices:
@@ -100,7 +100,7 @@ export function getDevOpsOrchestration(taskDescription, memoryNamespace) {
100
100
  - Infrastructure vulnerability scanning
101
101
  - Compliance policy validation
102
102
  - Document security procedures
103
- - Store security config: \`npx claude-flow memory store ${memoryNamespace}_devops_security "TLS: ACM certificates on ALB. WAF: OWASP rules enabled. IAM: Least privilege roles. Backups: Daily snapshots, 30-day retention. Compliance: SOC2 controls implemented."\`
103
+ - Store security config: \`npx claude-flow-novice memory store ${memoryNamespace}_devops_security "TLS: ACM certificates on ALB. WAF: OWASP rules enabled. IAM: Least privilege roles. Backups: Daily snapshots, 30-day retention. Compliance: SOC2 controls implemented."\`
104
104
 
105
105
  ## Deliverables
106
106
  - infrastructure/
@@ -131,7 +131,7 @@ export function getDevOpsOrchestration(taskDescription, memoryNamespace) {
131
131
 
132
132
  ## Next Steps
133
133
  After DevOps setup:
134
- - \`npx claude-flow sparc run post-deployment-monitoring-mode "Verify production deployment health" --non-interactive\`
135
- - \`npx claude-flow sparc run security-review "Audit infrastructure security" --non-interactive\`
136
- - \`npx claude-flow sparc run refinement-optimization-mode "Optimize deployment performance" --non-interactive\``;
134
+ - \`npx claude-flow-novice sparc run post-deployment-monitoring-mode "Verify production deployment health" --non-interactive\`
135
+ - \`npx claude-flow-novice sparc run security-review "Audit infrastructure security" --non-interactive\`
136
+ - \`npx claude-flow-novice sparc run refinement-optimization-mode "Optimize deployment performance" --non-interactive\``;
137
137
  }
@@ -8,21 +8,21 @@ export function getDocsWriterOrchestration(taskDescription, memoryNamespace) {
8
8
  - Identify target audience
9
9
  - Define documentation structure
10
10
  - List required sections
11
- - Store plan: \`npx claude-flow memory store ${memoryNamespace}_doc_plan "..."\`
11
+ - Store plan: \`npx claude-flow-novice memory store ${memoryNamespace}_doc_plan "..."\`
12
12
 
13
13
  2. **Content Creation** (25 mins)
14
14
  - Write clear, concise documentation
15
15
  - Include code examples
16
16
  - Add diagrams where helpful
17
17
  - Create API references
18
- - Store progress: \`npx claude-flow memory store ${memoryNamespace}_doc_content "..."\`
18
+ - Store progress: \`npx claude-flow-novice memory store ${memoryNamespace}_doc_content "..."\`
19
19
 
20
20
  3. **User Guides** (15 mins)
21
21
  - Create quickstart guide
22
22
  - Write installation instructions
23
23
  - Document common use cases
24
24
  - Add troubleshooting section
25
- - Store guides: \`npx claude-flow memory store ${memoryNamespace}_user_guides "..."\`
25
+ - Store guides: \`npx claude-flow-novice memory store ${memoryNamespace}_user_guides "..."\`
26
26
 
27
27
  4. **Review & Polish** (10 mins)
28
28
  - Check for clarity and accuracy
@@ -7,25 +7,25 @@ export function getGenericOrchestration(taskDescription, memoryNamespace) {
7
7
  - Understand the task: "${taskDescription}"
8
8
  - Break down requirements
9
9
  - Identify deliverables
10
- - Store analysis: \`npx claude-flow memory store ${memoryNamespace}_analysis "..."\`
10
+ - Store analysis: \`npx claude-flow-novice memory store ${memoryNamespace}_analysis "..."\`
11
11
 
12
12
  2. **Planning** (10 mins)
13
13
  - Create implementation plan
14
14
  - Define milestones
15
15
  - Set up project structure
16
- - Store plan: \`npx claude-flow memory store ${memoryNamespace}_plan "..."\`
16
+ - Store plan: \`npx claude-flow-novice memory store ${memoryNamespace}_plan "..."\`
17
17
 
18
18
  3. **Implementation** (30 mins)
19
19
  - Execute the main task
20
20
  - Follow best practices
21
21
  - Keep code modular
22
- - Store progress: \`npx claude-flow memory store ${memoryNamespace}_implementation "..."\`
22
+ - Store progress: \`npx claude-flow-novice memory store ${memoryNamespace}_implementation "..."\`
23
23
 
24
24
  4. **Validation** (10 mins)
25
25
  - Test the solution
26
26
  - Verify requirements met
27
27
  - Document the work
28
- - Store validation: \`npx claude-flow memory store ${memoryNamespace}_validation "..."\`
28
+ - Store validation: \`npx claude-flow-novice memory store ${memoryNamespace}_validation "..."\`
29
29
 
30
30
  5. **Deliverables**
31
31
  - Completed implementation
@@ -79,7 +79,7 @@ Build exactly what the user requested: "${taskDescription}"
79
79
 
80
80
  ⚠️ **CRITICAL INSTRUCTIONS:**
81
81
  - Create ALL project files in the current working directory: ${cwd}
82
- - NEVER create files in node_modules/ or any claude-flow directories
82
+ - NEVER create files in node_modules/ or any claude-flow-novice directories
83
83
  - If the task specifies a project name (e.g., "hello-world"), create it as a subdirectory in ${cwd}
84
84
  - Use paths relative to ${cwd} for all file operations
85
85
  - Example: If creating "hello-world" app, use ${cwd}/hello-world/
@@ -99,15 +99,15 @@ Use the memory system to track your progress and share context:
99
99
 
100
100
  \`\`\`bash
101
101
  # Store your work
102
- npx claude-flow memory store ${memoryNamespace}_<phase> "description of work completed"
102
+ npx claude-flow-novice memory store ${memoryNamespace}_<phase> "description of work completed"
103
103
 
104
104
  # Query previous work
105
- npx claude-flow memory query ${memoryNamespace}
105
+ npx claude-flow-novice memory query ${memoryNamespace}
106
106
 
107
107
  # Examples for this task
108
- npx claude-flow memory store ${memoryNamespace}_analysis "Analyzed ${taskDescription} - found X components needed"
109
- npx claude-flow memory store ${memoryNamespace}_progress "Completed Y% of implementation"
110
- npx claude-flow memory store ${memoryNamespace}_blockers "Issue with Z - need clarification"
108
+ npx claude-flow-novice memory store ${memoryNamespace}_analysis "Analyzed ${taskDescription} - found X components needed"
109
+ npx claude-flow-novice memory store ${memoryNamespace}_progress "Completed Y% of implementation"
110
+ npx claude-flow-novice memory store ${memoryNamespace}_blockers "Issue with Z - need clarification"
111
111
  \`\`\`
112
112
 
113
113
  ### Task Orchestration
@@ -115,13 +115,13 @@ For complex tasks, coordinate with other specialists:
115
115
 
116
116
  \`\`\`bash
117
117
  # Check system status
118
- npx claude-flow status
118
+ npx claude-flow-novice status
119
119
 
120
120
  # View active agents (if --parallel was used)
121
- npx claude-flow agent list
121
+ npx claude-flow-novice agent list
122
122
 
123
123
  # Monitor progress
124
- npx claude-flow monitor
124
+ npx claude-flow-novice monitor
125
125
  \`\`\`
126
126
 
127
127
  ### 🚀 Parallel Execution with BatchTool
@@ -130,24 +130,24 @@ Use BatchTool to orchestrate multiple SPARC modes concurrently in a boomerang pa
130
130
  \`\`\`bash
131
131
  # Example: Parallel development workflow
132
132
  batchtool run --parallel \\
133
- "npx claude-flow sparc run architect 'design user authentication system' --non-interactive" \\
134
- "npx claude-flow sparc run security-review 'analyze authentication requirements' --non-interactive" \\
135
- "npx claude-flow sparc run spec-pseudocode 'create auth flow pseudocode' --non-interactive"
133
+ "npx claude-flow-novice sparc run architect 'design user authentication system' --non-interactive" \\
134
+ "npx claude-flow-novice sparc run security-review 'analyze authentication requirements' --non-interactive" \\
135
+ "npx claude-flow-novice sparc run spec-pseudocode 'create auth flow pseudocode' --non-interactive"
136
136
 
137
137
  # Boomerang Pattern: Research → Design → Implement → Test → Refine
138
138
  batchtool orchestrate --boomerang \\
139
- --phase1 "npx claude-flow sparc run ask 'research best auth practices' --non-interactive" \\
140
- --phase2 "npx claude-flow sparc run architect 'design based on research' --non-interactive" \\
141
- --phase3 "npx claude-flow sparc run code 'implement auth system' --non-interactive" \\
142
- --phase4 "npx claude-flow sparc run tdd 'test auth implementation' --non-interactive" \\
143
- --phase5 "npx claude-flow sparc run optimization 'refine auth performance' --non-interactive"
139
+ --phase1 "npx claude-flow-novice sparc run ask 'research best auth practices' --non-interactive" \\
140
+ --phase2 "npx claude-flow-novice sparc run architect 'design based on research' --non-interactive" \\
141
+ --phase3 "npx claude-flow-novice sparc run code 'implement auth system' --non-interactive" \\
142
+ --phase4 "npx claude-flow-novice sparc run tdd 'test auth implementation' --non-interactive" \\
143
+ --phase5 "npx claude-flow-novice sparc run optimization 'refine auth performance' --non-interactive"
144
144
 
145
145
  # Concurrent Feature Development
146
146
  batchtool run --concurrent --max-parallel 3 \\
147
- "npx claude-flow sparc run code 'implement login feature' --non-interactive" \\
148
- "npx claude-flow sparc run code 'implement registration feature' --non-interactive" \\
149
- "npx claude-flow sparc run code 'implement password reset' --non-interactive" \\
150
- "npx claude-flow sparc run tdd 'create auth test suite' --non-interactive"
147
+ "npx claude-flow-novice sparc run code 'implement login feature' --non-interactive" \\
148
+ "npx claude-flow-novice sparc run code 'implement registration feature' --non-interactive" \\
149
+ "npx claude-flow-novice sparc run code 'implement password reset' --non-interactive" \\
150
+ "npx claude-flow-novice sparc run tdd 'create auth test suite' --non-interactive"
151
151
  \`\`\`
152
152
 
153
153
  #### Boomerang Orchestration Pattern
@@ -197,5 +197,5 @@ Benefits of --non-interactive mode with BatchTool:
197
197
 
198
198
  Begin with Step 1 of the orchestration plan above. Focus on delivering exactly what was requested: "${taskDescription}"
199
199
 
200
- Remember: You're building the user's project, using claude-flow only for memory and orchestration support.`;
200
+ Remember: You're building the user's project, using claude-flow-novice only for memory and orchestration support.`;
201
201
  }
@@ -8,21 +8,21 @@ export function getIntegrationOrchestration(taskDescription, memoryNamespace) {
8
8
  - Identify components to connect
9
9
  - Map data flows between systems
10
10
  - Check compatibility requirements
11
- - Store analysis: \`npx claude-flow memory store ${memoryNamespace}_integration_analysis "..."\`
11
+ - Store analysis: \`npx claude-flow-novice memory store ${memoryNamespace}_integration_analysis "..."\`
12
12
 
13
13
  2. **Interface Development** (20 mins)
14
14
  - Create integration adapters
15
15
  - Implement data transformers
16
16
  - Build connection handlers
17
17
  - Add retry mechanisms
18
- - Store interfaces: \`npx claude-flow memory store ${memoryNamespace}_interfaces "..."\`
18
+ - Store interfaces: \`npx claude-flow-novice memory store ${memoryNamespace}_interfaces "..."\`
19
19
 
20
20
  3. **System Connection** (20 mins)
21
21
  - Wire up components
22
22
  - Configure communication channels
23
23
  - Implement error handling
24
24
  - Add monitoring hooks
25
- - Store configuration: \`npx claude-flow memory store ${memoryNamespace}_connections "..."\`
25
+ - Store configuration: \`npx claude-flow-novice memory store ${memoryNamespace}_connections "..."\`
26
26
 
27
27
  4. **End-to-End Testing** (15 mins)
28
28
  - Test data flow scenarios
@@ -8,21 +8,21 @@ export function getMcpOrchestration(taskDescription, memoryNamespace) {
8
8
  - Identify MCP endpoints
9
9
  - Review API documentation
10
10
  - Plan data mappings
11
- - Store plan: \`npx claude-flow memory store ${memoryNamespace}_mcp_plan "..."\`
11
+ - Store plan: \`npx claude-flow-novice memory store ${memoryNamespace}_mcp_plan "..."\`
12
12
 
13
13
  2. **Connection Setup** (15 mins)
14
14
  - Configure MCP servers
15
15
  - Set up authentication
16
16
  - Test connectivity
17
17
  - Implement error handling
18
- - Store config: \`npx claude-flow memory store ${memoryNamespace}_mcp_config "..."\`
18
+ - Store config: \`npx claude-flow-novice memory store ${memoryNamespace}_mcp_config "..."\`
19
19
 
20
20
  3. **Data Integration** (20 mins)
21
21
  - Implement data transformers
22
22
  - Create API wrappers
23
23
  - Add validation layers
24
24
  - Build retry mechanisms
25
- - Store integration: \`npx claude-flow memory store ${memoryNamespace}_mcp_integration "..."\`
25
+ - Store integration: \`npx claude-flow-novice memory store ${memoryNamespace}_mcp_integration "..."\`
26
26
 
27
27
  4. **Testing & Validation** (15 mins)
28
28
  - Test all endpoints
@@ -8,21 +8,21 @@ export function getMonitoringOrchestration(taskDescription, memoryNamespace) {
8
8
  - Identify key metrics
9
9
  - Set up logging infrastructure
10
10
  - Configure alerting rules
11
- - Store setup: \`npx claude-flow memory store ${memoryNamespace}_monitoring_setup "..."\`
11
+ - Store setup: \`npx claude-flow-novice memory store ${memoryNamespace}_monitoring_setup "..."\`
12
12
 
13
13
  2. **Metric Collection** (20 mins)
14
14
  - Implement performance metrics
15
15
  - Add business metrics
16
16
  - Set up error tracking
17
17
  - Configure uptime monitoring
18
- - Store metrics: \`npx claude-flow memory store ${memoryNamespace}_metrics "..."\`
18
+ - Store metrics: \`npx claude-flow-novice memory store ${memoryNamespace}_metrics "..."\`
19
19
 
20
20
  3. **Dashboard Creation** (15 mins)
21
21
  - Build monitoring dashboards
22
22
  - Create alert configurations
23
23
  - Set up automated reports
24
24
  - Document metric meanings
25
- - Store dashboards: \`npx claude-flow memory store ${memoryNamespace}_dashboards "..."\`
25
+ - Store dashboards: \`npx claude-flow-novice memory store ${memoryNamespace}_dashboards "..."\`
26
26
 
27
27
  4. **Baseline Establishment** (10 mins)
28
28
  - Collect initial metrics
@@ -8,21 +8,21 @@ export function getOptimizationOrchestration(taskDescription, memoryNamespace) {
8
8
  - Profile current performance
9
9
  - Identify bottlenecks
10
10
  - Review code quality metrics
11
- - Store analysis: \`npx claude-flow memory store ${memoryNamespace}_performance_analysis "..."\`
11
+ - Store analysis: \`npx claude-flow-novice memory store ${memoryNamespace}_performance_analysis "..."\`
12
12
 
13
13
  2. **Refactoring Plan** (10 mins)
14
14
  - Prioritize improvements
15
15
  - Plan refactoring approach
16
16
  - Identify quick wins
17
17
  - Estimate impact
18
- - Store plan: \`npx claude-flow memory store ${memoryNamespace}_refactor_plan "..."\`
18
+ - Store plan: \`npx claude-flow-novice memory store ${memoryNamespace}_refactor_plan "..."\`
19
19
 
20
20
  3. **Code Optimization** (25 mins)
21
21
  - Refactor large files (>500 lines)
22
22
  - Optimize algorithms
23
23
  - Improve data structures
24
24
  - Enhance caching strategies
25
- - Store changes: \`npx claude-flow memory store ${memoryNamespace}_optimizations "..."\`
25
+ - Store changes: \`npx claude-flow-novice memory store ${memoryNamespace}_optimizations "..."\`
26
26
 
27
27
  4. **Validation** (10 mins)
28
28
  - Run performance benchmarks