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
@@ -45,14 +45,14 @@ We'll build a comprehensive full-stack application using coordinated agent swarm
45
45
 
46
46
  ```bash
47
47
  # Initialize complexity analysis
48
- npx claude-flow hooks pre-task --description "full-stack-development"
49
- npx claude-flow hooks complexity-analyze \
48
+ npx claude-flow-novice hooks pre-task --description "full-stack-development"
49
+ npx claude-flow-novice hooks complexity-analyze \
50
50
  --files 50 \
51
51
  --features "auth,api,frontend,testing" \
52
52
  --timeline "2-weeks"
53
53
 
54
54
  # Based on analysis, system selects HIERARCHICAL topology
55
- npx claude-flow hooks topology-select --result hierarchical
55
+ npx claude-flow-novice hooks topology-select --result hierarchical
56
56
  ```
57
57
 
58
58
  ### 1.2 Multi-Level Coordination Structure
@@ -84,18 +84,18 @@ npx claude-flow hooks topology-select --result hierarchical
84
84
 
85
85
  ```bash
86
86
  # Initialize hierarchical swarm
87
- npx claude-flow swarm init --topology hierarchical --max-agents 12
87
+ npx claude-flow-novice swarm init --topology hierarchical --max-agents 12
88
88
 
89
89
  # Spawn coordinator agents
90
- npx claude-flow agent spawn --type coordinator --name "master-coord" --capabilities ["planning", "coordination", "monitoring"]
91
- npx claude-flow agent spawn --type coordinator --name "backend-lead" --capabilities ["api-design", "database", "authentication"]
92
- npx claude-flow agent spawn --type coordinator --name "frontend-lead" --capabilities ["ui-design", "components", "styling"]
93
- npx claude-flow agent spawn --type coordinator --name "test-lead" --capabilities ["testing", "automation", "quality"]
90
+ npx claude-flow-novice agent spawn --type coordinator --name "master-coord" --capabilities ["planning", "coordination", "monitoring"]
91
+ npx claude-flow-novice agent spawn --type coordinator --name "backend-lead" --capabilities ["api-design", "database", "authentication"]
92
+ npx claude-flow-novice agent spawn --type coordinator --name "frontend-lead" --capabilities ["ui-design", "components", "styling"]
93
+ npx claude-flow-novice agent spawn --type coordinator --name "test-lead" --capabilities ["testing", "automation", "quality"]
94
94
 
95
95
  # Spawn worker agents under each coordinator
96
- npx claude-flow agent spawn --type specialist --name "api-developer" --parent "backend-lead"
97
- npx claude-flow agent spawn --type specialist --name "db-architect" --parent "backend-lead"
98
- npx claude-flow agent spawn --type specialist --name "auth-specialist" --parent "backend-lead"
96
+ npx claude-flow-novice agent spawn --type specialist --name "api-developer" --parent "backend-lead"
97
+ npx claude-flow-novice agent spawn --type specialist --name "db-architect" --parent "backend-lead"
98
+ npx claude-flow-novice agent spawn --type specialist --name "auth-specialist" --parent "backend-lead"
99
99
  ```
100
100
 
101
101
  ## Part 2: Adaptive Coordination Patterns
@@ -122,13 +122,13 @@ npx claude-flow agent spawn --type specialist --name "auth-specialist" --parent
122
122
 
123
123
  ```bash
124
124
  # Monitor performance metrics
125
- npx claude-flow hooks agent-monitor \
125
+ npx claude-flow-novice hooks agent-monitor \
126
126
  --metrics "cpu,memory,queue-length" \
127
127
  --threshold cpu:80,memory:90,queue:10 \
128
128
  --interval 5s
129
129
 
130
130
  # Trigger adaptive coordination when thresholds exceeded
131
- npx claude-flow hooks coordination-adapt \
131
+ npx claude-flow-novice hooks coordination-adapt \
132
132
  --strategy load-balance \
133
133
  --target-topology mesh \
134
134
  --migration-strategy gradual
@@ -204,14 +204,14 @@ npx claude-flow hooks coordination-adapt \
204
204
 
205
205
  ```bash
206
206
  # Configure circuit breaker for agent communication
207
- npx claude-flow hooks circuit-breaker-config \
207
+ npx claude-flow-novice hooks circuit-breaker-config \
208
208
  --failure-threshold 5 \
