claude-flow-novice 1.3.3 → 1.3.4

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 (333) 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 +1 -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/slash-commands/claude-soul.js +248 -365
  217. package/src/slash-commands/register-all-commands.js +1 -1
  218. package/wiki/README.md +2 -2
  219. package/wiki/accessibility/README.md +4 -4
  220. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  221. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  222. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  223. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  224. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  225. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  226. package/wiki/accessibility/testing/automated-testing.md +9 -9
  227. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  228. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  229. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  230. package/wiki/api-reference/cli-api.md +15 -15
  231. package/wiki/api-reference/plugin-development.md +3 -3
  232. package/wiki/command-reference/README.md +34 -34
  233. package/wiki/command-reference/agent-commands.md +46 -46
  234. package/wiki/command-reference/cli-commands.md +21 -21
  235. package/wiki/command-reference/command-syntax.md +89 -89
  236. package/wiki/command-reference/expert-tier.md +184 -184
  237. package/wiki/command-reference/intermediate-tier.md +63 -63
  238. package/wiki/command-reference/mcp-integration.md +29 -29
  239. package/wiki/command-reference/mcp-tools/README.md +4 -4
  240. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  241. package/wiki/command-reference/mcp-tools/index.md +2 -2
  242. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  243. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  244. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  245. package/wiki/command-reference/novice/README.md +1 -1
  246. package/wiki/command-reference/novice-tier.md +152 -152
  247. package/wiki/command-reference/progression-guide.md +107 -107
  248. package/wiki/command-reference/troubleshooting.md +113 -113
  249. package/wiki/command-reference/workflows.md +187 -187
  250. package/wiki/community/README.md +1 -1
  251. package/wiki/community/learning-resources.md +1 -1
  252. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  253. package/wiki/core-concepts/integration.md +7 -7
  254. package/wiki/core-concepts/sparc-workflow.md +5 -5
  255. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  256. package/wiki/examples/basic/hello-world/README.md +7 -7
  257. package/wiki/examples/integration-patterns.md +15 -15
  258. package/wiki/examples/performance-benchmarks.md +11 -11
  259. package/wiki/examples/projects/rest-api/README.md +1 -1
  260. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  261. package/wiki/examples/swarm-patterns.md +63 -63
  262. package/wiki/examples/templates/download-system.md +1 -1
  263. package/wiki/examples/templates/javascript/README.md +2 -2
  264. package/wiki/examples/troubleshooting/README.md +2 -2
  265. package/wiki/examples/utilities/patterns/README.md +8 -8
  266. package/wiki/examples/videos/01-setup.md +16 -16
  267. package/wiki/examples/workflow-automation/README.md +5 -5
  268. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  269. package/wiki/getting-started/installation/README.md +7 -7
  270. package/wiki/getting-started/learning-path.md +2 -2
  271. package/wiki/getting-started/quick-start/README.md +2 -2
  272. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  273. package/wiki/governance/multi-project-coordination.md +1 -1
  274. package/wiki/languages/go/README.md +10 -10
  275. package/wiki/languages/go/examples/README.md +29 -29
  276. package/wiki/languages/go/frameworks/README.md +18 -18
  277. package/wiki/languages/go/integration/README.md +34 -34
  278. package/wiki/languages/go/microservices/README.md +17 -17
  279. package/wiki/languages/go/performance/README.md +13 -13
  280. package/wiki/languages/go/setup/README.md +20 -20
  281. package/wiki/languages/go/systems/README.md +10 -10
  282. package/wiki/languages/go/testing/README.md +14 -14
  283. package/wiki/languages/java/README.md +25 -25
  284. package/wiki/languages/java/claude-flow-integration.md +49 -49
  285. package/wiki/languages/java/enterprise-java.md +15 -15
  286. package/wiki/languages/java/examples.md +30 -30
  287. package/wiki/languages/java/microservices.md +22 -22
  288. package/wiki/languages/java/performance.md +13 -13
  289. package/wiki/languages/java/project-setup.md +10 -10
  290. package/wiki/languages/java/spring-boot.md +12 -12
  291. package/wiki/languages/java/testing.md +12 -12
  292. package/wiki/languages/javascript/api/README.md +20 -20
  293. package/wiki/languages/javascript/backend/README.md +19 -19
  294. package/wiki/languages/javascript/frontend/README.md +18 -18
  295. package/wiki/languages/javascript/integration.md +11 -11
  296. package/wiki/languages/javascript/setup/README.md +28 -28
  297. package/wiki/languages/javascript/testing/README.md +14 -14
  298. package/wiki/languages/python/README.md +3 -3
  299. package/wiki/languages/python/data-science/README.md +11 -11
  300. package/wiki/languages/python/examples/README.md +5 -5
  301. package/wiki/languages/python/integration.md +5 -5
  302. package/wiki/languages/python/mcp-integration.md +1 -1
  303. package/wiki/languages/python/setup/README.md +5 -5
  304. package/wiki/languages/python/testing/README.md +3 -3
  305. package/wiki/languages/python/web-development/README.md +1 -1
  306. package/wiki/languages/rust/README.md +1 -1
  307. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  308. package/wiki/languages/rust/examples/rest-api.md +5 -5
  309. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  310. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  311. package/wiki/languages/rust/web-development/axum.md +6 -6
  312. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  313. package/wiki/languages/typescript/setup.md +2 -2
  314. package/wiki/troubleshooting/README.md +3 -3
  315. package/wiki/troubleshooting/common-issues/README.md +6 -6
  316. package/wiki/troubleshooting/common-issues.md +26 -26
  317. package/wiki/troubleshooting/error-resolution.md +5 -5
  318. package/wiki/troubleshooting/performance-optimization.md +11 -11
  319. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  320. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  321. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  322. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  323. package/wiki/tutorials/intermediate/optimization.md +35 -35
  324. package/wiki/tutorials/skill-assessment.md +3 -3
  325. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  326. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  327. package/wiki/video-tutorials/README.md +3 -3
  328. package/wiki/video-tutorials/accessibility/README.md +4 -4
  329. package/wiki/video-tutorials/community/README.md +1 -1
  330. package/wiki/video-tutorials/content-organization/README.md +5 -5
  331. package/wiki/video-tutorials/interactive/README.md +5 -5
  332. package/wiki/video-tutorials/planning/README.md +4 -4
  333. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -15,16 +15,16 @@ Java development with Claude Flow enables:
