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
@@ -9,9 +9,9 @@ BatchTool enables powerful parallel and concurrent execution of SPARC modes, all
9
9
  Run multiple independent SPARC modes simultaneously:
10
10
  ```bash
11
11
  batchtool run --parallel \
12
- "npx claude-flow sparc run code 'user authentication' --non-interactive" \
13
- "npx claude-flow sparc run code 'database schema' --non-interactive" \
14
- "npx claude-flow sparc run code 'API endpoints' --non-interactive"
12
+ "npx claude-flow-novice sparc run code 'user authentication' --non-interactive" \
13
+ "npx claude-flow-novice sparc run code 'database schema' --non-interactive" \
14
+ "npx claude-flow-novice sparc run code 'API endpoints' --non-interactive"
15
15
  ```
16
16
 
17
17
  ### 2. Boomerang Pattern
@@ -29,9 +29,9 @@ batchtool orchestrate --boomerang \
29
29
  Handle task dependencies intelligently:
30
30
  ```bash
31
31
  batchtool run --dependency-aware \
32
- --task "db:npx claude-flow sparc run code 'database layer' --non-interactive" \
33
- --task "auth:npx claude-flow sparc run code 'auth service' --non-interactive:depends=db" \
34
- --task "api:npx claude-flow sparc run code 'API layer' --non-interactive:depends=auth,db"
32
+ --task "db:npx claude-flow-novice sparc run code 'database layer' --non-interactive" \
33
+ --task "auth:npx claude-flow-novice sparc run code 'auth service' --non-interactive:depends=db" \
34
+ --task "api:npx claude-flow-novice sparc run code 'API layer' --non-interactive:depends=auth,db"
35
35
  ```
36
36
 
37
37
  ## Complete Workflow Examples
@@ -41,40 +41,40 @@ batchtool run --dependency-aware \
41
41
  # Complete application development with SPARC + BatchTool
42
42
  batchtool orchestrate --name "full-app-development" --boomerang \
43
43
  --phase1-parallel "Research Phase" \
44
- "npx claude-flow sparc run ask 'research best practices for modern web apps' --non-interactive" \
45
- "npx claude-flow sparc run ask 'analyze competitor features' --non-interactive" \
46
- "npx claude-flow sparc run security-review 'identify security requirements' --non-interactive" \
44
+ "npx claude-flow-novice sparc run ask 'research best practices for modern web apps' --non-interactive" \
45
+ "npx claude-flow-novice sparc run ask 'analyze competitor features' --non-interactive" \
46
+ "npx claude-flow-novice sparc run security-review 'identify security requirements' --non-interactive" \
47
47
  --phase2-sequential "Design Phase" \
48
- "npx claude-flow sparc run spec-pseudocode 'create detailed specifications' --non-interactive" \
49
- "npx claude-flow sparc run architect 'design system architecture' --non-interactive" \
48
+ "npx claude-flow-novice sparc run spec-pseudocode 'create detailed specifications' --non-interactive" \
49
+ "npx claude-flow-novice sparc run architect 'design system architecture' --non-interactive" \
50
50
  --phase3-parallel "Implementation Phase" \
51
- "npx claude-flow sparc run code 'implement frontend' --non-interactive" \
52
- "npx claude-flow sparc run code 'implement backend' --non-interactive" \
53
- "npx claude-flow sparc run code 'implement database' --non-interactive" \
51
+ "npx claude-flow-novice sparc run code 'implement frontend' --non-interactive" \
52
+ "npx claude-flow-novice sparc run code 'implement backend' --non-interactive" \
53
+ "npx claude-flow-novice sparc run code 'implement database' --non-interactive" \
54
54
  --phase4-sequential "Integration Phase" \
55
- "npx claude-flow sparc run integration 'integrate all components' --non-interactive" \
56
- "npx claude-flow sparc run tdd 'comprehensive testing suite' --non-interactive" \
55
+ "npx claude-flow-novice sparc run integration 'integrate all components' --non-interactive" \
56
+ "npx claude-flow-novice sparc run tdd 'comprehensive testing suite' --non-interactive" \
57
57
  --phase5-parallel "Optimization Phase" \
