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
@@ -13,19 +13,19 @@ This guide provides practical examples of how to use Claude Flow for common deve
13
13
  # 1. Create new project
14
14
  mkdir my-first-app
15
15
  cd my-first-app
16
- claude-flow init
16
+ claude-flow-novice init
17
17
 
18
18
  # 2. Check project status
19
- claude-flow status
19
+ claude-flow-novice status
20
20
 
21
21
  # 3. Build your first feature
22
- claude-flow build "create a simple homepage with navigation"
22
+ claude-flow-novice build "create a simple homepage with navigation"
23
23
 
24
24
  # 4. Check what was created
25
- claude-flow status --detailed
25
+ claude-flow-novice status --detailed
26
26
 
27
27
  # 5. Learn about next steps
28
- claude-flow learn
28
+ claude-flow-novice learn
29
29
  ```
30
30
 
31
31
  ### Daily Development Routine
@@ -33,22 +33,22 @@ claude-flow learn
33
33
 
34
34
  ```bash
35
35
  # Morning check
36
- claude-flow status
36
+ claude-flow-novice status
37
37
 
38
38
  # Work on new feature
39
- claude-flow build "add user profile editing"
39
+ claude-flow-novice build "add user profile editing"
40
40
 
41
41
  # Check progress
42
- claude-flow status --watch
42
+ claude-flow-novice status --watch
43
43
 
44
44
  # Code review
45
- claude-flow review changes --fix
45
+ claude-flow-novice review changes --fix
46
46
 
47
47
  # Run tests
48
- claude-flow test --generate --run
48
+ claude-flow-novice test --generate --run
49
49
 
50
50
  # End of day status
51
- claude-flow status --format json > daily-report.json
51
+ claude-flow-novice status --format json > daily-report.json
52
52
  ```
53
53
 
54
54
  ---
@@ -58,7 +58,7 @@ claude-flow status --format json > daily-report.json
58
58
  ### React Web Application
59
59
  ```bash
60
60
  # Initialize React project with best practices
61
- claude-flow init "React e-commerce application" --interactive
61
+ claude-flow-novice init "React e-commerce application" --interactive
62
62
 
63
63
  # Expected prompts and responses:
64
64
  # ? Project type: Web Application
@@ -69,60 +69,60 @@ claude-flow init "React e-commerce application" --interactive
69
69
  # ? State Management: Redux Toolkit
70
70
 
71
71
  # Build core features
72
- claude-flow build "user authentication system"
73
- claude-flow build "product catalog with search"
74
- claude-flow build "shopping cart functionality"
72
+ claude-flow-novice build "user authentication system"
73
+ claude-flow-novice build "product catalog with search"
74
+ claude-flow-novice build "shopping cart functionality"
75
75
 
76
76
  # Add testing
77
- claude-flow test --generate --coverage
77
+ claude-flow-novice test --generate --coverage
78
78
 
79
79
  # Deploy to staging
80
- claude-flow deploy staging --auto-setup
80
+ claude-flow-novice deploy staging --auto-setup
81
81
  ```
82
82
 
83
83
  ### Node.js API Backend
84
84
  ```bash
85
85
  # Initialize API project
86
- claude-flow init "REST API for mobile app" --template api
86
+ claude-flow-novice init "REST API for mobile app" --template api
87
87
 
88
88
  # Build API features
89
- claude-flow build "user management endpoints with JWT"
90
- claude-flow build "file upload with AWS S3 integration"
91
- claude-flow build "real-time notifications with WebSocket"
89
+ claude-flow-novice build "user management endpoints with JWT"
90
+ claude-flow-novice build "file upload with AWS S3 integration"
91
+ claude-flow-novice build "real-time notifications with WebSocket"
92
92
 
93
93
  # Add comprehensive testing
94
- claude-flow test api --generate
95
- claude-flow test security --run
94
+ claude-flow-novice test api --generate
95
+ claude-flow-novice test security --run
96
96
 
97
97
  # Performance optimization
98
- claude-flow optimize database
99
- claude-flow optimize api --benchmark
98
+ claude-flow-novice optimize database
99
+ claude-flow-novice optimize api --benchmark
100
100
 
101
101
  # Deploy with monitoring
102
- claude-flow deploy production --monitor --zero-downtime
102
+ claude-flow-novice deploy production --monitor --zero-downtime
103
103
  ```
104
104
 
105
105
  ### Full-Stack Application
106
106
  ```bash