15
15
 
16
16
  ```bash
17
17
  # Generate a complete Spring Boot microservice
18
- npx claude-flow sparc run coder "Create Spring Boot REST API with JPA, security, and caching"
18
+ npx claude-flow-novice sparc run coder "Create Spring Boot REST API with JPA, security, and caching"
19
19
 
20
20
  # Build microservices architecture
21
- npx claude-flow sparc batch architect,coder "Design and implement microservices with Spring Cloud"
21
+ npx claude-flow-novice sparc batch architect,coder "Design and implement microservices with Spring Cloud"
22
22
 
23
23
  # Comprehensive testing suite
24
- npx claude-flow sparc run tester "Generate unit, integration, and performance tests with 95% coverage"
24
+ npx claude-flow-novice sparc run tester "Generate unit, integration, and performance tests with 95% coverage"
25
25
 
26
26
  # Performance optimization
27
- npx claude-flow sparc run perf-analyzer "Optimize JVM settings, database queries, and application performance"
27
+ npx claude-flow-novice sparc run perf-analyzer "Optimize JVM settings, database queries, and application performance"
28
28
  ```
29
29
 
30
30
  ## Documentation Structure
@@ -50,43 +50,43 @@ npx claude-flow sparc run perf-analyzer "Optimize JVM settings, database queries
50
50
  ### 🔧 Core Development Agents
51
51
  ```bash
52
52
  # Backend development specialist
53
- npx claude-flow sparc run backend-dev "Create enterprise REST API with Spring Boot"
53
+ npx claude-flow-novice sparc run backend-dev "Create enterprise REST API with Spring Boot"
54
54
 
55
55
  # Code generation and implementation
56
- npx claude-flow sparc run coder "Implement JPA entities with validation and auditing"
56
+ npx claude-flow-novice sparc run coder "Implement JPA entities with validation and auditing"
57
57
 
58
58
  # Comprehensive testing
59
- npx claude-flow sparc run tester "Generate test suite with TestContainers and contract testing"
59
+ npx claude-flow-novice sparc run tester "Generate test suite with TestContainers and contract testing"
60
60
 
61
61
  # Code quality and security review
62
- npx claude-flow sparc run reviewer "Review code for security vulnerabilities and best practices"
62
+ npx claude-flow-novice sparc run reviewer "Review code for security vulnerabilities and best practices"
63
63
  ```
64
64
 
65
65
  ### 🏗️ Architecture & Design Agents
66
66
  ```bash
67
67
  # System architecture design
68
- npx claude-flow sparc run system-architect "Design scalable microservices architecture"
68
+ npx claude-flow-novice sparc run system-architect "Design scalable microservices architecture"
69
69
 
70
70
  # Performance analysis and optimization
71
- npx claude-flow sparc run perf-analyzer "Analyze performance bottlenecks and optimize JVM"
71
+ npx claude-flow-novice sparc run perf-analyzer "Analyze performance bottlenecks and optimize JVM"
72
72
 
73
73
  # API documentation generation
74
- npx claude-flow sparc run api-docs "Generate OpenAPI documentation with examples"
74
+ npx claude-flow-novice sparc run api-docs "Generate OpenAPI documentation with examples"
75
75
 
76
76
  # Migration planning
77
- npx claude-flow sparc run migration-planner "Plan migration from monolith to microservices"
77
+ npx claude-flow-novice sparc run migration-planner "Plan migration from monolith to microservices"
78
78
  ```
79
79
 
80
80
  ### ☁️ Cloud & DevOps Agents
81
81
  ```bash
82
82
  # CI/CD pipeline setup
83
- npx claude-flow sparc run cicd-engineer "Create GitHub Actions workflow for Java applications"
83
+ npx claude-flow-novice sparc run cicd-engineer "Create GitHub Actions workflow for Java applications"
84
84
 
85
85
  # Code analysis and quality gates
86
- npx claude-flow sparc run code-analyzer "Setup SonarQube analysis and quality gates"
86
+ npx claude-flow-novice sparc run code-analyzer "Setup SonarQube analysis and quality gates"
87
87
 
88
88
  # Base template generation
89
- npx claude-flow sparc run base-template-generator "Create enterprise Java project template"
89
+ npx claude-flow-novice sparc run base-template-generator "Create enterprise Java project template"
90
90
  ```
91
91
 
92
92
  ## Enterprise Integration Examples
@@ -95,7 +95,7 @@ npx claude-flow sparc run base-template-generator "Create enterprise Java projec
95
95
 
96
96
  ```bash
97
97
  # Complete Spring Boot application with enterprise features
98
- npx claude-flow sparc run coder "Create Spring Boot app with:
98
+ npx claude-flow-novice sparc run coder "Create Spring Boot app with:
99
99
  - JWT authentication and RBAC authorization
100
100
  - JPA entities with audit logging
101
101
  - Redis caching layer
@@ -109,7 +109,7 @@ npx claude-flow sparc run coder "Create Spring Boot app with:
109
109
 
110
110
  ```bash
111
111
  # Multi-service e-commerce platform