58
- "npx claude-flow sparc run optimization 'optimize performance' --non-interactive" \
59
- "npx claude-flow sparc run security-review 'security hardening' --non-interactive" \
60
- "npx claude-flow sparc run docs-writer 'complete documentation' --non-interactive"
58
+ "npx claude-flow-novice sparc run optimization 'optimize performance' --non-interactive" \
59
+ "npx claude-flow-novice sparc run security-review 'security hardening' --non-interactive" \
60
+ "npx claude-flow-novice sparc run docs-writer 'complete documentation' --non-interactive"
61
61
  ```
62
62
 
63
63
  ### Microservices Development
64
64
  ```bash
65
65
  # Develop multiple microservices concurrently
66
66
  batchtool run --parallel --tag "microservices" \
67
- "npx claude-flow sparc run code 'user-service' --non-interactive" \
68
- "npx claude-flow sparc run code 'auth-service' --non-interactive" \
69
- "npx claude-flow sparc run code 'notification-service' --non-interactive" \
70
- "npx claude-flow sparc run code 'payment-service' --non-interactive" \
71
- "npx claude-flow sparc run code 'api-gateway' --non-interactive"
67
+ "npx claude-flow-novice sparc run code 'user-service' --non-interactive" \
68
+ "npx claude-flow-novice sparc run code 'auth-service' --non-interactive" \
69
+ "npx claude-flow-novice sparc run code 'notification-service' --non-interactive" \
70
+ "npx claude-flow-novice sparc run code 'payment-service' --non-interactive" \
71
+ "npx claude-flow-novice sparc run code 'api-gateway' --non-interactive"
72
72
 
73
73
  # Then integrate and test
74
74
  batchtool run --sequential \
75
- "npx claude-flow sparc run integration 'integrate all microservices' --non-interactive" \
76
- "npx claude-flow sparc run tdd 'end-to-end testing' --non-interactive" \
77
- "npx claude-flow sparc run devops 'kubernetes deployment' --non-interactive"
75
+ "npx claude-flow-novice sparc run integration 'integrate all microservices' --non-interactive" \
76
+ "npx claude-flow-novice sparc run tdd 'end-to-end testing' --non-interactive" \
77
+ "npx claude-flow-novice sparc run devops 'kubernetes deployment' --non-interactive"
78
78
  ```
79
79
 
80
80
  ### Feature Development Sprint
@@ -82,18 +82,18 @@ batchtool run --sequential \
82
82
  # Sprint planning and execution
83
83
  batchtool orchestrate --sprint "feature-sprint-1" \
84
84
  --planning \
85
- "npx claude-flow sparc run sparc 'break down epic into features' --non-interactive" \
85
+ "npx claude-flow-novice sparc run sparc 'break down epic into features' --non-interactive" \
86
86
  --development-parallel \
87
- "npx claude-flow sparc run code 'feature: user profile' --non-interactive" \
88
- "npx claude-flow sparc run code 'feature: notifications' --non-interactive" \
89
- "npx claude-flow sparc run code 'feature: settings page' --non-interactive" \
87
+ "npx claude-flow-novice sparc run code 'feature: user profile' --non-interactive" \
88
+ "npx claude-flow-novice sparc run code 'feature: notifications' --non-interactive" \
89
+ "npx claude-flow-novice sparc run code 'feature: settings page' --non-interactive" \
90
90
  --testing-parallel \
91
- "npx claude-flow sparc run tdd 'test user profile' --non-interactive" \
92
- "npx claude-flow sparc run tdd 'test notifications' --non-interactive" \
93
- "npx claude-flow sparc run tdd 'test settings' --non-interactive" \
91
+ "npx claude-flow-novice sparc run tdd 'test user profile' --non-interactive" \
92
+ "npx claude-flow-novice sparc run tdd 'test notifications' --non-interactive" \
93
+ "npx claude-flow-novice sparc run tdd 'test settings' --non-interactive" \
94
94
  --review \
95
- "npx claude-flow sparc run security-review 'audit all features' --non-interactive" \
96
- "npx claude-flow sparc run optimization 'performance review' --non-interactive"
95
+ "npx claude-flow-novice sparc run security-review 'audit all features' --non-interactive" \
96
+ "npx claude-flow-novice sparc run optimization 'performance review' --non-interactive"
97
97
  ```
