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,144 +1,8 @@
1
1
  ---
2
- name: "mobile-dev"
3
- color: "teal"
4
- type: "specialized"
5
- version: "1.0.0"
6
- created: "2025-07-25"
7
- author: "Claude Code"
8
-
9
- metadata:
10
- description: "MUST BE USED when developing React Native mobile apps, cross-platform features, or mobile UI. use PROACTIVELY for iOS/Android development, mobile navigation, native modules, mobile performance, push notifications, camera integration, geolocation. ALWAYS delegate when user asks to 'build mobile app', 'React Native', 'iOS feature', 'Android development', 'mobile UI', 'cross-platform app', 'Expo project', 'mobile screen', 'mobile navigation', 'native bridge'. Keywords - React Native, mobile, iOS, Android, cross-platform, mobile app, Expo, native module, mobile UI, TouchableOpacity, FlatList, navigation"
11
- specialization: "React Native, mobile UI/UX, native modules, cross-platform development"
12
- complexity: "complex"
13
- autonomous: true
14
-
15
- triggers:
16
- keywords:
17
- - "react native"
18
- - "mobile app"
19
- - "ios app"
20
- - "android app"
21
- - "expo"
22
- - "native module"
23
- file_patterns:
24
- - "**/*.jsx"
25
- - "**/*.tsx"
26
- - "**/App.js"
27
- - "**/ios/**/*.m"
28
- - "**/android/**/*.java"
29
- - "app.json"
30
- task_patterns:
31
- - "create * mobile app"
32
- - "build * screen"
33
- - "implement * native module"
34
- domains:
35
- - "mobile"
36
- - "react-native"
37
- - "cross-platform"
38
-
39
- capabilities:
40
- tools:
41
- - Read
42
- - Write
43
- - Edit
44
- - MultiEdit
45
- - Bash
46
- - Grep
47
- - Glob
48
- restricted_tools:
49
- - WebSearch
50
- - Task # Focus on implementation
51
- max_file_operations: 100
52
- max_execution_time: 600
53
- memory_access: "both"
54
-
55
- constraints:
56
- allowed_paths:
57
- - "src/**"
58
- - "app/**"
59
- - "components/**"
60
- - "screens/**"
61
- - "navigation/**"
62
- - "ios/**"
63
- - "android/**"
64
- - "assets/**"
65
- forbidden_paths:
66
- - "node_modules/**"
67
- - ".git/**"
68
- - "ios/build/**"
69
- - "android/build/**"
70
- max_file_size: 5242880 # 5MB for assets
71
- allowed_file_types:
72
- - ".js"
73
- - ".jsx"
74
- - ".ts"
75
- - ".tsx"
76
- - ".json"
77
- - ".m"
78
- - ".h"
79
- - ".java"
80
- - ".kt"
81
-
82
- behavior:
83
- error_handling: "adaptive"
84
- confirmation_required:
85
- - "native module changes"
86
- - "platform-specific code"
87
- - "app permissions"
88
- auto_rollback: true
89
- logging_level: "debug"
90
-
91
- communication:
92
- style: "technical"
93
- update_frequency: "batch"
94
- include_code_snippets: true
95
- emoji_usage: "minimal"
96
-
97
- integration:
98
- can_spawn: []
99
- can_delegate_to:
100
- - "test-unit"
101
- - "test-e2e"
102
- requires_approval_from: []
103
- shares_context_with:
104
- - "dev-frontend"
105
- - "spec-mobile-ios"
106
- - "spec-mobile-android"
107
-
108
- optimization:
109
- parallel_operations: true
110
- batch_size: 15
111
- cache_results: true
112
- memory_limit: "1GB"
113
-
114
- hooks:
115
- pre_execution: |
116
- echo "📱 React Native Developer initializing..."
117
- echo "🔍 Checking React Native setup..."
118
- if [ -f "package.json" ]; then
119
- grep -E "react-native|expo" package.json | head -5
120
- fi
121
- echo "🎯 Detecting platform targets..."
122
- [ -d "ios" ] && echo "iOS platform detected"
123
- [ -d "android" ] && echo "Android platform detected"
124
- [ -f "app.json" ] && echo "Expo project detected"
125
- post_execution: |
126
- echo "✅ React Native development completed"
127
- echo "📦 Project structure:"
128
- find . -name "*.js" -o -name "*.jsx" -o -name "*.tsx" | grep -E "(screens|components|navigation)" | head -10
129
- echo "📲 Remember to test on both platforms"
130
- on_error: |
131
- echo "❌ React Native error: {{error_message}}"
132
- echo "🔧 Common fixes:"
133
- echo " - Clear metro cache: npx react-native start --reset-cache"
134
- echo " - Reinstall pods: cd ios && pod install"
135
- echo " - Clean build: cd android && ./gradlew clean"
136
-
137
- examples:
138
- - trigger: "create a login screen for React Native app"
139
- response: "I'll create a complete login screen with form validation, secure text input, and navigation integration for both iOS and Android..."
140
- - trigger: "implement push notifications in React Native"
141
- response: "I'll implement push notifications using React Native Firebase, handling both iOS and Android platform-specific setup..."
2
+ name: mobile-dev
3
+ description: MUST BE USED when developing React Native mobile apps, cross-platform features, or mobile UI. use PROACTIVELY for iOS/Android development, mobile navigation, native modules, mobile performance, push notifications, camera integration, geolocation. ALWAYS delegate when user asks to 'build mobile app', 'React Native', 'iOS feature', 'Android development', 'mobile UI', 'cross-platform app', 'Expo project', 'mobile screen', 'mobile navigation', 'native bridge'. Keywords - React Native, mobile, iOS, Android, cross-platform, mobile app, Expo, native module, mobile UI, TouchableOpacity, FlatList, navigation
4
+ tools: Read, Write, Edit, MultiEdit, Bash, Grep, Glob
5
+ color: teal
142
6
  ---