112
- npx claude-flow sparc batch architect,coder,tester "Build e-commerce platform with:
112
+ npx claude-flow-novice sparc batch architect,coder,tester "Build e-commerce platform with:
113
113
  - User service (Spring Boot + PostgreSQL)
114
114
  - Product service (Spring Boot + Elasticsearch)
115
115
  - Order service (Spring Boot + Kafka)
@@ -124,7 +124,7 @@ npx claude-flow sparc batch architect,coder,tester "Build e-commerce platform wi
124
124
 
125
125
  ```bash
126
126
  # Comprehensive performance optimization
127
- npx claude-flow sparc run perf-analyzer "Optimize Java application:
127
+ npx claude-flow-novice sparc run perf-analyzer "Optimize Java application:
128
128
  - JVM memory management and GC tuning
129
129
  - Database connection pooling optimization
130
130
  - Redis caching strategy implementation
@@ -139,16 +139,16 @@ npx claude-flow sparc run perf-analyzer "Optimize Java application:
139
139
 
140
140
  ```bash
141
141
  # Initialize enterprise development swarm
142
- npx claude-flow mcp swarm_init --topology hierarchical --max-agents 12
142
+ npx claude-flow-novice mcp swarm_init --topology hierarchical --max-agents 12
143
143
 
144
144
  # Spawn specialized Java agents
145
- npx claude-flow mcp agent_spawn --type coder --capabilities "spring-boot,jpa,security"
146
- npx claude-flow mcp agent_spawn --type architect --capabilities "microservices,cloud-native"
147
- npx claude-flow mcp agent_spawn --type tester --capabilities "junit5,testcontainers,performance"
148
- npx claude-flow mcp agent_spawn --type perf-analyzer --capabilities "jvm-tuning,database-optimization"
145
+ npx claude-flow-novice mcp agent_spawn --type coder --capabilities "spring-boot,jpa,security"
146
+ npx claude-flow-novice mcp agent_spawn --type architect --capabilities "microservices,cloud-native"
147
+ npx claude-flow-novice mcp agent_spawn --type tester --capabilities "junit5,testcontainers,performance"
148
+ npx claude-flow-novice mcp agent_spawn --type perf-analyzer --capabilities "jvm-tuning,database-optimization"
149
149
 
150
150
  # Orchestrate complex development tasks
151
- npx claude-flow mcp task_orchestrate --task "Build enterprise microservices platform" --strategy hierarchical
151
+ npx claude-flow-novice mcp task_orchestrate --task "Build enterprise microservices platform" --strategy hierarchical
152
152
  ```
153
153
 
154
154
  ## Best Practices & Patterns
@@ -189,7 +189,7 @@ npx claude-flow mcp task_orchestrate --task "Build enterprise microservices plat
189
189
 
190
190
  - [ ] Set up development environment with Java 17+
191
191
  - [ ] Install Claude Flow: `npm install -g claude-flow@alpha`
192
- - [ ] Add MCP server: `claude mcp add claude-flow npx claude-flow@alpha mcp start`
192
+ - [ ] Add MCP server: `claude mcp add claude-flow-novice npx claude-flow@alpha mcp start`
193
193
  - [ ] Review [Project Setup](project-setup.md) for build tools
194
194
  - [ ] Explore [Examples](examples.md) for practical implementations
195
195
  - [ ] Check [Spring Boot Development](spring-boot.md) for modern patterns
@@ -11,20 +11,20 @@ This comprehensive guide covers integrating Claude Flow's AI agent orchestration
11
11
  npm install -g claude-flow@alpha
12
12
 
13
13
  # Initialize Java project with agents
14
- npx claude-flow sparc run architect "Design enterprise Java application with Spring Boot"
14
+ npx claude-flow-novice sparc run architect "Design enterprise Java application with Spring Boot"
15
15
 
16
16
  # Generate comprehensive code
17
- npx claude-flow sparc batch coder,tester,reviewer "Build Java microservices with tests"
17
+ npx claude-flow-novice sparc batch coder,tester,reviewer "Build Java microservices with tests"
18
18
  ```
19
19
 
20
20
  ### MCP Integration
21
21
 
22
22
  ```bash
23
23
  # Add Claude Flow MCP server
24
- claude mcp add claude-flow npx claude-flow@alpha mcp start
24
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
25
25
 
26
26
  # Initialize development swarm
27
- npx claude-flow mcp swarm_init --topology mesh --max-agents 8
27
+ npx claude-flow-novice mcp swarm_init --topology mesh --max-agents 8
28
28
  ```
29
29
 
30
30
  ## Java Development Agents
@@ -33,35 +33,35 @@ npx claude-flow mcp swarm_init --topology mesh --max-agents 8
33
33
 
34
34
  ```bash
35
35
  # Backend Development Agent
36
- npx claude-flow sparc run backend-dev "Create Spring Boot REST API with JPA"
36
+ npx claude-flow-novice sparc run backend-dev "Create Spring Boot REST API with JPA"
37
37
 
38
38
  # Database Architect Agent
39
- npx claude-flow sparc run code-analyzer "Design PostgreSQL schema with JPA entities"
39
+ npx claude-flow-novice sparc run code-analyzer "Design PostgreSQL schema with JPA entities"
40
40
 
41
41
  # Testing Engineer Agent
42
- npx claude-flow sparc run tester "Generate comprehensive test suite with 90% coverage"
42
+ npx claude-flow-novice sparc run tester "Generate comprehensive test suite with 90% coverage"
43
43
 
44
44
  # Performance Analyst Agent
45
- npx claude-flow sparc run perf-analyzer "Optimize JVM settings and database queries"
45
+ npx claude-flow-novice sparc run perf-analyzer "Optimize JVM settings and database queries"
46
46
 
47
47
  # Security Reviewer Agent
48
- npx claude-flow sparc run reviewer "Implement security best practices and audit code"
48
+ npx claude-flow-novice sparc run reviewer "Implement security best practices and audit code"
49
49
  ```