98
98
 
99
99
  ## Advanced Patterns
@@ -103,10 +103,10 @@ batchtool orchestrate --sprint "feature-sprint-1" \
103
103
  # Continuous improvement cycle
104
104
  while true; do
105
105
  batchtool orchestrate --boomerang \
106
- --monitor "npx claude-flow sparc run monitoring 'analyze metrics' --non-interactive" \
107
- --identify "npx claude-flow sparc run debug 'identify bottlenecks' --non-interactive" \
108
- --optimize "npx claude-flow sparc run optimization 'improve performance' --non-interactive" \
109
- --validate "npx claude-flow sparc run tdd 'verify improvements' --non-interactive"
106
+ --monitor "npx claude-flow-novice sparc run monitoring 'analyze metrics' --non-interactive" \
107
+ --identify "npx claude-flow-novice sparc run debug 'identify bottlenecks' --non-interactive" \
108
+ --optimize "npx claude-flow-novice sparc run optimization 'improve performance' --non-interactive" \
109
+ --validate "npx claude-flow-novice sparc run tdd 'verify improvements' --non-interactive"
110
110
  sleep 3600 # Run every hour
111
111
  done
112
112
  ```
@@ -115,20 +115,20 @@ done
115
115
  ```bash
116
116
  # Implement two approaches in parallel and compare
117
117
  batchtool run --ab-test \
118
- --variant-a "npx claude-flow sparc run code 'implement with approach A' --non-interactive" \
119
- --variant-b "npx claude-flow sparc run code 'implement with approach B' --non-interactive" \
120
- --compare "npx claude-flow sparc run optimization 'compare performance' --non-interactive"
118
+ --variant-a "npx claude-flow-novice sparc run code 'implement with approach A' --non-interactive" \
119
+ --variant-b "npx claude-flow-novice sparc run code 'implement with approach B' --non-interactive" \
120
+ --compare "npx claude-flow-novice sparc run optimization 'compare performance' --non-interactive"
121
121
  ```
122
122
 
123
123
  ### 3. Progressive Enhancement
124
124
  ```bash
125
125
  # Build features progressively
126
126
  batchtool orchestrate --progressive \
127
- --mvp "npx claude-flow sparc run code 'minimal viable product' --non-interactive" \
128
- --enhance-1 "npx claude-flow sparc run code 'add user authentication' --non-interactive" \
129
- --enhance-2 "npx claude-flow sparc run code 'add real-time updates' --non-interactive" \
130
- --enhance-3 "npx claude-flow sparc run code 'add analytics' --non-interactive" \
131
- --polish "npx claude-flow sparc run optimization 'final optimizations' --non-interactive"
127
+ --mvp "npx claude-flow-novice sparc run code 'minimal viable product' --non-interactive" \
128
+ --enhance-1 "npx claude-flow-novice sparc run code 'add user authentication' --non-interactive" \
129
+ --enhance-2 "npx claude-flow-novice sparc run code 'add real-time updates' --non-interactive" \
130
+ --enhance-3 "npx claude-flow-novice sparc run code 'add analytics' --non-interactive" \
131
+ --polish "npx claude-flow-novice sparc run optimization 'final optimizations' --non-interactive"
132
132
  ```
133
133
 
134
134
  ## Monitoring and Control
@@ -152,11 +152,11 @@ batchtool config --max-concurrent 5
152
152
 
153
153
  # Set memory limits per task
154
154
  batchtool run --memory-limit 2GB \
155
- "npx claude-flow sparc run code 'heavy processing task' --non-interactive"
155
+ "npx claude-flow-novice sparc run code 'heavy processing task' --non-interactive"
156
156
 
157
157
  # Priority-based execution
158
158
  batchtool run --priority high \
159
- "npx claude-flow sparc run security-review 'urgent security audit' --non-interactive"
159
+ "npx claude-flow-novice sparc run security-review 'urgent security audit' --non-interactive"
160
160
  ```
