claude-flow-novice 1.3.3 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. package/.claude/agents/github/release-manager.md +1 -1
  2. package/.claude/agents/github/repo-architect.md +2 -2
  3. package/.claude/agents/optimization/README.md +12 -12
  4. package/.claude/agents/optimization/benchmark-suite.md +8 -8
  5. package/.claude/agents/optimization/load-balancer.md +7 -7
  6. package/.claude/agents/optimization/performance-monitor.md +8 -8
  7. package/.claude/agents/optimization/resource-allocator.md +9 -9
  8. package/.claude/agents/optimization/topology-optimizer.md +8 -8
  9. package/.claude/agents/swarm/README.md +8 -8
  10. package/.claude/agents/testing/e2e/playwright-agent.md +1 -1
  11. package/.claude/commands/agents/agent-capabilities.md +2 -2
  12. package/.claude/commands/agents/agent-coordination.md +3 -3
  13. package/.claude/commands/agents/agent-types.md +1 -1
  14. package/.claude/commands/analysis/bottleneck-detect.md +5 -5
  15. package/.claude/commands/analysis/performance-report.md +4 -4
  16. package/.claude/commands/analysis/token-usage.md +4 -4
  17. package/.claude/commands/automation/auto-agent.md +5 -5
  18. package/.claude/commands/automation/self-healing.md +1 -1
  19. package/.claude/commands/automation/session-memory.md +1 -1
  20. package/.claude/commands/automation/smart-agents.md +1 -1
  21. package/.claude/commands/automation/smart-spawn.md +4 -4
  22. package/.claude/commands/automation/workflow-select.md +4 -4
  23. package/.claude/commands/claude-soul.js +22 -556
  24. package/.claude/commands/coordination/agent-spawn.md +4 -4
  25. package/.claude/commands/coordination/coordination-system.md +14 -14
  26. package/.claude/commands/coordination/swarm-init.md +5 -5
  27. package/.claude/commands/coordination/task-orchestrate.md +4 -4
  28. package/.claude/commands/github/code-review.md +4 -4
  29. package/.claude/commands/github/github-swarm.md +5 -5
  30. package/.claude/commands/github/issue-triage.md +4 -4
  31. package/.claude/commands/github/pr-enhance.md +4 -4
  32. package/.claude/commands/github/release-manager.md +1 -1
  33. package/.claude/commands/github/repo-analyze.md +4 -4
  34. package/.claude/commands/github/repo-architect.md +2 -2
  35. package/.claude/commands/hive-mind/hive-mind-consensus.md +1 -1
  36. package/.claude/commands/hive-mind/hive-mind-init.md +3 -3
  37. package/.claude/commands/hive-mind/hive-mind-memory.md +1 -1
  38. package/.claude/commands/hive-mind/hive-mind-metrics.md +1 -1
  39. package/.claude/commands/hive-mind/hive-mind-resume.md +1 -1
  40. package/.claude/commands/hive-mind/hive-mind-sessions.md +1 -1
  41. package/.claude/commands/hive-mind/hive-mind-spawn.md +4 -4
  42. package/.claude/commands/hive-mind/hive-mind-status.md +1 -1
  43. package/.claude/commands/hive-mind/hive-mind-stop.md +1 -1
  44. package/.claude/commands/hive-mind/hive-mind-wizard.md +1 -1
  45. package/.claude/commands/hive-mind/hive-mind.md +4 -4
  46. package/.claude/commands/hooks/overview.md +1 -1
  47. package/.claude/commands/hooks/post-edit.md +6 -6
  48. package/.claude/commands/hooks/post-task.md +6 -6
  49. package/.claude/commands/hooks/pre-edit.md +6 -6
  50. package/.claude/commands/hooks/pre-task.md +6 -6
  51. package/.claude/commands/hooks/session-end.md +6 -6
  52. package/.claude/commands/hooks/setup.md +6 -6
  53. package/.claude/commands/hooks.md +1 -1
  54. package/.claude/commands/memory/memory-bank.md +4 -4
  55. package/.claude/commands/memory/memory-persist.md +4 -4
  56. package/.claude/commands/memory/memory-search.md +4 -4
  57. package/.claude/commands/memory/memory-usage.md +4 -4
  58. package/.claude/commands/monitoring/agent-metrics.md +4 -4
  59. package/.claude/commands/monitoring/real-time-view.md +4 -4
  60. package/.claude/commands/monitoring/swarm-monitor.md +4 -4
  61. package/.claude/commands/optimization/auto-topology.md +2 -2
  62. package/.claude/commands/optimization/cache-manage.md +4 -4
  63. package/.claude/commands/optimization/parallel-execute.md +4 -4
  64. package/.claude/commands/optimization/parallel-execution.md +1 -1
  65. package/.claude/commands/optimization/topology-optimize.md +4 -4
  66. package/.claude/commands/pair/README.md +20 -20
  67. package/.claude/commands/pair/config.md +16 -16
  68. package/.claude/commands/pair/examples.md +11 -11
  69. package/.claude/commands/pair/modes.md +17 -17
  70. package/.claude/commands/pair/session.md +27 -27
  71. package/.claude/commands/pair/start.md +12 -12
  72. package/.claude/commands/sparc/analyzer.md +3 -3
  73. package/.claude/commands/sparc/architect.md +3 -3
  74. package/.claude/commands/sparc/batch-executor.md +3 -3
  75. package/.claude/commands/sparc/coder.md +3 -3
  76. package/.claude/commands/sparc/debugger.md +3 -3
  77. package/.claude/commands/sparc/designer.md +3 -3
  78. package/.claude/commands/sparc/documenter.md +3 -3
  79. package/.claude/commands/sparc/innovator.md +3 -3
  80. package/.claude/commands/sparc/memory-manager.md +3 -3
  81. package/.claude/commands/sparc/optimizer.md +3 -3
  82. package/.claude/commands/sparc/orchestrator.md +10 -10
  83. package/.claude/commands/sparc/researcher.md +3 -3
  84. package/.claude/commands/sparc/reviewer.md +3 -3
  85. package/.claude/commands/sparc/sparc-modes.md +13 -13
  86. package/.claude/commands/sparc/swarm-coordinator.md +3 -3
  87. package/.claude/commands/sparc/tdd.md +3 -3
  88. package/.claude/commands/sparc/tester.md +3 -3
  89. package/.claude/commands/sparc/workflow-manager.md +3 -3
  90. package/.claude/commands/stream-chain/pipeline.md +10 -10
  91. package/.claude/commands/stream-chain/run.md +4 -4
  92. package/.claude/commands/swarm/analysis.md +1 -1
  93. package/.claude/commands/swarm/development.md +1 -1
  94. package/.claude/commands/swarm/examples.md +3 -3
  95. package/.claude/commands/swarm/maintenance.md +1 -1
  96. package/.claude/commands/swarm/optimization.md +1 -1
  97. package/.claude/commands/swarm/research.md +1 -1
  98. package/.claude/commands/swarm/swarm-analysis.md +1 -1
  99. package/.claude/commands/swarm/swarm-background.md +1 -1
  100. package/.claude/commands/swarm/swarm-init.md +3 -3
  101. package/.claude/commands/swarm/swarm-modes.md +1 -1
  102. package/.claude/commands/swarm/swarm-monitor.md +1 -1
  103. package/.claude/commands/swarm/swarm-spawn.md +3 -3
  104. package/.claude/commands/swarm/swarm-status.md +1 -1
  105. package/.claude/commands/swarm/swarm-strategies.md +1 -1
  106. package/.claude/commands/swarm/swarm.md +4 -4
  107. package/.claude/commands/swarm/testing.md +1 -1
  108. package/.claude/commands/testing/playwright-e2e.md +36 -36
  109. package/.claude/commands/training/model-update.md +4 -4
  110. package/.claude/commands/training/neural-patterns.md +3 -3
  111. package/.claude/commands/training/neural-train.md +4 -4
  112. package/.claude/commands/training/pattern-learn.md +4 -4
  113. package/.claude/commands/training/specialization.md +2 -2
  114. package/.claude/commands/truth/start.md +10 -10
  115. package/.claude/commands/verify/check.md +5 -5
  116. package/.claude/commands/verify/start.md +22 -22
  117. package/.claude/commands/workflows/development.md +3 -3
  118. package/.claude/commands/workflows/research.md +2 -2
  119. package/.claude/commands/workflows/workflow-create.md +4 -4
  120. package/.claude/commands/workflows/workflow-execute.md +4 -4
  121. package/.claude/commands/workflows/workflow-export.md +4 -4
  122. package/examples/01-configurations/README.md +5 -5
  123. package/examples/02-workflows/README.md +8 -8
  124. package/examples/04-testing/incremental-updates-guide.md +3 -3
  125. package/examples/06-tutorials/getting-started/01-first-swarm.md +4 -4
  126. package/examples/06-tutorials/sparc/sparc-tdd-guide.md +13 -13
  127. package/examples/06-tutorials/sparc-batchtool-orchestration.md +54 -54
  128. package/examples/06-tutorials/workflows/multi-agent-coordination.md +9 -9
  129. package/examples/README-batch-init.md +50 -50
  130. package/examples/README.md +2 -2
  131. package/examples/automation-examples.md +13 -13
  132. package/examples/rest-api-simple/README-ARCHITECTURE.md +7 -7
  133. package/examples/rest-api-simple/implementation-plan.md +7 -7
  134. package/examples/rest-api-simple/next-steps.md +5 -5
  135. package/examples/rest-api-simple/sparc-implementation-roadmap.md +12 -12
  136. package/package.json +2 -1
  137. package/src/cli/simple-commands/agent.js +9 -9
  138. package/src/cli/simple-commands/analysis.js +17 -17
  139. package/src/cli/simple-commands/automation-executor.js +1 -1
  140. package/src/cli/simple-commands/automation.js +14 -14
  141. package/src/cli/simple-commands/batch-manager.js +10 -10
  142. package/src/cli/simple-commands/config.js +14 -14
  143. package/src/cli/simple-commands/coordination.js +8 -8
  144. package/src/cli/simple-commands/fix-hook-variables.js +4 -4
  145. package/src/cli/simple-commands/github/init.js +2 -2
  146. package/src/cli/simple-commands/github.js +7 -7
  147. package/src/cli/simple-commands/goal.js +1 -1
  148. package/src/cli/simple-commands/hive-mind-optimize.js +10 -10
  149. package/src/cli/simple-commands/hive-mind-wizard.js +5 -5
  150. package/src/cli/simple-commands/hive-mind.js +34 -34
  151. package/src/cli/simple-commands/hive.js +4 -4
  152. package/src/cli/simple-commands/hook-safety.js +7 -7
  153. package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +74 -74
  154. package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +143 -143
  155. package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +13 -13
  156. package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +41 -41
  157. package/src/cli/simple-commands/init/claude-commands/slash-commands.js +1 -1
  158. package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +24 -24
  159. package/src/cli/simple-commands/init/executable-wrapper.js +11 -11
  160. package/src/cli/simple-commands/init/help.js +19 -19
  161. package/src/cli/simple-commands/init/index.js +13 -13
  162. package/src/cli/simple-commands/init/rollback/recovery-manager.js +1 -1
  163. package/src/cli/simple-commands/init/rollback/rollback-executor.js +2 -2
  164. package/src/cli/simple-commands/init/sparc/roo-readme.js +5 -5
  165. package/src/cli/simple-commands/init/templates/claude-md.js +41 -41
  166. package/src/cli/simple-commands/init/templates/coordination-md.js +55 -55
  167. package/src/cli/simple-commands/init/templates/enhanced-templates.js +175 -175
  168. package/src/cli/simple-commands/init/templates/memory-bank-md.js +22 -22
  169. package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +4 -4
  170. package/src/cli/simple-commands/init/templates/settings.json +1 -1
  171. package/src/cli/simple-commands/init/templates/sparc-modes.js +75 -75
  172. package/src/cli/simple-commands/init/templates/verification-claude-md.js +39 -39
  173. package/src/cli/simple-commands/init/validation/config-validator.js +3 -3
  174. package/src/cli/simple-commands/init/validation/health-checker.js +1 -1
  175. package/src/cli/simple-commands/init/validation/mode-validator.js +2 -2
  176. package/src/cli/simple-commands/mcp.js +9 -9
  177. package/src/cli/simple-commands/migrate-hooks.js +2 -2
  178. package/src/cli/simple-commands/monitor.js +4 -4
  179. package/src/cli/simple-commands/neural.js +1 -1
  180. package/src/cli/simple-commands/pair-autofix-only.js +4 -4
  181. package/src/cli/simple-commands/pair-basic.js +7 -7
  182. package/src/cli/simple-commands/pair-old.js +9 -9
  183. package/src/cli/simple-commands/pair-working.js +4 -4
  184. package/src/cli/simple-commands/pair.js +4 -4
  185. package/src/cli/simple-commands/sparc/commands.js +5 -5
  186. package/src/cli/simple-commands/sparc-modes/architect.js +23 -23
  187. package/src/cli/simple-commands/sparc-modes/ask.js +21 -21
  188. package/src/cli/simple-commands/sparc-modes/code.js +23 -23
  189. package/src/cli/simple-commands/sparc-modes/debug.js +10 -10
  190. package/src/cli/simple-commands/sparc-modes/devops.js +11 -11
  191. package/src/cli/simple-commands/sparc-modes/docs-writer.js +3 -3
  192. package/src/cli/simple-commands/sparc-modes/generic.js +4 -4
  193. package/src/cli/simple-commands/sparc-modes/index.js +22 -22
  194. package/src/cli/simple-commands/sparc-modes/integration.js +3 -3
  195. package/src/cli/simple-commands/sparc-modes/mcp.js +3 -3
  196. package/src/cli/simple-commands/sparc-modes/monitoring.js +3 -3
  197. package/src/cli/simple-commands/sparc-modes/optimization.js +3 -3
  198. package/src/cli/simple-commands/sparc-modes/security-review.js +11 -11
  199. package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +37 -37
  200. package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +3 -3
  201. package/src/cli/simple-commands/sparc-modes/supabase-admin.js +11 -11
  202. package/src/cli/simple-commands/sparc-modes/swarm.js +34 -34
  203. package/src/cli/simple-commands/sparc-modes/tdd.js +11 -11
  204. package/src/cli/simple-commands/sparc-modes/tutorial.js +30 -30
  205. package/src/cli/simple-commands/sparc.js +14 -14
  206. package/src/cli/simple-commands/start-ui.js +4 -4
  207. package/src/cli/simple-commands/start-wrapper.js +17 -17
  208. package/src/cli/simple-commands/status.js +3 -3
  209. package/src/cli/simple-commands/stream-chain.js +12 -12
  210. package/src/cli/simple-commands/swarm-metrics-integration.js +2 -2
  211. package/src/cli/simple-commands/swarm-ui.js +2 -2
  212. package/src/cli/simple-commands/swarm.js +19 -19
  213. package/src/cli/simple-commands/task.js +7 -7
  214. package/src/cli/simple-commands/training.js +5 -5
  215. package/src/cli/simple-commands/verification-training-integration.js +1 -1
  216. package/src/language/language-detector.js +1 -2
  217. package/src/slash-commands/claude-soul.js +248 -365
  218. package/src/slash-commands/register-all-commands.js +1 -1
  219. package/wiki/README.md +2 -2
  220. package/wiki/accessibility/README.md +4 -4
  221. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  222. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  223. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  224. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  225. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  226. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  227. package/wiki/accessibility/testing/automated-testing.md +9 -9
  228. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  229. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  230. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  231. package/wiki/api-reference/cli-api.md +15 -15
  232. package/wiki/api-reference/plugin-development.md +3 -3
  233. package/wiki/command-reference/README.md +34 -34
  234. package/wiki/command-reference/agent-commands.md +46 -46
  235. package/wiki/command-reference/cli-commands.md +21 -21
  236. package/wiki/command-reference/command-syntax.md +89 -89
  237. package/wiki/command-reference/expert-tier.md +184 -184
  238. package/wiki/command-reference/intermediate-tier.md +63 -63
  239. package/wiki/command-reference/mcp-integration.md +29 -29
  240. package/wiki/command-reference/mcp-tools/README.md +4 -4
  241. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  242. package/wiki/command-reference/mcp-tools/index.md +2 -2
  243. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  244. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  245. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  246. package/wiki/command-reference/novice/README.md +1 -1
  247. package/wiki/command-reference/novice-tier.md +152 -152
  248. package/wiki/command-reference/progression-guide.md +107 -107
  249. package/wiki/command-reference/troubleshooting.md +113 -113
  250. package/wiki/command-reference/workflows.md +187 -187
  251. package/wiki/community/README.md +1 -1
  252. package/wiki/community/learning-resources.md +1 -1
  253. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  254. package/wiki/core-concepts/integration.md +7 -7
  255. package/wiki/core-concepts/sparc-workflow.md +5 -5
  256. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  257. package/wiki/examples/basic/hello-world/README.md +7 -7
  258. package/wiki/examples/integration-patterns.md +15 -15
  259. package/wiki/examples/performance-benchmarks.md +11 -11
  260. package/wiki/examples/projects/rest-api/README.md +1 -1
  261. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  262. package/wiki/examples/swarm-patterns.md +63 -63
  263. package/wiki/examples/templates/download-system.md +1 -1
  264. package/wiki/examples/templates/javascript/README.md +2 -2
  265. package/wiki/examples/troubleshooting/README.md +2 -2
  266. package/wiki/examples/utilities/patterns/README.md +8 -8
  267. package/wiki/examples/videos/01-setup.md +16 -16
  268. package/wiki/examples/workflow-automation/README.md +5 -5
  269. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  270. package/wiki/getting-started/installation/README.md +7 -7
  271. package/wiki/getting-started/learning-path.md +2 -2
  272. package/wiki/getting-started/quick-start/README.md +2 -2
  273. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  274. package/wiki/governance/multi-project-coordination.md +1 -1
  275. package/wiki/languages/go/README.md +10 -10
  276. package/wiki/languages/go/examples/README.md +29 -29
  277. package/wiki/languages/go/frameworks/README.md +18 -18
  278. package/wiki/languages/go/integration/README.md +34 -34
  279. package/wiki/languages/go/microservices/README.md +17 -17
  280. package/wiki/languages/go/performance/README.md +13 -13
  281. package/wiki/languages/go/setup/README.md +20 -20
  282. package/wiki/languages/go/systems/README.md +10 -10
  283. package/wiki/languages/go/testing/README.md +14 -14
  284. package/wiki/languages/java/README.md +25 -25
  285. package/wiki/languages/java/claude-flow-integration.md +49 -49
  286. package/wiki/languages/java/enterprise-java.md +15 -15
  287. package/wiki/languages/java/examples.md +30 -30
  288. package/wiki/languages/java/microservices.md +22 -22
  289. package/wiki/languages/java/performance.md +13 -13
  290. package/wiki/languages/java/project-setup.md +10 -10
  291. package/wiki/languages/java/spring-boot.md +12 -12
  292. package/wiki/languages/java/testing.md +12 -12
  293. package/wiki/languages/javascript/api/README.md +20 -20
  294. package/wiki/languages/javascript/backend/README.md +19 -19
  295. package/wiki/languages/javascript/frontend/README.md +18 -18
  296. package/wiki/languages/javascript/integration.md +11 -11
  297. package/wiki/languages/javascript/setup/README.md +28 -28
  298. package/wiki/languages/javascript/testing/README.md +14 -14
  299. package/wiki/languages/python/README.md +3 -3
  300. package/wiki/languages/python/data-science/README.md +11 -11
  301. package/wiki/languages/python/examples/README.md +5 -5
  302. package/wiki/languages/python/integration.md +5 -5
  303. package/wiki/languages/python/mcp-integration.md +1 -1
  304. package/wiki/languages/python/setup/README.md +5 -5
  305. package/wiki/languages/python/testing/README.md +3 -3
  306. package/wiki/languages/python/web-development/README.md +1 -1
  307. package/wiki/languages/rust/README.md +1 -1
  308. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  309. package/wiki/languages/rust/examples/rest-api.md +5 -5
  310. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  311. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  312. package/wiki/languages/rust/web-development/axum.md +6 -6
  313. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  314. package/wiki/languages/typescript/setup.md +2 -2
  315. package/wiki/troubleshooting/README.md +3 -3
  316. package/wiki/troubleshooting/common-issues/README.md +6 -6
  317. package/wiki/troubleshooting/common-issues.md +26 -26
  318. package/wiki/troubleshooting/error-resolution.md +5 -5
  319. package/wiki/troubleshooting/performance-optimization.md +11 -11
  320. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  321. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  322. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  323. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  324. package/wiki/tutorials/intermediate/optimization.md +35 -35
  325. package/wiki/tutorials/skill-assessment.md +3 -3
  326. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  327. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  328. package/wiki/video-tutorials/README.md +3 -3
  329. package/wiki/video-tutorials/accessibility/README.md +4 -4
  330. package/wiki/video-tutorials/community/README.md +1 -1
  331. package/wiki/video-tutorials/content-organization/README.md +5 -5
  332. package/wiki/video-tutorials/interactive/README.md +5 -5
  333. package/wiki/video-tutorials/planning/README.md +4 -4
  334. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * Register All Slash Commands