50
50
 
51
51
  ### 2. Enterprise Specialists
52
52
 
53
53
  ```bash
54
54
  # Enterprise Architect
55
- npx claude-flow sparc run system-architect "Design microservices architecture with Spring Cloud"
55
+ npx claude-flow-novice sparc run system-architect "Design microservices architecture with Spring Cloud"
56
56
 
57
57
  # API Documentation Agent
58
- npx claude-flow sparc run api-docs "Generate OpenAPI documentation with examples"
58
+ npx claude-flow-novice sparc run api-docs "Generate OpenAPI documentation with examples"
59
59
 
60
60
  # DevOps Engineer
61
- npx claude-flow sparc run cicd-engineer "Create CI/CD pipeline with Docker and Kubernetes"
61
+ npx claude-flow-novice sparc run cicd-engineer "Create CI/CD pipeline with Docker and Kubernetes"
62
62
 
63
63
  # Migration Planner
64
- npx claude-flow sparc run migration-planner "Plan migration from monolith to microservices"
64
+ npx claude-flow-novice sparc run migration-planner "Plan migration from monolith to microservices"
65
65
  ```
66
66
 
67
67
  ## Automated Code Generation
@@ -93,7 +93,7 @@ public class UserServiceApplication {
93
93
  }
94
94
 
95
95
  // Generated with Claude Flow command:
96
- // npx claude-flow sparc run coder "Create Spring Boot application with security, JPA, and Eureka client"
96
+ // npx claude-flow-novice sparc run coder "Create Spring Boot application with security, JPA, and Eureka client"
97
97
  ```
98
98
 
99
99
  ### 2. Entity and Repository Generation
@@ -173,7 +173,7 @@ public interface UserRepository extends JpaRepository<User, Long>, JpaSpecificat
173
173
  }
174
174
 
175
175
  // Generated with:
176
- // npx claude-flow sparc run coder "Create User entity with JPA annotations and repository with custom queries"
176
+ // npx claude-flow-novice sparc run coder "Create User entity with JPA annotations and repository with custom queries"
177
177
  ```
178
178
 
179
179
  ### 3. Service Layer Generation
@@ -274,7 +274,7 @@ public class UserService {
274
274
  }
275
275
 
276
276
  // Generated with:
277
- // npx claude-flow sparc run coder "Create UserService with transactions, caching, validation, and event publishing"
277
+ // npx claude-flow-novice sparc run coder "Create UserService with transactions, caching, validation, and event publishing"
278
278
  ```
279
279
 
280
280
  ## Test Generation and Automation
@@ -422,7 +422,7 @@ class UserServiceTest {
422
422
  }
423
423
 
424
424
  // Generated with:
425
- // npx claude-flow sparc run tester "Generate comprehensive unit tests for UserService with 90% coverage"
425
+ // npx claude-flow-novice sparc run tester "Generate comprehensive unit tests for UserService with 90% coverage"
426
426
  ```
427
427
 
428
428
  ### 2. Integration Test Generation
@@ -530,7 +530,7 @@ class UserServiceIntegrationTest {
530
530
  }
531
531
 
532
532
  // Generated with:
533
- // npx claude-flow sparc run tester "Create integration tests with TestContainers for complete user workflow"
533
+ // npx claude-flow-novice sparc run tester "Create integration tests with TestContainers for complete user workflow"
534
534
  ```
535
535
 
536
536
  ## Performance Optimization with Agents
@@ -539,7 +539,7 @@ class UserServiceIntegrationTest {
539
539
 
540
540
  ```bash
541
541
  # Analyze and optimize JVM settings
542
- npx claude-flow sparc run perf-analyzer "Analyze JVM performance and generate optimized settings for production workload"
542
+ npx claude-flow-novice sparc run perf-analyzer "Analyze JVM performance and generate optimized settings for production workload"
543
543
 
544
544
  # Generated JVM configuration
545
545
  #!/bin/bash
@@ -639,7 +639,7 @@ public class DatabasePerformanceConfig {
639
639
  }
640
640
 
641
641
  // Generated with:
642
- // npx claude-flow sparc run perf-analyzer "Optimize database connection pool and JPA settings for high-throughput application"
642
+ // npx claude-flow-novice sparc run perf-analyzer "Optimize database connection pool and JPA settings for high-throughput application"
643
643
  ```
644
644
 
645
645
  ## CI/CD Pipeline Generation
@@ -782,7 +782,7 @@ jobs:
782
782
  # Add smoke test commands here
783
783
 
784
784
  # Generated with:
785
- # npx claude-flow sparc run cicd-engineer "Create comprehensive CI/CD pipeline for Java enterprise application"
785
+ # npx claude-flow-novice sparc run cicd-engineer "Create comprehensive CI/CD pipeline for Java enterprise application"
786
786
  ```
787
787
 
788
788
  ### 2. Kubernetes Deployment
@@ -900,7 +900,7 @@ spec:
900
900
  number: 80
901
901
 
902
902
  # Generated with:
903
- # npx claude-flow sparc run architect "Create production-ready Kubernetes deployment for Java microservice"
903
+ # npx claude-flow-novice sparc run architect "Create production-ready Kubernetes deployment for Java microservice"
904
904
  ```
905
905
 
906
906
  ## Monitoring and Observability Integration
@@ -970,7 +970,7 @@ public class BusinessMetrics {
970
970
  }
971
971
 
972
972
  // Generated with:
973
- // npx claude-flow sparc run monitor "Create comprehensive monitoring with business and technical metrics"
973
+ // npx claude-flow-novice sparc run monitor "Create comprehensive monitoring with business and technical metrics"
974
974
  ```