161
161
 
162
162
  ## Best Practices
@@ -206,10 +206,10 @@ jobs:
206
206
  - name: Run SPARC orchestration
207
207
  run: |
208
208
  batchtool orchestrate --boomerang \
209
- --analyze "npx claude-flow sparc run architect 'analyze changes' --non-interactive" \
210
- --implement "npx claude-flow sparc run code 'implement features' --non-interactive" \
211
- --test "npx claude-flow sparc run tdd 'run tests' --non-interactive" \
212
- --deploy "npx claude-flow sparc run devops 'deploy to staging' --non-interactive"
209
+ --analyze "npx claude-flow-novice sparc run architect 'analyze changes' --non-interactive" \
210
+ --implement "npx claude-flow-novice sparc run code 'implement features' --non-interactive" \
211
+ --test "npx claude-flow-novice sparc run tdd 'run tests' --non-interactive" \
212
+ --deploy "npx claude-flow-novice sparc run devops 'deploy to staging' --non-interactive"
213
213
  ```
214
214
 
215
215
  ## Troubleshooting
@@ -20,7 +20,7 @@ First, let's explore available agent types:
20
20
 
21
21
  ```bash
22
22
  cd examples
23
- ../claude-flow agent list
23
+ ../claude-flow-novice agent list
24
24
  ```
25
25
 
26
26
  Common agent types:
@@ -108,7 +108,7 @@ Create `ecommerce-workflow.json`:
108
108
  Create the e-commerce platform using the swarm system:
109
109
 
110
110
  ```bash
111
- ../claude-flow swarm create "Build complete e-commerce platform with user management, product catalog, and frontend" --agents 5 --strategy development --output ./output/ecommerce --monitor
111
+ ../claude-flow-novice swarm create "Build complete e-commerce platform with user management, product catalog, and frontend" --agents 5 --strategy development --output ./output/ecommerce --monitor
112
112
  ```
113
113
 
114
114
  ### Step 4: Understanding Coordination Modes
@@ -119,7 +119,7 @@ Claude Flow supports different coordination patterns:
119
119
  Central coordinator manages all agents:
120
120
 
121
121
  ```bash
122
- ../claude-flow orchestrate ./workflow.json \
122
+ ../claude-flow-novice orchestrate ./workflow.json \
123
123
  --coordination hub-spoke \
124
124
  --monitor
125
125
  ```
@@ -133,7 +133,7 @@ Best for:
133
133
  Agents communicate directly:
134
134
 
135
135
  ```bash
136
- ../claude-flow orchestrate ./workflow.json \
136
+ ../claude-flow-novice orchestrate ./workflow.json \
137
137
  --coordination mesh \
138
138
  --monitor
139
139
  ```
@@ -147,7 +147,7 @@ Best for:
147
147
  Sequential processing:
148
148
 
149
149
  ```bash
150
- ../claude-flow orchestrate ./workflow.json \
150
+ ../claude-flow-novice orchestrate ./workflow.json \
151
151
  --coordination pipeline \
152
152
  --monitor
153
153
  ```
@@ -268,7 +268,7 @@ Optimize workflow execution:
268
268
  Complete workflow for microservices:
269
269
 
270
270
  ```bash
271
- ../claude-flow orchestrate \
271
+ ../claude-flow-novice orchestrate \
272
272
  ./02-workflows/complex/microservices-workflow.json \
273
273
  --monitor \
274
274
  --output ./microservices-project
@@ -285,17 +285,17 @@ This creates:
285
285
 
286
286
  ### Real-time Monitoring
287
287
  ```bash
288
- ../claude-flow orchestrate ./workflow.json --monitor
288
+ ../claude-flow-novice orchestrate ./workflow.json --monitor
289
289
  ```
290
290
 
291
291
  ### Debug Mode