5
5
  *
6
- * Central registry for all claude-flow slash commands
6
+ * Central registry for all claude-flow-novice slash commands
7
7
  */
8
8
 
9
9
  import { ClaudeMdSlashCommand } from './claude-md.js';
package/wiki/README.md CHANGED
@@ -49,8 +49,8 @@ Claude Flow Novice supports two primary access methods:
49
49
  ### 1. CLI Access
50
50
  Traditional command-line interface for direct terminal usage:
51
51
  ```bash
52
- npx claude-flow sparc tdd "user authentication"
53
- npx claude-flow agents spawn coder "build REST API"
52
+ npx claude-flow-novice sparc tdd "user authentication"
53
+ npx claude-flow-novice agents spawn coder "build REST API"
54
54
  ```
55
55
 
56
56
  ### 2. Claude Code MCP Integration
@@ -1,6 +1,6 @@
1
1
  # Accessibility Documentation Hub
2
2
 
3
- Welcome to the comprehensive accessibility documentation for claude-flow projects. This hub provides everything needed to build inclusive, accessible applications using claude-flow's agent-driven development approach.
3
+ Welcome to the comprehensive accessibility documentation for claude-flow-novice projects. This hub provides everything needed to build inclusive, accessible applications using claude-flow's agent-driven development approach.
4
4
 
