claude-flow-novice 1.3.2 → 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 +88 -0
  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 +58 -0
  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
@@ -24,13 +24,13 @@ Claude Flow uses a progressive disclosure system that grows with your expertise:
24
24
  ```bash
25
25
  # Install and setup
26
26
  npm install -g claude-flow@alpha
27
- claude mcp add claude-flow npx claude-flow@alpha mcp start
27
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
28
28
 
29
29
  # Your first command
30
- claude-flow help
30
+ claude-flow-novice help
31
31
 
32
32
  # Check your status
33
- claude-flow status
33
+ claude-flow-novice status
34
34
  ```
35
35
 
36
36
  **Goal**: Understand the basic interface
@@ -39,13 +39,13 @@ claude-flow status
39
39
  #### Day 2: First Project
40
40
  ```bash
41
41
  # Initialize your first project
42
- claude-flow init
42
+ claude-flow-novice init
43
43
 
44
44
  # Build something simple
45
- claude-flow build "create a hello world function"
45
+ claude-flow-novice build "create a hello world function"
46
46
 
47
47
  # Check what happened
48
- claude-flow status --detailed
48
+ claude-flow-novice status --detailed
49
49
  ```
50
50
 
51
51
  **Goal**: Successfully complete project initialization
@@ -54,9 +54,9 @@ claude-flow status --detailed
54
54
  #### Day 3: Natural Language Practice
55
55
  ```bash
56
56
  # Try different descriptions
57
- claude-flow build "add a simple form with validation"
58
- claude-flow build "create a responsive navigation bar"
59
- claude-flow build "implement error handling"
57
+ claude-flow-novice build "add a simple form with validation"
58
+ claude-flow-novice build "create a responsive navigation bar"
59
+ claude-flow-novice build "implement error handling"
60
60
  ```
61
61
 
62
62
  **Goal**: Learn effective natural language patterns
@@ -65,9 +65,9 @@ claude-flow build "implement error handling"
65
65
  #### Day 4: Help System Mastery
66
66
  ```bash
67
67
  # Explore help system
68
- claude-flow help build --examples
69
- claude-flow help --interactive
70
- claude-flow help --search "authentication"
68
+ claude-flow-novice help build --examples
69
+ claude-flow-novice help --interactive
70
+ claude-flow-novice help --search "authentication"
71
71
  ```
72
72
 
73
73
  **Goal**: Become proficient with help system
@@ -76,9 +76,9 @@ claude-flow help --search "authentication"
76
76
  #### Day 5: Learning Dashboard
77
77
  ```bash
78
78
  # Check your progress
79
- claude-flow learn
80
- claude-flow learn --progress
81
- claude-flow status
79
+ claude-flow-novice learn
80
+ claude-flow-novice learn --progress
81
+ claude-flow-novice status
82
82
  ```
83
83
 
84
84
  **Goal**: Understand progression system
@@ -89,9 +89,9 @@ claude-flow status
89
89
  #### Project Diversity
90
90
  ```bash
91
91
  # Try different project types
92
- claude-flow init "web application"
93
- claude-flow init "REST API server"
94
- claude-flow init "mobile app"
92
+ claude-flow-novice init "web application"
93
+ claude-flow-novice init "REST API server"
94
+ claude-flow-novice init "mobile app"
95
95
  ```
96
96
 
97
97
  **Practice Goal**: Experience with different domains
@@ -99,13 +99,13 @@ claude-flow init "mobile app"
99
99
  #### Feature Complexity
100
100
  ```bash
101
101
  # Start simple
102
- claude-flow build "add a contact form"
102
+ claude-flow-novice build "add a contact form"
103
103
 
104
104
  # Increase complexity
105
- claude-flow build "user authentication with password reset"
105
+ claude-flow-novice build "user authentication with password reset"
106
106
 
107
107
  # Multi-step features
108
- claude-flow build "complete user management system"
108
+ claude-flow-novice build "complete user management system"
109
109
  ```
110
110
 
111
111
  **Practice Goal**: Handle increasingly complex requests
@@ -113,9 +113,9 @@ claude-flow build "complete user management system"
113
113
  #### Problem Solving
114
114
  ```bash
115
115
  # When things go wrong
116
- claude-flow help --troubleshoot
117
- claude-flow status --errors-only
118
- claude-flow review --fix
116
+ claude-flow-novice help --troubleshoot
117
+ claude-flow-novice status --errors-only
118
+ claude-flow-novice review --fix
119
119
  ```
120
120
 
121
121
  **Practice Goal**: Independent problem resolution
