claude-flow-novice 1.3.3 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/.claude/agents/github/release-manager.md +1 -1
  2. package/.claude/agents/github/repo-architect.md +2 -2
  3. package/.claude/agents/optimization/README.md +12 -12
  4. package/.claude/agents/optimization/benchmark-suite.md +8 -8
  5. package/.claude/agents/optimization/load-balancer.md +7 -7
  6. package/.claude/agents/optimization/performance-monitor.md +8 -8
  7. package/.claude/agents/optimization/resource-allocator.md +9 -9
  8. package/.claude/agents/optimization/topology-optimizer.md +8 -8
  9. package/.claude/agents/swarm/README.md +8 -8
  10. package/.claude/agents/testing/e2e/playwright-agent.md +1 -1
  11. package/.claude/commands/agents/agent-capabilities.md +2 -2
  12. package/.claude/commands/agents/agent-coordination.md +3 -3
  13. package/.claude/commands/agents/agent-types.md +1 -1
  14. package/.claude/commands/analysis/bottleneck-detect.md +5 -5
  15. package/.claude/commands/analysis/performance-report.md +4 -4
  16. package/.claude/commands/analysis/token-usage.md +4 -4
  17. package/.claude/commands/automation/auto-agent.md +5 -5
  18. package/.claude/commands/automation/self-healing.md +1 -1
  19. package/.claude/commands/automation/session-memory.md +1 -1
  20. package/.claude/commands/automation/smart-agents.md +1 -1
  21. package/.claude/commands/automation/smart-spawn.md +4 -4
  22. package/.claude/commands/automation/workflow-select.md +4 -4
  23. package/.claude/commands/claude-soul.js +22 -556
  24. package/.claude/commands/coordination/agent-spawn.md +4 -4
  25. package/.claude/commands/coordination/coordination-system.md +14 -14
  26. package/.claude/commands/coordination/swarm-init.md +5 -5
  27. package/.claude/commands/coordination/task-orchestrate.md +4 -4
  28. package/.claude/commands/github/code-review.md +4 -4
  29. package/.claude/commands/github/github-swarm.md +5 -5
  30. package/.claude/commands/github/issue-triage.md +4 -4
  31. package/.claude/commands/github/pr-enhance.md +4 -4
  32. package/.claude/commands/github/release-manager.md +1 -1
  33. package/.claude/commands/github/repo-analyze.md +4 -4
  34. package/.claude/commands/github/repo-architect.md +2 -2
  35. package/.claude/commands/hive-mind/hive-mind-consensus.md +1 -1
  36. package/.claude/commands/hive-mind/hive-mind-init.md +3 -3
  37. package/.claude/commands/hive-mind/hive-mind-memory.md +1 -1
  38. package/.claude/commands/hive-mind/hive-mind-metrics.md +1 -1
  39. package/.claude/commands/hive-mind/hive-mind-resume.md +1 -1
  40. package/.claude/commands/hive-mind/hive-mind-sessions.md +1 -1
  41. package/.claude/commands/hive-mind/hive-mind-spawn.md +4 -4
  42. package/.claude/commands/hive-mind/hive-mind-status.md +1 -1
  43. package/.claude/commands/hive-mind/hive-mind-stop.md +1 -1
  44. package/.claude/commands/hive-mind/hive-mind-wizard.md +1 -1
  45. package/.claude/commands/hive-mind/hive-mind.md +4 -4
  46. package/.claude/commands/hooks/overview.md +1 -1
  47. package/.claude/commands/hooks/post-edit.md +6 -6
  48. package/.claude/commands/hooks/post-task.md +6 -6
  49. package/.claude/commands/hooks/pre-edit.md +6 -6
  50. package/.claude/commands/hooks/pre-task.md +6 -6
  51. package/.claude/commands/hooks/session-end.md +6 -6
  52. package/.claude/commands/hooks/setup.md +6 -6
  53. package/.claude/commands/hooks.md +1 -1
  54. package/.claude/commands/memory/memory-bank.md +4 -4
  55. package/.claude/commands/memory/memory-persist.md +4 -4
  56. package/.claude/commands/memory/memory-search.md +4 -4
  57. package/.claude/commands/memory/memory-usage.md +4 -4
  58. package/.claude/commands/monitoring/agent-metrics.md +4 -4
  59. package/.claude/commands/monitoring/real-time-view.md +4 -4
  60. package/.claude/commands/monitoring/swarm-monitor.md +4 -4
  61. package/.claude/commands/optimization/auto-topology.md +2 -2
  62. package/.claude/commands/optimization/cache-manage.md +4 -4
  63. package/.claude/commands/optimization/parallel-execute.md +4 -4
  64. package/.claude/commands/optimization/parallel-execution.md +1 -1
  65. package/.claude/commands/optimization/topology-optimize.md +4 -4
  66. package/.claude/commands/pair/README.md +20 -20
  67. package/.claude/commands/pair/config.md +16 -16
  68. package/.claude/commands/pair/examples.md +11 -11
  69. package/.claude/commands/pair/modes.md +17 -17
  70. package/.claude/commands/pair/session.md +27 -27
  71. package/.claude/commands/pair/start.md +12 -12
  72. package/.claude/commands/sparc/analyzer.md +3 -3
  73. package/.claude/commands/sparc/architect.md +3 -3
  74. package/.claude/commands/sparc/batch-executor.md +3 -3
  75. package/.claude/commands/sparc/coder.md +3 -3
  76. package/.claude/commands/sparc/debugger.md +3 -3
  77. package/.claude/commands/sparc/designer.md +3 -3
  78. package/.claude/commands/sparc/documenter.md +3 -3
  79. package/.claude/commands/sparc/innovator.md +3 -3
  80. package/.claude/commands/sparc/memory-manager.md +3 -3
  81. package/.claude/commands/sparc/optimizer.md +3 -3
  82. package/.claude/commands/sparc/orchestrator.md +10 -10
  83. package/.claude/commands/sparc/researcher.md +3 -3
  84. package/.claude/commands/sparc/reviewer.md +3 -3
  85. package/.claude/commands/sparc/sparc-modes.md +13 -13
  86. package/.claude/commands/sparc/swarm-coordinator.md +3 -3
  87. package/.claude/commands/sparc/tdd.md +3 -3
  88. package/.claude/commands/sparc/tester.md +3 -3
  89. package/.claude/commands/sparc/workflow-manager.md +3 -3
  90. package/.claude/commands/stream-chain/pipeline.md +10 -10
  91. package/.claude/commands/stream-chain/run.md +4 -4
  92. package/.claude/commands/swarm/analysis.md +1 -1
  93. package/.claude/commands/swarm/development.md +1 -1
  94. package/.claude/commands/swarm/examples.md +3 -3
  95. package/.claude/commands/swarm/maintenance.md +1 -1
  96. package/.claude/commands/swarm/optimization.md +1 -1
  97. package/.claude/commands/swarm/research.md +1 -1
  98. package/.claude/commands/swarm/swarm-analysis.md +1 -1
  99. package/.claude/commands/swarm/swarm-background.md +1 -1
  100. package/.claude/commands/swarm/swarm-init.md +3 -3
  101. package/.claude/commands/swarm/swarm-modes.md +1 -1
  102. package/.claude/commands/swarm/swarm-monitor.md +1 -1
  103. package/.claude/commands/swarm/swarm-spawn.md +3 -3
  104. package/.claude/commands/swarm/swarm-status.md +1 -1
  105. package/.claude/commands/swarm/swarm-strategies.md +1 -1
  106. package/.claude/commands/swarm/swarm.md +4 -4
  107. package/.claude/commands/swarm/testing.md +1 -1
  108. package/.claude/commands/testing/playwright-e2e.md +36 -36
  109. package/.claude/commands/training/model-update.md +4 -4
  110. package/.claude/commands/training/neural-patterns.md +3 -3
  111. package/.claude/commands/training/neural-train.md +4 -4
  112. package/.claude/commands/training/pattern-learn.md +4 -4
  113. package/.claude/commands/training/specialization.md +2 -2
  114. package/.claude/commands/truth/start.md +10 -10
  115. package/.claude/commands/verify/check.md +5 -5
  116. package/.claude/commands/verify/start.md +22 -22
  117. package/.claude/commands/workflows/development.md +3 -3
  118. package/.claude/commands/workflows/research.md +2 -2
  119. package/.claude/commands/workflows/workflow-create.md +4 -4
  120. package/.claude/commands/workflows/workflow-execute.md +4 -4
  121. package/.claude/commands/workflows/workflow-export.md +4 -4
  122. package/examples/01-configurations/README.md +5 -5
  123. package/examples/02-workflows/README.md +8 -8
  124. package/examples/04-testing/incremental-updates-guide.md +3 -3
  125. package/examples/06-tutorials/getting-started/01-first-swarm.md +4 -4
  126. package/examples/06-tutorials/sparc/sparc-tdd-guide.md +13 -13
  127. package/examples/06-tutorials/sparc-batchtool-orchestration.md +54 -54
  128. package/examples/06-tutorials/workflows/multi-agent-coordination.md +9 -9
  129. package/examples/README-batch-init.md +50 -50
  130. package/examples/README.md +2 -2
  131. package/examples/automation-examples.md +13 -13
  132. package/examples/rest-api-simple/README-ARCHITECTURE.md +7 -7
  133. package/examples/rest-api-simple/implementation-plan.md +7 -7
  134. package/examples/rest-api-simple/next-steps.md +5 -5
  135. package/examples/rest-api-simple/sparc-implementation-roadmap.md +12 -12
  136. package/package.json +1 -1
  137. package/src/cli/simple-commands/agent.js +9 -9
  138. package/src/cli/simple-commands/analysis.js +17 -17
  139. package/src/cli/simple-commands/automation-executor.js +1 -1
  140. package/src/cli/simple-commands/automation.js +14 -14
  141. package/src/cli/simple-commands/batch-manager.js +10 -10
  142. package/src/cli/simple-commands/config.js +14 -14
  143. package/src/cli/simple-commands/coordination.js +8 -8
  144. package/src/cli/simple-commands/fix-hook-variables.js +4 -4
  145. package/src/cli/simple-commands/github/init.js +2 -2
  146. package/src/cli/simple-commands/github.js +7 -7
  147. package/src/cli/simple-commands/goal.js +1 -1
  148. package/src/cli/simple-commands/hive-mind-optimize.js +10 -10
  149. package/src/cli/simple-commands/hive-mind-wizard.js +5 -5
  150. package/src/cli/simple-commands/hive-mind.js +34 -34
  151. package/src/cli/simple-commands/hive.js +4 -4
  152. package/src/cli/simple-commands/hook-safety.js +7 -7
  153. package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +74 -74
  154. package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +143 -143
  155. package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +13 -13
  156. package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +41 -41
  157. package/src/cli/simple-commands/init/claude-commands/slash-commands.js +1 -1
  158. package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +24 -24
  159. package/src/cli/simple-commands/init/executable-wrapper.js +11 -11
  160. package/src/cli/simple-commands/init/help.js +19 -19
  161. package/src/cli/simple-commands/init/index.js +13 -13
  162. package/src/cli/simple-commands/init/rollback/recovery-manager.js +1 -1
  163. package/src/cli/simple-commands/init/rollback/rollback-executor.js +2 -2
  164. package/src/cli/simple-commands/init/sparc/roo-readme.js +5 -5
  165. package/src/cli/simple-commands/init/templates/claude-md.js +41 -41
  166. package/src/cli/simple-commands/init/templates/coordination-md.js +55 -55
  167. package/src/cli/simple-commands/init/templates/enhanced-templates.js +175 -175
  168. package/src/cli/simple-commands/init/templates/memory-bank-md.js +22 -22
  169. package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +4 -4
  170. package/src/cli/simple-commands/init/templates/settings.json +1 -1
  171. package/src/cli/simple-commands/init/templates/sparc-modes.js +75 -75
  172. package/src/cli/simple-commands/init/templates/verification-claude-md.js +39 -39
  173. package/src/cli/simple-commands/init/validation/config-validator.js +3 -3
  174. package/src/cli/simple-commands/init/validation/health-checker.js +1 -1
  175. package/src/cli/simple-commands/init/validation/mode-validator.js +2 -2
  176. package/src/cli/simple-commands/mcp.js +9 -9
  177. package/src/cli/simple-commands/migrate-hooks.js +2 -2
  178. package/src/cli/simple-commands/monitor.js +4 -4
  179. package/src/cli/simple-commands/neural.js +1 -1
  180. package/src/cli/simple-commands/pair-autofix-only.js +4 -4
  181. package/src/cli/simple-commands/pair-basic.js +7 -7
  182. package/src/cli/simple-commands/pair-old.js +9 -9
  183. package/src/cli/simple-commands/pair-working.js +4 -4
  184. package/src/cli/simple-commands/pair.js +4 -4
  185. package/src/cli/simple-commands/sparc/commands.js +5 -5
  186. package/src/cli/simple-commands/sparc-modes/architect.js +23 -23
  187. package/src/cli/simple-commands/sparc-modes/ask.js +21 -21
  188. package/src/cli/simple-commands/sparc-modes/code.js +23 -23
  189. package/src/cli/simple-commands/sparc-modes/debug.js +10 -10
  190. package/src/cli/simple-commands/sparc-modes/devops.js +11 -11
  191. package/src/cli/simple-commands/sparc-modes/docs-writer.js +3 -3
  192. package/src/cli/simple-commands/sparc-modes/generic.js +4 -4
  193. package/src/cli/simple-commands/sparc-modes/index.js +22 -22
  194. package/src/cli/simple-commands/sparc-modes/integration.js +3 -3
  195. package/src/cli/simple-commands/sparc-modes/mcp.js +3 -3
  196. package/src/cli/simple-commands/sparc-modes/monitoring.js +3 -3
  197. package/src/cli/simple-commands/sparc-modes/optimization.js +3 -3
  198. package/src/cli/simple-commands/sparc-modes/security-review.js +11 -11
  199. package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +37 -37
  200. package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +3 -3
  201. package/src/cli/simple-commands/sparc-modes/supabase-admin.js +11 -11
  202. package/src/cli/simple-commands/sparc-modes/swarm.js +34 -34
  203. package/src/cli/simple-commands/sparc-modes/tdd.js +11 -11
  204. package/src/cli/simple-commands/sparc-modes/tutorial.js +30 -30
  205. package/src/cli/simple-commands/sparc.js +14 -14
  206. package/src/cli/simple-commands/start-ui.js +4 -4
  207. package/src/cli/simple-commands/start-wrapper.js +17 -17
  208. package/src/cli/simple-commands/status.js +3 -3
  209. package/src/cli/simple-commands/stream-chain.js +12 -12
  210. package/src/cli/simple-commands/swarm-metrics-integration.js +2 -2
  211. package/src/cli/simple-commands/swarm-ui.js +2 -2
  212. package/src/cli/simple-commands/swarm.js +19 -19
  213. package/src/cli/simple-commands/task.js +7 -7
  214. package/src/cli/simple-commands/training.js +5 -5
  215. package/src/cli/simple-commands/verification-training-integration.js +1 -1
  216. package/src/slash-commands/claude-soul.js +248 -365
  217. package/src/slash-commands/register-all-commands.js +1 -1
  218. package/wiki/README.md +2 -2
  219. package/wiki/accessibility/README.md +4 -4
  220. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  221. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  222. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  223. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  224. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  225. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  226. package/wiki/accessibility/testing/automated-testing.md +9 -9
  227. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  228. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  229. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  230. package/wiki/api-reference/cli-api.md +15 -15
  231. package/wiki/api-reference/plugin-development.md +3 -3
  232. package/wiki/command-reference/README.md +34 -34
  233. package/wiki/command-reference/agent-commands.md +46 -46
  234. package/wiki/command-reference/cli-commands.md +21 -21
  235. package/wiki/command-reference/command-syntax.md +89 -89
  236. package/wiki/command-reference/expert-tier.md +184 -184
  237. package/wiki/command-reference/intermediate-tier.md +63 -63
  238. package/wiki/command-reference/mcp-integration.md +29 -29
  239. package/wiki/command-reference/mcp-tools/README.md +4 -4
  240. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  241. package/wiki/command-reference/mcp-tools/index.md +2 -2
  242. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  243. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  244. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  245. package/wiki/command-reference/novice/README.md +1 -1
  246. package/wiki/command-reference/novice-tier.md +152 -152
  247. package/wiki/command-reference/progression-guide.md +107 -107
  248. package/wiki/command-reference/troubleshooting.md +113 -113
  249. package/wiki/command-reference/workflows.md +187 -187
  250. package/wiki/community/README.md +1 -1
  251. package/wiki/community/learning-resources.md +1 -1
  252. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  253. package/wiki/core-concepts/integration.md +7 -7
  254. package/wiki/core-concepts/sparc-workflow.md +5 -5
  255. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  256. package/wiki/examples/basic/hello-world/README.md +7 -7
  257. package/wiki/examples/integration-patterns.md +15 -15
  258. package/wiki/examples/performance-benchmarks.md +11 -11
  259. package/wiki/examples/projects/rest-api/README.md +1 -1
  260. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  261. package/wiki/examples/swarm-patterns.md +63 -63
  262. package/wiki/examples/templates/download-system.md +1 -1
  263. package/wiki/examples/templates/javascript/README.md +2 -2
  264. package/wiki/examples/troubleshooting/README.md +2 -2
  265. package/wiki/examples/utilities/patterns/README.md +8 -8
  266. package/wiki/examples/videos/01-setup.md +16 -16
  267. package/wiki/examples/workflow-automation/README.md +5 -5
  268. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  269. package/wiki/getting-started/installation/README.md +7 -7
  270. package/wiki/getting-started/learning-path.md +2 -2
  271. package/wiki/getting-started/quick-start/README.md +2 -2
  272. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  273. package/wiki/governance/multi-project-coordination.md +1 -1
  274. package/wiki/languages/go/README.md +10 -10
  275. package/wiki/languages/go/examples/README.md +29 -29
  276. package/wiki/languages/go/frameworks/README.md +18 -18
  277. package/wiki/languages/go/integration/README.md +34 -34
  278. package/wiki/languages/go/microservices/README.md +17 -17
  279. package/wiki/languages/go/performance/README.md +13 -13
  280. package/wiki/languages/go/setup/README.md +20 -20
  281. package/wiki/languages/go/systems/README.md +10 -10
  282. package/wiki/languages/go/testing/README.md +14 -14
  283. package/wiki/languages/java/README.md +25 -25
  284. package/wiki/languages/java/claude-flow-integration.md +49 -49
  285. package/wiki/languages/java/enterprise-java.md +15 -15
  286. package/wiki/languages/java/examples.md +30 -30
  287. package/wiki/languages/java/microservices.md +22 -22
  288. package/wiki/languages/java/performance.md +13 -13
  289. package/wiki/languages/java/project-setup.md +10 -10
  290. package/wiki/languages/java/spring-boot.md +12 -12
  291. package/wiki/languages/java/testing.md +12 -12
  292. package/wiki/languages/javascript/api/README.md +20 -20
  293. package/wiki/languages/javascript/backend/README.md +19 -19
  294. package/wiki/languages/javascript/frontend/README.md +18 -18
  295. package/wiki/languages/javascript/integration.md +11 -11
  296. package/wiki/languages/javascript/setup/README.md +28 -28
  297. package/wiki/languages/javascript/testing/README.md +14 -14
  298. package/wiki/languages/python/README.md +3 -3
  299. package/wiki/languages/python/data-science/README.md +11 -11
  300. package/wiki/languages/python/examples/README.md +5 -5
  301. package/wiki/languages/python/integration.md +5 -5
  302. package/wiki/languages/python/mcp-integration.md +1 -1
  303. package/wiki/languages/python/setup/README.md +5 -5
  304. package/wiki/languages/python/testing/README.md +3 -3
  305. package/wiki/languages/python/web-development/README.md +1 -1
  306. package/wiki/languages/rust/README.md +1 -1
  307. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  308. package/wiki/languages/rust/examples/rest-api.md +5 -5
  309. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  310. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  311. package/wiki/languages/rust/web-development/axum.md +6 -6
  312. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  313. package/wiki/languages/typescript/setup.md +2 -2
  314. package/wiki/troubleshooting/README.md +3 -3
  315. package/wiki/troubleshooting/common-issues/README.md +6 -6
  316. package/wiki/troubleshooting/common-issues.md +26 -26
  317. package/wiki/troubleshooting/error-resolution.md +5 -5
  318. package/wiki/troubleshooting/performance-optimization.md +11 -11
  319. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  320. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  321. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  322. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  323. package/wiki/tutorials/intermediate/optimization.md +35 -35
  324. package/wiki/tutorials/skill-assessment.md +3 -3
  325. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  326. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  327. package/wiki/video-tutorials/README.md +3 -3
  328. package/wiki/video-tutorials/accessibility/README.md +4 -4
  329. package/wiki/video-tutorials/community/README.md +1 -1
  330. package/wiki/video-tutorials/content-organization/README.md +5 -5
  331. package/wiki/video-tutorials/interactive/README.md +5 -5
  332. package/wiki/video-tutorials/planning/README.md +4 -4
  333. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -6,7 +6,7 @@ Complete guide to managing pair programming sessions.