107
107
  # Initialize monorepo structure
108
- claude-flow init "full-stack social media app"
108
+ claude-flow-novice init "full-stack social media app"
109
109
 
110
110
  # Build backend first
111
- claude-flow build "GraphQL API with user posts and comments"
112
- claude-flow build "real-time chat system"
113
- claude-flow build "image processing pipeline"
111
+ claude-flow-novice build "GraphQL API with user posts and comments"
112
+ claude-flow-novice build "real-time chat system"
113
+ claude-flow-novice build "image processing pipeline"
114
114
 
115
115
  # Build frontend
116
- claude-flow build "React UI with Apollo GraphQL client"
117
- claude-flow build "responsive design with mobile support"
118
- claude-flow build "real-time chat interface"
116
+ claude-flow-novice build "React UI with Apollo GraphQL client"
117
+ claude-flow-novice build "responsive design with mobile support"
118
+ claude-flow-novice build "real-time chat interface"
119
119
 
120
120
  # Integration testing
121
- claude-flow test e2e --generate
122
- claude-flow test performance --load-testing
121
+ claude-flow-novice test e2e --generate
122
+ claude-flow-novice test performance --load-testing
123
123
 
124
124
  # Deploy complete stack
125
- claude-flow deploy staging --auto-setup
125
+ claude-flow-novice deploy staging --auto-setup
126
126
  ```
127
127
 
128
128
  ---
@@ -132,53 +132,53 @@ claude-flow deploy staging --auto-setup
132
132
  ### Test-Driven Development (TDD)
133
133
  ```bash
134
134
  # Start with failing tests
135
- claude-flow test unit --generate --pattern "UserService"
135
+ claude-flow-novice test unit --generate --pattern "UserService"
136
136
 
137
137
  # Build implementation to pass tests
138
- claude-flow build "implement UserService based on generated tests"
138
+ claude-flow-novice build "implement UserService based on generated tests"
139
139
 
140
140
  # Run tests to verify
141
- claude-flow test unit --run --coverage
141
+ claude-flow-novice test unit --run --coverage
142
142
 
143
143
  # Refactor if needed
144
- claude-flow review code --focus "refactoring"
145
- claude-flow optimize code --safe-only
144
+ claude-flow-novice review code --focus "refactoring"
145
+ claude-flow-novice optimize code --safe-only
146
146
 
147
147
  # Final test run
148
- claude-flow test --run --reporter html
148
+ claude-flow-novice test --run --reporter html
149
149
  ```
150
150
 
151
151
  ### Comprehensive Test Suite
152
152
  ```bash
153
153
  # Generate all test types
154
- claude-flow test unit --generate
155
- claude-flow test integration --generate
156
- claude-flow test e2e --generate
157
- claude-flow test api --generate
158
- claude-flow test security --generate
154
+ claude-flow-novice test unit --generate
155
+ claude-flow-novice test integration --generate
156
+ claude-flow-novice test e2e --generate
157
+ claude-flow-novice test api --generate
158
+ claude-flow-novice test security --generate
159
159
 
160
160
  # Run tests in parallel
161
- claude-flow test --run --parallel --reporter json
161
+ claude-flow-novice test --run --parallel --reporter json
162
162
 
163
163
  # Continuous testing during development
164
- claude-flow test --watch --fix
164
+ claude-flow-novice test --watch --fix
165
165
  ```
166
166
 
167
167
  ### Performance Testing Workflow
168
168
  ```bash
169
169
  # Baseline performance measurement
170
- claude-flow test performance --benchmark --report
170
+ claude-flow-novice test performance --benchmark --report
171
171
 
172
172
  # Optimize based on results
173
- claude-flow optimize bundle
174
- claude-flow optimize database
175
- claude-flow optimize images
173
+ claude-flow-novice optimize bundle
174
+ claude-flow-novice optimize database
175
+ claude-flow-novice optimize images
176
176
 
177
177
  # Re-test to measure improvement
178
- claude-flow test performance --benchmark --compare baseline
178
+ claude-flow-novice test performance --benchmark --compare baseline
179
179
 
180
180
  # Load testing for production readiness
181
- claude-flow test performance --load-testing --concurrent-users 1000
181
+ claude-flow-novice test performance --load-testing --concurrent-users 1000
182
182
  ```
183
183
 
184
184
  ---
@@ -188,56 +188,56 @@ claude-flow test performance --load-testing --concurrent-users 1000
188
188
  ### Safe Production Deployment
189
189
  ```bash