292
292
  ```bash
293
- ../claude-flow orchestrate ./workflow.json --debug
293
+ ../claude-flow-novice orchestrate ./workflow.json --debug
294
294
  ```
295
295
 
296
296
  ### Performance Metrics
297
297
  ```bash
298
- ../claude-flow orchestrate ./workflow.json --metrics
298
+ ../claude-flow-novice orchestrate ./workflow.json --metrics
299
299
  ```
300
300
 
301
301
  ## Best Practices
@@ -6,17 +6,17 @@ This directory contains comprehensive examples demonstrating the powerful batch
6
6
 
7
7
  1. **Simple Batch Setup**
8
8
  ```bash
9
- claude-flow init --batch-init project1,project2,project3 --sparc
9
+ claude-flow-novice init --batch-init project1,project2,project3 --sparc
10
10
  ```
11
11
 
12
12
  2. **Template-Based Setup**
13
13
  ```bash
14
- claude-flow init --batch-init api-v1,api-v2 --template web-api --environments dev,staging
14
+ claude-flow-novice init --batch-init api-v1,api-v2 --template web-api --environments dev,staging
15
15
  ```
16
16
 
17
17
  3. **Configuration File Setup**
18
18
  ```bash
19
- claude-flow init --config examples/batch-config-enterprise.json
19
+ claude-flow-novice init --config examples/batch-config-enterprise.json
20
20
  ```
21
21
 
22
22
  ## Example Files
@@ -28,7 +28,7 @@ Basic configuration for 3 projects with web-api template across dev and staging
28
28
 
29
29
  **Usage:**
30
30
  ```bash
31
- claude-flow init --config examples/batch-config-simple.json
31
+ claude-flow-novice init --config examples/batch-config-simple.json
32
32
  ```
33
33
 
34
34
  **Creates:**
@@ -41,7 +41,7 @@ Advanced configuration with project-specific templates and customizations.
41
41
 
42
42
  **Usage:**
43
43
  ```bash
44
- claude-flow init --config examples/batch-config-advanced.json
44
+ claude-flow-novice init --config examples/batch-config-advanced.json
45
45
  ```
46
46
 
47
47
  **Creates:**
@@ -56,7 +56,7 @@ Enterprise-scale configuration with 12 projects across all environments.
56
56
 
57
57
  **Usage:**
58
58
  ```bash
59
- claude-flow init --config examples/batch-config-enterprise.json --max-concurrent 8
59
+ claude-flow-novice init --config examples/batch-config-enterprise.json --max-concurrent 8
60
60
  ```
61
61
 
62
62
  **Creates:**
@@ -101,7 +101,7 @@ deno run --allow-all tests/batch-init.test.js
101
101
  ### Small Teams (1-5 projects)
102
102
  ```bash
103
103
  # Quick setup for small team
104
- claude-flow init --batch-init api,web,mobile --template web-api --sparc
104
+ claude-flow-novice init --batch-init api,web,mobile --template web-api --sparc
105
105
  ```
106
106
 
107
107
  **Best for:**
@@ -113,7 +113,7 @@ claude-flow init --batch-init api,web,mobile --template web-api --sparc
113
113
  ### Medium Teams (5-15 projects)
114
114
  ```bash
115
115
  # Use configuration file for better organization
116
- claude-flow init --config batch-config-advanced.json --parallel
116
+ claude-flow-novice init --config batch-config-advanced.json --parallel
117
117
  ```
118
118
 
119
119
  **Best for:**
@@ -125,7 +125,7 @@ claude-flow init --config batch-config-advanced.json --parallel
125
125
  ### Enterprise (15+ projects)
126
126
  ```bash
127
127
  # Enterprise-scale with high concurrency
128
- claude-flow init --config batch-config-enterprise.json --max-concurrent 8 --parallel
128
+ claude-flow-novice init --config batch-config-enterprise.json --max-concurrent 8 --parallel
129
129
  ```
130
130
 
131
131
  **Best for:**
@@ -139,19 +139,19 @@ claude-flow init --config batch-config-enterprise.json --max-concurrent 8 --para
139
139
  ### Sequential vs Parallel Comparison