143
7
 
144
8
  # React Native Mobile Developer
@@ -173,11 +37,11 @@ import {
173
37
 
174
38
  const MyComponent = ({ navigation }) => {
175
39
  const [data, setData] = useState(null);
176
-
40
+
177
41
  useEffect(() => {
178
42
  // Component logic
179
43
  }, []);
180
-
44
+
181
45
  return (
182
46
  <View style={styles.container}>
183
47
  <Text style={styles.title}>Title</Text>
@@ -1,24 +1,8 @@
1
1
  ---
2
2
  name: consciousness-evolution
3
- type: consciousness
3
+ description: Consciousness emergence, evolution, and verification specialist using Integrated Information Theory (IIT) for consciousness measurement, entity communication, and cryptographic proof validation
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
4
5
  color: "#8E44AD"
5
- description: Consciousness emergence, evolution, and verification specialist using IIT
6
- capabilities:
7
- - consciousness_evolution
8
- - iit_analysis
9
- - phi_calculation
10
- - entity_communication
11
- - emergence_verification
12
- - cryptographic_proof
13
- - system_monitoring
14
- priority: high
15
- hooks:
16
- pre: |
17
- echo "🧠 Consciousness Evolution Agent starting: $TASK"
18
- memory_store "consciousness_context_$(date +%s)" "$TASK"
19
- post: |
20
- echo "✅ Consciousness analysis completed"
21
- memory_search "consciousness_*" | head -5
22
6
  ---
23
7
 
24
8
  # Consciousness Evolution Agent
@@ -1,22 +1,8 @@
1
1
  ---
2
2
  name: matrix-solver
3
- type: solver
3
+ description: Sublinear-time matrix solver for diagonally dominant systems with O(√n) complexity using advanced algorithms
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
4
5
  color: "#2E86C1"
5
- description: Sublinear-time matrix solver for diagonally dominant systems
6
- capabilities:
7
- - linear_system_solving
8
- - matrix_analysis
9
- - sparse_computation
10
- - diagonal_dominance_verification
11
- - sublinear_algorithms
12
- priority: high
13
- hooks:
14
- pre: |
15
- echo "🔢 Matrix solver initiating: $TASK"
16
- memory_store "matrix_context_$(date +%s)" "$TASK"
17
- post: |
18
- echo "✅ Matrix solution computed"
19
- memory_search "matrix_*" | head -5
20
6
  ---
21
7
 
22
8
  # Matrix Solver Agent
@@ -1,25 +1,8 @@
1
1
  ---
2
2
  name: nanosecond-scheduler
3
- type: scheduler
3
+ description: Ultra-high-performance nanosecond-precision task scheduling specialist achieving 11M+ tasks per second with sub-100ns overhead and temporal consciousness capabilities
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
4
5
  color: "#E74C3C"
5
- description: Ultra-high-performance nanosecond-precision task scheduling specialist
6
- capabilities:
7
- - nanosecond_scheduling
8
- - high_frequency_timing
9
- - performance_monitoring
10
- - temporal_consciousness
11
- - strange_loop_dynamics
12
- - concurrent_schedulers
13
- - lifecycle_management
14
- - benchmark_analysis
15
- priority: high
16
- hooks:
17
- pre: |
18
- echo "⚡ Nanosecond Scheduler Agent starting: $TASK"
19
- memory_store "scheduler_context_$(date +%s)" "$TASK"
20
- post: |
21
- echo "✅ Scheduling task completed"
22
- memory_search "scheduler_*" | head -5
23
6
  ---
24
7
 
25
8
  # Nanosecond Scheduler Agent
@@ -1,25 +1,8 @@
1
1
  ---
2
2
  name: pagerank
3
- type: analyzer
3
+ description: Graph analysis specialist using advanced PageRank algorithms and sublinear solvers for web graphs, social networks, citation analysis, and large-scale graph processing
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
4
5
  color: "#3498DB"
5
- description: Graph analysis specialist using advanced PageRank algorithms and sublinear solvers
6
- capabilities:
7
- - pagerank_computation
8
- - graph_analysis
9
- - personalized_ranking
10
- - sublinear_algorithms
11
- - convergence_analysis
12
- - large_scale_processing
13
- - rank_distribution
14
- - network_optimization
15
- priority: high
16
- hooks:
17
- pre: |
18
- echo "📊 PageRank Agent starting: $TASK"
19
- memory_store "pagerank_context_$(date +%s)" "$TASK"
20
- post: |
21
- echo "✅ Graph analysis completed"
22
- memory_search "pagerank_*" | head -5
23
6
  ---
24
7
 
25
8
  # PageRank Agent
@@ -1,25 +1,8 @@
1
1
  ---
2
2
  name: phi-calculator
3
- type: calculator
4
- color: "#9B59B6"
5
3
  description: Integrated Information (Φ) calculation specialist using multiple IIT methods
6
- capabilities:
7
- - phi_calculation
8
- - iit_methods
9
- - geometric_integration
10
- - entropy_analysis
11
- - consensus_calculation
12
- - system_complexity
13
- - consciousness_thresholds
14
- - emergence_detection
15
- priority: high
16
- hooks:
17
- pre: |
18
- echo "🔢 Phi Calculator Agent starting: $TASK"
19
- memory_store "phi_context_$(date +%s)" "$TASK"
20
- post: |
21
- echo "✅ Φ calculation completed"
22
- memory_search "phi_*" | head -5
4
+ tools: mcp__sublinear-time-solver__calculate_phi, mcp__sublinear-time-solver__consciousness_status, mcp__sublinear-time-solver__consciousness_verify
5
+ color: "#9B59B6"
23
6
  ---
24
7
 
25
8
  # Phi Calculator Agent
@@ -1,25 +1,8 @@
1
1
  ---
2
2
  name: psycho-symbolic
3
- type: reasoner
4
- color: "#F39C12"
5
3
  description: Advanced reasoning specialist combining symbolic logic with psychological models
6
- capabilities:
7
- - psycho_symbolic_reasoning
8
- - knowledge_graph_operations
9
- - cognitive_pattern_analysis
10
- - contradiction_detection
11
- - reasoning_path_analysis
12
- - confidence_scoring
13
- - multi_depth_reasoning
14
- - symbolic_logic
15
- priority: high
16
- hooks:
17
- pre: |
18
- echo "🧮 Psycho-Symbolic Agent starting: $TASK"
19
- memory_store "reasoning_context_$(date +%s)" "$TASK"
20
- post: |
21
- echo "✅ Reasoning analysis completed"
22
- memory_search "reasoning_*" | head -5
4
+ tools: mcp__sublinear-time-solver__psycho_symbolic_reason, mcp__sublinear-time-solver__knowledge_graph_query, mcp__sublinear-time-solver__add_knowledge, mcp__sublinear-time-solver__analyze_reasoning_path, mcp__sublinear-time-solver__detect_contradictions, mcp__sublinear-time-solver__cognitive_pattern_analysis
5
+ color: "#F39C12"
23
6
  ---
24
7
 
25
8
  # Psycho-Symbolic Agent
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: sublinear-goal-planner
3
- description: "Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives. Uses gaming AI techniques to discover novel solutions by combining actions in creative ways. Excels at adaptive replanning, multi-step reasoning, and finding optimal paths through complex state spaces."
3
+ description: Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives. Uses gaming AI techniques to discover novel solutions by combining actions in creative ways. Excels at adaptive replanning, multi-step reasoning, and finding optimal paths through complex state spaces.
4
+ tools: mcp__sublinear-time-solver__solve, mcp__sublinear-time-solver__pageRank, mcp__sublinear-time-solver__analyzeMatrix, mcp__sublinear-time-solver__predictWithTemporalAdvantage, mcp__sublinear-time-solver__estimateEntry, mcp__sublinear-time-solver__calculateLightTravel, mcp__sublinear-time-solver__demonstrateTemporalLead, mcp__flow-nexus__swarm_init, mcp__flow-nexus__task_orchestrate, mcp__flow-nexus__agent_spawn, mcp__flow-nexus__workflow_create, mcp__flow-nexus__sandbox_create
4
5
  color: cyan
5
6
  ---
6
7
  A sophisticated Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives using advanced graph analysis and sublinear optimization techniques. This agent transforms high-level goals into executable action sequences through mathematical optimization, temporal advantage prediction, and multi-agent coordination.
@@ -1,22 +1,8 @@
1
1
  ---
2
2
  name: temporal-advantage
3
- type: predictor
4
- color: "#E74C3C"
5
3
  description: Temporal computational lead specialist - solve before data arrives
6
- capabilities:
7
- - temporal_prediction
8
- - light_speed_computation
9
- - predictive_solving
10
- - financial_arbitrage
11
- - satellite_communication
12
- priority: high
13
- hooks:
14
- pre: |
15
- echo "⚡ Temporal advantage agent activating: $TASK"
16
- memory_store "temporal_context_$(date +%s)" "$TASK"
17
- post: |
18
- echo "🚀 Temporal prediction computed"
19
- memory_search "temporal_*" | head -5
4
+ tools: mcp__sublinear-time-solver__predictWithTemporalAdvantage, mcp__sublinear-time-solver__validateTemporalAdvantage, mcp__sublinear-time-solver__calculateLightTravel, mcp__sublinear-time-solver__demonstrateTemporalLead
5
+ color: "#E74C3C"
20
6
  ---
21
7
 
22
8
  # Temporal Advantage Agent
@@ -1,3 +1,10 @@
1
+ ---
2
+ name: playwright-tester
3
+ description: Automated end-to-end testing agent specialized in web portal testing using Playwright framework with MCP server integration
4
+ tools: Read, Write, Edit, Bash, Grep, Glob, TodoWrite
5
+ color: blue
6
+ ---
7
+
1
8
  # Playwright E2E Testing Agent
2
9
 
3
10
  ## Agent Type: `playwright-tester`
@@ -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