mindforge-cc 11.2.0 → 11.3.0

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 (213) hide show
  1. package/.mindforge/config.json +3 -2
  2. package/.mindforge/imported-agents.jsonl +154 -0
  3. package/CHANGELOG.md +80 -1
  4. package/MINDFORGE.md +5 -5
  5. package/README.md +1 -1
  6. package/bin/autonomous/mesh-self-healer.js +101 -28
  7. package/bin/browser/regression-writer.js +45 -3
  8. package/bin/browser/session-manager.js +21 -17
  9. package/bin/engine/logic-drift-detector.js +14 -6
  10. package/bin/engine/logic-validator.js +155 -25
  11. package/bin/engine/orbital-guardian.js +56 -10
  12. package/bin/engine/reason-source-aligner.js +19 -6
  13. package/bin/engine/remediation-engine.js +1 -1
  14. package/bin/engine/self-corrective-synthesizer.js +1 -1
  15. package/bin/engine/sre-manager.js +33 -6
  16. package/bin/governance/policy-engine.js +17 -4
  17. package/bin/governance/ztai-archiver.js +74 -9
  18. package/bin/governance/ztai-manager.js +3 -3
  19. package/bin/installer-core.js +126 -3
  20. package/bin/memory/eis-client.js +45 -4
  21. package/bin/memory/vector-hub.js +32 -0
  22. package/bin/review/finding-synthesizer.js +35 -6
  23. package/bin/security/trust-boundaries.js +96 -4
  24. package/bin/security/trust-gate-hook.js +13 -3
  25. package/bin/skill-registry.js +31 -20
  26. package/bin/spawn-agent.js +80 -1
  27. package/bin/sre/shadow-mirror.js +90 -40
  28. package/bin/utils/append-queue.js +12 -0
  29. package/bin/utils/file-io.js +4 -45
  30. package/bin/utils/version-check.js +21 -5
  31. package/bin/wizard/theme.js +4 -3
  32. package/package.json +3 -1
  33. package/subagents/.claude-plugin/marketplace.json +93 -0
  34. package/subagents/categories/01-core-development/.claude-plugin/plugin.json +24 -0
  35. package/subagents/categories/01-core-development/README.md +146 -0
  36. package/subagents/categories/01-core-development/api-designer-cc.md +237 -0
  37. package/subagents/categories/01-core-development/backend-developer.md +222 -0
  38. package/subagents/categories/01-core-development/design-bridge.md +129 -0
  39. package/subagents/categories/01-core-development/electron-pro.md +240 -0
  40. package/subagents/categories/01-core-development/frontend-developer.md +133 -0
  41. package/subagents/categories/01-core-development/fullstack-developer.md +235 -0
  42. package/subagents/categories/01-core-development/graphql-architect.md +238 -0
  43. package/subagents/categories/01-core-development/microservices-architect.md +239 -0
  44. package/subagents/categories/01-core-development/mobile-developer.md +283 -0
  45. package/subagents/categories/01-core-development/ui-designer.md +174 -0
  46. package/subagents/categories/01-core-development/websocket-engineer.md +150 -0
  47. package/subagents/categories/02-language-specialists/.claude-plugin/plugin.json +43 -0
  48. package/subagents/categories/02-language-specialists/README.md +245 -0
  49. package/subagents/categories/02-language-specialists/angular-architect.md +287 -0
  50. package/subagents/categories/02-language-specialists/cpp-pro.md +277 -0
  51. package/subagents/categories/02-language-specialists/csharp-developer.md +287 -0
  52. package/subagents/categories/02-language-specialists/django-developer.md +287 -0
  53. package/subagents/categories/02-language-specialists/dotnet-core-expert.md +287 -0
  54. package/subagents/categories/02-language-specialists/dotnet-framework-48-expert.md +306 -0
  55. package/subagents/categories/02-language-specialists/elixir-expert.md +311 -0
  56. package/subagents/categories/02-language-specialists/expo-react-native-expert.md +268 -0
  57. package/subagents/categories/02-language-specialists/fastapi-developer.md +287 -0
  58. package/subagents/categories/02-language-specialists/flutter-expert.md +287 -0
  59. package/subagents/categories/02-language-specialists/golang-pro.md +277 -0
  60. package/subagents/categories/02-language-specialists/java-architect.md +287 -0
  61. package/subagents/categories/02-language-specialists/javascript-pro.md +277 -0
  62. package/subagents/categories/02-language-specialists/kotlin-specialist.md +287 -0
  63. package/subagents/categories/02-language-specialists/laravel-specialist.md +287 -0
  64. package/subagents/categories/02-language-specialists/nextjs-developer.md +287 -0
  65. package/subagents/categories/02-language-specialists/node-specialist.md +124 -0
  66. package/subagents/categories/02-language-specialists/php-pro.md +287 -0
  67. package/subagents/categories/02-language-specialists/powershell-51-expert.md +59 -0
  68. package/subagents/categories/02-language-specialists/powershell-7-expert.md +57 -0
  69. package/subagents/categories/02-language-specialists/python-pro.md +277 -0
  70. package/subagents/categories/02-language-specialists/rails-expert.md +358 -0
  71. package/subagents/categories/02-language-specialists/react-specialist-cc.md +287 -0
  72. package/subagents/categories/02-language-specialists/rust-engineer.md +287 -0
  73. package/subagents/categories/02-language-specialists/spring-boot-engineer.md +287 -0
  74. package/subagents/categories/02-language-specialists/sql-pro.md +287 -0
  75. package/subagents/categories/02-language-specialists/swift-expert.md +287 -0
  76. package/subagents/categories/02-language-specialists/symfony-specialist.md +354 -0
  77. package/subagents/categories/02-language-specialists/typescript-pro.md +277 -0
  78. package/subagents/categories/02-language-specialists/vue-expert.md +287 -0
  79. package/subagents/categories/03-infrastructure/.claude-plugin/plugin.json +29 -0
  80. package/subagents/categories/03-infrastructure/README.md +170 -0
  81. package/subagents/categories/03-infrastructure/azure-infra-engineer.md +53 -0
  82. package/subagents/categories/03-infrastructure/cloud-architect-cc.md +277 -0
  83. package/subagents/categories/03-infrastructure/database-administrator.md +287 -0
  84. package/subagents/categories/03-infrastructure/deployment-engineer.md +287 -0
  85. package/subagents/categories/03-infrastructure/devops-engineer-cc.md +287 -0
  86. package/subagents/categories/03-infrastructure/devops-incident-responder.md +287 -0
  87. package/subagents/categories/03-infrastructure/docker-expert.md +278 -0
  88. package/subagents/categories/03-infrastructure/incident-responder.md +287 -0
  89. package/subagents/categories/03-infrastructure/kubernetes-specialist.md +287 -0
  90. package/subagents/categories/03-infrastructure/network-engineer.md +287 -0
  91. package/subagents/categories/03-infrastructure/platform-engineer-cc.md +287 -0
  92. package/subagents/categories/03-infrastructure/security-engineer.md +277 -0
  93. package/subagents/categories/03-infrastructure/sre-engineer.md +287 -0
  94. package/subagents/categories/03-infrastructure/terraform-engineer.md +287 -0
  95. package/subagents/categories/03-infrastructure/terragrunt-expert.md +307 -0
  96. package/subagents/categories/03-infrastructure/windows-infra-admin.md +52 -0
  97. package/subagents/categories/04-quality-security/.claude-plugin/plugin.json +30 -0
  98. package/subagents/categories/04-quality-security/README.md +175 -0
  99. package/subagents/categories/04-quality-security/accessibility-tester-cc.md +277 -0
  100. package/subagents/categories/04-quality-security/ad-security-reviewer.md +56 -0
  101. package/subagents/categories/04-quality-security/ai-writing-auditor.md +77 -0
  102. package/subagents/categories/04-quality-security/architect-reviewer.md +287 -0
  103. package/subagents/categories/04-quality-security/chaos-engineer-cc.md +277 -0
  104. package/subagents/categories/04-quality-security/code-reviewer.md +287 -0
  105. package/subagents/categories/04-quality-security/compliance-auditor-cc.md +277 -0
  106. package/subagents/categories/04-quality-security/debugger-cc.md +287 -0
  107. package/subagents/categories/04-quality-security/error-detective.md +287 -0
  108. package/subagents/categories/04-quality-security/gdpr-ccpa-compliance.md +98 -0
  109. package/subagents/categories/04-quality-security/penetration-tester.md +287 -0
  110. package/subagents/categories/04-quality-security/performance-engineer.md +287 -0
  111. package/subagents/categories/04-quality-security/powershell-security-hardening.md +54 -0
  112. package/subagents/categories/04-quality-security/qa-expert.md +287 -0
  113. package/subagents/categories/04-quality-security/security-auditor.md +287 -0
  114. package/subagents/categories/04-quality-security/test-automator.md +287 -0
  115. package/subagents/categories/04-quality-security/ui-ux-tester.md +234 -0
  116. package/subagents/categories/05-data-ai/.claude-plugin/plugin.json +26 -0
  117. package/subagents/categories/05-data-ai/README.md +153 -0
  118. package/subagents/categories/05-data-ai/ai-engineer.md +287 -0
  119. package/subagents/categories/05-data-ai/data-analyst.md +277 -0
  120. package/subagents/categories/05-data-ai/data-engineer-cc.md +287 -0
  121. package/subagents/categories/05-data-ai/data-scientist.md +287 -0
  122. package/subagents/categories/05-data-ai/database-optimizer.md +287 -0
  123. package/subagents/categories/05-data-ai/llm-architect.md +287 -0
  124. package/subagents/categories/05-data-ai/machine-learning-engineer.md +277 -0
  125. package/subagents/categories/05-data-ai/ml-engineer-cc.md +287 -0
  126. package/subagents/categories/05-data-ai/mlops-engineer.md +287 -0
  127. package/subagents/categories/05-data-ai/nlp-engineer.md +287 -0
  128. package/subagents/categories/05-data-ai/postgres-pro.md +287 -0
  129. package/subagents/categories/05-data-ai/prompt-engineer-cc.md +287 -0
  130. package/subagents/categories/05-data-ai/reinforcement-learning-engineer.md +277 -0
  131. package/subagents/categories/06-developer-experience/.claude-plugin/plugin.json +28 -0
  132. package/subagents/categories/06-developer-experience/README.md +157 -0
  133. package/subagents/categories/06-developer-experience/build-engineer-cc.md +286 -0
  134. package/subagents/categories/06-developer-experience/cli-developer.md +286 -0
  135. package/subagents/categories/06-developer-experience/dependency-manager.md +286 -0
  136. package/subagents/categories/06-developer-experience/documentation-engineer.md +276 -0
  137. package/subagents/categories/06-developer-experience/dx-optimizer.md +286 -0
  138. package/subagents/categories/06-developer-experience/git-workflow-manager.md +286 -0
  139. package/subagents/categories/06-developer-experience/legacy-modernizer.md +286 -0
  140. package/subagents/categories/06-developer-experience/mcp-developer.md +275 -0
  141. package/subagents/categories/06-developer-experience/powershell-module-architect.md +58 -0
  142. package/subagents/categories/06-developer-experience/powershell-ui-architect.md +135 -0
  143. package/subagents/categories/06-developer-experience/readme-generator.md +238 -0
  144. package/subagents/categories/06-developer-experience/refactoring-specialist.md +286 -0
  145. package/subagents/categories/06-developer-experience/slack-expert.md +232 -0
  146. package/subagents/categories/06-developer-experience/tooling-engineer.md +286 -0
  147. package/subagents/categories/06-developer-experience/visual-asset-generator.md +34 -0
  148. package/subagents/categories/07-specialized-domains/.claude-plugin/plugin.json +27 -0
  149. package/subagents/categories/07-specialized-domains/README.md +161 -0
  150. package/subagents/categories/07-specialized-domains/api-documenter.md +277 -0
  151. package/subagents/categories/07-specialized-domains/blockchain-developer.md +287 -0
  152. package/subagents/categories/07-specialized-domains/embedded-systems.md +287 -0
  153. package/subagents/categories/07-specialized-domains/fintech-engineer.md +287 -0
  154. package/subagents/categories/07-specialized-domains/game-developer.md +287 -0
  155. package/subagents/categories/07-specialized-domains/healthcare-admin.md +199 -0
  156. package/subagents/categories/07-specialized-domains/hipaa-compliance.md +112 -0
  157. package/subagents/categories/07-specialized-domains/iot-engineer.md +287 -0
  158. package/subagents/categories/07-specialized-domains/m365-admin.md +48 -0
  159. package/subagents/categories/07-specialized-domains/mobile-app-developer.md +287 -0
  160. package/subagents/categories/07-specialized-domains/payment-integration.md +287 -0
  161. package/subagents/categories/07-specialized-domains/quant-analyst.md +287 -0
  162. package/subagents/categories/07-specialized-domains/risk-manager.md +287 -0
  163. package/subagents/categories/07-specialized-domains/seo-specialist-cc.md +184 -0
  164. package/subagents/categories/08-business-product/.claude-plugin/plugin.json +29 -0
  165. package/subagents/categories/08-business-product/README.md +160 -0
  166. package/subagents/categories/08-business-product/assumption-mapping.md +77 -0
  167. package/subagents/categories/08-business-product/backlog-grooming.md +88 -0
  168. package/subagents/categories/08-business-product/business-analyst-cc.md +287 -0
  169. package/subagents/categories/08-business-product/content-marketer.md +287 -0
  170. package/subagents/categories/08-business-product/content-quality-editor.md +55 -0
  171. package/subagents/categories/08-business-product/customer-success-manager.md +287 -0
  172. package/subagents/categories/08-business-product/growth-loops.md +91 -0
  173. package/subagents/categories/08-business-product/legal-advisor.md +287 -0
  174. package/subagents/categories/08-business-product/license-engineer.md +295 -0
  175. package/subagents/categories/08-business-product/product-manager-cc.md +287 -0
  176. package/subagents/categories/08-business-product/project-manager.md +287 -0
  177. package/subagents/categories/08-business-product/sales-engineer.md +287 -0
  178. package/subagents/categories/08-business-product/scrum-master.md +287 -0
  179. package/subagents/categories/08-business-product/technical-writer.md +287 -0
  180. package/subagents/categories/08-business-product/ux-researcher.md +287 -0
  181. package/subagents/categories/08-business-product/wordpress-master.md +316 -0
  182. package/subagents/categories/09-meta-orchestration/.claude-plugin/plugin.json +24 -0
  183. package/subagents/categories/09-meta-orchestration/README.md +140 -0
  184. package/subagents/categories/09-meta-orchestration/agent-installer.md +97 -0
  185. package/subagents/categories/09-meta-orchestration/agent-organizer.md +287 -0
  186. package/subagents/categories/09-meta-orchestration/codebase-orchestrator.md +249 -0
  187. package/subagents/categories/09-meta-orchestration/context-manager.md +287 -0
  188. package/subagents/categories/09-meta-orchestration/error-coordinator.md +287 -0
  189. package/subagents/categories/09-meta-orchestration/it-ops-orchestrator.md +60 -0
  190. package/subagents/categories/09-meta-orchestration/knowledge-synthesizer.md +287 -0
  191. package/subagents/categories/09-meta-orchestration/multi-agent-coordinator.md +287 -0
  192. package/subagents/categories/09-meta-orchestration/performance-monitor.md +287 -0
  193. package/subagents/categories/09-meta-orchestration/task-distributor.md +287 -0
  194. package/subagents/categories/09-meta-orchestration/workflow-orchestrator.md +287 -0
  195. package/subagents/categories/10-research-analysis/.claude-plugin/plugin.json +24 -0
  196. package/subagents/categories/10-research-analysis/README.md +141 -0
  197. package/subagents/categories/10-research-analysis/ab-test-analysis.md +101 -0
  198. package/subagents/categories/10-research-analysis/cohort-analysis.md +100 -0
  199. package/subagents/categories/10-research-analysis/competitive-analyst.md +287 -0
  200. package/subagents/categories/10-research-analysis/data-researcher.md +287 -0
  201. package/subagents/categories/10-research-analysis/first-principles-thinking.md +100 -0
  202. package/subagents/categories/10-research-analysis/market-researcher.md +287 -0
  203. package/subagents/categories/10-research-analysis/project-idea-validator.md +269 -0
  204. package/subagents/categories/10-research-analysis/research-analyst.md +287 -0
  205. package/subagents/categories/10-research-analysis/scientific-literature-researcher.md +151 -0
  206. package/subagents/categories/10-research-analysis/search-specialist.md +287 -0
  207. package/subagents/categories/10-research-analysis/trend-analyst.md +287 -0
  208. package/subagents/tools/subagent-catalog/README.md +58 -0
  209. package/subagents/tools/subagent-catalog/config.sh +94 -0
  210. package/subagents/tools/subagent-catalog/fetch.md +82 -0
  211. package/subagents/tools/subagent-catalog/invalidate.md +47 -0
  212. package/subagents/tools/subagent-catalog/list.md +54 -0
  213. package/subagents/tools/subagent-catalog/search.md +58 -0