140
140
  ```bash
141
141
  # Sequential (slower but lower resource usage)
142
- claude-flow init --batch-init project1,project2,project3,project4,project5 --no-parallel
142
+ claude-flow-novice init --batch-init project1,project2,project3,project4,project5 --no-parallel
143
143
 
144
144
  # Parallel (faster with optimal concurrency)
145
- claude-flow init --batch-init project1,project2,project3,project4,project5 --parallel --max-concurrent 3
145
+ claude-flow-novice init --batch-init project1,project2,project3,project4,project5 --parallel --max-concurrent 3
146
146
  ```
147
147
 
148
148
  ### Resource Monitoring
149
149
  ```bash
150
150
  # With performance monitoring
151
- claude-flow init --config batch-config-advanced.json --verbose
151
+ claude-flow-novice init --config batch-config-advanced.json --verbose
152
152
 
153
153
  # Estimate before running
154
- claude-flow batch estimate batch-config-enterprise.json
154
+ claude-flow-novice batch estimate batch-config-enterprise.json
155
155
  ```
156
156
 
157
157
  ## Template Examples
@@ -159,37 +159,37 @@ claude-flow batch estimate batch-config-enterprise.json
159
159
  ### Web API Projects
160
160
  ```bash
161
161
  # Multiple API services
162
- claude-flow init --batch-init user-api,product-api,order-api --template web-api
162
+ claude-flow-novice init --batch-init user-api,product-api,order-api --template web-api
163
163
 
164
164
  # With different environments
165
- claude-flow init --batch-init inventory-api --template web-api --environments dev,staging,prod
165
+ claude-flow-novice init --batch-init inventory-api --template web-api --environments dev,staging,prod
166
166
  ```
167
167
 
168
168
  ### React Applications
169
169
  ```bash
170
170
  # Frontend applications
171
- claude-flow init --batch-init customer-portal,admin-panel --template react-app
171
+ claude-flow-novice init --batch-init customer-portal,admin-panel --template react-app
172
172
 
173
173
  # With SPARC for TDD
174
- claude-flow init --batch-init dashboard --template react-app --sparc
174
+ claude-flow-novice init --batch-init dashboard --template react-app --sparc
175
175
  ```
176
176
 
177
177
  ### Microservices
178
178
  ```bash
179
179
  # Containerized services
180
- claude-flow init --batch-init auth-service,payment-service,notification-service --template microservice
180
+ claude-flow-novice init --batch-init auth-service,payment-service,notification-service --template microservice
181
181
 
182
182
  # Production-ready with monitoring
183
- claude-flow init --batch-init core-services --template microservice --environments prod --sparc
183
+ claude-flow-novice init --batch-init core-services --template microservice --environments prod --sparc
184
184
  ```
185
185
 
186
186
  ### CLI Tools
187
187
  ```bash
188
188
  # Command-line utilities
189
- claude-flow init --batch-init deployment-tool,migration-tool --template cli-tool
189
+ claude-flow-novice init --batch-init deployment-tool,migration-tool --template cli-tool
190
190
 
191
191
  # Cross-platform tools
192
- claude-flow init --batch-init admin-cli --template cli-tool --environments dev
192
+ claude-flow-novice init --batch-init admin-cli --template cli-tool --environments dev
193
193
  ```
194
194
 
195
195
  ## Environment Examples
@@ -197,7 +197,7 @@ claude-flow init --batch-init admin-cli --template cli-tool --environments dev
197
197
  ### Development Setup
198
198
  ```bash
199
199
  # Development environment with debugging
200
- claude-flow init --batch-init myapp --environments dev --template web-api
200
+ claude-flow-novice init --batch-init myapp --environments dev --template web-api
201
201
  ```
202
202
 
203
203
  **Creates:**
@@ -209,7 +209,7 @@ claude-flow init --batch-init myapp --environments dev --template web-api
209
209
  ### Staging Environment
210
210
  ```bash
211
211
  # Staging environment for testing
212
- claude-flow init --batch-init myapp --environments staging --template microservice
212
+ claude-flow-novice init --batch-init myapp --environments staging --template microservice
213
213
  ```