6
6
 
7
7
  ### 1. Initialization
8
8
  ```bash
9
- claude-flow pair --start
9
+ claude-flow-novice pair --start
10
10
  ```
11
11
 
12
12
  ### 2. Active Session
@@ -17,7 +17,7 @@ claude-flow pair --start
17
17
 
18
18
  ### 3. Completion
19
19
  ```bash
20
- claude-flow pair --end
20
+ claude-flow-novice pair --end
21
21
  ```
22
22
 
23
23
  ## Session Commands
@@ -93,7 +93,7 @@ During an active session, use these commands:
93
93
  Check current session status:
94
94
 
95
95
  ```bash
96
- claude-flow pair --status
96
+ claude-flow-novice pair --status
97
97
  ```
98
98
 
99
99
  Output:
@@ -127,7 +127,7 @@ Next Switch: in 3 minutes
127
127
  View past sessions:
128
128
 
129
129
  ```bash
130
- claude-flow pair --history
130
+ claude-flow-novice pair --history
131
131
  ```
132
132
 
133
133
  Output:
@@ -194,17 +194,17 @@ Rollbacks: 1
194
194
 
195
195
  ### Save Session
196
196
  ```bash
197
- claude-flow pair --save [--name <name>]
197
+ claude-flow-novice pair --save [--name <name>]
198
198
  ```