209
209
  --timeout 30s \
210
210
  --retry-attempts 3 \
211
211
  --backoff exponential
212
212
 
213
213
  # Monitor circuit breaker status
214
- npx claude-flow hooks circuit-breaker-status --agent-id all
214
+ npx claude-flow-novice hooks circuit-breaker-status --agent-id all
215
215
  ```
216
216
 
217
217
  ### 3.2 Message Retry and Dead Letter Queue
@@ -255,14 +255,14 @@ npx claude-flow hooks circuit-breaker-status --agent-id all
255
255
 
256
256
  ```bash
257
257
  # Configure message retry policy
258
- npx claude-flow hooks message-retry-config \
258
+ npx claude-flow-novice hooks message-retry-config \
259
259
  --max-attempts 3 \
260
260
  --backoff-strategy exponential \
261
261
  --initial-delay 1s \
262
262
  --max-delay 30s
263
263
 
264
264
  # Setup dead letter queue for failed messages
265
- npx claude-flow hooks dlq-setup \
265
+ npx claude-flow-novice hooks dlq-setup \
266
266
  --queue-name "failed-tasks" \
267
267
  --retention-period 7d \
268
268
  --alert-threshold 10
@@ -299,14 +299,14 @@ npx claude-flow hooks dlq-setup \
299
299
 
300
300
  ```bash
301
301
  # Initialize consensus group for critical decisions
302
- npx claude-flow hooks consensus-init \
302
+ npx claude-flow-novice hooks consensus-init \
303
303
  --group "deployment-committee" \
304
304
  --members "security-agent,performance-agent,quality-agent" \
305
305
  --threshold 0.67 \
306
306
  --timeout 60s
307
307
 
308
308
  # Propose critical decision for consensus
309
- npx claude-flow hooks consensus-propose \
309
+ npx claude-flow-novice hooks consensus-propose \
310
310
  --group "deployment-committee" \
311
311
  --proposal "deploy-to-production" \
312
312
  --data '{"version": "1.2.0", "tests_passed": true, "security_scan": "clean"}'
@@ -401,14 +401,14 @@ npx claude-flow hooks consensus-propose \
401
401
 
402
402
  ```bash
403
403
  # Start real-time monitoring
404
- npx claude-flow hooks monitor-start \
404
+ npx claude-flow-novice hooks monitor-start \
405
405
  --dashboard true \
406
406
  --metrics "throughput,latency,errors,resource-usage" \
407
407
  --update-interval 1s \
408
408
  --export-format prometheus
409
409
 
410
410
  # Set up alerting
411
- npx claude-flow hooks alerts-config \
411
+ npx claude-flow-novice hooks alerts-config \
412
412
  --error-rate-threshold 5% \
413
413
  --latency-threshold 1000ms \
414
414
  --resource-threshold 90% \
@@ -456,72 +456,72 @@ Let's implement a complete e-commerce platform using advanced swarm orchestratio
456
456
  # Advanced Swarm Orchestration Demo
457
457
 
458
458
  # Step 1: Initialize project with complexity analysis
459
- npx claude-flow hooks pre-task --description "e-commerce-platform-development"
460
- npx claude-flow hooks complexity-analyze \
459
+ npx claude-flow-novice hooks pre-task --description "e-commerce-platform-development"
460
+ npx claude-flow-novice hooks complexity-analyze \
461
461
  --features "user-auth,product-catalog,shopping-cart,payment,admin-panel" \
462
462
  --estimated-files 75 \
463
463
  --timeline "3-weeks" \
464
464
  --team-size 8
465
465
 
466
466
  # Step 2: Initialize hierarchical swarm based on complexity
467
- npx claude-flow swarm init \
467
+ npx claude-flow-novice swarm init \
468
468
  --topology hierarchical \
469
469
  --max-agents 8 \
470
470
  --strategy adaptive
471
471
 
472
472
  # Step 3: Spawn coordinating agents
473
- npx claude-flow agent spawn --type coordinator --name "project-manager" \
473
+ npx claude-flow-novice agent spawn --type coordinator --name "project-manager" \
474
474
  --capabilities '["planning", "coordination", "risk-management"]'
475
475
 
476
- npx claude-flow agent spawn --type coordinator --name "backend-lead" \
476
+ npx claude-flow-novice agent spawn --type coordinator --name "backend-lead" \
477
477
  --capabilities '["api-design", "database", "security"]' \