214
214
 
215
215
  **Creates:**
@@ -221,7 +221,7 @@ claude-flow init --batch-init myapp --environments staging --template microservi
221
221
  ### Production Environment
222
222
  ```bash
223
223
  # Production environment with security
224
- claude-flow init --batch-init myapp --environments prod --template microservice
224
+ claude-flow-novice init --batch-init myapp --environments prod --template microservice
225
225
  ```
226
226
 
227
227
  **Creates:**
@@ -233,7 +233,7 @@ claude-flow init --batch-init myapp --environments prod --template microservice
233
233
  ### Multi-Environment Pipeline
234
234
  ```bash
235
235
  # Complete CI/CD pipeline
236
- claude-flow init --batch-init payment-service --environments dev,staging,prod --template microservice
236
+ claude-flow-novice init --batch-init payment-service --environments dev,staging,prod --template microservice
237
237
  ```
238
238
 
239
239
  **Creates:**
@@ -246,7 +246,7 @@ claude-flow init --batch-init payment-service --environments dev,staging,prod --
246
246
  ### With SPARC Development
247
247
  ```bash
248
248
  # SPARC-enabled batch initialization
249
- claude-flow init --batch-init project1,project2 --sparc --template web-api
249
+ claude-flow-novice init --batch-init project1,project2 --sparc --template web-api
250
250
  ```
251
251
 
252
252
  **Creates:**
@@ -271,7 +271,7 @@ cat > my-batch.json << 'EOF'
271
271
  }
272
272
  EOF
273
273
 
274
- claude-flow init --config my-batch.json
274
+ claude-flow-novice init --config my-batch.json
275
275
  ```
276
276
 
277
277
  ## Batch Manager Examples
@@ -279,25 +279,25 @@ claude-flow init --config my-batch.json
279
279
  ### Configuration Management
280
280
  ```bash
281
281
  # Create interactive configuration
282
- claude-flow batch create-config --interactive
282
+ claude-flow-novice batch create-config --interactive
283
283
 
284
284
  # Validate configuration
285
- claude-flow batch validate-config my-batch.json
285
+ claude-flow-novice batch validate-config my-batch.json
286
286
 
287
287
  # Estimate resources
288
- claude-flow batch estimate my-batch.json
288
+ claude-flow-novice batch estimate my-batch.json
289
289
  ```
290
290
 
291
291
  ### Template and Environment Discovery
292
292
  ```bash
293
293
  # List available templates
294
- claude-flow batch list-templates
294
+ claude-flow-novice batch list-templates
295
295
 
296
296
  # List available environments
297
- claude-flow batch list-environments
297
+ claude-flow-novice batch list-environments
298
298
 
299
299
  # Get help
300
- claude-flow batch help
300
+ claude-flow-novice batch help
301
301
  ```
302
302
 
303
303
  ## Troubleshooting Examples
@@ -307,37 +307,37 @@ claude-flow batch help
307
307
  #### Memory Usage Too High
308
308
  ```bash
309
309
  # Reduce concurrency
310
- claude-flow init --batch-init projects --max-concurrent 2
310
+ claude-flow-novice init --batch-init projects --max-concurrent 2
311
311
 
312
312
  # Use minimal template
313
- claude-flow init --batch-init projects --minimal
313
+ claude-flow-novice init --batch-init projects --minimal
314
314
  ```
315
315
 
316
316
  #### Slow Performance
317
317
  ```bash
318
318
  # Enable parallel processing
319
- claude-flow init --batch-init projects --parallel
319
+ claude-flow-novice init --batch-init projects --parallel
320
320
 
321
321
  # Use faster template
322
- claude-flow init --batch-init projects --template cli-tool
322
+ claude-flow-novice init --batch-init projects --template cli-tool
323
323
  ```
324
324
 
325
325
  #### Configuration Errors
326
326
  ```bash
327
327
  # Validate first
328
- claude-flow batch validate-config my-batch.json
328
+ claude-flow-novice batch validate-config my-batch.json
329
329
 