190
190
  # Pre-deployment checks
191
- claude-flow status --detailed
192
- claude-flow test --run --coverage
193
- claude-flow review security --severity medium
191
+ claude-flow-novice status --detailed
192
+ claude-flow-novice test --run --coverage
193
+ claude-flow-novice review security --severity medium
194
194
 
195
195
  # Staging deployment
196
- claude-flow deploy staging --monitor
197
- claude-flow test e2e --environment staging
196
+ claude-flow-novice deploy staging --monitor
197
+ claude-flow-novice test e2e --environment staging
198
198
 
199
199
  # Production deployment with safeguards
200
- claude-flow deploy production --zero-downtime --rollback-on-failure
200
+ claude-flow-novice deploy production --zero-downtime --rollback-on-failure
201
201
 
202
202
  # Post-deployment monitoring
203
- claude-flow status --watch --alerts
203
+ claude-flow-novice status --watch --alerts
204
204
  ```
205
205
 
206
206
  ### Multi-Environment Pipeline
207
207
  ```bash
208
208
  # Development deployment
209
- claude-flow deploy development --auto-setup
209
+ claude-flow-novice deploy development --auto-setup
210
210
 
211
211
  # Integration testing
212
- claude-flow test integration --environment development
212
+ claude-flow-novice test integration --environment development
213
213
 
214
214
  # Staging deployment
215
- claude-flow deploy staging --from-development
215
+ claude-flow-novice deploy staging --from-development
216
216
 
217
217
  # User acceptance testing
218
- claude-flow test e2e --environment staging --user-scenarios
218
+ claude-flow-novice test e2e --environment staging --user-scenarios
219
219
 
220
220
  # Production deployment
221
- claude-flow deploy production --from-staging --require-approval
221
+ claude-flow-novice deploy production --from-staging --require-approval
222
222
  ```
223
223
 
224
224
  ### Blue-Green Deployment
225
225
  ```bash
226
226
  # Deploy to green environment
227
- claude-flow deploy production --strategy blue-green --target green
227
+ claude-flow-novice deploy production --strategy blue-green --target green
228
228
 
229
229
  # Run smoke tests on green
230
- claude-flow test smoke --environment green
230
+ claude-flow-novice test smoke --environment green
231
231
 
232
232
  # Gradually shift traffic
233
- claude-flow deploy production --shift-traffic 10%
233
+ claude-flow-novice deploy production --shift-traffic 10%
234
234
  # ... monitor metrics ...
235
- claude-flow deploy production --shift-traffic 50%
235
+ claude-flow-novice deploy production --shift-traffic 50%
236
236
  # ... monitor metrics ...
237
- claude-flow deploy production --shift-traffic 100%
237
+ claude-flow-novice deploy production --shift-traffic 100%
238
238
 
239
239
  # Cleanup old environment
240
- claude-flow deploy production --cleanup-blue
240
+ claude-flow-novice deploy production --cleanup-blue
241
241
  ```
242
242
 
243
243
  ---
@@ -247,29 +247,29 @@ claude-flow deploy production --cleanup-blue
247
247
  ### Continuous Code Review
248
248
  ```bash
249
249
  # Automated review on every change
250
- claude-flow review changes --since "last commit"
250
+ claude-flow-novice review changes --since "last commit"
251
251
 
252
252
  # Fix common issues automatically
253
- claude-flow review changes --fix --severity low
253
+ claude-flow-novice review changes --fix --severity low
254
254
 
255
255
  # Security-focused review
256
- claude-flow review security --report --format html
256
+ claude-flow-novice review security --report --format html
257
257
 
258
258
  # Architecture review for major changes
259
- claude-flow review architecture --detailed
259
+ claude-flow-novice review architecture --detailed
260
260
  ```
261
261
 
262
262
  ### Code Quality Gates
263
263
  ```bash
264
264
  # Pre-commit quality checks
265
- claude-flow review changes --severity medium
266
- claude-flow test unit --run --minimum-coverage 80%
267
- claude-flow optimize code --analyze --threshold 10%
265
+ claude-flow-novice review changes --severity medium
266
+ claude-flow-novice test unit --run --minimum-coverage 80%
267
+ claude-flow-novice optimize code --analyze --threshold 10%
268
268
 
269
269
  # All checks must pass for commit