478
478
  --parent "project-manager"
479
479
 
480
- npx claude-flow agent spawn --type coordinator --name "frontend-lead" \
480
+ npx claude-flow-novice agent spawn --type coordinator --name "frontend-lead" \
481
481
  --capabilities '["ui-ux", "components", "state-management"]' \
482
482
  --parent "project-manager"
483
483
 
484
484
  # Step 4: Spawn specialist workers
485
- npx claude-flow agent spawn --type specialist --name "auth-specialist" \
485
+ npx claude-flow-novice agent spawn --type specialist --name "auth-specialist" \
486
486
  --capabilities '["authentication", "authorization", "jwt"]' \
487
487
  --parent "backend-lead"
488
488
 
489
- npx claude-flow agent spawn --type specialist --name "api-developer" \
489
+ npx claude-flow-novice agent spawn --type specialist --name "api-developer" \
490
490
  --capabilities '["rest-api", "graphql", "microservices"]' \
491
491
  --parent "backend-lead"
492
492
 
493
- npx claude-flow agent spawn --type specialist --name "db-architect" \
493
+ npx claude-flow-novice agent spawn --type specialist --name "db-architect" \
494
494
  --capabilities '["postgresql", "redis", "data-modeling"]' \
495
495
  --parent "backend-lead"
496
496
 
497
- npx claude-flow agent spawn --type specialist --name "react-developer" \
497
+ npx claude-flow-novice agent spawn --type specialist --name "react-developer" \
498
498
  --capabilities '["react", "redux", "typescript"]' \
499
499
  --parent "frontend-lead"
500
500
 
501
- npx claude-flow agent spawn --type specialist --name "ui-designer" \
501
+ npx claude-flow-novice agent spawn --type specialist --name "ui-designer" \
502
502
  --capabilities '["tailwind", "responsive", "accessibility"]' \
503
503
  --parent "frontend-lead"
504
504
 
505
505
  # Step 5: Configure fault tolerance
506
- npx claude-flow hooks circuit-breaker-config \
506
+ npx claude-flow-novice hooks circuit-breaker-config \
507
507
  --failure-threshold 3 \
508
508
  --timeout 30s \
509
509
  --retry-attempts 3
510
510
 
511
511
  # Step 6: Setup consensus for critical decisions
512
- npx claude-flow hooks consensus-init \
512
+ npx claude-flow-novice hooks consensus-init \
513
513
  --group "architecture-committee" \
514
514
  --members "project-manager,backend-lead,frontend-lead" \
515
515
  --threshold 0.67
516
516
 
517
517
  # Step 7: Start monitoring
518
- npx claude-flow hooks monitor-start \
518
+ npx claude-flow-novice hooks monitor-start \
519
519
  --dashboard true \
520
520
  --metrics all \
521
521
  --alerts true
522
522
 
523
523
  # Step 8: Execute coordinated development
524
- npx claude-flow task orchestrate \
524
+ npx claude-flow-novice task orchestrate \
525
525
  --task "Build complete e-commerce platform with user authentication, product catalog, shopping cart, and payment processing" \
526
526
  --strategy adaptive \
527
527
  --priority high \
@@ -565,14 +565,14 @@ npx claude-flow task orchestrate \
565
565
 
566
566
  ```bash
567
567
  # Monitor resource utilization and adapt automatically
568
- npx claude-flow hooks resource-monitor \
568
+ npx claude-flow-novice hooks resource-monitor \
569
569
  --auto-scale true \
570
570
  --cpu-threshold 80% \
571
571
  --memory-threshold 85% \
572
572
  --scale-factor 1.5
573
573
 
574
574
  # Optimize based on historical patterns
575
- npx claude-flow hooks pattern-optimize \
575
+ npx claude-flow-novice hooks pattern-optimize \
576
576
  --learning-window 7d \
577
577
  --optimization-target "response-time" \
578
578
  --constraints "cost<1000,reliability>99%"
@@ -582,14 +582,14 @@ npx claude-flow hooks pattern-optimize \
582
582
 
583
583
  ```bash
584
584
  # Setup multi-level caching for coordination data
585
- npx claude-flow hooks cache-config \
585
+ npx claude-flow-novice hooks cache-config \
586
586
  --levels "memory,redis,disk" \