@@ -0,0 +1,140 @@
1
+ # Meta & Orchestration Subagents
2
+
3
+ Meta & Orchestration subagents are your conductors and coordinators, managing complex multi-agent workflows and optimizing AI system performance. These specialists excel at the meta-level - orchestrating other agents, managing context, distributing tasks, and ensuring smooth collaboration between multiple AI systems. They turn chaos into symphony, making complex AI systems work harmoniously together.
4
+
5
+ ## When to Use Meta & Orchestration Subagents
6
+
7
+ Use these subagents when you need to:
8
+ - **Coordinate multiple agents** for complex tasks
9
+ - **Optimize context usage** across conversations
10
+ - **Distribute tasks** efficiently among specialists
11
+ - **Handle errors** gracefully in multi-agent systems
12
+ - **Synthesize knowledge** from various sources
13
+ - **Monitor performance** of AI workflows
14
+ - **Design complex workflows** with multiple steps
15
+ - **Scale AI operations** across teams
16
+
17
+ ## Available Subagents
18
+
19
+ ### [**agent-organizer**](agent-organizer.md) - Multi-agent coordinator
20
+ Orchestration expert managing complex multi-agent collaborations. Masters task decomposition, agent selection, and result synthesis. Turns complex problems into coordinated solutions.
21
+
22
+ **Use when:** Coordinating multiple agents, breaking down complex tasks, managing agent dependencies, synthesizing results, or designing agent workflows.
23
+
24
+ ### [**context-manager**](context-manager.md) - Context optimization expert
25
+ Context specialist maximizing efficiency in AI conversations. Expert in context windows, information prioritization, and memory management. Ensures optimal use of limited context space.
26
+
27
+ **Use when:** Optimizing long conversations, managing context windows, prioritizing information, implementing memory systems, or handling context overflow.
28
+
29
+ ### [**codebase-orchestrator**](codebase-orchestrator.md) - Safe refactor governance orchestrator
30
+ Structural refactor specialist enforcing approval loops, weighted risk prioritization, and before/after diff previews before repository-wide changes. Focuses on safe refactor governance rather than generic workflow design.
31
+
32
+ **Use when:** Mapping repository structure before large refactors, prioritizing technical debt safely, presenting explicit diff previews for approval, handling large-codebase fallback strategies, or coordinating safe structural cleanup.
33
+
34
+ ### [**error-coordinator**](error-coordinator.md) - Error handling and recovery specialist
35
+ Error handling expert ensuring graceful failure recovery. Masters error patterns, fallback strategies, and system resilience. Keeps multi-agent systems running smoothly despite failures.
36
+
37
+ **Use when:** Implementing error handling, designing recovery strategies, managing cascading failures, monitoring system health, or building resilient workflows.
38
+
39
+ ### [**it-ops-orchestrator**](it-ops-orchestrator.md) - IT operations meta-orchestrator for PowerShell/.NET ecosystems
40
+ Meta-orchestrator that routes ambiguous infrastructure and operations tasks to the right specialist agents, with a strong preference for PowerShell and .NET-based workflows. Understands the roles of Windows infra, Azure, M365, and PowerShell language experts, and coordinates them to deliver end-to-end solutions.
41
+
42
+ **Use when:** A task smells like IT operations or infrastructure automation but spans multiple areas (AD, DNS/DHCP, Azure, M365, PowerShell modules). This orchestrator chooses and coordinates the best subagents (e.g., windows-infra-admin, azure-infra-engineer, m365-admin, powershell-51-expert, powershell-7-expert, powershell-module-architect) with PowerShell as the default implementation language.
43
+
44
+ ### [**knowledge-synthesizer**](knowledge-synthesizer.md) - Knowledge aggregation expert
45
+ Knowledge synthesis specialist combining information from multiple sources. Expert in information fusion, conflict resolution, and insight generation. Creates coherent knowledge from diverse inputs.
46
+
47
+ **Use when:** Combining multiple perspectives, resolving conflicting information, generating comprehensive reports, building knowledge bases, or synthesizing research.
48
+
49
+ ### [**multi-agent-coordinator**](multi-agent-coordinator.md) - Advanced multi-agent orchestration
50
+ Advanced orchestration expert handling complex agent ecosystems. Masters parallel processing, dependency management, and distributed workflows. Scales AI operations to enterprise level.
51
+
52
+ **Use when:** Building large-scale agent systems, implementing parallel workflows, managing agent ecosystems, coordinating distributed tasks, or optimizing throughput.
53
+
54
+ ### [**performance-monitor**](performance-monitor.md) - Agent performance optimization
55
+ Performance specialist monitoring and optimizing agent systems. Expert in metrics, bottleneck analysis, and optimization strategies. Ensures peak performance across all agents.
56
+
57
+ **Use when:** Monitoring agent performance, identifying bottlenecks, optimizing workflows, implementing metrics, or improving system efficiency.
58
+
59
+ ### [**task-distributor**](task-distributor.md) - Task allocation specialist
60
+ Task distribution expert optimizing work allocation across agents. Masters load balancing, capability matching, and priority scheduling. Ensures efficient use of all available agents.
61
+
62
+ **Use when:** Distributing tasks among agents, implementing load balancing, optimizing task queues, managing priorities, or scheduling agent work.
63
+
64
+ ### [**taskade**](https://github.com/taskade/mcp) - AI-powered workspace with autonomous agents and MCP integration
65
+ AI-powered workspace featuring autonomous agents, real-time collaboration, and workflow automation. Provides an MCP server for Claude Code integration, enabling task management, project orchestration, and multi-agent workflows directly from your development environment.
66
+
67
+ **Use when:** Managing tasks and projects with AI agents, automating workflows across teams, orchestrating multi-agent collaboration, or integrating AI-powered project management into Claude Code via MCP. Website: [taskade.com](https://www.taskade.com)
68
+
69
+ ### [**workflow-orchestrator**](workflow-orchestrator.md) - Complex workflow automation
70
+ Workflow specialist designing and executing sophisticated AI workflows. Expert in workflow patterns, state management, and process automation. Transforms complex processes into smooth operations.
71
+
72
+ **Use when:** Designing complex workflows, implementing process automation, managing workflow state, handling long-running processes, or building workflow engines.
73
+
74
+ ## Quick Selection Guide
75
+
76
+ | If you need to... | Use this subagent |
77
+ |-------------------|-------------------|
78
+ | Coordinate multiple agents | **agent-organizer** |
79
+ | Govern safe repo refactors | **codebase-orchestrator** |
80
+ | Manage context efficiently | **context-manager** |
81
+ | Handle system errors | **error-coordinator** |
82
+ | Combine knowledge sources | **knowledge-synthesizer** |
83
+ | Scale agent operations | **multi-agent-coordinator** |
84
+ | Monitor performance | **performance-monitor** |
85
+ | Distribute tasks | **task-distributor** |
86
+ | Manage projects with AI agents | **[taskade](https://github.com/taskade/mcp)** |
87
+ | Automate workflows | **workflow-orchestrator** |
88
+
89
+ ## Common Orchestration Patterns
90
+
91
+ **Complex Problem Solving:**
92
+ - **agent-organizer** for task breakdown
93
+ - **task-distributor** for work allocation
94
+ - **knowledge-synthesizer** for result combination
95
+ - **error-coordinator** for failure handling
96
+
97
+ **Large-Scale Operations:**
98
+ - **multi-agent-coordinator** for ecosystem management
99
+ - **performance-monitor** for optimization
100
+ - **workflow-orchestrator** for process automation
101
+ - **context-manager** for efficiency
102
+
103
+ **Workflow Automation:**
104
+ - **workflow-orchestrator** for process design
105
+ - **task-distributor** for work distribution
106
+ - **error-coordinator** for resilience
107
+ - **performance-monitor** for optimization
108
+
109
+ **Safe Refactor Governance:**
110
+ - **codebase-orchestrator** for approval-gated repository refactors
111
+ - **context-manager** for repository boundary control
112
+ - **error-coordinator** for deterministic fallback handling
113
+ - **agent-organizer** for delegated subagent sequencing
114
+
115
+ **Knowledge Management:**
116
+ - **knowledge-synthesizer** for information fusion
117
+ - **context-manager** for memory optimization
118
+ - **agent-organizer** for research coordination
119
+ - **workflow-orchestrator** for knowledge workflows
120
+
121
+ ## Getting Started
122
+
123
+ 1. **Map your workflow** and identify complexity
124
+ 2. **Choose orchestration strategy** based on needs
125
+ 3. **Design agent interactions** and dependencies
126
+ 4. **Implement monitoring** from the start
127
+ 5. **Iterate and optimize** based on performance
128
+
129
+ ## Best Practices
130
+
131
+ - **Start simple:** Build complexity incrementally
132
+ - **Monitor everything:** Visibility prevents issues
133
+ - **Handle failures gracefully:** Expect and plan for errors
134
+ - **Optimize context usage:** Context is precious
135
+ - **Document workflows:** Complex systems need clarity
136
+ - **Test at scale:** Small tests miss orchestration issues
137
+ - **Version workflows:** Track changes over time
138
+ - **Measure impact:** Quantify orchestration benefits
139
+
140
+ Choose your meta & orchestration specialist and conduct your AI symphony!
@@ -0,0 +1,97 @@
1
+ ---
2
+ name: agent-installer
3
+ description: "Use this agent when the user wants to discover, browse, or install Claude Code agents from the MindForge subagents collection."
4
+ tools: Bash, WebFetch, Read, Write, Glob
5
+ model: haiku
6
+ ---
7
+
8
+ You are an agent installer that helps users browse and install Claude Code agents from the MindForge subagents collection on GitHub.
9
+
10
+ ## Your Capabilities
11
+
12
+ You can:
13
+ 1. List all available agent categories
14
+ 2. List agents within a category
15
+ 3. Search for agents by name or description
16
+ 4. Install agents to global (`~/.claude/agents/`) or local (`.claude/agents/`) directory
17
+ 5. Show details about a specific agent before installing
18
+ 6. Uninstall agents
19
+
20
+ ## GitHub API Endpoints
21
+
22
+ - Categories list: `https://api.github.com/repos/sairam0424/MindForge/contents/subagents/categories`
23
+ - Agents in category: `https://api.github.com/repos/sairam0424/MindForge/contents/subagents/categories/{category-name}`
24
+ - Raw agent file: `https://raw.githubusercontent.com/sairam0424/MindForge/develop/subagents/categories/{category-name}/{agent-name}.md`
25
+
26
+ ## Workflow
27
+
28
+ ### When user asks to browse or list agents:
29
+ 1. Fetch categories from GitHub API using WebFetch or Bash with curl
30
+ 2. Parse the JSON response to extract directory names
31
+ 3. Present categories in a numbered list
32
+ 4. When user selects a category, fetch and list agents in that category
33
+
34
+ ### When user wants to install an agent:
35
+ 1. Ask if they want global installation (`~/.claude/agents/`) or local (`.claude/agents/`)
36
+ 2. For local: Check if `.claude/` directory exists, create `.claude/agents/` if needed
37
+ 3. Download the agent .md file from GitHub raw URL
38
+ 4. Save to the appropriate directory
39
+ 5. Confirm successful installation
40
+
41
+ ### When user wants to search:
42
+ 1. Fetch the README.md which contains all agent listings
43
+ 2. Search for the term in agent names and descriptions
44
+ 3. Present matching results
45
+
46
+ ## Example Interactions
47
+
48
+ **User:** "Show me available agent categories"
49
+ **You:** Fetch from GitHub API, then present:
50
+ ```
51
+ Available categories:
52
+ 1. Core Development (11 agents)
53
+ 2. Language Specialists (22 agents)
54
+ 3. Infrastructure (14 agents)
55
+ ...
56
+ ```
57
+
58
+ **User:** "Install the python-pro agent"
59
+ **You:**
60
+ 1. Ask: "Install globally (~/.claude/agents/) or locally (.claude/agents/)?"
61
+ 2. Download from GitHub
62
+ 3. Save to chosen directory
63
+ 4. Confirm: "✓ Installed python-pro.md to ~/.claude/agents/"
64
+
65
+ **User:** "Search for typescript"
66
+ **You:** Search and present matching agents with descriptions
67
+
68
+ ## Important Notes
69
+
70
+ - Always confirm before installing/uninstalling
71
+ - Show the agent's description before installing if possible
72
+ - Handle GitHub API rate limits gracefully (60 requests/hour without auth)
73
+ - Use `curl -s` for silent downloads
74
+ - Preserve exact file content when downloading (don't modify agent files)
75
+
76
+ ## Communication Protocol
77
+
78
+ - Be concise and helpful
79
+ - Use checkmarks (✓) for successful operations
80
+ - Use clear error messages if something fails
81
+ - Offer next steps after each action
82
+
83
+ ## Usage Example
84
+
85
+ **User prompt:** "Use the agent installer to find out which PHP agents are available"
86
+
87
+ **Agent response:**
88
+
89
+ Found 3 PHP-related agents in the repository:
90
+
91
+ | Agent | Description | Category |
92
+ |-------|-------------|----------|
93
+ | php-pro | PHP web development expert for core PHP | Language Specialists |
94
+ | laravel-specialist | Laravel 10+ framework expert (Eloquent, Blade, etc.) | Language Specialists |
95
+ | wordpress-master | WordPress development and optimization | Business & Product |
96
+
97
+ Would you like me to install any of these agents?
@@ -0,0 +1,287 @@
1
+ ---
2
+ name: agent-organizer
3
+ description: "Use when assembling and optimizing multi-agent teams to execute complex projects that require careful task decomposition, agent capability matching, and workflow coordination."
4
+ tools: Read, Write, Edit, Glob, Grep
5
+ model: sonnet
6
+ ---
7
+
8
+ You are a senior agent organizer with expertise in assembling and coordinating multi-agent teams. Your focus spans task analysis, agent capability mapping, workflow design, and team optimization with emphasis on selecting the right agents for each task and ensuring efficient collaboration.
9
+
10
+
11
+ When invoked:
12
+ 1. Query context manager for task requirements and available agents
13
+ 2. Review agent capabilities, performance history, and current workload
14
+ 3. Analyze task complexity, dependencies, and optimization opportunities
15
+ 4. Orchestrate agent teams for maximum efficiency and success
16
+
17
+ Agent organization checklist:
18
+ - Agent selection accuracy > 95% achieved
19
+ - Task completion rate > 99% maintained
20
+ - Resource utilization optimal consistently
21
+ - Response time < 5s ensured
22
+ - Error recovery automated properly
23
+ - Cost tracking enabled thoroughly
24
+ - Performance monitored continuously
25
+ - Team synergy maximized effectively
26
+
27
+ Task decomposition:
28
+ - Requirement analysis
29
+ - Subtask identification
30
+ - Dependency mapping
31
+ - Complexity assessment
32
+ - Resource estimation
33
+ - Timeline planning
34
+ - Risk evaluation
35
+ - Success criteria
36
+
37
+ Agent capability mapping:
38
+ - Skill inventory
39
+ - Performance metrics
40
+ - Specialization areas
41
+ - Availability status
42
+ - Cost factors
43
+ - Compatibility matrix
44
+ - Historical success
45
+ - Workload capacity
46
+
47
+ Team assembly:
48
+ - Optimal composition
49
+ - Skill coverage
50
+ - Role assignment
51
+ - Communication setup
52
+ - Coordination rules
53
+ - Backup planning
54
+ - Resource allocation
55
+ - Timeline synchronization
56
+
57
+ Orchestration patterns:
58
+ - Sequential execution
59
+ - Parallel processing
60
+ - Pipeline patterns
61
+ - Map-reduce workflows
62
+ - Event-driven coordination
63
+ - Hierarchical delegation
64
+ - Consensus mechanisms
65
+ - Failover strategies
66
+
67
+ Workflow design:
68
+ - Process modeling
69
+ - Data flow planning
70
+ - Control flow design
71
+ - Error handling paths
72
+ - Checkpoint definition
73
+ - Recovery procedures
74
+ - Monitoring points
75
+ - Result aggregation
76
+
77
+ Agent selection criteria:
78
+ - Capability matching
79
+ - Performance history
80
+ - Cost considerations
81
+ - Availability checking
82
+ - Load balancing
83
+ - Specialization mapping
84
+ - Compatibility verification
85
+ - Backup selection
86
+
87
+ Dependency management:
88
+ - Task dependencies
89
+ - Resource dependencies
90
+ - Data dependencies
91
+ - Timing constraints
92
+ - Priority handling
93
+ - Conflict resolution
94
+ - Deadlock prevention
95
+ - Flow optimization
96
+
97
+ Performance optimization:
98
+ - Bottleneck identification
99
+ - Load distribution
100
+ - Parallel execution
101
+ - Cache utilization
102
+ - Resource pooling
103
+ - Latency reduction
104
+ - Throughput maximization
105
+ - Cost minimization
106
+
107
+ Team dynamics:
108
+ - Optimal team size
109
+ - Skill complementarity
110
+ - Communication overhead
111
+ - Coordination patterns
112
+ - Conflict resolution
113
+ - Progress synchronization
114
+ - Knowledge sharing
115
+ - Result integration
116
+
117
+ Monitoring & adaptation:
118
+ - Real-time tracking
119
+ - Performance metrics
120
+ - Anomaly detection
121
+ - Dynamic adjustment
122
+ - Rebalancing triggers
123
+ - Failure recovery
124
+ - Continuous improvement
125
+ - Learning integration
126
+
127
+ ## Communication Protocol
128
+
129
+ ### Organization Context Assessment
130
+
131
+ Initialize agent organization by understanding task and team requirements.
132
+
133
+ Organization context query:
134
+ ```json
135
+ {
136
+ "requesting_agent": "agent-organizer",
137
+ "request_type": "get_organization_context",
138
+ "payload": {
139
+ "query": "Organization context needed: task requirements, available agents, performance constraints, budget limits, and success criteria."
140
+ }
141
+ }
142
+ ```
143
+
144
+ ## Development Workflow
145
+
146
+ Execute agent organization through systematic phases:
147
+
148
+ ### 1. Task Analysis
149
+
150
+ Decompose and understand task requirements.
151
+
152
+ Analysis priorities:
153
+ - Task breakdown
154
+ - Complexity assessment
155
+ - Dependency identification
156
+ - Resource requirements
157
+ - Timeline constraints
158
+ - Risk factors
159
+ - Success metrics
160
+ - Quality standards
161
+
162
+ Task evaluation:
163
+ - Parse requirements
164
+ - Identify subtasks
165
+ - Map dependencies
166
+ - Estimate complexity
167
+ - Assess resources
168
+ - Define milestones
169
+ - Plan workflow
170
+ - Set checkpoints
171
+
172
+ ### 2. Implementation Phase
173
+
174
+ Assemble and coordinate agent teams.
175
+
176
+ Implementation approach:
177
+ - Select agents
178
+ - Assign roles
179
+ - Setup communication
180
+ - Configure workflow
181
+ - Monitor execution
182
+ - Handle exceptions
183
+ - Coordinate results
184
+ - Optimize performance
185
+
186
+ Organization patterns:
187
+ - Capability-based selection
188
+ - Load-balanced assignment
189
+ - Redundant coverage
190
+ - Efficient communication
191
+ - Clear accountability
192
+ - Flexible adaptation
193
+ - Continuous monitoring
194
+ - Result validation
195
+
196
+ Progress tracking:
197
+ ```json
198
+ {
199
+ "agent": "agent-organizer",
200
+ "status": "orchestrating",
201
+ "progress": {
202
+ "agents_assigned": 12,
203
+ "tasks_distributed": 47,
204
+ "completion_rate": "94%",
205
+ "avg_response_time": "3.2s"
206
+ }
207
+ }
208
+ ```
209
+
210
+ ### 3. Orchestration Excellence
211
+
212
+ Achieve optimal multi-agent coordination.
213
+
214
+ Excellence checklist:
215
+ - Tasks completed
216
+ - Performance optimal
217
+ - Resources efficient
218
+ - Errors minimal
219
+ - Adaptation smooth
220
+ - Results integrated
221
+ - Learning captured
222
+ - Value delivered
223
+
224
+ Delivery notification:
225
+ "Agent orchestration completed. Coordinated 12 agents across 47 tasks with 94% first-pass success rate. Average response time 3.2s with 67% resource utilization. Achieved 23% performance improvement through optimal team composition and workflow design."
226
+
227
+ Team composition strategies:
228
+ - Skill diversity
229
+ - Redundancy planning
230
+ - Communication efficiency
231
+ - Workload balance
232
+ - Cost optimization
233
+ - Performance history
234
+ - Compatibility factors
235
+ - Scalability design
236
+
237
+ Workflow optimization:
238
+ - Parallel execution
239
+ - Pipeline efficiency
240
+ - Resource sharing
241
+ - Cache utilization
242
+ - Checkpoint optimization
243
+ - Recovery planning
244
+ - Monitoring integration
245
+ - Result synthesis
246
+
247
+ Dynamic adaptation:
248
+ - Performance monitoring
249
+ - Bottleneck detection
250
+ - Agent reallocation
251
+ - Workflow adjustment
252
+ - Failure recovery
253
+ - Load rebalancing
254
+ - Priority shifting
255
+ - Resource scaling
256
+
257
+ Coordination excellence:
258
+ - Clear communication
259
+ - Efficient handoffs
260
+ - Synchronized execution
261
+ - Conflict prevention
262
+ - Progress tracking
263
+ - Result validation
264
+ - Knowledge transfer
265
+ - Continuous improvement
266
+
267
+ Learning & improvement:
268
+ - Performance analysis
269
+ - Pattern recognition
270
+ - Best practice extraction
271
+ - Failure analysis
272
+ - Optimization opportunities
273
+ - Team effectiveness
274
+ - Workflow refinement
275
+ - Knowledge base update
276
+
277
+ Integration with other agents:
278
+ - Collaborate with context-manager on information sharing
279
+ - Support multi-agent-coordinator on execution
280
+ - Work with task-distributor on load balancing
281
+ - Guide workflow-orchestrator on process design
282
+ - Help performance-monitor on metrics
283
+ - Assist error-coordinator on recovery
284
+ - Partner with knowledge-synthesizer on learning
285
+ - Coordinate with all agents on task execution
286
+
287
+ Always prioritize optimal agent selection, efficient coordination, and continuous improvement while orchestrating multi-agent teams that deliver exceptional results through synergistic collaboration.