270
- if claude-flow review changes --exit-code && \
271
- claude-flow test unit --exit-code && \
272
- claude-flow optimize code --analyze --exit-code; then
270
+ if claude-flow-novice review changes --exit-code && \
271
+ claude-flow-novice test unit --exit-code && \
272
+ claude-flow-novice optimize code --analyze --exit-code; then
273
273
  git commit -m "Feature implementation with quality gates"
274
274
  else
275
275
  echo "Quality gates failed - fix issues before committing"
@@ -280,16 +280,16 @@ fi
280
280
  ### Technical Debt Management
281
281
  ```bash
282
282
  # Analyze technical debt
283
- claude-flow review all --focus "maintainability"
284
- claude-flow optimize code --analyze --aggressive
283
+ claude-flow-novice review all --focus "maintainability"
284
+ claude-flow-novice optimize code --analyze --aggressive
285
285
 
286
286
  # Prioritize fixes
287
- claude-flow review all --severity high --format json | \
287
+ claude-flow-novice review all --severity high --format json | \
288
288
  jq '.issues | sort_by(.impact) | reverse'
289
289
 
290
290
  # Systematic debt reduction
291
- claude-flow build "refactor high-impact technical debt"
292
- claude-flow test --run --ensure-no-regression
291
+ claude-flow-novice build "refactor high-impact technical debt"
292
+ claude-flow-novice test --run --ensure-no-regression
293
293
  ```
294
294
 
295
295
  ---
@@ -299,48 +299,48 @@ claude-flow test --run --ensure-no-regression
299
299
  ### Frontend Performance
300
300
  ```bash
301
301
  # Analyze bundle size and performance
302
- claude-flow optimize bundle --analyze --report
302
+ claude-flow-novice optimize bundle --analyze --report
303
303
 
304
304
  # Optimize images and assets
305
- claude-flow optimize images --compress --webp
306
- claude-flow optimize startup --lazy-loading
305
+ claude-flow-novice optimize images --compress --webp
306
+ claude-flow-novice optimize startup --lazy-loading
307
307
 
308
308
  # Code-level optimizations
309
- claude-flow optimize code --focus "rendering"
310
- claude-flow review performance --suggestions
309
+ claude-flow-novice optimize code --focus "rendering"
310
+ claude-flow-novice review performance --suggestions
311
311
 
312
312
  # Measure improvement
313
- claude-flow test performance --lighthouse --compare baseline
313
+ claude-flow-novice test performance --lighthouse --compare baseline
314
314
  ```
315
315
 
316
316
  ### Backend Performance
317
317
  ```bash
318
318
  # Database optimization
319
- claude-flow optimize database --analyze-queries
320
- claude-flow optimize database --add-indexes --fix-n1
319
+ claude-flow-novice optimize database --analyze-queries
320
+ claude-flow-novice optimize database --add-indexes --fix-n1
321
321
 
322
322
  # API optimization
323
- claude-flow optimize api --response-time
324
- claude-flow optimize memory --garbage-collection
323
+ claude-flow-novice optimize api --response-time
324
+ claude-flow-novice optimize memory --garbage-collection
325
325
 
326
326
  # Caching strategy
327
- claude-flow build "implement Redis caching layer"
328
- claude-flow test performance --api-endpoints
327
+ claude-flow-novice build "implement Redis caching layer"
328
+ claude-flow-novice test performance --api-endpoints
329
329
  ```
330
330
 
331
331
  ### Full-Stack Performance
332
332
  ```bash
333
333
  # Comprehensive performance analysis
334
- claude-flow optimize --analyze --all-targets
334
+ claude-flow-novice optimize --analyze --all-targets
335
335
 
336
336
  # Apply high-impact optimizations
337
- claude-flow optimize bundle --apply --safe-only
338
- claude-flow optimize database --apply --benchmark
339
- claude-flow optimize api --apply --monitor
337
+ claude-flow-novice optimize bundle --apply --safe-only
338
+ claude-flow-novice optimize database --apply --benchmark
339
+ claude-flow-novice optimize api --apply --monitor
340
340
 
341
341
  # End-to-end performance testing
342
- claude-flow test performance --e2e --user-scenarios
343
- claude-flow deploy staging --performance-monitoring
342
+ claude-flow-novice test performance --e2e --user-scenarios
343
+ claude-flow-novice deploy staging --performance-monitoring
344
344
  ```
345
345
 
346
346
  ---
@@ -350,35 +350,35 @@ claude-flow deploy staging --performance-monitoring
350
350
  ### Multi-Agent Development (Intermediate+)