587
587
  --ttl-memory 300s \
588
588
  --ttl-redis 3600s \
589
589
  --ttl-disk 86400s
590
590
 
591
591
  # Configure cache invalidation patterns
592
- npx claude-flow hooks cache-invalidation \
592
+ npx claude-flow-novice hooks cache-invalidation \
593
593
  --strategy "write-through" \
594
594
  --events "agent-update,task-complete,topology-change"
595
595
  ```
@@ -27,12 +27,12 @@ The foundation of Claude Flow's performance gains comes from parallel execution:
27
27
 
28
28
  ```bash
29
29
  # ❌ WRONG: Sequential execution
30
- npx claude-flow sparc run spec-pseudocode "Feature A"
31
- npx claude-flow sparc run spec-pseudocode "Feature B"
32
- npx claude-flow sparc run spec-pseudocode "Feature C"
30
+ npx claude-flow-novice sparc run spec-pseudocode "Feature A"
31
+ npx claude-flow-novice sparc run spec-pseudocode "Feature B"
32
+ npx claude-flow-novice sparc run spec-pseudocode "Feature C"
33
33
 
34
34
  # ✅ CORRECT: Parallel execution
35
- npx claude-flow sparc batch spec-pseudocode,architect,refactor "Feature A,Feature B,Feature C"
35
+ npx claude-flow-novice sparc batch spec-pseudocode,architect,refactor "Feature A,Feature B,Feature C"
36
36
  ```
37
37
 
38
38
  ### Performance Impact Visualization
@@ -61,13 +61,13 @@ Result: 3.7x performance improvement
61
61
 
62
62
  ```bash
63
63
  # Token-efficient batch operations
64
- npx claude-flow sparc pipeline "Full-stack application with authentication, testing, and deployment"
64
+ npx claude-flow-novice sparc pipeline "Full-stack application with authentication, testing, and deployment"
65
65
 
66
66
  # vs individual requests that consume 32.3% more tokens
67
- npx claude-flow sparc run architect "Authentication system"
68
- npx claude-flow sparc run coder "Login implementation"
69
- npx claude-flow sparc run tester "Authentication tests"
70
- npx claude-flow sparc run documenter "API documentation"
67
+ npx claude-flow-novice sparc run architect "Authentication system"
68
+ npx claude-flow-novice sparc run coder "Login implementation"
69
+ npx claude-flow-novice sparc run tester "Authentication tests"
70
+ npx claude-flow-novice sparc run documenter "API documentation"
71
71
  ```
72
72
 
73
73
  ### Token Usage Comparison
@@ -93,13 +93,13 @@ Total: 113,580 tokens (32.3% reduction = 54,190 tokens saved)
93
93
 
94
94
  ```bash
95
95
  # Initialize optimal topology for your workload
96
- npx claude-flow mcp swarm_init --topology mesh --max-agents 8
96
+ npx claude-flow-novice mcp swarm_init --topology mesh --max-agents 8
97
97
 
98
98
  # Spawn specialized agents in parallel
99
- npx claude-flow mcp agent_spawn --type researcher &
100
- npx claude-flow mcp agent_spawn --type coder &
101
- npx claude-flow mcp agent_spawn --type tester &
102
- npx claude-flow mcp agent_spawn --type reviewer &
99
+ npx claude-flow-novice mcp agent_spawn --type researcher &
100
+ npx claude-flow-novice mcp agent_spawn --type coder &
101
+ npx claude-flow-novice mcp agent_spawn --type tester &
102
+ npx claude-flow-novice mcp agent_spawn --type reviewer &
103
103
  wait
104
104
  ```
105
105
 
@@ -124,11 +124,11 @@ Target: <50ms for all operations
124
124
 
125
125
  ```bash
126
126
  # Efficient memory usage
127
- npx claude-flow mcp memory_usage --action store --key "project_context" --value "$(cat context.json)"
128
- npx claude-flow mcp memory_usage --action store --key "api_specs" --value "$(cat api-specs.json)"
127
+ npx claude-flow-novice mcp memory_usage --action store --key "project_context" --value "$(cat context.json)"
128
+ npx claude-flow-novice mcp memory_usage --action store --key "api_specs" --value "$(cat api-specs.json)"
129
129
 
130
130
  # Retrieve shared context efficiently