5
5
  ## 📋 Table of Contents
6
6
 
@@ -48,13 +48,13 @@ Our specialized accessibility agents help automate and ensure accessibility thro
48
48
  ### Usage Examples
49
49
  ```bash
50
50
  # Comprehensive accessibility audit
51
- npx claude-flow sparc run accessibility-audit "Audit React component for WCAG 2.1 AA compliance"
51
+ npx claude-flow-novice sparc run accessibility-audit "Audit React component for WCAG 2.1 AA compliance"
52
52
 
53
53
  # Inclusive design review
54
- npx claude-flow sparc run inclusive-design-review "Review checkout flow for accessibility barriers"
54
+ npx claude-flow-novice sparc run inclusive-design-review "Review checkout flow for accessibility barriers"
55
55
 
56
56
  # Automated screen reader testing
57
- npx claude-flow sparc run screen-reader-test "Test navigation menu with NVDA, JAWS, and VoiceOver"
57
+ npx claude-flow-novice sparc run screen-reader-test "Test navigation menu with NVDA, JAWS, and VoiceOver"
58
58
  ```
59
59
 
60
60
  ## 🚀 Quick Start
@@ -1,6 +1,6 @@
1
1
  # Screen Reader and Assistive Technology Support
2
2
 
3
- This comprehensive guide provides strategies for optimizing claude-flow applications for screen readers and other assistive technologies, ensuring seamless accessibility for users with visual impairments.
3
+ This comprehensive guide provides strategies for optimizing claude-flow-novice applications for screen readers and other assistive technologies, ensuring seamless accessibility for users with visual impairments.
4
4
 