199
199
 
200
200
  ### Load Session
201
201
  ```bash
202
- claude-flow pair --load <session-id>
202
+ claude-flow-novice pair --load <session-id>
203
203
  ```
204
204
 
205
205
  ### Export Session
206
206
  ```bash
207
- claude-flow pair --export <session-id> [--format json|md]
207
+ claude-flow-novice pair --export <session-id> [--format json|md]
208
208
  ```
209
209
 
210
210
  ## Background Sessions
@@ -213,17 +213,17 @@ Run pair programming in background:
213
213
 
214
214
  ### Start Background Session
215
215
  ```bash
216
- claude-flow pair --start --background
216
+ claude-flow-novice pair --start --background
217
217
  ```
218
218
 
219
219
  ### Monitor Background Session
220
220
  ```bash
221
- claude-flow pair --monitor
221
+ claude-flow-novice pair --monitor
222
222
  ```
223
223
 
224
224
  ### Attach to Background Session
225
225
  ```bash
226
- claude-flow pair --attach <session-id>
226
+ claude-flow-novice pair --attach <session-id>
227
227
  ```
228
228
 
229
229
  ## Session Configuration
@@ -245,7 +245,7 @@ claude-flow pair --attach <session-id>
245
245
 
246
246
  ### Per-Session Config