@@ -131,7 +131,7 @@ You're ready for Intermediate tier when:
131
131
 
132
132
  **Check Your Progress:**
133
133
  ```bash
134
- claude-flow learn --progress --detailed
134
+ claude-flow-novice learn --progress --detailed
135
135
  ```
136
136
 
137
137
  ---
@@ -145,25 +145,25 @@ The system will automatically upgrade you when ready:
145
145
 
146
146
  ```bash
147
147
  # Check progress
148
- claude-flow status
148
+ claude-flow-novice status
149
149
 
150
150
  # Output will show:
151
151
  # 🎉 Congratulations! You've been upgraded from novice to intermediate!
152
152
  # You now have access to 15 commands.
153
- # Run 'claude-flow help --new-features' to see what's new.
153
+ # Run 'claude-flow-novice help --new-features' to see what's new.
154
154
  ```
155
155
 
156
156
  #### Exploring New Commands
157
157
  ```bash
158
158
  # See what's new
159
- claude-flow help --new-features
159
+ claude-flow-novice help --new-features
160
160
 
161
161
  # List all available commands
162
- claude-flow help
162
+ claude-flow-novice help
163
163
 
164
164
  # Try new commands
165
- claude-flow agents list
166
- claude-flow test --generate
165
+ claude-flow-novice agents list
166
+ claude-flow-novice test --generate
167
167
  ```
168
168
 
169
169
  ### Direct Agent Management (Weeks 5-6)
@@ -171,33 +171,33 @@ claude-flow test --generate
171
171
  #### Understanding Agents
172
172
  ```bash
173
173
  # Learn about agents
174
- claude-flow learn agents --interactive
174
+ claude-flow-novice learn agents --interactive
175
175
 
176
176
  # See available agents
177
- claude-flow agents list
177
+ claude-flow-novice agents list
178
178
 
179
179
  # Spawn your first agent
180
- claude-flow agents spawn coder
180
+ claude-flow-novice agents spawn coder
181
181
  ```
182
182
 
183
183
  #### Agent Coordination
184
184
  ```bash
185
185
  # Multiple agents for complex tasks
186
- claude-flow agents spawn researcher --task "analyze requirements"
187
- claude-flow agents spawn coder --task "implement feature"
188
- claude-flow agents spawn tester --task "create tests"
186
+ claude-flow-novice agents spawn researcher --task "analyze requirements"
187
+ claude-flow-novice agents spawn coder --task "implement feature"
188
+ claude-flow-novice agents spawn tester --task "create tests"
189
189
 
190
190
  # Monitor their work
191
- claude-flow agents status --watch
191
+ claude-flow-novice agents status --watch
192
192
  ```
193
193
 
194
194
  #### Performance Monitoring
195
195
  ```bash
196
196
  # Track agent performance
197
- claude-flow agents metrics --detailed
197
+ claude-flow-novice agents metrics --detailed
198
198
 
199
199
  # Optimize agent usage
200
- claude-flow agents optimize --performance
200
+ claude-flow-novice agents optimize --performance
201
201
  ```
202
202
 
203
203
  ### Testing Mastery (Weeks 7-8)
@@ -205,30 +205,30 @@ claude-flow agents optimize --performance
205
205
  #### Test Generation
206
206
  ```bash
207
207
  # Generate comprehensive tests
208
- claude-flow test --generate --coverage
208
+ claude-flow-novice test --generate --coverage
209
209
 
210
210
  # Different test types
211
- claude-flow test unit --generate
212
- claude-flow test integration --generate
213
- claude-flow test e2e --generate
211
+ claude-flow-novice test unit --generate
212
+ claude-flow-novice test integration --generate
213
+ claude-flow-novice test e2e --generate
214
214
  ```
215
215
 
216
216
  #### Continuous Testing
217
217
  ```bash
218
218
  # Watch mode for development
219
- claude-flow test --watch
219
+ claude-flow-novice test --watch
220
220
 
221
221
  # Automated fixing
222
- claude-flow test --fix --auto
222
+ claude-flow-novice test --fix --auto
223
223
  ```
224
224
 
225
225
  #### Advanced Testing
226
226
  ```bash
227
227
  # Performance testing
228
- claude-flow test performance --benchmark
228
+ claude-flow-novice test performance --benchmark
229
229
 
230
230
  # Security testing
231
- claude-flow test security --detailed
231
+ claude-flow-novice test security --detailed
232
232
  ```
233
233
 
234
234
  ### Quality & Reviews (Weeks 9-10)