5
5
  ## 🎯 Overview
6
6
 
@@ -697,16 +697,16 @@ export class ScreenReaderTestingAgent {
697
697
  ### Screen Reader Testing Agent
698
698
  ```bash
699
699
  # Comprehensive screen reader testing
700
- npx claude-flow sparc run screen-reader-test "Test complete application with NVDA, JAWS, and VoiceOver simulation"
700
+ npx claude-flow-novice sparc run screen-reader-test "Test complete application with NVDA, JAWS, and VoiceOver simulation"
701
701
 
702
702
  # ARIA compliance validation
703
- npx claude-flow sparc run aria-validator "Validate all ARIA attributes and roles for screen reader compatibility"
703
+ npx claude-flow-novice sparc run aria-validator "Validate all ARIA attributes and roles for screen reader compatibility"
704
704
 
705
705
  # Semantic structure analysis
706
- npx claude-flow sparc run semantic-analyzer "Analyze semantic HTML structure for screen reader navigation"
706
+ npx claude-flow-novice sparc run semantic-analyzer "Analyze semantic HTML structure for screen reader navigation"
707
707
 
708
708
  # Focus management testing
709
- npx claude-flow sparc run focus-test "Test focus management in dynamic content and modals"
709
+ npx claude-flow-novice sparc run focus-test "Test focus management in dynamic content and modals"
710
710
  ```
711
711
 
712
712
  ### Automated Testing Pipeline
@@ -909,4 +909,4 @@ Track these key metrics for screen reader support:
909
909
  4. **Error Recovery**: Success rate of error correction with screen readers
910
910
  5. **User Satisfaction**: Feedback scores from screen reader users
911
911
 
912
- By implementing these strategies and continuously testing with actual screen readers, claude-flow applications can provide excellent support for users who rely on assistive technologies.
912
+ By implementing these strategies and continuously testing with actual screen readers, claude-flow-novice applications can provide excellent support for users who rely on assistive technologies.
@@ -1,6 +1,6 @@
1
1
  # Agent-Driven Accessibility Testing Automation
2
2
 
3
- This guide provides comprehensive strategies for implementing automated accessibility testing using claude-flow agents, creating a robust testing pipeline that ensures continuous accessibility compliance throughout the development lifecycle.
3
+ This guide provides comprehensive strategies for implementing automated accessibility testing using claude-flow-novice agents, creating a robust testing pipeline that ensures continuous accessibility compliance throughout the development lifecycle.
4
4
 
5
5
  ## 🎯 Overview
6
6
 
@@ -527,7 +527,7 @@ jobs:
527
527
 
528
528
  - name: Run accessibility test suite
529
529
  run: |
530
- npx claude-flow sparc run accessibility-test-suite \
530
+ npx claude-flow-novice sparc run accessibility-test-suite \
531
531
  --suite="${{ matrix.test-suite }}" \
532
532
  --compliance="wcag-aa" \
533
533
  --output="json" \
@@ -535,7 +535,7 @@ jobs:
535
535
 
536
536
  - name: Generate accessibility report
537
537
  run: |
538
- npx claude-flow sparc run accessibility-reporter \
538
+ npx claude-flow-novice sparc run accessibility-reporter \
539
539
  --input="test-results/${{ matrix.test-suite }}.json" \
540
540
  --format="github-actions"
541
541
 
@@ -588,7 +588,7 @@ jobs:
588
588
 
589
589
  - name: Consolidate and analyze
590
590
  run: |
591
- npx claude-flow sparc run accessibility-consolidator \
591
+ npx claude-flow-novice sparc run accessibility-consolidator \
592
592
  --input="all-results/" \
593
593
  --output="final-report.json" \
594
594
  --trends=true \
@@ -596,7 +596,7 @@ jobs:
596
596
 
597
597
  - name: Generate final report
598
598
  run: |
599
- npx claude-flow sparc run accessibility-final-report \
599
+ npx claude-flow-novice sparc run accessibility-final-report \
600
600
  --input="final-report.json" \
601
601
  --format="html,pdf,json"
602
602
 
@@ -827,32 +827,32 @@ export class AccessibilityDashboard {
827
827
 
828
828
  ```bash
829
829
  # Run complete accessibility test suite
830
- npx claude-flow sparc run accessibility-suite "Complete WCAG 2.1 AA compliance testing"
830
+ npx claude-flow-novice sparc run accessibility-suite "Complete WCAG 2.1 AA compliance testing"
831
831
 
832
832
  # Agent-driven testing with parallel execution
833
- npx claude-flow sparc batch "accessibility-scanner,keyboard-nav,screen-reader" "Parallel accessibility validation"
833
+ npx claude-flow-novice sparc batch "accessibility-scanner,keyboard-nav,screen-reader" "Parallel accessibility validation"
834
834
 
835
835
  # Continuous monitoring setup
836
- npx claude-flow sparc run accessibility-monitor "Setup continuous accessibility monitoring"
836
+ npx claude-flow-novice sparc run accessibility-monitor "Setup continuous accessibility monitoring"
837
837
 
838
838
  # Generate comprehensive report
839
- npx claude-flow sparc run accessibility-report "Generate executive accessibility report with trends"
839
+ npx claude-flow-novice sparc run accessibility-report "Generate executive accessibility report with trends"
840
840
 
841
841
  # Integration testing
842
- npx claude-flow sparc run accessibility-integration "Test complete user flows for accessibility"
842
+ npx claude-flow-novice sparc run accessibility-integration "Test complete user flows for accessibility"
843
843
  ```
844
844
 
845
845
  ### Advanced Agent Coordination
846
846
 
847
847
  ```bash
848
848
  # Multi-modal testing
849
- npx claude-flow sparc concurrent accessibility-multimodal "Test across devices, browsers, and assistive technologies"
849
+ npx claude-flow-novice sparc concurrent accessibility-multimodal "Test across devices, browsers, and assistive technologies"
850
850
 
851
851
  # Performance-aware accessibility testing
852
- npx claude-flow sparc run accessibility-performance "Test accessibility features' performance impact"
852
+ npx claude-flow-novice sparc run accessibility-performance "Test accessibility features' performance impact"
853
853
 
854
854
  # Regression testing
855
- npx claude-flow sparc run accessibility-regression "Detect accessibility regressions in latest changes"
855
+ npx claude-flow-novice sparc run accessibility-regression "Detect accessibility regressions in latest changes"
856
856
  ```
857
857
 
858
858
  ## 🔄 Best Practices for Agent-Driven Testing
@@ -1,10 +1,10 @@
1
1
  # WCAG 2.1 AA Compliance Guidelines for Claude-Flow Projects
2
2
 
3
- This comprehensive guide provides a practical framework for achieving WCAG 2.1 AA compliance in claude-flow projects using agent-driven development.
3
+ This comprehensive guide provides a practical framework for achieving WCAG 2.1 AA compliance in claude-flow-novice projects using agent-driven development.
4
4
 
5
5
  ## 🎯 Overview
6
6
 
7
- Web Content Accessibility Guidelines (WCAG) 2.1 provides the international standard for web accessibility. This guide translates WCAG requirements into actionable development practices for claude-flow projects.
7
+ Web Content Accessibility Guidelines (WCAG) 2.1 provides the international standard for web accessibility. This guide translates WCAG requirements into actionable development practices for claude-flow-novice projects.
8
8
 
9
9
  ## 📋 WCAG 2.1 AA Compliance Checklist
10
10
 
@@ -121,13 +121,13 @@ Web Content Accessibility Guidelines (WCAG) 2.1 provides the international stand
121
121
 
122
122
  ```bash
123
123
  # Run comprehensive WCAG audit
124
- npx claude-flow sparc run accessibility-audit "Audit entire application for WCAG 2.1 AA compliance"
124
+ npx claude-flow-novice sparc run accessibility-audit "Audit entire application for WCAG 2.1 AA compliance"
125
125
 
126
126
  # Check specific criterion
127
- npx claude-flow sparc run contrast-checker "Validate color contrast meets WCAG AA requirements"
127
+ npx claude-flow-novice sparc run contrast-checker "Validate color contrast meets WCAG AA requirements"
128
128
 
129
129
  # Keyboard navigation testing
130
- npx claude-flow sparc run keyboard-tester "Test complete keyboard navigation flow"
130
+ npx claude-flow-novice sparc run keyboard-tester "Test complete keyboard navigation flow"
131
131
  ```
132
132
 
133
133
  ### Agent-Driven Compliance Workflow
@@ -275,4 +275,4 @@ test('Navigation should be accessible', async () => {
275
275
  - [VoiceOver Guide](https://webaim.org/articles/voiceover/)
276
276
  - [Keyboard Testing Guide](https://webaim.org/articles/keyboard/)
277
277
 
278
- This framework ensures your claude-flow projects meet WCAG 2.1 AA compliance while leveraging automation to reduce manual testing burden.
278
+ This framework ensures your claude-flow-novice projects meet WCAG 2.1 AA compliance while leveraging automation to reduce manual testing burden.
@@ -4,7 +4,7 @@ This guide provides comprehensive strategies for creating globally accessible ap
4
4
 
5
5
  ## 🌍 Overview
6
6
 
7
- Internationalization (i18n) and localization (l10n) are crucial for creating truly inclusive applications. When combined with accessibility principles, they ensure that your claude-flow applications serve users with disabilities across diverse linguistic and cultural contexts.
7
+ Internationalization (i18n) and localization (l10n) are crucial for creating truly inclusive applications. When combined with accessibility principles, they ensure that your claude-flow-novice applications serve users with disabilities across diverse linguistic and cultural contexts.
8
8
 
9
9
  ## 🎯 Core Principles
10
10
 
@@ -771,16 +771,16 @@ const CulturalCalendar: React.FC<{
771
771
 
772
772
  ```bash
773
773
  # Comprehensive i18n accessibility testing
774
- npx claude-flow sparc run i18n-a11y-test "Test application accessibility across all supported languages"
774
+ npx claude-flow-novice sparc run i18n-a11y-test "Test application accessibility across all supported languages"
775
775
 
776
776
  # RTL layout validation
777
- npx claude-flow sparc run rtl-validator "Validate right-to-left language support and accessibility"
777
+ npx claude-flow-novice sparc run rtl-validator "Validate right-to-left language support and accessibility"
778
778
 
779
779
  # Cultural accessibility audit
780
- npx claude-flow sparc run cultural-a11y-audit "Audit cultural accessibility considerations"
780
+ npx claude-flow-novice sparc run cultural-a11y-audit "Audit cultural accessibility considerations"
781
781
 
782
782
  # Translation completeness check
783
- npx claude-flow sparc run translation-validator "Validate accessibility translation completeness"
783
+ npx claude-flow-novice sparc run translation-validator "Validate accessibility translation completeness"
784
784
  ```
785
785
 
786
786
  ### Automated Testing Pipeline
@@ -1019,4 +1019,4 @@ class I18nAccessibilityMetrics {
1019
1019
  }
1020
1020
  ```
1021
1021
 
1022
- By implementing these comprehensive internationalization and localization accessibility strategies, claude-flow applications can serve users across diverse linguistic and cultural contexts while maintaining the highest standards of accessibility and inclusion.
1022
+ By implementing these comprehensive internationalization and localization accessibility strategies, claude-flow-novice applications can serve users across diverse linguistic and cultural contexts while maintaining the highest standards of accessibility and inclusion.
@@ -1,10 +1,10 @@
1
1
  # Keyboard Navigation and Motor Accessibility
2
2
 
3
- This comprehensive guide provides strategies for implementing complete keyboard accessibility and motor accessibility patterns in claude-flow applications, ensuring usability for users with diverse motor abilities and those who rely on alternative input methods.
3
+ This comprehensive guide provides strategies for implementing complete keyboard accessibility and motor accessibility patterns in claude-flow-novice applications, ensuring usability for users with diverse motor abilities and those who rely on alternative input methods.
4
4
 
5
5
  ## 🎯 Overview
6
6
 
7
- Keyboard navigation is essential for users with motor disabilities, vision impairments, and those who prefer or require alternatives to mouse interaction. This guide covers comprehensive keyboard support, focus management, and motor accessibility considerations for claude-flow applications.
7
+ Keyboard navigation is essential for users with motor disabilities, vision impairments, and those who prefer or require alternatives to mouse interaction. This guide covers comprehensive keyboard support, focus management, and motor accessibility considerations for claude-flow-novice applications.
8
8
 
9
9
  ## ⌨️ Core Keyboard Navigation Principles
10
10
 
@@ -1118,16 +1118,16 @@ describe('Keyboard Navigation Integration', () => {
1118
1118
 
1119
1119
  ```bash
1120
1120
  # Comprehensive keyboard navigation testing
1121
- npx claude-flow sparc run keyboard-nav-test "Test complete keyboard navigation flow"
1121
+ npx claude-flow-novice sparc run keyboard-nav-test "Test complete keyboard navigation flow"
1122
1122
 
1123
1123
  # Focus management validation
1124
- npx claude-flow sparc run focus-manager-test "Validate focus management in modals and complex widgets"
1124
+ npx claude-flow-novice sparc run focus-manager-test "Validate focus management in modals and complex widgets"
1125
1125
 
1126
1126
  # Motor accessibility audit
1127
- npx claude-flow sparc run motor-a11y-audit "Audit application for motor accessibility patterns"
1127
+ npx claude-flow-novice sparc run motor-a11y-audit "Audit application for motor accessibility patterns"
1128
1128
 
1129
1129
  # Switch navigation testing
1130
- npx claude-flow sparc run switch-nav-test "Test switch navigation compatibility"
1130
+ npx claude-flow-novice sparc run switch-nav-test "Test switch navigation compatibility"
1131
1131
  ```
1132
1132
 
1133
1133
  ### Automated Testing Agent
@@ -1179,4 +1179,4 @@ export class KeyboardNavigationAgent extends BaseAgent {
1179
1179
  }
1180
1180
  ```
1181
1181
 
1182
- This comprehensive keyboard navigation and motor accessibility framework ensures that claude-flow applications are fully accessible to users with diverse motor abilities and interaction preferences.
1182
+ This comprehensive keyboard navigation and motor accessibility framework ensures that claude-flow-novice applications are fully accessible to users with diverse motor abilities and interaction preferences.
@@ -488,13 +488,13 @@ const AccessibleAccordion: React.FC<{ items: AccordionItem[] }> = ({ items }) =>
488
488
  ### Pattern Validation Agent
489
489
  ```bash
490
490
  # Validate inclusive design patterns
491
- npx claude-flow sparc run inclusive-design-review "Review all components for inclusive design patterns"
491
+ npx claude-flow-novice sparc run inclusive-design-review "Review all components for inclusive design patterns"
492
492
 
493
493
  # Generate accessible component variations
494
- npx claude-flow sparc run accessibility-generator "Generate WCAG AA compliant versions of UI components"
494
+ npx claude-flow-novice sparc run accessibility-generator "Generate WCAG AA compliant versions of UI components"
495
495
 
496
496
  # Test pattern compliance
497
- npx claude-flow sparc run pattern-validator "Validate all patterns meet inclusive design criteria"
497
+ npx claude-flow-novice sparc run pattern-validator "Validate all patterns meet inclusive design criteria"
498
498
  ```
499
499
 
500
500
  ### Automated Pattern Testing
@@ -712,4 +712,4 @@ For each pattern, verify:
712
712
  3. **Pattern Evolution**: Update patterns based on user feedback
713
713
  4. **Team Training**: Regular accessibility training and updates
714
714
 
715
- These patterns form the foundation of inclusive design in claude-flow projects, ensuring that accessibility is not an afterthought but a core aspect of every component.
715
+ These patterns form the foundation of inclusive design in claude-flow-novice projects, ensuring that accessibility is not an afterthought but a core aspect of every component.
@@ -1,10 +1,10 @@
1
1
  # Automated Accessibility Testing with Claude-Flow Agents
2
2
 
3
- This guide provides comprehensive automated accessibility testing strategies using claude-flow agents to ensure continuous WCAG compliance and inclusive design validation.
3
+ This guide provides comprehensive automated accessibility testing strategies using claude-flow-novice agents to ensure continuous WCAG compliance and inclusive design validation.
4
4
 
5
5
  ## 🎯 Overview
6
6
 
7
- Automated accessibility testing forms the foundation of an inclusive development workflow. By integrating accessibility testing directly into the development process using claude-flow agents, teams can catch and fix issues early while maintaining high development velocity.
7
+ Automated accessibility testing forms the foundation of an inclusive development workflow. By integrating accessibility testing directly into the development process using claude-flow-novice agents, teams can catch and fix issues early while maintaining high development velocity.
8
8
 
9
9
  ## 🤖 Agent-Driven Testing Architecture
10
10
 
@@ -554,28 +554,28 @@ jobs:
554
554
  ### Comprehensive Accessibility Testing
555
555
  ```bash
556
556
  # Run full accessibility audit
557
- npx claude-flow sparc run accessibility-audit "Comprehensive WCAG 2.1 AA audit of entire application"
557
+ npx claude-flow-novice sparc run accessibility-audit "Comprehensive WCAG 2.1 AA audit of entire application"
558
558
 
559
559
  # Test specific components
560
- npx claude-flow sparc run component-a11y-test "Test Button, Form, and Navigation components for accessibility"
560
+ npx claude-flow-novice sparc run component-a11y-test "Test Button, Form, and Navigation components for accessibility"
561
561
 
562
562
  # Keyboard navigation testing
563
- npx claude-flow sparc run keyboard-test "Validate complete keyboard navigation flow"
563
+ npx claude-flow-novice sparc run keyboard-test "Validate complete keyboard navigation flow"
564
564
 
565
565
  # Screen reader compatibility
566
- npx claude-flow sparc run screen-reader-test "Test with NVDA, JAWS, and VoiceOver compatibility"
566
+ npx claude-flow-novice sparc run screen-reader-test "Test with NVDA, JAWS, and VoiceOver compatibility"
567
567
 
568
568
  # Color contrast validation
569
- npx claude-flow sparc run contrast-test "Validate all color combinations meet WCAG AA requirements"
569
+ npx claude-flow-novice sparc run contrast-test "Validate all color combinations meet WCAG AA requirements"
570
570
  ```
571
571
 
572
572
  ### Batch Testing with Agents
573
573
  ```bash
574
574
  # Run multiple accessibility tests in parallel
575
- npx claude-flow sparc batch "accessibility-audit,keyboard-test,screen-reader-test" "Complete accessibility validation"
575
+ npx claude-flow-novice sparc batch "accessibility-audit,keyboard-test,screen-reader-test" "Complete accessibility validation"
576
576
 
577
577
  # Continuous monitoring
578
- npx claude-flow sparc concurrent accessibility-monitor "Monitor accessibility in real-time during development"
578
+ npx claude-flow-novice sparc concurrent accessibility-monitor "Monitor accessibility in real-time during development"
579
579
  ```
580
580
 
581
581
  ## 📊 Reporting and Metrics
@@ -1,10 +1,10 @@
1
1
  # Color Contrast and Visual Accessibility Guidelines
2
2
 
3
- This comprehensive guide provides strategies for implementing accessible color schemes and visual design patterns in claude-flow applications, ensuring optimal visibility and usability for all users, including those with visual impairments.
3
+ This comprehensive guide provides strategies for implementing accessible color schemes and visual design patterns in claude-flow-novice applications, ensuring optimal visibility and usability for all users, including those with visual impairments.
4
4
 
5
5
  ## 🎯 Overview
6
6
 
7
- Color contrast is fundamental to web accessibility, directly impacting readability and usability for millions of users. This guide covers WCAG compliance, design strategies, testing tools, and implementation techniques for creating visually accessible claude-flow applications.
7
+ Color contrast is fundamental to web accessibility, directly impacting readability and usability for millions of users. This guide covers WCAG compliance, design strategies, testing tools, and implementation techniques for creating visually accessible claude-flow-novice applications.
8
8
 
9
9
  ## 📏 WCAG Contrast Requirements
10
10
 
@@ -816,16 +816,16 @@ const ContrastDebugger: React.FC = () => {
816
816
 
817
817
  ```bash
818
818
  # Comprehensive contrast validation
819
- npx claude-flow sparc run contrast-validator "Validate all color combinations meet WCAG AA requirements"
819
+ npx claude-flow-novice sparc run contrast-validator "Validate all color combinations meet WCAG AA requirements"
820
820
 
821
821
  # Color blindness testing
822
- npx claude-flow sparc run colorblind-test "Test color schemes for color blindness accessibility"
822
+ npx claude-flow-novice sparc run colorblind-test "Test color schemes for color blindness accessibility"
823
823
 
824
824
  # High contrast mode validation
825
- npx claude-flow sparc run high-contrast-test "Validate application in high contrast mode"
825
+ npx claude-flow-novice sparc run high-contrast-test "Validate application in high contrast mode"
826
826
 
827
827
  # Dynamic contrast optimization
828
- npx claude-flow sparc run contrast-optimizer "Optimize color scheme for maximum accessibility"
828
+ npx claude-flow-novice sparc run contrast-optimizer "Optimize color scheme for maximum accessibility"
829
829
  ```
830
830
 
831
831
  ### Contrast Testing Agent
@@ -923,4 +923,4 @@ export class ContrastTestingAgent extends BaseAgent {
923
923
  }
924
924
  ```
925
925
 
926
- This comprehensive approach to color contrast and visual accessibility ensures that claude-flow applications provide excellent visual accessibility across all user scenarios and assistive technologies.
926
+ This comprehensive approach to color contrast and visual accessibility ensures that claude-flow-novice applications provide excellent visual accessibility across all user scenarios and assistive technologies.
@@ -1,10 +1,10 @@
1
1
  # Accessibility-First Development Workflows
2
2
 
3
- This guide establishes comprehensive accessibility-first development workflows using claude-flow agents, ensuring that accessibility is built into every stage of the development process from conception to deployment and maintenance.
3
+ This guide establishes comprehensive accessibility-first development workflows using claude-flow-novice agents, ensuring that accessibility is built into every stage of the development process from conception to deployment and maintenance.
4
4
 
5
5
  ## 🎯 Overview
6
6
 
7
- Accessibility-first development means considering accessibility from the very beginning of the development process, not as an afterthought. By leveraging claude-flow agents, teams can create systematic workflows that embed accessibility into every development stage, making it natural, efficient, and comprehensive.
7
+ Accessibility-first development means considering accessibility from the very beginning of the development process, not as an afterthought. By leveraging claude-flow-novice agents, teams can create systematic workflows that embed accessibility into every development stage, making it natural, efficient, and comprehensive.
8
8
 
9
9
  ## 📋 Accessibility-First Methodology
10
10
 
@@ -631,15 +631,15 @@ jobs:
631
631
 
632
632
  - name: Lint Accessibility
633
633
  run: |
634
- npx claude-flow sparc run accessibility-lint "Quick accessibility linting"
634
+ npx claude-flow-novice sparc run accessibility-lint "Quick accessibility linting"
635
635
 
636
636
  - name: Basic WCAG Scan
637
637
  run: |
638
- npx claude-flow sparc run wcag-quick-scan "Basic WCAG compliance check"
638
+ npx claude-flow-novice sparc run wcag-quick-scan "Basic WCAG compliance check"
639
639
 
640
640
  - name: Gate Decision
641
641
  run: |
642
- npx claude-flow sparc run gate-decision "Determine if build can proceed"
642
+ npx claude-flow-novice sparc run gate-decision "Determine if build can proceed"
643
643
 
644
644
  accessibility-gate-2:
645
645
  name: Comprehensive Accessibility Testing
@@ -655,15 +655,15 @@ jobs:
655
655
 
656
656
  - name: Run Accessibility Test Suite
657
657
  run: |
658
- npx claude-flow sparc batch "automated-testing,keyboard-testing,screen-reader-testing" "Comprehensive accessibility validation"
658
+ npx claude-flow-novice sparc batch "automated-testing,keyboard-testing,screen-reader-testing" "Comprehensive accessibility validation"
659
659
 
660
660
  - name: User Flow Testing
661
661
  run: |
662
- npx claude-flow sparc run user-flow-testing "Test critical user flows for accessibility"
662
+ npx claude-flow-novice sparc run user-flow-testing "Test critical user flows for accessibility"
663
663
 
664
664
  - name: Generate Accessibility Report
665
665
  run: |
666
- npx claude-flow sparc run accessibility-report "Generate comprehensive accessibility report"
666
+ npx claude-flow-novice sparc run accessibility-report "Generate comprehensive accessibility report"
667
667
 
668
668
  - name: Comment on PR
669
669
  if: github.event_name == 'pull_request'
@@ -678,15 +678,15 @@ jobs:
678
678
  steps:
679
679
  - name: Production Accessibility Validation
680
680
  run: |
681
- npx claude-flow sparc run production-accessibility-check "Final accessibility validation for production"
681
+ npx claude-flow-novice sparc run production-accessibility-check "Final accessibility validation for production"
682
682
 
683
683
  - name: Performance Impact Assessment
684
684
  run: |
685
- npx claude-flow sparc run accessibility-performance-check "Assess performance impact of accessibility features"
685
+ npx claude-flow-novice sparc run accessibility-performance-check "Assess performance impact of accessibility features"
686
686
 
687
687
  - name: Deployment Gate Decision
688
688
  run: |
689
- npx claude-flow sparc run deployment-gate "Final decision for production deployment"
689
+ npx claude-flow-novice sparc run deployment-gate "Final decision for production deployment"
690
690
  ```
691
691
 
692
692
  ### Phase 5: Deployment and Continuous Monitoring
@@ -865,30 +865,30 @@ export class AccessibilityKPIs {
865
865
  ### Workflow Commands
866
866
  ```bash
867
867
  # Initialize accessibility-first workflow
868
- npx claude-flow sparc run accessibility-first-init "Set up accessibility-first development workflow"
868
+ npx claude-flow-novice sparc run accessibility-first-init "Set up accessibility-first development workflow"
869
869
 
870
870
  # Phase-specific commands
871
- npx claude-flow sparc run accessibility-requirements "Analyze and define accessibility requirements"
872
- npx claude-flow sparc run accessibility-design "Validate and enhance accessible design"
873
- npx claude-flow sparc run accessibility-development "Real-time accessibility development assistance"
874
- npx claude-flow sparc run accessibility-testing "Comprehensive accessibility testing suite"
875
- npx claude-flow sparc run accessibility-deployment "Accessibility-aware deployment validation"
871
+ npx claude-flow-novice sparc run accessibility-requirements "Analyze and define accessibility requirements"
872
+ npx claude-flow-novice sparc run accessibility-design "Validate and enhance accessible design"
873
+ npx claude-flow-novice sparc run accessibility-development "Real-time accessibility development assistance"
874
+ npx claude-flow-novice sparc run accessibility-testing "Comprehensive accessibility testing suite"
875
+ npx claude-flow-novice sparc run accessibility-deployment "Accessibility-aware deployment validation"
876
876
 
877
877
  # Continuous commands
878
- npx claude-flow sparc run accessibility-monitor "Continuous accessibility monitoring"
879
- npx claude-flow sparc run accessibility-report "Generate comprehensive accessibility status report"
878
+ npx claude-flow-novice sparc run accessibility-monitor "Continuous accessibility monitoring"
879
+ npx claude-flow-novice sparc run accessibility-report "Generate comprehensive accessibility status report"
880
880
  ```
881
881
 
882
882
  ### Quality Gate Commands
883
883
  ```bash
884
884
  # Gate validation
885
- npx claude-flow sparc run quality-gate-check "Validate current phase quality gate"
885
+ npx claude-flow-novice sparc run quality-gate-check "Validate current phase quality gate"
886
886
 
887
887
  # Metrics and KPIs
888
- npx claude-flow sparc run accessibility-metrics "Calculate accessibility KPIs and metrics"
888
+ npx claude-flow-novice sparc run accessibility-metrics "Calculate accessibility KPIs and metrics"
889
889
 
890
890
  # Continuous improvement
891
- npx claude-flow sparc run accessibility-optimization "Optimize accessibility workflow based on metrics"
891
+ npx claude-flow-novice sparc run accessibility-optimization "Optimize accessibility workflow based on metrics"
892
892
  ```
893
893
 
894
894
  ## 🏆 Best Practices Summary
@@ -1,10 +1,10 @@
1
1
  # Inclusive Design Review Processes
2
2
 
3
- This guide provides comprehensive strategies for implementing inclusive design review processes using claude-flow agents, ensuring accessibility and inclusion are evaluated at every stage of development through systematic, automated, and human-centered review workflows.
3
+ This guide provides comprehensive strategies for implementing inclusive design review processes using claude-flow-novice agents, ensuring accessibility and inclusion are evaluated at every stage of development through systematic, automated, and human-centered review workflows.
4
4
 
5
5
  ## 🎯 Overview
6
6
 
7
- Inclusive design reviews ensure that accessibility considerations are embedded throughout the development lifecycle. By leveraging claude-flow agents, teams can create comprehensive review processes that catch accessibility issues early, provide actionable feedback, and maintain high standards of inclusion.
7
+ Inclusive design reviews ensure that accessibility considerations are embedded throughout the development lifecycle. By leveraging claude-flow-novice agents, teams can create comprehensive review processes that catch accessibility issues early, provide actionable feedback, and maintain high standards of inclusion.
8
8
 
9
9
  ## 🔄 Review Process Architecture
10
10
 
@@ -785,29 +785,29 @@ export class ReviewAnalytics {
785
785
 
786
786
  ```bash
787
787
  # Initiate comprehensive inclusive design review
788
- npx claude-flow sparc run inclusive-design-review "Complete accessibility and inclusion review"
788
+ npx claude-flow-novice sparc run inclusive-design-review "Complete accessibility and inclusion review"
789
789
 
790
790
  # Automated review with agent coordination
791
- npx claude-flow sparc batch "accessibility-review,ux-review,inclusion-review" "Multi-dimensional design review"
791
+ npx claude-flow-novice sparc batch "accessibility-review,ux-review,inclusion-review" "Multi-dimensional design review"
792
792
 
793
793
  # Continuous review monitoring
794
- npx claude-flow sparc run review-monitor "Monitor ongoing reviews and provide status updates"
794
+ npx claude-flow-novice sparc run review-monitor "Monitor ongoing reviews and provide status updates"
795
795
 
796
796
  # Generate review reports
797
- npx claude-flow sparc run review-report "Generate comprehensive review report with recommendations"
797
+ npx claude-flow-novice sparc run review-report "Generate comprehensive review report with recommendations"
798
798
  ```
799
799
 
800
800
  ### Agent Coordination for Reviews
801
801
 
802
802
  ```bash
803
803
  # Expert agent consultation
804
- npx claude-flow sparc run expert-consultation "Consult specialized agents for complex review scenarios"
804
+ npx claude-flow-novice sparc run expert-consultation "Consult specialized agents for complex review scenarios"
805
805
 
806
806
  # User validation coordination
807
- npx claude-flow sparc run user-validation "Coordinate user testing and validation processes"
807
+ npx claude-flow-novice sparc run user-validation "Coordinate user testing and validation processes"
808
808
 
809
809
  # Review quality assurance
810
- npx claude-flow sparc run review-qa "Quality assurance for review process and results"
810
+ npx claude-flow-novice sparc run review-qa "Quality assurance for review process and results"
811
811
  ```
812
812
 
813
813
  ## 🏆 Best Practices
@@ -19,11 +19,11 @@ The Claude Flow CLI provides both command-line interface and programmatic API ac
19
19
 
20
20
  ### Core Commands
21
21
 
22
- #### `claude-flow init`
22
+ #### `claude-flow-novice init`
23
23
  Initialize a new Claude Flow project.
24
24
 
25
25
  ```bash
26
- claude-flow init [project-name] [options]
26
+ claude-flow-novice init [project-name] [options]
27
27
  ```
28
28
 
29
29
  **Parameters:**
@@ -42,14 +42,14 @@ claude-flow init [project-name] [options]
42
42
 
43
43
  **Example:**
44
44
  ```bash
45
- claude-flow init my-project --template fullstack --tier development
45
+ claude-flow-novice init my-project --template fullstack --tier development
46
46
  ```
47
47
 
48
- #### `claude-flow agent`
48
+ #### `claude-flow-novice agent`
49
49
  Agent management commands.
50
50
 
51
51
  ```bash
52
- claude-flow agent <subcommand> [options]
52
+ claude-flow-novice agent <subcommand> [options]
53
53
  ```
54
54
 
55
55
  **Subcommands:**
@@ -61,16 +61,16 @@ claude-flow agent <subcommand> [options]
61
61
 
62
62
  **Example:**
63
63
  ```bash
64
- claude-flow agent spawn coder "implement user authentication"
65
- claude-flow agent list --format table
66
- claude-flow agent status agent_123
64
+ claude-flow-novice agent spawn coder "implement user authentication"
65
+ claude-flow-novice agent list --format table
66
+ claude-flow-novice agent status agent_123
67
67
  ```
68
68
 
69
- #### `claude-flow sparc`
69
+ #### `claude-flow-novice sparc`
70
70
  SPARC methodology commands.
71
71
 
72
72
  ```bash
73
- claude-flow sparc <mode> "<task>" [options]
73
+ claude-flow-novice sparc <mode> "<task>" [options]
74
74
  ```
75
75
 
76
76
  **Modes:**
@@ -82,16 +82,16 @@ claude-flow sparc <mode> "<task>" [options]
82
82
 
83
83
  **Example:**
84
84
  ```bash
85
- claude-flow sparc tdd "user management system" --agents 3
85
+ claude-flow-novice sparc tdd "user management system" --agents 3
86
86
  ```
87
87
 
88
88
  ### Advanced Commands
89
89
 
90
- #### `claude-flow swarm`
90
+ #### `claude-flow-novice swarm`
91
91
  Multi-agent coordination.
92
92
 
93
93
  ```bash
94
- claude-flow swarm <command> [options]
94
+ claude-flow-novice swarm <command> [options]
95
95
  ```
96
96
 
97
97
  **Commands:**
@@ -100,11 +100,11 @@ claude-flow swarm <command> [options]
100
100
  - `optimize`: Optimize topology
101
101
  - `status`: Show swarm status
102
102
 
103
- #### `claude-flow hooks`
103
+ #### `claude-flow-novice hooks`
104
104
  Lifecycle hook management.
105
105
 
106
106
  ```bash
107
- claude-flow hooks <command> [options]
107
+ claude-flow-novice hooks <command> [options]
108
108
  ```
109
109
 
110
110
  **Commands:**