351
351
  ```bash
352
352
  # Spawn coordinated development team
353
- claude-flow agents spawn researcher --task "requirements analysis"
354
- claude-flow agents spawn architect --task "system design"
355
- claude-flow agents spawn coder --task "backend implementation"
356
- claude-flow agents spawn coder --task "frontend implementation"
357
- claude-flow agents spawn tester --task "comprehensive testing"
353
+ claude-flow-novice agents spawn researcher --task "requirements analysis"
354
+ claude-flow-novice agents spawn architect --task "system design"
355
+ claude-flow-novice agents spawn coder --task "backend implementation"
356
+ claude-flow-novice agents spawn coder --task "frontend implementation"
357
+ claude-flow-novice agents spawn tester --task "comprehensive testing"
358
358
 
359
359
  # Monitor progress
360
- claude-flow agents status --watch --detailed
360
+ claude-flow-novice agents status --watch --detailed
361
361
 
362
362
  # Coordinate results
363
- claude-flow agents metrics --summary
363
+ claude-flow-novice agents metrics --summary
364
364
  ```
365
365
 
366
366
  ### Specialized Agent Workflows (Expert)
367
367
  ```bash
368
368
  # Security-focused development
369
- claude-flow agents spawn security --specialty "penetration-testing"
370
- claude-flow agents spawn security --specialty "code-analysis"
371
- claude-flow agents spawn compliance --standard "SOC2"
369
+ claude-flow-novice agents spawn security --specialty "penetration-testing"
370
+ claude-flow-novice agents spawn security --specialty "code-analysis"
371
+ claude-flow-novice agents spawn compliance --standard "SOC2"
372
372
 
373
373
  # Machine learning pipeline
374
- claude-flow agents spawn ml-engineer --task "data preprocessing"
375
- claude-flow agents spawn data-scientist --task "model training"
376
- claude-flow agents spawn ml-ops --task "model deployment"
374
+ claude-flow-novice agents spawn ml-engineer --task "data preprocessing"
375
+ claude-flow-novice agents spawn data-scientist --task "model training"
376
+ claude-flow-novice agents spawn ml-ops --task "model deployment"
377
377
 
378
378
  # Enterprise integration
379
- claude-flow agents spawn enterprise-architect
380
- claude-flow agents spawn devops-engineer --platform "kubernetes"
381
- claude-flow agents spawn monitoring-specialist
379
+ claude-flow-novice agents spawn enterprise-architect
380
+ claude-flow-novice agents spawn devops-engineer --platform "kubernetes"
381
+ claude-flow-novice agents spawn monitoring-specialist
382
382
  ```
383
383
 
384
384
  ---
@@ -388,7 +388,7 @@ claude-flow agents spawn monitoring-specialist
388
388
  ### Microservice Development Workflow
389
389
  ```bash
390
390
  # Create reusable workflow
391
- claude-flow workflow create "microservice-development" \
391
+ claude-flow-novice workflow create "microservice-development" \
392
392
  --steps '[
393
393
  {
394
394
  "name": "service-design",
@@ -420,14 +420,14 @@ claude-flow workflow create "microservice-development" \
420
420
  ]'
421
421
 
422
422
  # Execute workflow
423
- claude-flow workflow execute "microservice-development" \
423
+ claude-flow-novice workflow execute "microservice-development" \
424
424
  --inputs '{"service-requirements": "user authentication service"}'
425
425
  ```
426
426
 
427
427
  ### CI/CD Pipeline Workflow
428
428
  ```bash
429
429
  # Create CI/CD workflow
430
- claude-flow workflow create "ci-cd-pipeline" \
430
+ claude-flow-novice workflow create "ci-cd-pipeline" \
431
431
  --triggers '["git-push", "pull-request"]' \
432
432
  --steps '[
433
433
  {
@@ -479,47 +479,47 @@ claude-flow workflow create "ci-cd-pipeline" \
479
479
  ### Team Onboarding
480
480
  ```bash
481
481
  # Setup team environment
482
- claude-flow enterprise setup --team-size 20
483
- claude-flow enterprise team-create "frontend-team" --members "dev1,dev2,dev3"
484
- claude-flow enterprise team-create "backend-team" --members "dev4,dev5,dev6"
482
+ claude-flow-novice enterprise setup --team-size 20
483
+ claude-flow-novice enterprise team-create "frontend-team" --members "dev1,dev2,dev3"
484
+ claude-flow-novice enterprise team-create "backend-team" --members "dev4,dev5,dev6"
485
485
 