975
975
 
976
976
  ### 2. Distributed Tracing
@@ -1037,7 +1037,7 @@ public class CustomTracing {
1037
1037
  }
1038
1038
 
1039
1039
  // Generated with:
1040
- // npx claude-flow sparc run monitor "Add distributed tracing with custom spans for business operations"
1040
+ // npx claude-flow-novice sparc run monitor "Add distributed tracing with custom spans for business operations"
1041
1041
  ```
1042
1042
 
1043
1043
  ## Advanced Agent Workflows
@@ -1046,45 +1046,45 @@ public class CustomTracing {
1046
1046
 
1047
1047
  ```bash
1048
1048
  # Coordinate multiple services development
1049
- npx claude-flow mcp swarm_init --topology hierarchical --max-agents 15
1049
+ npx claude-flow-novice mcp swarm_init --topology hierarchical --max-agents 15
1050
1050
 
1051
1051
  # Spawn service-specific agents
1052
- npx claude-flow mcp agent_spawn --type coder --capabilities "user-service,spring-boot"
1053
- npx claude-flow mcp agent_spawn --type coder --capabilities "order-service,spring-boot"
1054
- npx claude-flow mcp agent_spawn --type coder --capabilities "notification-service,quarkus"
1055
- npx claude-flow mcp agent_spawn --type coder --capabilities "api-gateway,spring-cloud-gateway"
1052
+ npx claude-flow-novice mcp agent_spawn --type coder --capabilities "user-service,spring-boot"
1053
+ npx claude-flow-novice mcp agent_spawn --type coder --capabilities "order-service,spring-boot"
1054
+ npx claude-flow-novice mcp agent_spawn --type coder --capabilities "notification-service,quarkus"
1055
+ npx claude-flow-novice mcp agent_spawn --type coder --capabilities "api-gateway,spring-cloud-gateway"
1056
1056
 
1057
1057
  # Infrastructure agents
1058
- npx claude-flow mcp agent_spawn --type architect --capabilities "service-discovery,eureka"
1059
- npx claude-flow mcp agent_spawn --type architect --capabilities "configuration-management,spring-cloud-config"
1060
- npx claude-flow mcp agent_spawn --type architect --capabilities "kubernetes,helm,istio"
1058
+ npx claude-flow-novice mcp agent_spawn --type architect --capabilities "service-discovery,eureka"
1059
+ npx claude-flow-novice mcp agent_spawn --type architect --capabilities "configuration-management,spring-cloud-config"
1060
+ npx claude-flow-novice mcp agent_spawn --type architect --capabilities "kubernetes,helm,istio"
1061
1061
 
1062
1062
  # Cross-cutting concerns agents
1063
- npx claude-flow mcp agent_spawn --type reviewer --capabilities "security,oauth2,jwt"
1064
- npx claude-flow mcp agent_spawn --type tester --capabilities "contract-testing,integration-testing"
1065
- npx claude-flow mcp agent_spawn --type monitor --capabilities "observability,prometheus,grafana"
1063
+ npx claude-flow-novice mcp agent_spawn --type reviewer --capabilities "security,oauth2,jwt"
1064
+ npx claude-flow-novice mcp agent_spawn --type tester --capabilities "contract-testing,integration-testing"
1065
+ npx claude-flow-novice mcp agent_spawn --type monitor --capabilities "observability,prometheus,grafana"
1066
1066
 
1067
1067
  # Orchestrate microservices development
1068
- npx claude-flow mcp task_orchestrate --task "Build complete microservices ecosystem with Spring Cloud" --strategy hierarchical --priority high
1068
+ npx claude-flow-novice mcp task_orchestrate --task "Build complete microservices ecosystem with Spring Cloud" --strategy hierarchical --priority high
1069
1069
  ```
1070
1070
 
1071
1071
  ### 2. Continuous Improvement Workflow
1072
1072
 
1073
1073
  ```bash
1074
1074
  # Performance optimization cycle
1075
- npx claude-flow sparc run perf-analyzer "Analyze production metrics and identify performance bottlenecks"
1075
+ npx claude-flow-novice sparc run perf-analyzer "Analyze production metrics and identify performance bottlenecks"
1076
1076
 
1077
1077
  # Security audit cycle
1078
- npx claude-flow sparc run reviewer "Perform comprehensive security audit and generate remediation plan"
1078
+ npx claude-flow-novice sparc run reviewer "Perform comprehensive security audit and generate remediation plan"
1079
1079
 
1080
1080
  # Code quality improvement
1081
- npx claude-flow sparc batch reviewer,coder "Analyze code quality metrics and implement improvements"
1081
+ npx claude-flow-novice sparc batch reviewer,coder "Analyze code quality metrics and implement improvements"
1082
1082
 
1083
1083
  # Test coverage enhancement
1084
- npx claude-flow sparc run tester "Analyze test coverage gaps and generate missing tests"
1084
+ npx claude-flow-novice sparc run tester "Analyze test coverage gaps and generate missing tests"
1085
1085
 
1086
1086
  # Documentation updates
1087
- npx claude-flow sparc run api-docs "Update API documentation based on latest code changes"
1087
+ npx claude-flow-novice sparc run api-docs "Update API documentation based on latest code changes"
1088
1088
  ```
1089
1089
 
1090
1090
  ## Best Practices for Agent Coordination
@@ -1093,14 +1093,14 @@ npx claude-flow sparc run api-docs "Update API documentation based on latest cod
1093
1093
 
1094
1094
  ```bash
1095
1095
  # Use memory for agent coordination
1096
- npx claude-flow hooks session-start --session-id "microservices-dev-$(date +%s)"
1096
+ npx claude-flow-novice hooks session-start --session-id "microservices-dev-$(date +%s)"
1097
1097
 