247
247
  ```bash
248
- claude-flow pair --start \
248
+ claude-flow-novice pair --start \
249
249
  --config custom-config.json
250
250
  ```
251
251
 
@@ -253,7 +253,7 @@ claude-flow pair --start \
253
253
 
254
254
  ### Refactoring Template
255
255
  ```bash
256
- claude-flow pair --template refactor
256
+ claude-flow-novice pair --template refactor
257
257
  ```
258
258
  - Focus: Code improvement
259
259
  - Verification: High (0.98)
@@ -262,7 +262,7 @@ claude-flow pair --template refactor
262
262
 
263
263
  ### Feature Template
264
264
  ```bash
265
- claude-flow pair --template feature
265
+ claude-flow-novice pair --template feature
266
266
  ```
267
267
  - Focus: Implementation
268
268
  - Verification: Standard (0.95)
@@ -271,7 +271,7 @@ claude-flow pair --template feature
271
271
 
272
272
  ### Debug Template
273
273
  ```bash
274
- claude-flow pair --template debug
274
+ claude-flow-novice pair --template debug
275
275
  ```
276
276
  - Focus: Problem solving
277
277
  - Verification: Moderate (0.90)
@@ -280,7 +280,7 @@ claude-flow pair --template debug
280
280
 
281
281
  ### Learning Template