486
486
  # Configure access controls
487
- claude-flow enterprise role-assign --user "tech-lead" --role "senior-developer"
488
- claude-flow enterprise policy-create "code-review-required"
487
+ claude-flow-novice enterprise role-assign --user "tech-lead" --role "senior-developer"
488
+ claude-flow-novice enterprise policy-create "code-review-required"
489
489
 
490
490
  # Training and documentation
491
- claude-flow learn --interactive --team-mode
492
- claude-flow help --generate-team-guide
491
+ claude-flow-novice learn --interactive --team-mode
492
+ claude-flow-novice help --generate-team-guide
493
493
  ```
494
494
 
495
495
  ### Multi-Project Coordination
496
496
  ```bash
497
497
  # Initialize multi-project workspace
498
- claude-flow enterprise multi-project \
498
+ claude-flow-novice enterprise multi-project \
499
499
  --projects "frontend,backend,mobile,ml-service" \
500
500
  --shared-resources true
501
501
 
502
502
  # Coordinate cross-project changes
503
- claude-flow mcp claude-flow github_sync_coord \
503
+ claude-flow-novice mcp claude-flow-novice github_sync_coord \
504
504
  --repos "org/frontend,org/backend,org/mobile" \
505
505
  --sync-dependencies true
506
506
 
507
507
  # Enterprise-wide monitoring
508
- claude-flow enterprise metrics --all-projects --dashboard
508
+ claude-flow-novice enterprise metrics --all-projects --dashboard
509
509
  ```
510
510
 
511
511
  ### Compliance and Governance
512
512
  ```bash
513
513
  # Setup compliance framework
514
- claude-flow enterprise compliance-setup --standards "SOC2,GDPR"
514
+ claude-flow-novice enterprise compliance-setup --standards "SOC2,GDPR"
515
515
 
516
516
  # Automated compliance checking
517
- claude-flow enterprise audit-automated \
517
+ claude-flow-novice enterprise audit-automated \
518
518
  --schedule "daily" \
519
519
  --scope "security,data-privacy,access-controls"
520
520
 
521
521
  # Generate compliance reports
522
- claude-flow enterprise compliance-report \
522
+ claude-flow-novice enterprise compliance-report \
523
523
  --standard "SOC2" \
524
524
  --period "quarterly" \
525
525
  --format "pdf"
@@ -532,20 +532,20 @@ claude-flow enterprise compliance-report \
532
532
  ### GitHub Integration
533
533
  ```bash
534
534
  # Setup automated GitHub workflows
535
- claude-flow mcp claude-flow github_workflow_auto \
535
+ claude-flow-novice mcp claude-flow-novice github_workflow_auto \
536
536
  --repo "org/project" \
537
537
  --enable-auto-review \
538
538
  --enable-auto-testing \
539
539
  --enable-auto-deployment
540
540
 
541
541
  # Automated issue management
542
- claude-flow mcp claude-flow github_issue_track \
542
+ claude-flow-novice mcp claude-flow-novice github_issue_track \
543
543
  --repo "org/project" \
544
544
  --auto-triage \
545
545
  --assign-based-on-expertise
546
546
 
547
547
  # Release management
548
- claude-flow mcp claude-flow github_release_coord \
548
+ claude-flow-novice mcp claude-flow-novice github_release_coord \
549
549
  --repo "org/project" \
550
550
  --auto-changelog \
551
551
  --semantic-versioning
@@ -554,20 +554,20 @@ claude-flow mcp claude-flow github_release_coord \
554
554
  ### Cloud Platform Integration
555
555
  ```bash
556
556
  # AWS deployment workflow
557
- claude-flow cloud aws deploy \
557
+ claude-flow-novice cloud aws deploy \
558
558
  --service "ecs" \
559
559
  --auto-scaling \
560
560
  --load-balancer \
561
561
  --monitoring
562
562
 
563
563
  # Multi-cloud deployment
564
- claude-flow cloud deploy \
564
+ claude-flow-novice cloud deploy \
565
565
  --providers "aws,azure,gcp" \
566
566
  --strategy "blue-green" \
567
567
  --traffic-split "33,33,34"
568
568
 
569
569
  # Infrastructure as Code
570
- claude-flow cloud terraform-generate \
570
+ claude-flow-novice cloud terraform-generate \
571
571
  --provider "aws" \
572
572
  --services "ec2,rds,s3,cloudfront" \
573
573
  --apply-immediately