131
- npx claude-flow mcp memory_search --pattern "project_*" --limit 10
131
+ npx claude-flow-novice mcp memory_search --pattern "project_*" --limit 10
132
132
  ```
133
133
 
134
134
  ### Resource Utilization Chart
@@ -180,13 +180,13 @@ Efficiency Rating: 94.2% linear scaling maintained
180
180
 
181
181
  ```bash
182
182
  # Auto-scale based on workload
183
- npx claude-flow mcp swarm_scale --target-size 16 --strategy adaptive
183
+ npx claude-flow-novice mcp swarm_scale --target-size 16 --strategy adaptive
184
184
 
185
185
  # Load balance across agents
186
- npx claude-flow mcp load_balance --tasks "$(cat task-queue.json)"
186
+ npx claude-flow-novice mcp load_balance --tasks "$(cat task-queue.json)"
187
187
 
188
188
  # Monitor scaling performance
189
- npx claude-flow mcp swarm_monitor --interval 5 --duration 60
189
+ npx claude-flow-novice mcp swarm_monitor --interval 5 --duration 60
190
190
  ```
191
191
 
192
192
  ## 6. Performance Monitoring and Measurement
@@ -195,13 +195,13 @@ npx claude-flow mcp swarm_monitor --interval 5 --duration 60
195
195
 
196
196
  ```bash
197
197
  # Performance monitoring setup
198
- npx claude-flow mcp performance_report --format detailed --timeframe 24h
198
+ npx claude-flow-novice mcp performance_report --format detailed --timeframe 24h
199
199
 
200
200
  # Bottleneck analysis
201
- npx claude-flow mcp bottleneck_analyze --component swarm --metrics cpu,memory,network
201
+ npx claude-flow-novice mcp bottleneck_analyze --component swarm --metrics cpu,memory,network
202
202
 
203
203
  # Token usage analysis
204
- npx claude-flow mcp token_usage --operation batch --timeframe 7d
204
+ npx claude-flow-novice mcp token_usage --operation batch --timeframe 7d
205
205
  ```
206
206
 
207
207
  ### Performance Dashboard
@@ -228,7 +228,7 @@ Last Month |██████████████████████
228
228
 
229
229
  ```bash
230
230
  # Full-stack web app with maximum performance
231
- npx claude-flow sparc pipeline "React frontend with Node.js backend, PostgreSQL database, JWT authentication, comprehensive testing, Docker deployment"
231
+ npx claude-flow-novice sparc pipeline "React frontend with Node.js backend, PostgreSQL database, JWT authentication, comprehensive testing, Docker deployment"
232
232
 
233
233
  # Performance impact:
234
234
  # - Development time: 4.2x faster
@@ -240,7 +240,7 @@ npx claude-flow sparc pipeline "React frontend with Node.js backend, PostgreSQL
240
240
 
241
241
  ```bash
242
242
  # High-performance API development
243
- npx claude-flow sparc batch architect,coder,tester,documenter "RESTful API with authentication, rate limiting, caching, monitoring"
243
+ npx claude-flow-novice sparc batch architect,coder,tester,documenter "RESTful API with authentication, rate limiting, caching, monitoring"
244
244
 
245
245
  # Optimization results:
246
246
  # - Endpoint creation: 4.1x faster
@@ -252,7 +252,7 @@ npx claude-flow sparc batch architect,coder,tester,documenter "RESTful API with
252
252
 
253
253
  ```bash
254
254
  # Efficient data pipeline creation
255
- npx claude-flow sparc concurrent data-pipeline "ETL pipeline,Data validation,Visualization dashboard,Performance monitoring"
255
+ npx claude-flow-novice sparc concurrent data-pipeline "ETL pipeline,Data validation,Visualization dashboard,Performance monitoring"
256
256
 
257
257
  # Performance gains:
258
258
  # - Pipeline setup: 3.7x faster
@@ -266,17 +266,17 @@ npx claude-flow sparc concurrent data-pipeline "ETL pipeline,Data validation,Vis
266
266
 
267
267
  ```bash
268
268
  # Enable neural learning for pattern optimization
269
- npx claude-flow mcp neural_train --pattern_type optimization --training_data "$(cat performance-logs.json)"
269
+ npx claude-flow-novice mcp neural_train --pattern_type optimization --training_data "$(cat performance-logs.json)"
270
270
 
271
271
  # Analyze cognitive patterns
272
- npx claude-flow mcp neural_patterns --action analyze --operation "parallel_execution"
272
+ npx claude-flow-novice mcp neural_patterns --action analyze --operation "parallel_execution"
273
273
  ```