1098
1098
  # Agents store decisions and artifacts
1099
- npx claude-flow hooks post-edit --file "src/main/java/User.java" --memory-key "entities/user"
1100
- npx claude-flow hooks post-edit --file "src/test/java/UserTest.java" --memory-key "tests/user"
1099
+ npx claude-flow-novice hooks post-edit --file "src/main/java/User.java" --memory-key "entities/user"
1100
+ npx claude-flow-novice hooks post-edit --file "src/test/java/UserTest.java" --memory-key "tests/user"
1101
1101
 
1102
1102
  # Agents retrieve context from previous work
1103
- npx claude-flow hooks session-restore --session-id "microservices-dev-123456"
1103
+ npx claude-flow-novice hooks session-restore --session-id "microservices-dev-123456"
1104
1104
  ```
1105
1105
 
1106
1106
  ### 2. Quality Gates
@@ -1134,20 +1134,20 @@ public class QualityGateService {
1134
1134
  }
1135
1135
 
1136
1136
  // Generated with:
1137
- // npx claude-flow sparc run reviewer "Create automated quality gates for continuous integration"
1137
+ // npx claude-flow-novice sparc run reviewer "Create automated quality gates for continuous integration"
1138
1138
  ```
1139
1139
 
1140
1140
  ### 3. Rollback and Recovery
1141
1141
 
1142
1142
  ```bash
1143
1143
  # Automated rollback procedures
1144
- npx claude-flow sparc run cicd-engineer "Create automated rollback procedures for failed deployments"
1144
+ npx claude-flow-novice sparc run cicd-engineer "Create automated rollback procedures for failed deployments"
1145
1145
 
1146
1146
  # Health check monitoring
1147
- npx claude-flow sparc run monitor "Implement comprehensive health checks with automatic recovery"
1147
+ npx claude-flow-novice sparc run monitor "Implement comprehensive health checks with automatic recovery"
1148
1148
 
1149
1149
  # Disaster recovery planning
1150
- npx claude-flow sparc run architect "Design disaster recovery procedures for microservices architecture"
1150
+ npx claude-flow-novice sparc run architect "Design disaster recovery procedures for microservices architecture"
1151
1151
  ```
1152
1152
 
1153
1153
  ## Integration with External Tools
