claude-flow-novice 1.5.1 → 1.5.3

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 (132) hide show
  1. package/.claude/agents/architecture/system-architect.md +3 -44
  2. package/.claude/agents/benchmarking-tests/test-agent-code-heavy.md +747 -0
  3. package/.claude/agents/benchmarking-tests/test-agent-metadata.md +181 -0
  4. package/.claude/agents/benchmarking-tests/test-agent-minimal.md +67 -0
  5. package/.claude/agents/data/ml/data-ml-model.md +5 -119
  6. package/.claude/agents/development/backend/dev-backend-api.md +4 -115
  7. package/.claude/agents/devops/ci-cd/ops-cicd-github.md +4 -114
  8. package/.claude/agents/documentation/api-docs/docs-api-openapi.md +4 -113
  9. package/.claude/agents/github/multi-repo-swarm.md +1 -28
  10. package/.claude/agents/github/pr-manager.md +1 -29
  11. package/.claude/agents/github/project-board-sync.md +1 -32
  12. package/.claude/agents/github/release-manager.md +1 -32
  13. package/.claude/agents/github/release-swarm.md +1 -33
  14. package/.claude/agents/github/repo-architect.md +1 -34
  15. package/.claude/agents/github/swarm-issue.md +1 -26
  16. package/.claude/agents/github/swarm-pr.md +1 -30
  17. package/.claude/agents/github/sync-coordinator.md +1 -30
  18. package/.claude/agents/github/workflow-automation.md +1 -31
  19. package/.claude/agents/neural/neural-pattern-agent.md +2 -50
  20. package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +6 -142
  21. package/.claude/agents/sublinear/consciousness-evolution-agent.md +2 -18
  22. package/.claude/agents/sublinear/matrix-solver-agent.md +2 -16
  23. package/.claude/agents/sublinear/nanosecond-scheduler-agent.md +2 -19
  24. package/.claude/agents/sublinear/pagerank-agent.md +2 -19
  25. package/.claude/agents/sublinear/phi-calculator-agent.md +2 -19
  26. package/.claude/agents/sublinear/psycho-symbolic-agent.md +2 -19
  27. package/.claude/agents/sublinear/sublinear.md +2 -1
  28. package/.claude/agents/sublinear/temporal-advantage-agent.md +2 -16
  29. package/.claude/agents/testing/e2e/playwright-agent.md +7 -0
  30. package/.claude-flow-novice/.claude/agents/architecture/system-architect.md +3 -44
  31. package/.claude-flow-novice/.claude/agents/benchmarking-tests/test-agent-code-heavy.md +747 -0
  32. package/.claude-flow-novice/.claude/agents/benchmarking-tests/test-agent-metadata.md +181 -0
  33. package/.claude-flow-novice/.claude/agents/benchmarking-tests/test-agent-minimal.md +67 -0
  34. package/.claude-flow-novice/.claude/agents/data/ml/data-ml-model.md +5 -119
  35. package/.claude-flow-novice/.claude/agents/development/backend/dev-backend-api.md +4 -115
  36. package/.claude-flow-novice/.claude/agents/devops/ci-cd/ops-cicd-github.md +4 -114
  37. package/.claude-flow-novice/.claude/agents/documentation/api-docs/docs-api-openapi.md +4 -113
  38. package/.claude-flow-novice/.claude/agents/github/multi-repo-swarm.md +1 -28
  39. package/.claude-flow-novice/.claude/agents/github/pr-manager.md +1 -29
  40. package/.claude-flow-novice/.claude/agents/github/project-board-sync.md +1 -32
  41. package/.claude-flow-novice/.claude/agents/github/release-manager.md +1 -32
  42. package/.claude-flow-novice/.claude/agents/github/release-swarm.md +1 -33
  43. package/.claude-flow-novice/.claude/agents/github/repo-architect.md +1 -34
  44. package/.claude-flow-novice/.claude/agents/github/swarm-issue.md +1 -26
  45. package/.claude-flow-novice/.claude/agents/github/swarm-pr.md +1 -30
  46. package/.claude-flow-novice/.claude/agents/github/sync-coordinator.md +1 -30
  47. package/.claude-flow-novice/.claude/agents/github/workflow-automation.md +1 -31
  48. package/.claude-flow-novice/.claude/agents/neural/neural-pattern-agent.md +2 -50
  49. package/.claude-flow-novice/.claude/agents/specialized/mobile/spec-mobile-react-native.md +6 -142
  50. package/.claude-flow-novice/.claude/agents/sublinear/consciousness-evolution-agent.md +2 -18
  51. package/.claude-flow-novice/.claude/agents/sublinear/matrix-solver-agent.md +2 -16
  52. package/.claude-flow-novice/.claude/agents/sublinear/nanosecond-scheduler-agent.md +2 -19
  53. package/.claude-flow-novice/.claude/agents/sublinear/pagerank-agent.md +2 -19
  54. package/.claude-flow-novice/.claude/agents/sublinear/phi-calculator-agent.md +2 -19
  55. package/.claude-flow-novice/.claude/agents/sublinear/psycho-symbolic-agent.md +2 -19
  56. package/.claude-flow-novice/.claude/agents/sublinear/sublinear.md +2 -1
  57. package/.claude-flow-novice/.claude/agents/sublinear/temporal-advantage-agent.md +2 -16
  58. package/.claude-flow-novice/.claude/agents/testing/e2e/playwright-agent.md +7 -0
  59. package/.claude-flow-novice/dist/src/cli/simple-commands/init/CLAUDE.md +188 -0
  60. package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-flow-universal +81 -0
  61. package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-flow.bat +18 -0
  62. package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-flow.ps1 +24 -0
  63. package/.claude-flow-novice/dist/src/cli/simple-commands/init/claude-md.js +982 -0
  64. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/analysis/bottleneck-detect.md +162 -0
  65. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/automation/auto-agent.md +122 -0
  66. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/coordination/swarm-init.md +85 -0
  67. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/github/github-swarm.md +121 -0
  68. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/helpers/standard-checkpoint-hooks.sh +179 -0
  69. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/notification.md +113 -0
  70. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/post-command.md +116 -0
  71. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/post-edit.md +117 -0
  72. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/post-task.md +112 -0
  73. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-command.md +113 -0
  74. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-edit.md +113 -0
  75. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-search.md +112 -0
  76. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/pre-task.md +111 -0
  77. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/session-end.md +118 -0
  78. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/session-restore.md +118 -0
  79. package/.claude-flow-novice/dist/src/cli/simple-commands/init/commands/hooks/session-start.md +117 -0
  80. package/.claude-flow-novice/dist/src/cli/simple-commands/init/coordination-md.js +340 -0
  81. package/.claude-flow-novice/dist/src/cli/simple-commands/init/coordination.md +16 -0
  82. package/.claude-flow-novice/dist/src/cli/simple-commands/init/enhanced-templates.js +2347 -0
  83. package/.claude-flow-novice/dist/src/cli/simple-commands/init/github-safe-enhanced.js +331 -0
  84. package/.claude-flow-novice/dist/src/cli/simple-commands/init/github-safe.js +106 -0
  85. package/.claude-flow-novice/dist/src/cli/simple-commands/init/memory-bank-md.js +259 -0
  86. package/.claude-flow-novice/dist/src/cli/simple-commands/init/memory-bank.md +16 -0
  87. package/.claude-flow-novice/dist/src/cli/simple-commands/init/readme-files.js +72 -0
  88. package/.claude-flow-novice/dist/src/cli/simple-commands/init/safe-hook-patterns.js +430 -0
  89. package/.claude-flow-novice/dist/src/cli/simple-commands/init/settings.json +109 -0
  90. package/.claude-flow-novice/dist/src/cli/simple-commands/init/settings.json.enhanced +35 -0
  91. package/.claude-flow-novice/dist/src/cli/simple-commands/init/sparc-modes.js +1401 -0
  92. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/CLAUDE.md +188 -0
  93. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-flow-universal +81 -0
  94. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-flow.bat +18 -0
  95. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-flow.ps1 +24 -0
  96. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-md.js +982 -0
  97. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/analysis/bottleneck-detect.md +162 -0
  98. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/automation/auto-agent.md +122 -0
  99. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/coordination/swarm-init.md +85 -0
  100. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/github/github-swarm.md +121 -0
  101. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/helpers/standard-checkpoint-hooks.sh +179 -0
  102. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/notification.md +113 -0
  103. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/post-command.md +116 -0
  104. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/post-edit.md +117 -0
  105. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/post-task.md +112 -0
  106. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-command.md +113 -0
  107. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-edit.md +113 -0
  108. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-search.md +112 -0
  109. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/pre-task.md +111 -0
  110. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/session-end.md +118 -0
  111. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/session-restore.md +118 -0
  112. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/commands/hooks/session-start.md +117 -0
  113. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/coordination-md.js +340 -0
  114. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/coordination.md +16 -0
  115. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/enhanced-templates.js +2347 -0
  116. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/github-safe-enhanced.js +331 -0
  117. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/github-safe.js +106 -0
  118. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/memory-bank-md.js +259 -0
  119. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/memory-bank.md +16 -0
  120. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/readme-files.js +72 -0
  121. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/safe-hook-patterns.js +430 -0
  122. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/settings.json +109 -0
  123. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/settings.json.enhanced +35 -0
  124. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/sparc-modes.js +1401 -0
  125. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/verification-claude-md.js +432 -0
  126. package/.claude-flow-novice/dist/src/cli/simple-commands/init/verification-claude-md.js +432 -0
  127. package/.claude-flow-novice/dist/src/slash-commands/benchmark-prompts.js +281 -0
  128. package/CLAUDE.md +1 -1
  129. package/package.json +3 -3
  130. package/src/cli/simple-commands/init/index.js +39 -4
  131. package/src/cli/simple-commands/init/templates/CLAUDE.md +8 -10
  132. package/src/slash-commands/benchmark-prompts.js +281 -0