274
274
 
275
275
  ### Predictive Optimization
276
276
 
277
277
  ```bash
278
278
  # Predictive performance optimization
279
- npx claude-flow mcp neural_predict --input "project_complexity: high, team_size: 5" --model-id performance-predictor
279
+ npx claude-flow-novice mcp neural_predict --input "project_complexity: high, team_size: 5" --model-id performance-predictor
280
280
 
281
281
  # Expected output: Recommended agent count, topology, and resource allocation
282
282
  ```
@@ -303,13 +303,13 @@ Success rate: 96.4%
303
303
 
304
304
  ```bash
305
305
  # Comprehensive performance diagnosis
306
- npx claude-flow mcp health_check --components all
306
+ npx claude-flow-novice mcp health_check --components all
307
307
 
308
308
  # Error pattern analysis
309
- npx claude-flow mcp error_analysis --logs "$(cat error-logs.json)"
309
+ npx claude-flow-novice mcp error_analysis --logs "$(cat error-logs.json)"
310
310
 
311
311
  # Quality assessment
312
- npx claude-flow mcp quality_assess --target current-project --criteria performance,efficiency,scalability
312
+ npx claude-flow-novice mcp quality_assess --target current-project --criteria performance,efficiency,scalability
313
313
  ```
314
314
 
315
315
  ## 10. Performance Best Practices
@@ -339,13 +339,13 @@ npx claude-flow mcp quality_assess --target current-project --criteria performan
339
339
 
340
340
  ```bash
341
341
  # Step 1: Initialize optimized environment
342
- npx claude-flow mcp swarm_init --topology mesh --max-agents 12 --strategy adaptive
342
+ npx claude-flow-novice mcp swarm_init --topology mesh --max-agents 12 --strategy adaptive
343
343
 
344
344
  # Step 2: Execute parallel development pipeline
345
- npx claude-flow sparc pipeline "E-commerce platform with user authentication, product catalog, shopping cart, payment processing, order management, admin dashboard, mobile API, comprehensive testing, CI/CD pipeline, monitoring, and documentation"
345
+ npx claude-flow-novice sparc pipeline "E-commerce platform with user authentication, product catalog, shopping cart, payment processing, order management, admin dashboard, mobile API, comprehensive testing, CI/CD pipeline, monitoring, and documentation"
346
346
 
347
347
  # Step 3: Monitor performance
348
- npx claude-flow mcp performance_report --format detailed
348
+ npx claude-flow-novice mcp performance_report --format detailed
349
349
 
350
350
  # Expected results:
351
351
  # - Development time: <4 hours (vs 16+ hours traditional)
@@ -39,10 +39,10 @@ This assessment framework helps you:
39
39
 
40
40
  **Question 1 (2 points): Basic Commands**
41
41
  Which command initializes a new Claude Flow project?
42
- - a) `npx claude-flow create`
42
+ - a) `npx claude-flow-novice create`
43
43
  - b) `npx claude-flow@latest init`
44
- - c) `npx claude-flow new-project`
45
- - d) `npx claude-flow setup`
44
+ - c) `npx claude-flow-novice new-project`
45
+ - d) `npx claude-flow-novice setup`
46
46
 
47
47
  **Question 2 (2 points): Agent Types**
48
48
  What are the main types of agents in Claude Flow?
@@ -93,7 +93,7 @@ Practice Projects: Enterprise integration, Autonomous development system
93
93
  Custom Agent Development & Research
94
94
  ├── ⭐⭐⭐⭐⭐ Develop custom agent types
95
95
  ├── ⭐⭐⭐⭐⭐ Research novel coordination patterns
96
- ├── ⭐⭐⭐⭐⭐ Contribute to claude-flow ecosystem
96
+ ├── ⭐⭐⭐⭐⭐ Contribute to claude-flow-novice ecosystem
97
97
  ├── ⭐⭐⭐⭐⭐ Train and mentor others
98
98
  └── ⭐⭐⭐⭐⭐ Lead industry innovation
99
99
 
@@ -65,7 +65,7 @@ npx --version
65
65
  npm install -g claude-flow@latest
66
66
 
67
67
  # Then use without npx
68
- claude-flow --version
68
+ claude-flow-novice --version
69
69
  ```