@@ -580,53 +580,53 @@ claude-flow cloud terraform-generate \
580
580
  ### Debug Performance Issues
581
581
  ```bash
582
582
  # Identify performance bottlenecks
583
- claude-flow optimize --analyze --all-targets --detailed
583
+ claude-flow-novice optimize --analyze --all-targets --detailed
584
584
 
585
585
  # Deep dive into specific issues
586
- claude-flow test performance --profile --flame-graph
587
- claude-flow mcp claude-flow bottleneck_analyze --recommendations
586
+ claude-flow-novice test performance --profile --flame-graph
587
+ claude-flow-novice mcp claude-flow-novice bottleneck_analyze --recommendations
588
588
 
589
589
  # Apply fixes systematically
590
- claude-flow optimize database --fix-slow-queries
591
- claude-flow optimize bundle --code-splitting
592
- claude-flow optimize memory --garbage-collection
590
+ claude-flow-novice optimize database --fix-slow-queries
591
+ claude-flow-novice optimize bundle --code-splitting
592
+ claude-flow-novice optimize memory --garbage-collection
593
593
 
594
594
  # Verify improvements
595
- claude-flow test performance --compare-baseline
595
+ claude-flow-novice test performance --compare-baseline
596
596
  ```
597
597
 
598
598
  ### Debug Build Failures
599
599
  ```bash
600
600
  # Analyze recent failures
601
- claude-flow status --detailed --errors-only
602
- claude-flow review changes --since "last failure"
601
+ claude-flow-novice status --detailed --errors-only
602
+ claude-flow-novice review changes --since "last failure"
603
603
 
604
604
  # Check agent status
605
- claude-flow agents status --failed-only
606
- claude-flow agents restart --all-failed
605
+ claude-flow-novice agents status --failed-only
606
+ claude-flow-novice agents restart --all-failed
607
607
 
608
608
  # Retry with increased logging
609
- claude-flow build "retry last failed task" --debug --verbose
609
+ claude-flow-novice build "retry last failed task" --debug --verbose
610
610
 
611
611
  # Get AI assistance with errors
612
- claude-flow help --analyze-errors --interactive
612
+ claude-flow-novice help --analyze-errors --interactive
613
613
  ```
614
614
 
615
615
  ### Debug Deployment Issues
616
616
  ```bash
617
617
  # Check deployment health
618
- claude-flow deploy status --all-environments
619
- claude-flow mcp claude-flow health_check --deep
618
+ claude-flow-novice deploy status --all-environments
619
+ claude-flow-novice mcp claude-flow-novice health_check --deep
620
620
 
621
621
  # Rollback if necessary
622
- claude-flow deploy rollback --to-last-known-good
622
+ claude-flow-novice deploy rollback --to-last-known-good
623
623
 
624
624
  # Analyze deployment logs
625
- claude-flow deploy logs --environment production --errors-only
625
+ claude-flow-novice deploy logs --environment production --errors-only
626
626
 
627
627
  # Fix and redeploy
628
- claude-flow build "fix deployment configuration"
629
- claude-flow deploy production --safe-mode
628
+ claude-flow-novice build "fix deployment configuration"
629
+ claude-flow-novice deploy production --safe-mode
630
630
  ```
631
631
 
632
632
  ---
@@ -636,14 +636,14 @@ claude-flow deploy production --safe-mode
636
636
  ### Real-time Monitoring
637
637
  ```bash
638
638
  # Setup comprehensive monitoring
639
- claude-flow monitor setup --all-metrics --alerts
639
+ claude-flow-novice monitor setup --all-metrics --alerts
640
640
 
641
641
  # Real-time dashboard
642
- claude-flow status --watch --comprehensive
643
- claude-flow agents status --watch --performance
642
+ claude-flow-novice status --watch --comprehensive
643
+ claude-flow-novice agents status --watch --performance
644
644
 
645
645
  # Alert configuration
646
- claude-flow monitor alerts \
646
+ claude-flow-novice monitor alerts \
647
647
  --conditions "response-time>500ms,error-rate>1%" \
648
648
  --notifications "slack,email"
649
649
  ```
@@ -651,17 +651,17 @@ claude-flow monitor alerts \
651
651
  ### Performance Analytics