@@ -236,23 +236,23 @@ claude-flow test security --detailed
236
236
  #### Code Review Automation
237
237
  ```bash
238
238
  # Review your code
239
- claude-flow review all --detailed
239
+ claude-flow-novice review all --detailed
240
240
 
241
241
  # Security-focused reviews
242
- claude-flow review security --fix
242
+ claude-flow-novice review security --fix
243
243
 
244
244
  # Interactive reviews
245
- claude-flow review --interactive
245
+ claude-flow-novice review --interactive
246
246
  ```
247
247
 
248
248
  #### Performance Optimization
249
249
  ```bash
250
250
  # Analyze performance
251
- claude-flow optimize --analyze --all-targets
251
+ claude-flow-novice optimize --analyze --all-targets
252
252
 
253
253
  # Apply optimizations
254
- claude-flow optimize bundle --apply
255
- claude-flow optimize database --benchmark
254
+ claude-flow-novice optimize bundle --apply
255
+ claude-flow-novice optimize database --benchmark
256
256
  ```
257
257
 
258
258
  ### Deployment Skills (Weeks 11-12)
@@ -260,22 +260,22 @@ claude-flow optimize database --benchmark
260
260
  #### Environment Management
261
261
  ```bash
262
262
  # Deploy to staging
263
- claude-flow deploy staging --auto-setup
263
+ claude-flow-novice deploy staging --auto-setup
264
264
 
265
265
  # Production deployment
266
- claude-flow deploy production --zero-downtime
266
+ claude-flow-novice deploy production --zero-downtime
267
267
 
268
268
  # Rollback capabilities
269
- claude-flow deploy --rollback --safe
269
+ claude-flow-novice deploy --rollback --safe
270
270
  ```
271
271
 
272
272
  #### CI/CD Integration
273
273
  ```bash
274
274
  # Automated deployment pipelines
275
- claude-flow deploy setup-pipeline --auto
275
+ claude-flow-novice deploy setup-pipeline --auto
276
276
 
277
277
  # Monitor deployments
278
- claude-flow deploy status --watch
278
+ claude-flow-novice deploy status --watch
279
279
  ```
280
280
 
281
281
  ### Intermediate Mastery Indicators
@@ -314,24 +314,24 @@ Ready for Expert tier when:
314
314
  #### Understanding MCP Architecture
315
315
  ```bash
316
316
  # List all MCP tools
317
- claude-flow mcp claude-flow --list-tools
318
- claude-flow mcp ruv-swarm --list-tools
317
+ claude-flow-novice mcp claude-flow-novice --list-tools
318
+ claude-flow-novice mcp ruv-swarm --list-tools
319
319
 
320
320
  # Direct tool access
321
- claude-flow mcp claude-flow swarm_init --topology mesh
322
- claude-flow mcp ruv-swarm neural_train --pattern optimization
321
+ claude-flow-novice mcp claude-flow-novice swarm_init --topology mesh
322
+ claude-flow-novice mcp ruv-swarm neural_train --pattern optimization
323
323
  ```
324
324
 
325
325
  #### Advanced Swarm Management
326
326
  ```bash
327
327
  # Complex swarm topologies
328
- claude-flow mcp claude-flow swarm_init \
328
+ claude-flow-novice mcp claude-flow-novice swarm_init \
329
329
  --topology adaptive \
330
330
  --max-agents 20 \
331
331
  --strategy intelligent
332
332
 
333
333
  # Real-time monitoring
334
- claude-flow mcp claude-flow swarm_monitor \
334
+ claude-flow-novice mcp claude-flow-novice swarm_monitor \
335
335
  --interval 1 \
336
336
  --duration 3600 \
337
337
  --alerts true
@@ -340,13 +340,13 @@ claude-flow mcp claude-flow swarm_monitor \
340
340
  #### Neural Network Operations
341
341
  ```bash
342
342
  # Train custom models
343
- claude-flow mcp claude-flow neural_train \
343
+ claude-flow-novice mcp claude-flow-novice neural_train \
344
344
  --pattern-type "code-optimization" \
345
345
  --training-data "./samples" \
346
346
  --epochs 100
347
347
 
348
348
  # Deploy neural models
349
- claude-flow mcp claude-flow neural_predict \
349
+ claude-flow-novice mcp claude-flow-novice neural_predict \
350
350
  --model-id "custom-model-v1" \
351
351
  --input "complex task description"
352
352
  ```
@@ -356,7 +356,7 @@ claude-flow mcp claude-flow neural_predict \
356
356
  #### Workflow Design
357
357
  ```bash
358
358
  # Create custom workflows