70
70
 
71
71
  **Option 3: Use Alternative Method**
@@ -688,7 +688,7 @@ npm cache clean --force
688
688
  npm install -g claude-flow@latest
689
689
 
690
690
  # Verify installation
691
- claude-flow --version
691
+ claude-flow-novice --version
692
692
  ```
693
693
 
694
694
  **Alternative Installation Methods:**
@@ -703,7 +703,7 @@ docker run -it --rm claude-flow/cli:latest
703
703
  # Download and run manually
704
704
  curl -O https://releases.claude-flow.dev/latest/claude-flow.tar.gz
705
705
  tar -xzf claude-flow.tar.gz
706
- ./claude-flow/bin/claude-flow --version
706
+ ./claude-flow/bin/claude-flow-novice --version
707
707
  ```
708
708
 
709
709
  Remember: Most setup issues are related to Node.js version, permissions, or network connectivity. Start with the basics and work your way up to more complex solutions.
@@ -1,10 +1,10 @@
1
1
  # Video Tutorial Framework
2
2
 
3
- **Complete guide to creating, producing, and distributing high-quality video tutorials for the claude-flow community.**
3
+ **Complete guide to creating, producing, and distributing high-quality video tutorials for the claude-flow-novice community.**
4
4
 
5
5
  ## 🎥 Framework Overview
6
6
 
7
- This comprehensive framework enables community members to create professional video tutorials that help users learn claude-flow effectively. From planning to distribution, every aspect is covered to ensure consistent, accessible, and high-quality content.
7
+ This comprehensive framework enables community members to create professional video tutorials that help users learn claude-flow-novice effectively. From planning to distribution, every aspect is covered to ensure consistent, accessible, and high-quality content.
8
8
 
9
9
  ## 📋 Quick Navigation
10
10
 
@@ -89,7 +89,7 @@ This comprehensive framework enables community members to create professional vi
89
89
 
90
90
  ### Content Freshness
91
91
  - **Update Frequency**: Major tutorials reviewed every 6 months
92
- - **Version Alignment**: Always match current claude-flow version
92
+ - **Version Alignment**: Always match current claude-flow-novice version
93
93
  - **Link Validation**: All external links checked monthly
94
94
  - **Community Requests**: New tutorials based on user needs
95
95
 
@@ -115,7 +115,7 @@ Accessible video content ensures that all learners can effectively engage with t
115
115
  WEBVTT
116
116
 
117
117
  00:00:00.000 --> 00:00:03.500
118
- Welcome to claude-flow tutorial series.
118
+ Welcome to claude-flow-novice tutorial series.
119
119
 
120
120
  00:00:03.500 --> 00:00:07.200
121
121
  Today we'll learn how to set up