282
282
  ```bash
283
- claude-flow pair --template learn
283
+ claude-flow-novice pair --template learn
284
284
  ```
285
285
  - Mode: Mentor
286
286
  - Pace: Slow
@@ -292,7 +292,7 @@ claude-flow pair --template learn
292
292
  Generate session report:
293
293
 
294
294
  ```bash
295
- claude-flow pair --report <session-id>
295
+ claude-flow-novice pair --report <session-id>
296
296
  ```
297
297
 
298
298
  Report includes:
@@ -308,17 +308,17 @@ Report includes:
308
308
 
309
309
  ### List Active Sessions
310
310
  ```bash
311
- claude-flow pair --list
311
+ claude-flow-novice pair --list
312
312
  ```
313
313
 
314
314
  ### Switch Between Sessions
315
315
  ```bash
316
- claude-flow pair --switch <session-id>
316
+ claude-flow-novice pair --switch <session-id>
317
317
  ```
318
318
 
319
319
  ### Merge Sessions
320
320
  ```bash
321
- claude-flow pair --merge <session-1> <session-2>
321
+ claude-flow-novice pair --merge <session-1> <session-2>
322
322
  ```
323
323
 
324
324
  ## Session Recovery
@@ -328,49 +328,49 @@ Sessions auto-save every 5 minutes with recovery points.
328
328
 