359
- claude-flow workflow create "microservice-pipeline" \
359
+ claude-flow-novice workflow create "microservice-pipeline" \
360
360
  --steps '[
361
361
  {"name": "design", "agent": "architect"},
362
362
  {"name": "implement", "agent": "coder", "parallel": true},
@@ -368,7 +368,7 @@ claude-flow workflow create "microservice-pipeline" \
368
368
  #### Automation Rules
369
369
  ```bash
370
370
  # Setup complex automation
371
- claude-flow mcp claude-flow automation_setup \
371
+ claude-flow-novice mcp claude-flow-novice automation_setup \
372
372
  --rules '[
373
373
  {
374
374
  "trigger": "pull-request",
@@ -383,15 +383,15 @@ claude-flow mcp claude-flow automation_setup \
383
383
  #### Team Management
384
384
  ```bash
385
385
  # Enterprise setup
386
- claude-flow enterprise setup --team-size 50
386
+ claude-flow-novice enterprise setup --team-size 50
387
387
 
388
388
  # Team coordination
389
- claude-flow enterprise team-create "backend-team" \
389
+ claude-flow-novice enterprise team-create "backend-team" \
390
390
  --members "dev1,dev2,dev3" \
391
391
  --permissions "deploy-staging"
392
392
 
393
393
  # Multi-project coordination
394
- claude-flow enterprise multi-project \
394
+ claude-flow-novice enterprise multi-project \
395
395
  --projects "frontend,backend,mobile" \
396
396
  --shared-resources true
397
397
  ```
@@ -399,11 +399,11 @@ claude-flow enterprise multi-project \
399
399
  #### Compliance & Governance
400
400
  ```bash
401
401
  # Compliance framework
402
- claude-flow enterprise compliance-setup \
402
+ claude-flow-novice enterprise compliance-setup \
403
403
  --standards "SOC2,GDPR"
404
404
 
405
405
  # Automated auditing
406
- claude-flow enterprise audit-automated \
406
+ claude-flow-novice enterprise audit-automated \
407
407
  --schedule "daily" \
408
408
  --scope "security,privacy"
409
409
  ```
@@ -413,29 +413,29 @@ claude-flow enterprise audit-automated \
413
413
  #### Performance Analytics
414
414
  ```bash
415
415
  # Comprehensive metrics
416
- claude-flow mcp claude-flow performance_report \
416
+ claude-flow-novice mcp claude-flow-novice performance_report \
417
417
  --format "detailed" \
418
418
  --timeframe "30d"
419
419
 
420
420
  # Trend analysis
421
- claude-flow mcp claude-flow trend_analysis \
421
+ claude-flow-novice mcp claude-flow-novice trend_analysis \
422
422
  --metric "task-completion-time" \
423
423
  --forecast true
424
424
 
425
425
  # Cost optimization
426
- claude-flow mcp claude-flow cost_analysis \
426
+ claude-flow-novice mcp claude-flow-novice cost_analysis \
427
427
  --breakdown "by-agent,by-project"
428
428
  ```
429
429
 
430
430
  #### Predictive Analytics
431
431
  ```bash
432
432
  # Performance predictions
433
- claude-flow mcp claude-flow neural_predict \
433
+ claude-flow-novice mcp claude-flow-novice neural_predict \
434
434
  --model-id "performance-predictor" \
435
435
  --input "system-metrics"
436
436
 
437
437
  # Bottleneck prediction
438
- claude-flow mcp claude-flow bottleneck_analyze \
438
+ claude-flow-novice mcp claude-flow-novice bottleneck_analyze \
439
439
  --predictive true \
440
440
  --recommendations automated
441
441
  ```
@@ -445,13 +445,13 @@ claude-flow mcp claude-flow bottleneck_analyze \
445
445
  #### Multi-Cloud Deployment
446
446
  ```bash
447
447
  # Cloud platform integration
448
- claude-flow cloud deploy \
448
+ claude-flow-novice cloud deploy \
449
449
  --providers "aws,azure,gcp" \
450
450
  --strategy "blue-green" \
451
451
  --auto-scaling true
452
452
 
453
453
  # Infrastructure as Code
454
- claude-flow cloud terraform-generate \
454
+ claude-flow-novice cloud terraform-generate \
455
455
  --provider "aws" \
456
456
  --services "ecs,rds,cloudfront" \
457
457
  --apply true
@@ -460,13 +460,13 @@ claude-flow cloud terraform-generate \
460
460
  #### Global Scale Operations