@@ -243,7 +243,7 @@ const getCaptions = async (jobId) => {
243
243
  Narrator: "The instructor opens a terminal window with a black background."
244
244
  [Pause for typing sounds]
245
245
  Narrator: "A command prompt appears with a dollar sign."
246
- Instructor: "Now let's install claude-flow by typing npm install..."
246
+ Instructor: "Now let's install claude-flow-novice by typing npm install..."
247
247
  Narrator: "Green text appears showing successful installation."
248
248
  ```
249
249
 
@@ -651,7 +651,7 @@ document.querySelectorAll('video').forEach(video => {
651
651
  </video>
652
652
 
653
653
  <div id="video-description" class="sr-only">
654
- Tutorial video: Setting up claude-flow development environment.
654
+ Tutorial video: Setting up claude-flow-novice development environment.
655
655
  Use space to play/pause, arrow keys to seek and adjust volume,
656
656
  M to mute, F for fullscreen, C for captions.
657
657
  </div>
@@ -805,7 +805,7 @@ document.querySelectorAll('video').forEach(video => {
805
805
  <div class="transcript" role="document">
806
806
  <p>
807
807
  <span class="timestamp" aria-label="0 minutes 0 seconds">[00:00]</span>
808
- Welcome to the claude-flow tutorial series.
808
+ Welcome to the claude-flow-novice tutorial series.
809
809
  I'm your instructor, and today we'll set up your development environment.
810
810
  </p>
811
811
  <p>
@@ -1175,7 +1175,7 @@ class CommunityAnalytics {
1175
1175
  - Focus on community needs and priorities
1176
1176
 
1177
1177
  **Subject Matter Experts (30%):**
1178
- - Technical leaders in claude-flow ecosystem
1178
+ - Technical leaders in claude-flow-novice ecosystem
1179
1179
  - Industry professionals and educators
1180
1180
  - Appointed based on expertise and contribution
1181
1181
  - 18-month terms with renewal option
@@ -82,7 +82,7 @@ class ContentTaxonomyManager {
82
82
  options: ['beginner', 'intermediate', 'advanced', 'expert'],
83
83
  metadata: {
84
84
  beginner: { description: 'No prior experience required', estimated_time: '5-15 min' },
85
- intermediate: { description: 'Basic claude-flow knowledge needed', estimated_time: '15-30 min' },
85
+ intermediate: { description: 'Basic claude-flow-novice knowledge needed', estimated_time: '15-30 min' },
86
86
  advanced: { description: 'Solid understanding required', estimated_time: '30-60 min' },
87
87
  expert: { description: 'Deep expertise assumed', estimated_time: '60+ min' }
88
88
  }
@@ -263,7 +263,7 @@ class LearningPathManager {
263
263
  constructor() {
264
264
  this.skillLevels = {
265
265
  novice: {
266
- description: "New to claude-flow and related concepts",
266
+ description: "New to claude-flow-novice and related concepts",
267
267
  characteristics: [
268
268
  "Needs guided step-by-step instructions",
269
269
  "Benefits from conceptual overviews",
@@ -418,17 +418,17 @@ const exampleLearningPaths = {
418
418
  "complete-beginner": {
419
419
  name: "Claude Flow Complete Beginner",
420
420
  description: "Comprehensive introduction for developers new to claude-flow",
421
- target_audience: "Developers with no claude-flow experience",
421
+ target_audience: "Developers with no claude-flow-novice experience",
422
422
  estimated_duration: "4-6 weeks",
423
423
  skill_progression: ["novice", "beginner"],
424
424
  modules: [
425
425
  {
426
426
  title: "Introduction and Setup",
427
- description: "Get claude-flow installed and configured",
427
+ description: "Get claude-flow-novice installed and configured",
428
428
  estimated_duration: "1 week",
429
429
  difficulty: "novice",
430
430
  learning_objectives: [
431
- "Install claude-flow on your system",
431
+ "Install claude-flow-novice on your system",
432
432
  "Understand basic architecture",
433
433
  "Complete first agent execution"
434
434
  ],
@@ -49,9 +49,9 @@ Interactive video content transforms passive viewing into active learning experi
49
49
  "description": "Follow along to set up your development environment",
50
50
  "steps": [
51
51
  {
52
- "instruction": "Install claude-flow globally",
52
+ "instruction": "Install claude-flow-novice globally",
53
53
  "command": "npm install -g claude-flow@alpha",
54
- "validation": "claude-flow --version",
54
+ "validation": "claude-flow-novice --version",
55
55
  "expected": "^2\\.[0-9]+\\.[0-9]+",
56
56
  "hint": "Make sure Node.js 18+ is installed first"
57
57
  }
@@ -122,7 +122,7 @@ const chapterData = [
122
122
  startTime: 120,
123
123
  endTime: 300,
124
124
  title: "Installation and Setup",
125
- description: "Getting claude-flow ready for development",
125
+ description: "Getting claude-flow-novice ready for development",
126
126
  thumbnail: "setup-thumb.jpg"
127
127
  }
128
128
  ];
@@ -206,7 +206,7 @@ class AdaptiveTutorial {
206
206
  const achievements = {
207
207
  'first-agent': {
208
208
  title: 'Agent Spawner',
209
- description: 'Successfully spawn your first claude-flow agent',
209
+ description: 'Successfully spawn your first claude-flow-novice agent',
210
210
  icon: 'agent-badge.svg',
211
211
  points: 100
212
212
  },
@@ -733,7 +733,7 @@ const InteractiveElement = () => {
733
733
  </label>
734
734
  <label>
735
735
  <input type="radio" name="answer" value="1" />
736
- <span>npx claude-flow install</span>
736
+ <span>npx claude-flow-novice install</span>
737
737
  </label>
738
738
  </div>
739
739
  </fieldset>