329
329
  ### Manual Recovery
330
330
  ```bash
331
- claude-flow pair --recover [--point <timestamp>]
331
+ claude-flow-novice pair --recover [--point <timestamp>]
332
332
  ```
333
333
 
334
334
  ### Crash Recovery
335
335
  ```bash
336
- claude-flow pair --crash-recovery
336
+ claude-flow-novice pair --crash-recovery
337
337
  ```
338
338
 
339
339
  ## Session Sharing
340
340
 
341
341
  ### Share with Team
342
342
  ```bash
343
- claude-flow pair --share <session-id> \
343
+ claude-flow-novice pair --share <session-id> \
344
344
  --team <team-id>
345
345
  ```
346
346
 
347
347
  ### Export for Review
348
348
  ```bash
349
- claude-flow pair --export-review <session-id>
349
+ claude-flow-novice pair --export-review <session-id>
350
350
  ```
351
351
 
352
352
  ### Create Learning Material
353
353
  ```bash
354
- claude-flow pair --create-tutorial <session-id>
354
+ claude-flow-novice pair --create-tutorial <session-id>
355
355
  ```
356
356
 
357
357
  ## Advanced Features
358
358
 
359
359
  ### Session Recording
360
360
  ```bash
361
- claude-flow pair --start --record
361
+ claude-flow-novice pair --start --record
362
362
  ```
363
363
  Records all interactions for playback.
364
364
 
365
365
  ### Session Replay
366
366
  ```bash
367
- claude-flow pair --replay <session-id>
367
+ claude-flow-novice pair --replay <session-id>
368
368
  ```
369
369
  Replay recorded session for learning.
370
370
 
371
371
  ### Session Analytics
372
372
  ```bash
373
- claude-flow pair --analytics <session-id>
373
+ claude-flow-novice pair --analytics <session-id>
374
374
  ```
375
375
  Deep analysis of session patterns.
376
376
 
@@ -5,7 +5,7 @@ Start a new pair programming session with AI assistance.
5
5
  ## Usage
6
6
 
7
7
  ```bash
8
- claude-flow pair --start [options]
8
+ claude-flow-novice pair --start [options]
9
9
  ```
10
10
 
11
11
  ## Options
@@ -24,12 +24,12 @@ claude-flow pair --start [options]
24
24
 
25
25
  ### Basic Start
26
26
  ```bash
27
- claude-flow pair --start
27
+ claude-flow-novice pair --start
28
28
  ```
29
29
 
30
30
  ### Expert Refactoring Session
31
31
  ```bash
32
- claude-flow pair --start \
32
+ claude-flow-novice pair --start \
33
33
  --agent senior-dev \
34
34
  --focus refactor \
35
35
  --verify \
@@ -38,7 +38,7 @@ claude-flow pair --start \
38
38
 
39
39
  ### TDD Session
40
40
  ```bash
41
- claude-flow pair --start \
41
+ claude-flow-novice pair --start \
42
42
  --mode driver \
43
43
  --focus test \
44
44
  --test \
@@ -47,7 +47,7 @@ claude-flow pair --start \
47
47
 
48
48
  ### Debugging Session
49
49
  ```bash
50
- claude-flow pair --start \
50
+ claude-flow-novice pair --start \
51
51
  --agent debugger-expert \
52
52
  --focus debug \
53
53
  --review
@@ -164,33 +164,33 @@ Start sessions in background for long-running collaboration:
164
164
 
165
165
  ```bash
166
166
  # Start in background
167
- claude-flow pair --start --background
167
+ claude-flow-novice pair --start --background
168
168
 
169
169
  # Monitor session
170
- claude-flow pair status
170
+ claude-flow-novice pair status
171
171
 
172
172
  # View session output
173
- claude-flow pair output session_id
173
+ claude-flow-novice pair output session_id
174
174
 
175
175
  # End background session
176
- claude-flow pair --end session_id
176
+ claude-flow-novice pair --end session_id
177
177
  ```
178
178
 
179
179
  ## Integration
180
180
 
181
181
  ### With Git
182
182
  ```bash
183
- claude-flow pair --start --git --auto-commit
183
+ claude-flow-novice pair --start --git --auto-commit
184
184
  ```
185
185
 
186
186
  ### With CI/CD
187
187
  ```bash