461
461
  ```bash
462
462
  # Global deployment
463
- claude-flow deploy global \
463
+ claude-flow-novice deploy global \
464
464
  --regions "us,eu,asia" \
465
465
  --latency-optimization true \
466
466
  --failover-automation true
467
467
 
468
468
  # Performance at scale
469
- claude-flow optimize enterprise-scale \
469
+ claude-flow-novice optimize enterprise-scale \
470
470
  --targets "all" \
471
471
  --load-testing true \
472
472
  --auto-scaling true
@@ -492,15 +492,15 @@ True expert status achieved when:
492
492
  #### Daily Practice Routine
493
493
  ```bash
494
494
  # Morning check (5 minutes)
495
- claude-flow status
496
- claude-flow learn --progress
495
+ claude-flow-novice status
496
+ claude-flow-novice learn --progress
497
497
 
498
498
  # Active development (varied)
499
- claude-flow build "something new each day"
499
+ claude-flow-novice build "something new each day"
500
500
 
501
501
  # Evening review (10 minutes)
502
- claude-flow review changes --since "morning"
503
- claude-flow status --summary
502
+ claude-flow-novice review changes --since "morning"
503
+ claude-flow-novice status --summary
504
504
  ```
505
505
 
506
506
  #### Weekly Challenges
@@ -528,37 +528,37 @@ claude-flow status --summary
528
528
  #### Spaced Repetition
529
529
  ```bash
530
530
  # Day 1: Learn new command
531
- claude-flow learn agents
531
+ claude-flow-novice learn agents
532
532
 
533
533
  # Day 3: Practice command
534
- claude-flow agents spawn coder
534
+ claude-flow-novice agents spawn coder
535
535
 
536
536
  # Day 7: Advanced usage
537
- claude-flow agents metrics --optimize
537
+ claude-flow-novice agents metrics --optimize
538
538
 
539
539
  # Day 14: Teach others
540
- claude-flow help agents --generate-guide
540
+ claude-flow-novice help agents --generate-guide
541
541
  ```
542
542
 
543
543
  #### Progressive Complexity
544
544
  ```bash
545
545
  # Start simple
546
- claude-flow build "hello world"
546
+ claude-flow-novice build "hello world"
547
547
 
548
548
  # Add complexity
549
- claude-flow build "web app with authentication"
549
+ claude-flow-novice build "web app with authentication"
550
550
 
551
551
  # Full complexity
552
- claude-flow build "microservices architecture with monitoring"
552
+ claude-flow-novice build "microservices architecture with monitoring"
553
553
  ```
554
554
 
555
555
  #### Cross-Domain Practice
556
556
  ```bash
557
557
  # Try different domains
558
- claude-flow init "web app"
559
- claude-flow init "mobile app"
560
- claude-flow init "ML pipeline"
561
- claude-flow init "desktop app"
558
+ claude-flow-novice init "web app"
559
+ claude-flow-novice init "mobile app"
560
+ claude-flow-novice init "ML pipeline"
561
+ claude-flow-novice init "desktop app"
562
562
  ```
563
563
 
564
564
  ---
@@ -693,10 +693,10 @@ claude-flow init "desktop app"
693
693
  npm update -g claude-flow@alpha
694
694
 
695
695
  # New feature announcements
696
- claude-flow help --new-features
696
+ claude-flow-novice help --new-features
697
697
 
698
698
  # Community updates
699
- claude-flow community --updates
699
+ claude-flow-novice community --updates
700
700
  ```
701
701
 
702
702
  #### Learning Resources
@@ -727,13 +727,13 @@ claude-flow community --updates
727
727
 
728
728
  ```bash
729
729
  # Daily metrics
730
- claude-flow learn --progress --detailed
730
+ claude-flow-novice learn --progress --detailed
731
731
 
732
732
  # Weekly summary
733
- claude-flow status --weekly-summary
733
+ claude-flow-novice status --weekly-summary
734
734
 
735
735
  # Monthly analysis
736
- claude-flow analytics --monthly --trends
736
+ claude-flow-novice analytics --monthly --trends
737
737
  ```
738
738
 
739
739
  ### Key Performance Indicators
@@ -762,9 +762,9 @@ Your progression through Claude Flow tiers is a journey of continuous learning a
762
762
 
763
763
  **Ready to start your journey? Begin with:**
764
764
  ```bash
765
- claude-flow init
766
- claude-flow build "my first feature"
767
- claude-flow learn
765
+ claude-flow-novice init
766
+ claude-flow-novice build "my first feature"
767
+ claude-flow-novice learn
768
768
  ```
769
769
 
770
770
  <function_calls>