330
330
  # Use force if needed
331
- claude-flow init --config my-batch.json --force
331
+ claude-flow-novice init --config my-batch.json --force
332
332
  ```
333
333
 
334
334
  ### Debug Mode
335
335
  ```bash
336
336
  # Verbose output for debugging
337
- claude-flow init --batch-init projects --verbose
337
+ claude-flow-novice init --batch-init projects --verbose
338
338
 
339
339
  # Sequential mode for easier debugging
340
- claude-flow init --batch-init projects --no-parallel
340
+ claude-flow-novice init --batch-init projects --no-parallel
341
341
  ```
342
342
 
343
343
  ## Best Practices
@@ -345,39 +345,39 @@ claude-flow init --batch-init projects --no-parallel
345
345
  ### 1. Start Small
346
346
  ```bash
347
347
  # Test with a few projects first
348
- claude-flow init --batch-init test1,test2 --template web-api
348
+ claude-flow-novice init --batch-init test1,test2 --template web-api
349
349
  ```
350
350
 
351
351
  ### 2. Use Configuration Files
352
352
  ```bash
353
353
  # Better for complex setups
354
- claude-flow batch create-config enterprise-setup.json
354
+ claude-flow-novice batch create-config enterprise-setup.json
355
355
  # Edit the file, then:
356
- claude-flow init --config enterprise-setup.json
356
+ claude-flow-novice init --config enterprise-setup.json
357
357
  ```
358
358
 
359
359
  ### 3. Validate Before Running
360
360
  ```bash
361
361
  # Always validate configurations
362
- claude-flow batch validate-config my-batch.json
362
+ claude-flow-novice batch validate-config my-batch.json
363
363
 
364
364
  # Estimate resources
365
- claude-flow batch estimate my-batch.json
365
+ claude-flow-novice batch estimate my-batch.json
366
366
  ```
367
367
 
368
368
  ### 4. Monitor Performance
369
369
  ```bash
370
370
  # Use performance monitoring
371
- claude-flow init --config my-batch.json --verbose
371
+ claude-flow-novice init --config my-batch.json --verbose
372
372
 
373
373
  # Adjust concurrency based on system
374
- claude-flow init --config my-batch.json --max-concurrent 4
374
+ claude-flow-novice init --config my-batch.json --max-concurrent 4
375
375
  ```
376
376
 
377
377
  ### 5. Environment Consistency
378
378
  ```bash
379
379
  # Use same template across environments
380
- claude-flow init --batch-init myapp --environments dev,staging,prod --template microservice
380
+ claude-flow-novice init --batch-init myapp --environments dev,staging,prod --template microservice
381
381
  ```
382
382
 
383
383
  ## Advanced Examples
@@ -433,7 +433,7 @@ jobs:
433
433
  ## Next Steps
434
434
 
435
435
  1. **Try the Examples**: Run the provided configuration files
436
- 2. **Create Custom Configs**: Use `claude-flow batch create-config --interactive`
436
+ 2. **Create Custom Configs**: Use `claude-flow-novice batch create-config --interactive`
437
437
  3. **Scale Gradually**: Start small and increase complexity
438
438
  4. **Monitor Performance**: Use built-in monitoring features
439
439
  5. **Integrate with SPARC**: Enable SPARC for advanced development workflows
@@ -53,12 +53,12 @@ cd examples/03-demos
53
53
  For configuration examples, use them with Claude Flow commands:
54
54
  ```bash
55
55
  cd examples
56
- ../claude-flow swarm create "Your task description" --config ./01-configurations/basic/simple-config.json
56
+ ../claude-flow-novice swarm create "Your task description" --config ./01-configurations/basic/simple-config.json
57
57
  ```
58
58
 
59
59
  Or from the project root:
60
60
  ```bash
61
- ./claude-flow swarm create "Your task description" --config ./examples/01-configurations/basic/simple-config.json
61
+ ./claude-flow-novice swarm create "Your task description" --config ./examples/01-configurations/basic/simple-config.json
62
62
  ```
63
63
 
64
64
  ## Contributing