188
- claude-flow pair --start --ci --non-interactive
188
+ claude-flow-novice pair --start --ci --non-interactive
189
189
  ```
190
190
 
191
191
  ### With IDE
192
192
  ```bash
193
- claude-flow pair --start --ide vscode
193
+ claude-flow-novice pair --start --ide vscode
194
194
  ```
195
195
 
196
196
  ## Best Practices
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run analyzer "analyze codebase performance"
23
+ npx claude-flow-novice sparc run analyzer "analyze codebase performance"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run analyzer "analyze codebase performance"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run analyzer "analyze codebase performance"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run analyzer "analyze codebase performance"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run analyzer "analyze codebase performance"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run architect "design microservices architecture"
23
+ npx claude-flow-novice sparc run architect "design microservices architecture"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run architect "design microservices architecture"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run architect "design microservices architecture"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run architect "design microservices architecture"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run architect "design microservices architecture"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run batch-executor "process multiple files"
23
+ npx claude-flow-novice sparc run batch-executor "process multiple files"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run batch-executor "process multiple files"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run batch-executor "process multiple files"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run batch-executor "process multiple files"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run batch-executor "process multiple files"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run coder "implement user authentication"
23
+ npx claude-flow-novice sparc run coder "implement user authentication"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run coder "implement user authentication"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run coder "implement user authentication"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run coder "implement user authentication"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run coder "implement user authentication"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run debugger "fix authentication issues"
23
+ npx claude-flow-novice sparc run debugger "fix authentication issues"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run debugger "fix authentication issues"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run debugger "fix authentication issues"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run debugger "fix authentication issues"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run debugger "fix authentication issues"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run designer "create dashboard UI"
23
+ npx claude-flow-novice sparc run designer "create dashboard UI"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run designer "create dashboard UI"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run designer "create dashboard UI"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run designer "create dashboard UI"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run designer "create dashboard UI"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run documenter "create API documentation"
23
+ npx claude-flow-novice sparc run documenter "create API documentation"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run documenter "create API documentation"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run documenter "create API documentation"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run documenter "create API documentation"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run documenter "create API documentation"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run innovator "innovative solutions for scaling"
23
+ npx claude-flow-novice sparc run innovator "innovative solutions for scaling"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run innovator "innovative solutions for scaling"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run innovator "innovative solutions for scaling"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run innovator "innovative solutions for scaling"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run innovator "innovative solutions for scaling"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run memory-manager "organize project knowledge"
23
+ npx claude-flow-novice sparc run memory-manager "organize project knowledge"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run memory-manager "organize project knowledge"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run memory-manager "organize project knowledge"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run memory-manager "organize project knowledge"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run memory-manager "organize project knowledge"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run optimizer "optimize application performance"
23
+ npx claude-flow-novice sparc run optimizer "optimize application performance"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run optimizer "optimize application performance"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run optimizer "optimize application performance"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run optimizer "optimize application performance"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run optimizer "optimize application performance"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities
@@ -16,7 +16,7 @@ mcp__claude-flow__sparc_mode {
16
16
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
17
17
  ```bash
18
18
  # Use when running from terminal or MCP tools unavailable
19
- npx claude-flow sparc run orchestrator "coordinate feature development"
19
+ npx claude-flow-novice sparc run orchestrator "coordinate feature development"
20
20
 
21
21
  # For alpha features
22
22
  npx claude-flow@alpha sparc run orchestrator "coordinate feature development"
@@ -24,8 +24,8 @@ npx claude-flow@alpha sparc run orchestrator "coordinate feature development"
24
24
 
25
25
  ### Option 3: Local Installation
26
26
  ```bash
27
- # If claude-flow is installed locally
28
- ./claude-flow sparc run orchestrator "coordinate feature development"
27
+ # If claude-flow-novice is installed locally
28
+ ./claude-flow-novice sparc run orchestrator "coordinate feature development"
29
29
  ```
30
30
 
31
31
  ## Core Capabilities
