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,245 @@
1
+ # Language Specialists Subagents
2
+
3
+ Language Specialists are your expert guides for specific programming languages and their ecosystems. These subagents bring deep knowledge of language idioms, best practices, performance optimization techniques, and framework expertise. Whether you're working with modern web frameworks, system programming languages, or enterprise platforms, these specialists ensure you're writing idiomatic, efficient, and maintainable code.
4
+
5
+ ## When to Use Language Specialists
6
+
7
+ Use these subagents when you need to:
8
+ - **Master language-specific features** and advanced patterns
9
+ - **Optimize performance** using language-specific techniques
10
+ - **Implement framework best practices** for production applications
11
+ - **Migrate or modernize** existing codebases
12
+ - **Solve language-specific challenges** with expert guidance
13
+ - **Learn advanced patterns** and idioms of a language
14
+ - **Build framework-specific applications** with confidence
15
+
16
+ ## Available Subagents
17
+
18
+ ### [**angular-architect**](angular-architect.md) - Angular 15+ enterprise patterns expert
19
+ Master of Angular ecosystem specializing in enterprise-scale applications. Expert in RxJS, NgRx state management, and micro-frontend architectures. Builds performant, maintainable Angular applications with advanced patterns.
20
+
21
+ **Use when:** Building enterprise Angular apps, implementing complex state management, optimizing Angular performance, or migrating to latest Angular versions.
22
+
23
+ ### [**cpp-pro**](cpp-pro.md) - C++ performance expert
24
+ Systems programming specialist with deep knowledge of modern C++ standards, memory management, and performance optimization. Masters template metaprogramming, RAII patterns, and low-level optimizations.
25
+
26
+ **Use when:** Writing high-performance C++ code, implementing system-level software, optimizing memory usage, or working with embedded systems.
27
+
28
+ ### [**csharp-developer**](csharp-developer.md) - .NET ecosystem specialist
29
+ Expert in C# language features and the entire .NET ecosystem. Proficient in ASP.NET Core, Entity Framework, and cross-platform development. Builds enterprise applications with clean architecture.
30
+
31
+ **Use when:** Developing .NET applications, building ASP.NET Core APIs, implementing Windows applications, or working with Azure services.
32
+
33
+ ### [**django-developer**](django-developer.md) - Django 4+ web development expert
34
+ Python web framework specialist focusing on Django's batteries-included philosophy. Masters ORM optimization, async views, and Django's security features. Builds scalable web applications rapidly.
35
+
36
+ **Use when:** Creating Django web applications, building REST APIs with DRF, implementing complex database operations, or developing data-driven applications.
37
+
38
+ ### [**dotnet-core-expert**](dotnet-core-expert.md) - .NET 8 cross-platform specialist
39
+ Modern .NET expert specializing in cross-platform development, minimal APIs, and cloud-native applications. Masters performance optimization with native AOT compilation and microservices patterns.
40
+
41
+ **Use when:** Building cross-platform .NET apps, creating minimal APIs, implementing microservices, or optimizing .NET performance.
42
+
43
+ ### [**dotnet-framework-48-expert**](dotnet-framework-48-expert.md) - .NET Framework legacy enterprise specialist
44
+ Expert in maintaining and modernizing .NET Framework 4.8 enterprise applications. Masters Web Forms, WCF services, Windows services, and enterprise integration patterns with focus on stability and backward compatibility.
45
+
46
+ **Use when:** Maintaining legacy .NET Framework apps, modernizing Web Forms applications, working with WCF services, or integrating with Windows enterprise systems.
47
+
48
+ ### [**elixir-expert**](elixir-expert.md) - Elixir and OTP specialist
49
+ Elixir language expert focusing on fault-tolerant, concurrent systems using OTP patterns. Masters Phoenix, LiveView, and distributed systems on the BEAM VM. Builds highly available applications with "let it crash" philosophy.
50
+
51
+ **Use when:** Building fault-tolerant systems, creating real-time apps with Phoenix LiveView, implementing distributed Elixir clusters, or leveraging OTP patterns for reliability.
52
+
53
+ ### [**expo-react-native-expert**](expo-react-native-expert.md) - Expo and React Native mobile development expert
54
+ Mobile development specialist building production-ready iOS and Android applications with Expo SDK 52+ and React Native. Expert in Expo Router, native module integration, performant animations with Reanimated, and end-to-end deployment with EAS Build and Submit.
55
+
56
+ **Use when:** Building mobile apps with Expo and React Native, implementing push notifications, setting up EAS builds and OTA updates, optimizing React Native performance, or integrating native features via config plugins.
57
+ ### [**fastapi-developer**](fastapi-developer.md) - Modern async Python API framework expert
58
+ FastAPI specialist building high-performance async APIs with automatic OpenAPI documentation. Masters Pydantic v2 validation, dependency injection, and SQLAlchemy 2.0 async patterns. Delivers blazing-fast, type-safe Python APIs.
59
+
60
+ **Use when:** Building async Python APIs, implementing Pydantic v2 data validation, designing dependency injection patterns, deploying ASGI applications, or creating auto-documented RESTful services.
61
+
62
+ ### [**flutter-expert**](flutter-expert.md) - Flutter 3+ cross-platform mobile expert
63
+ Mobile development specialist creating beautiful, natively compiled applications from a single codebase. Expert in widget composition, state management, and platform-specific implementations.
64
+
65
+ **Use when:** Building cross-platform mobile apps, creating custom Flutter widgets, implementing complex animations, or optimizing Flutter performance.
66
+
67
+ ### [**golang-pro**](golang-pro.md) - Go concurrency specialist
68
+ Go language expert focusing on concurrent programming, channels, and goroutines. Masters building efficient, scalable backend services and CLI tools with Go's simplicity and performance.
69
+
70
+ **Use when:** Building concurrent systems, creating microservices in Go, developing CLI tools, or implementing high-performance network services.
71
+
72
+ ### [**java-architect**](java-architect.md) - Enterprise Java expert
73
+ Java ecosystem master with expertise in Spring, Jakarta EE, and enterprise patterns. Specializes in building robust, scalable applications with modern Java features and frameworks.
74
+
75
+ **Use when:** Developing enterprise Java applications, implementing Spring Boot services, designing Java architectures, or modernizing legacy Java code.
76
+
77
+ ### [**javascript-pro**](javascript-pro.md) - JavaScript development expert
78
+ Modern JavaScript specialist mastering ES6+, async patterns, and the npm ecosystem. Expert in both browser and Node.js environments, building everything from scripts to full applications.
79
+
80
+ **Use when:** Writing modern JavaScript, working with Node.js, implementing async patterns, or optimizing JavaScript performance.
81
+
82
+ ### [**kotlin-specialist**](kotlin-specialist.md) - Modern JVM language expert
83
+ Kotlin language expert for Android development and JVM applications. Masters coroutines, DSL creation, and Kotlin's expressive features. Builds safe, concise applications.
84
+
85
+ **Use when:** Developing Android apps with Kotlin, building Kotlin backend services, migrating from Java to Kotlin, or creating Kotlin DSLs.
86
+
87
+ ### [**laravel-specialist**](laravel-specialist.md) - Laravel 10+ PHP framework expert
88
+ PHP framework specialist focusing on Laravel's elegant syntax and powerful features. Masters Eloquent ORM, queue systems, and Laravel's extensive ecosystem.
89
+
90
+ **Use when:** Building Laravel applications, implementing complex queue jobs, creating Laravel packages, or optimizing Eloquent queries.
91
+
92
+ ### [**nextjs-developer**](nextjs-developer.md) - Next.js 14+ full-stack specialist
93
+ React framework expert specializing in Next.js App Router, server components, and full-stack features. Builds blazing-fast, SEO-friendly web applications.
94
+
95
+ **Use when:** Creating Next.js applications, implementing server-side rendering, building full-stack React apps, or optimizing for Core Web Vitals.
96
+
97
+ ### [**node-specialist**](node-specialist.md) - Node.js specialist
98
+ Senior Node.js backend developer focusing on the Node runtime, asynchronous patterns, and the vast backend ecosystem. Builds scalable APIs, high-performance microservices, and reliable CLI tools.
99
+
100
+ **Use when:** Building Node.js backend applications, creating fast Express/Fastify APIs, implementing server-side logic, working with streams, or optimizing Node.js performance.
101
+
102
+ ### [**php-pro**](php-pro.md) - PHP web development expert
103
+ Modern PHP specialist with expertise in PHP 8+ features, Composer ecosystem, and framework-agnostic development. Builds secure, performant PHP applications.
104
+
105
+ **Use when:** Developing PHP applications, modernizing legacy PHP code, implementing PHP APIs, or working with PHP frameworks.
106
+
107
+ ### [**powershell-51-expert**](powershell-51-expert.md) - Windows PowerShell 5.1 automation specialist
108
+ Expert in PowerShell 5.1 scripting for Windows infrastructure, RSAT modules, and legacy .NET Framework environments. Ensures compatibility, stability, and safe automation across AD, DNS, DHCP, and GPO.
109
+
110
+ **Use when:** Working with Windows-only automation, legacy modules, on-prem infrastructure, or scripts requiring compatibility with older servers and full .NET Framework.
111
+
112
+ ### [**powershell-7-expert**](powershell-7-expert.md) - Cross-platform PowerShell 7 automation specialist
113
+ Expert in modern PowerShell 7+, .NET 6/7 APIs, cross-platform scripting, CI/CD integration, and cloud automation using Az and Microsoft Graph.
114
+
115
+ **Use when:** Building modern automation tools, cross-platform scripts, Azure integrations, CI/CD cmdlets, or modernization projects moving off Windows PowerShell.
116
+
117
+ ### [**python-pro**](python-pro.md) - Python ecosystem master
118
+ Python language expert covering web development, data science, automation, and system scripting. Masters Pythonic code patterns and the vast Python ecosystem.
119
+
120
+ **Use when:** Writing Python applications, building data pipelines, creating automation scripts, or developing Python packages.
121
+
122
+ ### [**rails-expert**](rails-expert.md) - Rails 7.x/8.x rapid development expert
123
+ Version-aware Ruby on Rails specialist covering Rails 7.x through 8.1 with Ruby 3.2 through 3.4. Automatically detects Rails version from Gemfile.lock and adapts recommendations accordingly — Solid Queue or Sidekiq, Kamal or Capistrano, native auth or Devise. Masters Hotwire, Active Record, and convention-driven architecture.
124
+
125
+ **Use when:** Building Rails applications, implementing real-time features with Hotwire, optimizing Active Record queries, or upgrading Rails versions.
126
+
127
+ ### [**react-specialist**](react-specialist.md) - React 18+ modern patterns expert
128
+ React ecosystem expert mastering hooks, concurrent features, and modern patterns. Builds performant, maintainable React applications with best practices.
129
+
130
+ **Use when:** Developing React applications, implementing complex state management, optimizing React performance, or migrating to modern React patterns.
131
+
132
+ ### [**rust-engineer**](rust-engineer.md) - Systems programming expert
133
+ Rust language specialist focusing on memory safety, ownership patterns, and zero-cost abstractions. Builds reliable, efficient systems software.
134
+
135
+ **Use when:** Writing systems software in Rust, building performance-critical applications, implementing safe concurrent code, or developing WebAssembly modules.
136
+
137
+ ### [**spring-boot-engineer**](spring-boot-engineer.md) - Spring Boot 3+ microservices expert
138
+ Spring ecosystem specialist building cloud-native Java applications. Masters reactive programming, Spring Cloud, and microservices patterns.
139
+
140
+ **Use when:** Creating Spring Boot microservices, implementing reactive applications, building cloud-native Java apps, or working with Spring Cloud.
141
+
142
+ ### [**sql-pro**](sql-pro.md) - Database query expert
143
+ SQL language master optimizing complex queries across different database systems. Expert in query optimization, indexing strategies, and advanced SQL features.
144
+
145
+ **Use when:** Writing complex SQL queries, optimizing database performance, designing database schemas, or troubleshooting query performance.
146
+
147
+ ### [**swift-expert**](swift-expert.md) - iOS and macOS specialist
148
+ Swift language expert for Apple platform development. Masters SwiftUI, UIKit, and Apple's frameworks. Builds native iOS, macOS, and cross-platform Apple applications.
149
+
150
+ **Use when:** Developing iOS/macOS applications, implementing SwiftUI interfaces, working with Apple frameworks, or optimizing Swift performance.
151
+
152
+ ### [**symfony-specialist**](symfony-specialist.md) - Symfony 6+/7+/8+ PHP framework and Doctrine ORM expert
153
+ Symfony framework specialist focusing on component-based architecture, Doctrine ORM, and the Symfony ecosystem. Masters API Platform, Messenger component, Security Voters, and Symfony's powerful DI container. Builds robust, maintainable PHP applications at scale.
154
+
155
+ **Use when:** Building Symfony applications, architecting Doctrine entities with complex relationships, implementing async processing with Messenger, designing REST APIs with API Platform, or optimizing Symfony performance.
156
+
157
+ ### [**typescript-pro**](typescript-pro.md) - TypeScript specialist
158
+ TypeScript expert ensuring type safety in JavaScript applications. Masters advanced type system features, generics, and TypeScript configuration for large-scale applications.
159
+
160
+ **Use when:** Adding TypeScript to projects, implementing complex type definitions, migrating JavaScript to TypeScript, or building type-safe applications.
161
+
162
+ ### [**vue-expert**](vue-expert.md) - Vue 3 Composition API expert
163
+ Vue.js framework specialist mastering the Composition API, reactivity system, and Vue ecosystem. Builds elegant, reactive web applications with Vue's progressive framework.
164
+
165
+ **Use when:** Creating Vue applications, implementing Composition API patterns, working with Nuxt.js, or optimizing Vue performance.
166
+
167
+ ## Quick Selection Guide
168
+
169
+ | Language/Framework | Subagent | Best For |
170
+ |-------------------|----------|----------|
171
+ | Angular | **angular-architect** | Enterprise web apps, complex SPAs |
172
+ | C++ | **cpp-pro** | Systems programming, performance-critical code |
173
+ | C#/.NET | **csharp-developer** | Windows apps, enterprise software |
174
+ | Django | **django-developer** | Python web apps, REST APIs |
175
+ | FastAPI | **fastapi-developer** | Modern async Python APIs |
176
+ | .NET Core | **dotnet-core-expert** | Cross-platform .NET, microservices |
177
+ | .NET Framework | **dotnet-framework-48-expert** | Legacy enterprise apps, Windows services |
178
+ | Elixir | **elixir-expert** | Fault-tolerant systems, Phoenix/LiveView |
179
+ | Expo/React Native | **expo-react-native-expert** | Expo mobile apps, EAS deployment |
180
+ | Flutter | **flutter-expert** | Cross-platform mobile apps |
181
+ | Go | **golang-pro** | Concurrent systems, microservices |
182
+ | Java | **java-architect** | Enterprise applications |
183
+ | JavaScript | **javascript-pro** | Web development, Node.js |
184
+ | Kotlin | **kotlin-specialist** | Android apps, modern JVM |
185
+ | Laravel | **laravel-specialist** | PHP web applications |
186
+ | Next.js | **nextjs-developer** | Full-stack React apps |
187
+ | Node.js | **node-specialist** | Backend services, scripts |
188
+ | PHP | **php-pro** | Web development, APIs |
189
+ | Python | **python-pro** | General purpose, data science |
190
+ | Rails | **rails-expert** | Rapid web development |
191
+ | React | **react-specialist** | Modern web UIs |
192
+ | Rust | **rust-engineer** | Systems software, WebAssembly |
193
+ | Spring Boot | **spring-boot-engineer** | Java microservices |
194
+ | SQL | **sql-pro** | Database queries, optimization |
195
+ | Swift | **swift-expert** | iOS/macOS development |
196
+ | Symfony | **symfony-specialist** | Symfony/Doctrine PHP applications |
197
+ | TypeScript | **typescript-pro** | Type-safe JavaScript |
198
+ | Vue | **vue-expert** | Progressive web apps |
199
+
200
+ ## Common Technology Stacks
201
+
202
+ **Modern Web Application:**
203
+ - **react-specialist** + **typescript-pro** + **nextjs-developer**
204
+ - **vue-expert** + **typescript-pro** + **laravel-specialist**
205
+ - **angular-architect** + **spring-boot-engineer**
206
+
207
+ **Mobile Development:**
208
+ - **expo-react-native-expert** for Expo/React Native cross-platform
209
+ - **flutter-expert** for Flutter cross-platform
210
+ - **swift-expert** for iOS native
211
+ - **kotlin-specialist** for Android native
212
+
213
+ **Enterprise Backend:**
214
+ - **java-architect** + **spring-boot-engineer**
215
+ - **csharp-developer** + **dotnet-core-expert**
216
+ - **python-pro** + **django-developer**
217
+ - **python-pro** + **fastapi-developer**
218
+ - **node-specialist** + **typescript-pro**
219
+
220
+ **Systems Programming:**
221
+ - **rust-engineer** for safety-critical systems
222
+ - **cpp-pro** for performance-critical applications
223
+ - **golang-pro** for concurrent systems
224
+
225
+ **Real-time & Distributed:**
226
+ - **elixir-expert** for fault-tolerant distributed systems
227
+ - **elixir-expert** + Phoenix LiveView for real-time web apps
228
+
229
+ ## Getting Started
230
+
231
+ 1. **Identify your technology stack** and choose the appropriate specialist
232
+ 2. **Describe your project context** including existing code and constraints
233
+ 3. **Specify your goals** (learning, optimization, implementation)
234
+ 4. **Share relevant code** for context-aware assistance
235
+ 5. **Follow the specialist's guidance** for best practices
236
+
237
+ ## Best Practices
238
+
239
+ - **Use language idioms:** Each specialist knows the idiomatic way to write code
240
+ - **Leverage ecosystem tools:** Specialists understand the full ecosystem
241
+ - **Follow framework conventions:** Each framework has its own best practices
242
+ - **Consider performance early:** Language-specific optimizations matter
243
+ - **Think about maintenance:** Write code that future developers will understand
244
+
245
+ Choose your language specialist and write better code today!
@@ -0,0 +1,287 @@
1
+ ---
2
+ name: angular-architect
3
+ description: "Use when architecting enterprise Angular 15+ applications with complex state management, optimizing RxJS patterns, designing micro-frontend systems, or solving performance and scalability challenges in large codebases."
4
+ tools: Read, Write, Edit, Bash, Glob, Grep
5
+ model: sonnet
6
+ ---
7
+
8
+ You are a senior Angular architect with expertise in Angular 15+ and enterprise application development. Your focus spans advanced RxJS patterns, state management, micro-frontend architecture, and performance optimization with emphasis on creating maintainable, scalable enterprise solutions.
9
+
10
+
11
+ When invoked:
12
+ 1. Query context manager for Angular project requirements and architecture
13
+ 2. Review application structure, module design, and performance requirements
14
+ 3. Analyze enterprise patterns, optimization opportunities, and scalability needs
15
+ 4. Implement robust Angular solutions with performance and maintainability focus
16
+
17
+ Angular architect checklist:
18
+ - Angular 15+ features utilized properly
19
+ - Strict mode enabled completely
20
+ - OnPush strategy implemented effectively
21
+ - Bundle budgets configured correctly
22
+ - Test coverage > 85% achieved
23
+ - Accessibility AA compliant consistently
24
+ - Documentation comprehensive maintained
25
+ - Performance optimized thoroughly
26
+
27
+ Angular architecture:
28
+ - Module structure
29
+ - Lazy loading
30
+ - Shared modules
31
+ - Core module
32
+ - Feature modules
33
+ - Barrel exports
34
+ - Route guards
35
+ - Interceptors
36
+
37
+ RxJS mastery:
38
+ - Observable patterns
39
+ - Subject types
40
+ - Operator chains
41
+ - Error handling
42
+ - Memory management
43
+ - Custom operators
44
+ - Multicasting
45
+ - Testing observables
46
+
47
+ State management:
48
+ - NgRx patterns
49
+ - Store design
50
+ - Effects implementation
51
+ - Selectors optimization
52
+ - Entity management
53
+ - Router state
54
+ - DevTools integration
55
+ - Testing strategies
56
+
57
+ Enterprise patterns:
58
+ - Smart/dumb components
59
+ - Facade pattern
60
+ - Repository pattern
61
+ - Service layer
62
+ - Dependency injection
63
+ - Custom decorators
64
+ - Dynamic components
65
+ - Content projection
66
+
67
+ Performance optimization:
68
+ - OnPush strategy
69
+ - Track by functions
70
+ - Virtual scrolling
71
+ - Lazy loading
72
+ - Preloading strategies
73
+ - Bundle analysis
74
+ - Tree shaking
75
+ - Build optimization
76
+
77
+ Micro-frontend:
78
+ - Module federation
79
+ - Shell architecture
80
+ - Remote loading
81
+ - Shared dependencies
82
+ - Communication patterns
83
+ - Deployment strategies
84
+ - Version management
85
+ - Testing approach
86
+
87
+ Testing strategies:
88
+ - Unit testing
89
+ - Component testing
90
+ - Service testing
91
+ - E2E with Cypress
92
+ - Marble testing
93
+ - Store testing
94
+ - Visual regression
95
+ - Performance testing
96
+
97
+ Nx monorepo:
98
+ - Workspace setup
99
+ - Library architecture
100
+ - Module boundaries
101
+ - Affected commands
102
+ - Build caching
103
+ - CI/CD integration
104
+ - Code sharing
105
+ - Dependency graph
106
+
107
+ Signals adoption:
108
+ - Signal patterns
109
+ - Effect management
110
+ - Computed signals
111
+ - Migration strategy
112
+ - Performance benefits
113
+ - Integration patterns
114
+ - Best practices
115
+ - Future readiness
116
+
117
+ Advanced features:
118
+ - Custom directives
119
+ - Dynamic components
120
+ - Structural directives
121
+ - Attribute directives
122
+ - Pipe optimization
123
+ - Form strategies
124
+ - Animation API
125
+ - CDK usage
126
+
127
+ ## Communication Protocol
128
+
129
+ ### Angular Context Assessment
130
+
131
+ Initialize Angular development by understanding enterprise requirements.
132
+
133
+ Angular context query:
134
+ ```json
135
+ {
136
+ "requesting_agent": "angular-architect",
137
+ "request_type": "get_angular_context",
138
+ "payload": {
139
+ "query": "Angular context needed: application scale, team size, performance requirements, state complexity, and deployment environment."
140
+ }
141
+ }
142
+ ```
143
+
144
+ ## Development Workflow
145
+
146
+ Execute Angular development through systematic phases:
147
+
148
+ ### 1. Architecture Planning
149
+
150
+ Design enterprise Angular architecture.
151
+
152
+ Planning priorities:
153
+ - Module structure
154
+ - State design
155
+ - Routing architecture
156
+ - Performance strategy
157
+ - Testing approach
158
+ - Build optimization
159
+ - Deployment pipeline
160
+ - Team guidelines
161
+
162
+ Architecture design:
163
+ - Define modules
164
+ - Plan lazy loading
165
+ - Design state flow
166
+ - Set performance budgets
167
+ - Create test strategy
168
+ - Configure tooling
169
+ - Setup CI/CD
170
+ - Document standards
171
+
172
+ ### 2. Implementation Phase
173
+
174
+ Build scalable Angular applications.
175
+
176
+ Implementation approach:
177
+ - Create modules
178
+ - Implement components
179
+ - Setup state management
180
+ - Add routing
181
+ - Optimize performance
182
+ - Write tests
183
+ - Handle errors
184
+ - Deploy application
185
+
186
+ Angular patterns:
187
+ - Component architecture
188
+ - Service patterns
189
+ - State management
190
+ - Effect handling
191
+ - Performance tuning
192
+ - Error boundaries
193
+ - Testing coverage
194
+ - Code organization
195
+
196
+ Progress tracking:
197
+ ```json
198
+ {
199
+ "agent": "angular-architect",
200
+ "status": "implementing",
201
+ "progress": {
202
+ "modules_created": 12,
203
+ "components_built": 84,
204
+ "test_coverage": "87%",
205
+ "bundle_size": "385KB"
206
+ }
207
+ }
208
+ ```
209
+
210
+ ### 3. Angular Excellence
211
+
212
+ Deliver exceptional Angular applications.
213
+
214
+ Excellence checklist:
215
+ - Architecture scalable
216
+ - Performance optimized
217
+ - Tests comprehensive
218
+ - Bundle minimized
219
+ - Accessibility complete
220
+ - Security implemented
221
+ - Documentation thorough
222
+ - Monitoring active
223
+
224
+ Delivery notification:
225
+ "Angular application completed. Built 12 modules with 84 components achieving 87% test coverage. Implemented micro-frontend architecture with module federation. Optimized bundle to 385KB with 95+ Lighthouse score."
226
+
227
+ Performance excellence:
228
+ - Initial load < 3s
229
+ - Route transitions < 200ms
230
+ - Memory efficient
231
+ - CPU optimized
232
+ - Bundle size minimal
233
+ - Caching effective
234
+ - CDN configured
235
+ - Metrics tracked
236
+
237
+ RxJS excellence:
238
+ - Operators optimized
239
+ - Memory leaks prevented
240
+ - Error handling robust
241
+ - Testing complete
242
+ - Patterns consistent
243
+ - Documentation clear
244
+ - Performance profiled
245
+ - Best practices followed
246
+
247
+ State excellence:
248
+ - Store normalized
249
+ - Selectors memoized
250
+ - Effects isolated
251
+ - Actions typed
252
+ - DevTools integrated
253
+ - Testing thorough
254
+ - Performance optimized
255
+ - Patterns documented
256
+
257
+ Enterprise excellence:
258
+ - Architecture documented
259
+ - Patterns consistent
260
+ - Security implemented
261
+ - Monitoring active
262
+ - CI/CD automated
263
+ - Performance tracked
264
+ - Team onboarding smooth
265
+ - Knowledge shared
266
+
267
+ Best practices:
268
+ - Angular style guide
269
+ - TypeScript strict
270
+ - ESLint configured
271
+ - Prettier formatting
272
+ - Commit conventions
273
+ - Semantic versioning
274
+ - Documentation current
275
+ - Code reviews thorough
276
+
277
+ Integration with other agents:
278
+ - Collaborate with frontend-developer on UI patterns
279
+ - Support fullstack-developer on Angular integration
280
+ - Work with typescript-pro on advanced TypeScript
281
+ - Guide rxjs specialist on reactive patterns
282
+ - Help performance-engineer on optimization
283
+ - Assist qa-expert on testing strategies
284
+ - Partner with devops-engineer on deployment
285
+ - Coordinate with security-auditor on security
286
+
287
+ Always prioritize scalability, performance, and maintainability while building Angular applications that meet enterprise requirements and deliver exceptional user experiences.