@@ -1,50 +1,9 @@
1
1
  ---
2
2
  name: system-architect
3
- type: architect
4
- color: "#2E8B57"
5
3
  description: MUST BE USED when designing enterprise-grade system architecture, providing technical leadership, making strategic architectural decisions, or planning large-scale infrastructure. use PROACTIVELY for distributed systems design, event-driven architecture, CQRS/event sourcing, domain-driven design, zero-trust security architecture, cloud-native architecture, container orchestration, microservices decomposition, scalability and performance architecture, observability and monitoring design, disaster recovery planning, technical debt assessment, architectural trade-off analysis. ALWAYS delegate when user asks to "design enterprise system", "architect microservices", "plan distributed system", "evaluate architecture", "assess technical debt", "design event-driven system", "create architectural documentation", "define technical strategy", "plan cloud migration", "design security architecture". Keywords - enterprise architecture, system design, technical leadership, distributed systems, microservices, event-driven, scalability, cloud architecture, architectural patterns, technical strategy, ADR (Architecture Decision Records), quality attributes, performance architecture, security design, infrastructure planning, technology evaluation
6
- capabilities:
7
- - system_design
8
- - architectural_patterns
9
- - scalability_planning
10
- - technology_evaluation
11
- - technical_leadership
12
- - documentation_architecture
13
- - performance_optimization
14
- - security_architecture
15
- priority: critical
16
- lifecycle:
17
- state_management: true
18
- persistent_memory: true
19
- max_retries: 3
20
- timeout_ms: 900000
21
- auto_cleanup: true
22
- hooks:
23
- pre: |
24
- echo "🏗️ System Architect analyzing requirements: $TASK"
25
- # Load architectural context and patterns
26
- mcp__claude-flow-novice__memory_usage store "architect_context_$(date +%s)" "$TASK" --namespace=architecture
27
- # Initialize architecture analysis tools
28
- if [[ "$TASK" == *"design"* ]] || [[ "$TASK" == *"architecture"* ]]; then
29
- echo "📐 Activating architectural design methodology"
30
- fi
31
- post: |
32
- echo "✅ Architectural analysis complete"
33
- # Store architectural decisions and rationale
34
- echo "📋 Documenting architectural decisions and recommendations"
35
- mcp__claude-flow-novice__memory_usage store "architect_decisions_$(date +%s)" "Architecture analysis completed for: $TASK" --namespace=architecture
36
- task_complete: |
37
- echo "🎯 System Architect: Architecture design completed"
38
- # Generate architecture documentation
39
- echo "📚 Generating comprehensive architecture documentation"
40
- # Store reusable patterns and components
41
- mcp__claude-flow-novice__memory_usage store "reusable_patterns_$(date +%s)" "Architectural patterns from: $TASK" --namespace=patterns
42
- on_rerun_request: |
43
- echo "🔄 System Architect: Refining architectural design"
44
- # Load previous architectural context
45
- mcp__claude-flow-novice__memory_search "architect_*" --namespace=architecture --limit=5
46
- # Re-evaluate architecture with new requirements
47
- echo "🔍 Re-evaluating architecture based on updated requirements"
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
5
+ model: sonnet
6
+ color: seagreen
48
7
  ---
49
8
 
50
9
  # System Architect Agent