@@ -63,13 +63,13 @@ mcp__claude-flow__task_orchestrate {
63
63
  ### Using NPX CLI (Fallback)
64
64
  ```bash
65
65
  # Initialize orchestration swarm
66
- npx claude-flow swarm init --topology hierarchical --strategy auto --max-agents 8
66
+ npx claude-flow-novice swarm init --topology hierarchical --strategy auto --max-agents 8
67
67
 
68
68
  # Spawn coordinator agent
69
- npx claude-flow agent spawn --type coordinator --capabilities "task-planning,resource-management"
69
+ npx claude-flow-novice agent spawn --type coordinator --capabilities "task-planning,resource-management"
70
70
 
71
71
  # Orchestrate tasks
72
- npx claude-flow task orchestrate --task "feature development" --strategy parallel --deps "auth,ui,api"
72
+ npx claude-flow-novice task orchestrate --task "feature development" --strategy parallel --deps "auth,ui,api"
73
73
  ```
74
74
 
75
75
  ## Orchestration Patterns
@@ -119,14 +119,14 @@ mcp__claude-flow__swarm_monitor {
119
119
  ### Using NPX CLI (Fallback)
120
120
  ```bash
121
121
  # 1. Initialize orchestration swarm
122
- npx claude-flow swarm init --topology hierarchical --max-agents 10
122
+ npx claude-flow-novice swarm init --topology hierarchical --max-agents 10
123
123
 
124
124
  # 2. Create workflow
125
- npx claude-flow workflow create --name "feature-development" --steps "design,implement,test,deploy"
125
+ npx claude-flow-novice workflow create --name "feature-development" --steps "design,implement,test,deploy"
126
126
 
127
127
  # 3. Execute orchestration
128
- npx claude-flow sparc run orchestrator "develop user management system" --parallel --monitor
128
+ npx claude-flow-novice sparc run orchestrator "develop user management system" --parallel --monitor
129
129
 
130
130
  # 4. Monitor progress
131
- npx claude-flow swarm monitor --interval 5000
131
+ npx claude-flow-novice swarm monitor --interval 5000
132
132
  ```
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run researcher "research AI trends 2024"
23
+ npx claude-flow-novice sparc run researcher "research AI trends 2024"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run researcher "research AI trends 2024"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run researcher "research AI trends 2024"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run researcher "research AI trends 2024"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run researcher "research AI trends 2024"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run reviewer "review pull request #123"
23
+ npx claude-flow-novice sparc run reviewer "review pull request #123"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run reviewer "review pull request #123"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run reviewer "review pull request #123"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run reviewer "review pull request #123"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run reviewer "review pull request #123"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities
@@ -65,25 +65,25 @@ mcp__claude-flow__swarm_monitor {
65
65
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
66
66
  ```bash
67
67
  # Use when running from terminal or MCP tools unavailable
68
- npx claude-flow sparc run <mode> "task description"
68
+ npx claude-flow-novice sparc run <mode> "task description"
69
69
 
70
70
  # For alpha features
71
71
  npx claude-flow@alpha sparc run <mode> "task description"
72
72
 
73
73
  # List all modes
74
- npx claude-flow sparc modes
74
+ npx claude-flow-novice sparc modes
75
75
 
76
76
  # Get help for a mode
77
- npx claude-flow sparc help <mode>
77
+ npx claude-flow-novice sparc help <mode>
78
78
 
79
79
  # Run with options
80
- npx claude-flow sparc run <mode> "task" --parallel --monitor
80
+ npx claude-flow-novice sparc run <mode> "task" --parallel --monitor
81
81
  ```
82
82
 
83
83
  ### Option 3: Local Installation
84
84
  ```bash
85
- # If claude-flow is installed locally
86
- ./claude-flow sparc run <mode> "task description"
85
+ # If claude-flow-novice is installed locally
86
+ ./claude-flow-novice sparc run <mode> "task description"
87
87
  ```
88
88
 
89
89
  ## Common Workflows
@@ -126,16 +126,16 @@ mcp__claude-flow__sparc_mode {
126
126
  #### Using NPX CLI (Fallback)
127
127
  ```bash
128
128
  # 1. Architecture design
129
- npx claude-flow sparc run architect "design microservices"
129
+ npx claude-flow-novice sparc run architect "design microservices"
130
130
 
131
131
  # 2. Implementation
132
- npx claude-flow sparc run coder "implement services"
132
+ npx claude-flow-novice sparc run coder "implement services"
133
133
 
134
134
  # 3. Testing
135
- npx claude-flow sparc run tdd "test all services"
135
+ npx claude-flow-novice sparc run tdd "test all services"
136
136
 
137
137
  # 4. Review
138
- npx claude-flow sparc run reviewer "review implementation"
138
+ npx claude-flow-novice sparc run reviewer "review implementation"
139
139
  ```
140
140
 
141
141
  ### Research and Innovation
@@ -164,11 +164,11 @@ mcp__claude-flow__sparc_mode {
164
164
  #### Using NPX CLI (Fallback)
165
165
  ```bash
166
166
  # 1. Research phase
167
- npx claude-flow sparc run researcher "research best practices"
167
+ npx claude-flow-novice sparc run researcher "research best practices"
168
168
 
169
169
  # 2. Innovation
170
- npx claude-flow sparc run innovator "propose novel solutions"
170
+ npx claude-flow-novice sparc run innovator "propose novel solutions"
171
171
 
172
172
  # 3. Documentation
173
- npx claude-flow sparc run documenter "document findings"
173
+ npx claude-flow-novice sparc run documenter "document findings"
174
174
  ```
@@ -20,7 +20,7 @@ mcp__claude-flow__sparc_mode {
20
20
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
21
21
  ```bash
22
22
  # Use when running from terminal or MCP tools unavailable
23
- npx claude-flow sparc run swarm-coordinator "manage development swarm"
23
+ npx claude-flow-novice sparc run swarm-coordinator "manage development swarm"
24
24
 
25
25
  # For alpha features
26
26
  npx claude-flow@alpha sparc run swarm-coordinator "manage development swarm"
@@ -28,8 +28,8 @@ npx claude-flow@alpha sparc run swarm-coordinator "manage development swarm"
28
28
 
29
29
  ### Option 3: Local Installation
30
30
  ```bash
31
- # If claude-flow is installed locally
32
- ./claude-flow sparc run swarm-coordinator "manage development swarm"
31
+ # If claude-flow-novice is installed locally
32
+ ./claude-flow-novice sparc run swarm-coordinator "manage development swarm"
33
33
  ```
34
34
 
35
35
  ## Core Capabilities