@@ -22,10 +22,10 @@ public class ApplicationBootstrap {
22
22
 
23
23
  ```bash
24
24
  # Generate Jakarta EE application with agents
25
- npx claude-flow sparc run architect "Design Jakarta EE enterprise application"
25
+ npx claude-flow-novice sparc run architect "Design Jakarta EE enterprise application"
26
26
 
27
27
  # Setup enterprise patterns
28
- npx claude-flow sparc batch architect,coder "Implement Jakarta EE with microprofile"
28
+ npx claude-flow-novice sparc batch architect,coder "Implement Jakarta EE with microprofile"
29
29
  ```
30
30
 
31
31
  ## Core Jakarta EE Components
@@ -947,7 +947,7 @@ COPY src/main/resources/payara-resources.xml $PAYARA_DIR/domains/domain1/config/
947
947
  # Set environment variables
948
948
  ENV JDBC_URL="jdbc:postgresql://db:5432/userdb"
949
949
  ENV JDBC_USERNAME="user"
950
- ENV JDBC_PASSWORD="password"
950
+ ENV JDBC_PASSWORD=$DB_PASSWORD
951
951
 
952
952
  EXPOSE 8080 4848
953
953
 
@@ -1035,35 +1035,35 @@ spec:
1035
1035
 
1036
1036
  ```bash
1037
1037
  # Initialize enterprise project with agents
1038
- npx claude-flow sparc run architect "Design Jakarta EE enterprise architecture"
1038
+ npx claude-flow-novice sparc run architect "Design Jakarta EE enterprise architecture"
1039
1039
 
1040
1040
  # Generate enterprise components
1041
- npx claude-flow sparc batch coder,tester "Create Jakarta EE components with EJB and JPA"
1041
+ npx claude-flow-novice sparc batch coder,tester "Create Jakarta EE components with EJB and JPA"
1042
1042
 
1043
1043
  # Setup security
1044
- npx claude-flow sparc run coder "Implement JWT security with Jakarta Security"
1044
+ npx claude-flow-novice sparc run coder "Implement JWT security with Jakarta Security"
1045
1045
 
1046
1046
  # Create comprehensive tests
1047
- npx claude-flow sparc run tester "Generate Arquillian integration tests"
1047
+ npx claude-flow-novice sparc run tester "Generate Arquillian integration tests"
1048
1048
 
1049
1049
  # Setup cloud deployment
1050
- npx claude-flow sparc batch architect,coder "Create Kubernetes deployment manifests"
1050
+ npx claude-flow-novice sparc batch architect,coder "Create Kubernetes deployment manifests"
1051
1051
  ```
1052
1052
 
1053
1053
  ### MCP Integration for Enterprise Java
1054
1054
 
1055
1055
  ```bash
1056
1056
  # Initialize enterprise development swarm
1057
- npx claude-flow mcp swarm_init --topology hierarchical --max-agents 10
1057
+ npx claude-flow-novice mcp swarm_init --topology hierarchical --max-agents 10
1058
1058
 
1059
1059
  # Spawn enterprise specialists
1060
- npx claude-flow mcp agent_spawn --type architect --capabilities "jakarta-ee,microprofile,enterprise-patterns"
1061
- npx claude-flow mcp agent_spawn --type coder --capabilities "ejb,jpa,jax-rs,cdi"
1062
- npx claude-flow mcp agent_spawn --type tester --capabilities "arquillian,junit,integration-tests"
1063
- npx claude-flow mcp agent_spawn --type reviewer --capabilities "security,performance,enterprise-standards"
1060
+ npx claude-flow-novice mcp agent_spawn --type architect --capabilities "jakarta-ee,microprofile,enterprise-patterns"
1061
+ npx claude-flow-novice mcp agent_spawn --type coder --capabilities "ejb,jpa,jax-rs,cdi"
1062
+ npx claude-flow-novice mcp agent_spawn --type tester --capabilities "arquillian,junit,integration-tests"
1063
+ npx claude-flow-novice mcp agent_spawn --type reviewer --capabilities "security,performance,enterprise-standards"
1064
1064
 
1065
1065
  # Orchestrate enterprise development
1066
- npx claude-flow mcp task_orchestrate --task "Build enterprise Jakarta EE application" --strategy hierarchical
1066
+ npx claude-flow-novice mcp task_orchestrate --task "Build enterprise Jakarta EE application" --strategy hierarchical
1067
1067
  ```
1068
1068
 
1069
1069
  ## Performance Optimization
@@ -1143,7 +1143,7 @@ public class OptimizedUserRepository {
1143
1143
  <property name="portNumber" value="5432"/>
1144
1144
  <property name="databaseName" value="userdb"/>
1145
1145
  <property name="user" value="user"/>
1146
- <property name="password" value="password"/>
1146
+ <property name="password" value="${DB_PASSWORD}"/>
1147
1147
  <property name="preparedStatementCacheSize" value="250"/>
1148
1148
  <property name="preparedStatementCacheQueries" value="true"/>
1149
1149
  </jdbc-connection-pool>
@@ -21,7 +21,7 @@ public class EcommerceApplication {
21
21
 
22
22
  ```bash
23
23
  # Generate complete e-commerce system
24
- npx claude-flow sparc batch architect,coder,tester "Build e-commerce platform with Spring Boot, React, and PostgreSQL"
24
+ npx claude-flow-novice sparc batch architect,coder,tester "Build e-commerce platform with Spring Boot, React, and PostgreSQL"
25
25
  ```
26
26
 
27
27
  ## Enterprise E-Commerce Platform
@@ -284,7 +284,7 @@ public class UserController {
284
284
  }
285
285
 
286
286
  // Generated with:
287
- // npx claude-flow sparc run coder "Create comprehensive user service with authentication, authorization, and profile management"
287
+ // npx claude-flow-novice sparc run coder "Create comprehensive user service with authentication, authorization, and profile management"
288
288
  ```
289
289
 
290
290
  ### 3. Product Service with Search Integration
@@ -495,7 +495,7 @@ public class ProductService {
495
495
  }
496
496
 
497
497
  // Generated with:
498
- // npx claude-flow sparc run coder "Create product service with Elasticsearch search, Redis caching, and recommendations"
498
+ // npx claude-flow-novice sparc run coder "Create product service with Elasticsearch search, Redis caching, and recommendations"
499
499
  ```
500
500
 
501
501
  ### 4. Order Service with Saga Pattern
@@ -769,7 +769,7 @@ public class OrderSagaOrchestrator {
769
769
  }
770
770
 
771
771
  // Generated with:
772
- // npx claude-flow sparc run coder "Create order service with saga pattern for distributed transactions"
772
+ // npx claude-flow-novice sparc run coder "Create order service with saga pattern for distributed transactions"
773
773
  ```
774
774
 
775
775
  ## Integration with External Systems
@@ -924,7 +924,7 @@ public class PaymentService {
924
924
  }
925
925
 
926
926
  // Generated with:
927
- // npx claude-flow sparc run coder "Create payment service with multiple providers and secure processing"
927
+ // npx claude-flow-novice sparc run coder "Create payment service with multiple providers and secure processing"
928
928
  ```
929
929
 
930
930
  ### 2. Email Service Integration
@@ -1023,7 +1023,7 @@ public class EmailConfigurationProperties {
1023
1023
  }
1024
1024
 
1025
1025
  // Generated with:
1026
- // npx claude-flow sparc run coder "Create email service with template support and async processing"
1026
+ // npx claude-flow-novice sparc run coder "Create email service with template support and async processing"
1027
1027
  ```
1028
1028
 
1029
1029
  ### 3. File Storage Integration
@@ -1187,7 +1187,7 @@ public class FileStorageService {
1187
1187
  }
1188
1188
 
1189
1189
  // Generated with:
1190
- // npx claude-flow sparc run coder "Create file storage service with AWS S3 and local storage support"
1190
+ // npx claude-flow-novice sparc run coder "Create file storage service with AWS S3 and local storage support"
1191
1191
  ```
1192
1192
 
1193
1193
  ## Monitoring and Observability Integration
@@ -1309,7 +1309,7 @@ public class EcommerceHealthIndicator implements HealthIndicator {
1309
1309
  }
1310
1310
 
1311
1311
  // Generated with:
1312
- // npx claude-flow sparc run monitor "Create comprehensive metrics and health checks for e-commerce platform"
1312
+ // npx claude-flow-novice sparc run monitor "Create comprehensive metrics and health checks for e-commerce platform"
1313
1313
  ```
1314
1314
 
1315
1315
  ## Docker and Kubernetes Integration
@@ -1471,7 +1471,7 @@ volumes:
1471
1471
  grafana_data:
1472
1472
 
1473
1473
  # Generated with:
1474
- # npx claude-flow sparc run architect "Create comprehensive Docker Compose setup for e-commerce development"
1474
+ # npx claude-flow-novice sparc run architect "Create comprehensive Docker Compose setup for e-commerce development"
1475
1475
  ```
1476
1476
 
1477
1477
  ### 2. Kubernetes Production Deployment
@@ -1624,7 +1624,7 @@ spec:
1624
1624
  averageUtilization: 80
1625
1625
 
1626
1626
  # Generated with:
1627
- # npx claude-flow sparc run architect "Create production Kubernetes manifests with auto-scaling"
1627
+ # npx claude-flow-novice sparc run architect "Create production Kubernetes manifests with auto-scaling"
1628
1628
  ```
1629
1629
 
1630
1630
  ## Claude Flow Integration Examples
@@ -1639,37 +1639,37 @@ spec:
1639
1639
  echo "Starting e-commerce platform development with Claude Flow..."
1640
1640
 
1641
1641
  # Initialize project structure
1642
- npx claude-flow sparc run architect "Design complete e-commerce microservices architecture"
1642
+ npx claude-flow-novice sparc run architect "Design complete e-commerce microservices architecture"
1643
1643
 
1644
1644
  # Generate core services in parallel
1645
- npx claude-flow sparc batch coder,tester "Create user service with authentication and profile management" &
1646
- npx claude-flow sparc batch coder,tester "Create product service with search and inventory management" &
1647
- npx claude-flow sparc batch coder,tester "Create order service with payment processing and fulfillment" &
1648
- npx claude-flow sparc batch coder,tester "Create notification service with email and SMS capabilities" &
1645
+ npx claude-flow-novice sparc batch coder,tester "Create user service with authentication and profile management" &
1646
+ npx claude-flow-novice sparc batch coder,tester "Create product service with search and inventory management" &
1647
+ npx claude-flow-novice sparc batch coder,tester "Create order service with payment processing and fulfillment" &
1648
+ npx claude-flow-novice sparc batch coder,tester "Create notification service with email and SMS capabilities" &
1649
1649
 
1650
1650
  # Wait for core services
1651
1651
  wait
1652
1652
 
1653
1653
  # Generate infrastructure components
1654
- npx claude-flow sparc run coder "Create API Gateway with rate limiting and authentication"
1655
- npx claude-flow sparc run coder "Setup service discovery with Eureka"
1656
- npx claude-flow sparc run coder "Configure centralized logging with ELK stack"
1654
+ npx claude-flow-novice sparc run coder "Create API Gateway with rate limiting and authentication"
1655
+ npx claude-flow-novice sparc run coder "Setup service discovery with Eureka"
1656
+ npx claude-flow-novice sparc run coder "Configure centralized logging with ELK stack"
1657
1657
 
1658
1658
  # Generate deployment configurations
1659
- npx claude-flow sparc run architect "Create Docker Compose for development environment"
1660
- npx claude-flow sparc run architect "Create Kubernetes manifests for production deployment"
1659
+ npx claude-flow-novice sparc run architect "Create Docker Compose for development environment"
1660
+ npx claude-flow-novice sparc run architect "Create Kubernetes manifests for production deployment"
1661
1661
 
1662
1662
  # Generate monitoring and observability
1663
- npx claude-flow sparc run monitor "Setup comprehensive monitoring with Prometheus and Grafana"
1664
- npx claude-flow sparc run monitor "Configure distributed tracing with Jaeger"
1663
+ npx claude-flow-novice sparc run monitor "Setup comprehensive monitoring with Prometheus and Grafana"
1664
+ npx claude-flow-novice sparc run monitor "Configure distributed tracing with Jaeger"
1665
1665
 
1666
1666
  # Generate CI/CD pipeline
1667
- npx claude-flow sparc run cicd-engineer "Create GitHub Actions workflow for automated testing and deployment"
1667
+ npx claude-flow-novice sparc run cicd-engineer "Create GitHub Actions workflow for automated testing and deployment"
1668
1668
 
1669
1669
  echo "E-commerce platform development completed!"
1670
1670
 
1671
1671
  # Generated with:
1672
- # npx claude-flow sparc run architect "Create complete development workflow script for e-commerce platform"
1672
+ # npx claude-flow-novice sparc run architect "Create complete development workflow script for e-commerce platform"
1673
1673
  ```
1674
1674
 
1675
1675
  ### 2. Performance Optimization Workflow
@@ -1681,22 +1681,22 @@ echo "E-commerce platform development completed!"
1681
1681
  echo "Starting performance optimization workflow..."
1682
1682
 
1683
1683
  # Analyze current performance
1684
- npx claude-flow sparc run perf-analyzer "Analyze application performance bottlenecks and generate optimization plan"
1684
+ npx claude-flow-novice sparc run perf-analyzer "Analyze application performance bottlenecks and generate optimization plan"
1685
1685
 
1686
1686
  # Database optimization
1687
- npx claude-flow sparc run perf-analyzer "Optimize database queries and connection pool settings"
1687
+ npx claude-flow-novice sparc run perf-analyzer "Optimize database queries and connection pool settings"
1688
1688
 
1689
1689
  # JVM tuning
1690
- npx claude-flow sparc run perf-analyzer "Generate optimized JVM settings for production workload"
1690
+ npx claude-flow-novice sparc run perf-analyzer "Generate optimized JVM settings for production workload"
1691
1691
 
1692
1692
  # Caching optimization
1693
- npx claude-flow sparc run coder "Implement Redis caching strategy for frequently accessed data"
1693
+ npx claude-flow-novice sparc run coder "Implement Redis caching strategy for frequently accessed data"
1694
1694
 
1695
1695
  # Load testing
1696
- npx claude-flow sparc run tester "Create comprehensive load tests with Gatling"
1696
+ npx claude-flow-novice sparc run tester "Create comprehensive load tests with Gatling"
1697
1697
 
1698
1698
  # Performance monitoring
1699
- npx claude-flow sparc run monitor "Setup performance monitoring dashboards and alerts"
1699
+ npx claude-flow-novice sparc run monitor "Setup performance monitoring dashboards and alerts"
1700
1700
 
1701
1701
  echo "Performance optimization completed!"
1702
1702
  ```