652
652
  ```bash
653
653
  # Collect performance metrics
654
- claude-flow mcp claude-flow metrics_collect \
654
+ claude-flow-novice mcp claude-flow-novice metrics_collect \
655
655
  --components "agents,memory,neural-nets,tasks"
656
656
 
657
657
  # Trend analysis
658
- claude-flow mcp claude-flow trend_analysis \
658
+ claude-flow-novice mcp claude-flow-novice trend_analysis \
659
659
  --metric "task-completion-time" \
660
660
  --period "30d" \
661
661
  --forecast true
662
662
 
663
663
  # Generate performance reports
664
- claude-flow mcp claude-flow performance_report \
664
+ claude-flow-novice mcp claude-flow-novice performance_report \
665
665
  --format "html" \
666
666
  --include-recommendations
667
667
  ```
@@ -669,15 +669,15 @@ claude-flow mcp claude-flow performance_report \
669
669
  ### Cost Optimization
670
670
  ```bash
671
671
  # Analyze resource costs
672
- claude-flow mcp claude-flow cost_analysis \
672
+ claude-flow-novice mcp claude-flow-novice cost_analysis \
673
673
  --breakdown "by-agent,by-task,by-time"
674
674
 
675
675
  # Optimize resource usage
676
- claude-flow agents optimize --cost-efficiency
677
- claude-flow mcp claude-flow memory_compress --all-namespaces
676
+ claude-flow-novice agents optimize --cost-efficiency
677
+ claude-flow-novice mcp claude-flow-novice memory_compress --all-namespaces
678
678
 
679
679
  # Implement cost controls
680
- claude-flow enterprise cost-controls \
680
+ claude-flow-novice enterprise cost-controls \
681
681
  --budget-limits \
682
682
  --auto-scaling-policies
683
683
  ```
@@ -689,30 +689,30 @@ claude-flow enterprise cost-controls \
689
689
  ### Skill Development Path
690
690
  ```bash
691
691
  # Assess current capabilities
692
- claude-flow learn --progress --detailed
692
+ claude-flow-novice learn --progress --detailed
693
693
 
694
694
  # Structured learning plan
695
- claude-flow learn agents --level beginner
696
- claude-flow learn testing --interactive
697
- claude-flow learn deployment --exercises
695
+ claude-flow-novice learn agents --level beginner
696
+ claude-flow-novice learn testing --interactive
697
+ claude-flow-novice learn deployment --exercises
698
698
 
699
699
  # Hands-on practice
700
- claude-flow learn challenges --difficulty progressive
701
- claude-flow learn projects --build-portfolio
700
+ claude-flow-novice learn challenges --difficulty progressive
701
+ claude-flow-novice learn projects --build-portfolio
702
702
  ```
703
703
 
704
704
  ### Knowledge Sharing
705
705
  ```bash
706
706
  # Document best practices
707
- claude-flow enterprise knowledge-base \
707
+ claude-flow-novice enterprise knowledge-base \
708
708
  --create-from-experience \
709
709
  --share-with-team
710
710
 
711
711
  # Mentor new team members
712
- claude-flow learn --mentor-mode --assign-to "new-developer"
712
+ claude-flow-novice learn --mentor-mode --assign-to "new-developer"
713
713
 
714
714
  # Create training materials
715
- claude-flow help --generate-training-guide --team-specific
715
+ claude-flow-novice help --generate-training-guide --team-specific
716
716
  ```
717
717
 
718
718
  ---
@@ -722,12 +722,12 @@ claude-flow help --generate-training-guide --team-specific
722
722
  ### Custom Command Creation
723
723
  ```bash
724
724
  # Create project-specific commands
725
- claude-flow config custom-commands \
725
+ claude-flow-novice config custom-commands \
726
726
  --define "deploy-all" \
727
727
  --steps "test,review,deploy-staging,deploy-production"
728
728
 
729
729
  # Create team shortcuts
730
- claude-flow config team-commands \
730
+ claude-flow-novice config team-commands \
731
731
  --define "morning-check" \
732
732
  --steps "status,pull-latest,run-tests"
733
733
  ```
@@ -735,13 +735,13 @@ claude-flow config team-commands \
735
735
  ### Environment-Specific Configurations
736
736
  ```bash
737
737
  # Development environment
738
- claude-flow config environment development \
738
+ claude-flow-novice config environment development \
739
739
  --auto-testing \
740
740
  --verbose-logging \
741
741
  --fast-iteration
742
742
 
743
743
  # Production environment
744
- claude-flow config environment production \
744
+ claude-flow-novice config environment production \
745
745
  --safety-checks \
746
746
  --approval-required \
747
747
  --comprehensive-monitoring