blue-gardener 0.1.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.
- package/README.md +88 -0
- package/agents/CATALOG.md +272 -0
- package/agents/blockchain/blue-blockchain-architecture-designer.md +518 -0
- package/agents/blockchain/blue-blockchain-backend-integrator.md +784 -0
- package/agents/blockchain/blue-blockchain-code-reviewer.md +523 -0
- package/agents/blockchain/blue-blockchain-defi-specialist.md +551 -0
- package/agents/blockchain/blue-blockchain-ethereum-developer.md +707 -0
- package/agents/blockchain/blue-blockchain-frontend-integrator.md +732 -0
- package/agents/blockchain/blue-blockchain-gas-optimizer.md +508 -0
- package/agents/blockchain/blue-blockchain-product-strategist.md +439 -0
- package/agents/blockchain/blue-blockchain-security-auditor.md +517 -0
- package/agents/blockchain/blue-blockchain-solana-developer.md +760 -0
- package/agents/blockchain/blue-blockchain-tokenomics-designer.md +412 -0
- package/agents/configuration/blue-ai-platform-configuration-specialist.md +587 -0
- package/agents/development/blue-animation-specialist.md +439 -0
- package/agents/development/blue-api-integration-expert.md +681 -0
- package/agents/development/blue-go-backend-implementation-specialist.md +702 -0
- package/agents/development/blue-node-backend-implementation-specialist.md +543 -0
- package/agents/development/blue-react-developer.md +425 -0
- package/agents/development/blue-state-management-expert.md +557 -0
- package/agents/development/blue-storybook-specialist.md +450 -0
- package/agents/development/blue-third-party-api-strategist.md +391 -0
- package/agents/development/blue-ui-styling-specialist.md +557 -0
- package/agents/infrastructure/blue-cron-job-implementation-specialist.md +589 -0
- package/agents/infrastructure/blue-database-architecture-specialist.md +515 -0
- package/agents/infrastructure/blue-docker-specialist.md +407 -0
- package/agents/infrastructure/blue-document-database-specialist.md +695 -0
- package/agents/infrastructure/blue-github-actions-specialist.md +148 -0
- package/agents/infrastructure/blue-keyvalue-database-specialist.md +678 -0
- package/agents/infrastructure/blue-monorepo-specialist.md +431 -0
- package/agents/infrastructure/blue-relational-database-specialist.md +557 -0
- package/agents/infrastructure/blue-typescript-cli-developer.md +310 -0
- package/agents/orchestrators/blue-app-quality-gate-keeper.md +299 -0
- package/agents/orchestrators/blue-architecture-designer.md +319 -0
- package/agents/orchestrators/blue-feature-specification-analyst.md +212 -0
- package/agents/orchestrators/blue-implementation-review-coordinator.md +497 -0
- package/agents/orchestrators/blue-refactoring-strategy-planner.md +307 -0
- package/agents/quality/blue-accessibility-specialist.md +588 -0
- package/agents/quality/blue-e2e-testing-specialist.md +613 -0
- package/agents/quality/blue-frontend-code-reviewer.md +528 -0
- package/agents/quality/blue-go-backend-code-reviewer.md +610 -0
- package/agents/quality/blue-node-backend-code-reviewer.md +486 -0
- package/agents/quality/blue-performance-specialist.md +595 -0
- package/agents/quality/blue-security-specialist.md +616 -0
- package/agents/quality/blue-seo-specialist.md +477 -0
- package/agents/quality/blue-unit-testing-specialist.md +560 -0
- package/dist/commands/add.d.ts +4 -0
- package/dist/commands/add.d.ts.map +1 -0
- package/dist/commands/add.js +154 -0
- package/dist/commands/add.js.map +1 -0
- package/dist/commands/entrypoints.d.ts +2 -0
- package/dist/commands/entrypoints.d.ts.map +1 -0
- package/dist/commands/entrypoints.js +37 -0
- package/dist/commands/entrypoints.js.map +1 -0
- package/dist/commands/list.d.ts +2 -0
- package/dist/commands/list.d.ts.map +1 -0
- package/dist/commands/list.js +28 -0
- package/dist/commands/list.js.map +1 -0
- package/dist/commands/profiles.d.ts +2 -0
- package/dist/commands/profiles.d.ts.map +1 -0
- package/dist/commands/profiles.js +12 -0
- package/dist/commands/profiles.js.map +1 -0
- package/dist/commands/remove.d.ts +2 -0
- package/dist/commands/remove.d.ts.map +1 -0
- package/dist/commands/remove.js +46 -0
- package/dist/commands/remove.js.map +1 -0
- package/dist/commands/repair.d.ts +2 -0
- package/dist/commands/repair.d.ts.map +1 -0
- package/dist/commands/repair.js +38 -0
- package/dist/commands/repair.js.map +1 -0
- package/dist/commands/search.d.ts +2 -0
- package/dist/commands/search.d.ts.map +1 -0
- package/dist/commands/search.js +85 -0
- package/dist/commands/search.js.map +1 -0
- package/dist/commands/sync.d.ts +6 -0
- package/dist/commands/sync.d.ts.map +1 -0
- package/dist/commands/sync.js +31 -0
- package/dist/commands/sync.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +49 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/adapters/base.d.ts +52 -0
- package/dist/lib/adapters/base.d.ts.map +1 -0
- package/dist/lib/adapters/base.js +100 -0
- package/dist/lib/adapters/base.js.map +1 -0
- package/dist/lib/adapters/claude-desktop.d.ts +14 -0
- package/dist/lib/adapters/claude-desktop.d.ts.map +1 -0
- package/dist/lib/adapters/claude-desktop.js +38 -0
- package/dist/lib/adapters/claude-desktop.js.map +1 -0
- package/dist/lib/adapters/codex.d.ts +19 -0
- package/dist/lib/adapters/codex.d.ts.map +1 -0
- package/dist/lib/adapters/codex.js +97 -0
- package/dist/lib/adapters/codex.js.map +1 -0
- package/dist/lib/adapters/cursor.d.ts +14 -0
- package/dist/lib/adapters/cursor.d.ts.map +1 -0
- package/dist/lib/adapters/cursor.js +38 -0
- package/dist/lib/adapters/cursor.js.map +1 -0
- package/dist/lib/adapters/github-copilot.d.ts +19 -0
- package/dist/lib/adapters/github-copilot.d.ts.map +1 -0
- package/dist/lib/adapters/github-copilot.js +107 -0
- package/dist/lib/adapters/github-copilot.js.map +1 -0
- package/dist/lib/adapters/index.d.ts +8 -0
- package/dist/lib/adapters/index.d.ts.map +1 -0
- package/dist/lib/adapters/index.js +29 -0
- package/dist/lib/adapters/index.js.map +1 -0
- package/dist/lib/adapters/opencode.d.ts +14 -0
- package/dist/lib/adapters/opencode.d.ts.map +1 -0
- package/dist/lib/adapters/opencode.js +38 -0
- package/dist/lib/adapters/opencode.js.map +1 -0
- package/dist/lib/adapters/windsurf.d.ts +16 -0
- package/dist/lib/adapters/windsurf.d.ts.map +1 -0
- package/dist/lib/adapters/windsurf.js +66 -0
- package/dist/lib/adapters/windsurf.js.map +1 -0
- package/dist/lib/agents.d.ts +58 -0
- package/dist/lib/agents.d.ts.map +1 -0
- package/dist/lib/agents.js +340 -0
- package/dist/lib/agents.js.map +1 -0
- package/dist/lib/entrypoints.d.ts +9 -0
- package/dist/lib/entrypoints.d.ts.map +1 -0
- package/dist/lib/entrypoints.js +72 -0
- package/dist/lib/entrypoints.js.map +1 -0
- package/dist/lib/manifest.d.ts +41 -0
- package/dist/lib/manifest.d.ts.map +1 -0
- package/dist/lib/manifest.js +84 -0
- package/dist/lib/manifest.js.map +1 -0
- package/dist/lib/paths.d.ts +23 -0
- package/dist/lib/paths.d.ts.map +1 -0
- package/dist/lib/paths.js +64 -0
- package/dist/lib/paths.js.map +1 -0
- package/dist/lib/platform.d.ts +20 -0
- package/dist/lib/platform.d.ts.map +1 -0
- package/dist/lib/platform.js +86 -0
- package/dist/lib/platform.js.map +1 -0
- package/dist/lib/profiles.d.ts +14 -0
- package/dist/lib/profiles.d.ts.map +1 -0
- package/dist/lib/profiles.js +138 -0
- package/dist/lib/profiles.js.map +1 -0
- package/dist/ui/menu.d.ts +2 -0
- package/dist/ui/menu.d.ts.map +1 -0
- package/dist/ui/menu.js +88 -0
- package/dist/ui/menu.js.map +1 -0
- package/package.json +73 -0
package/README.md
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# Blue Gardener
|
|
2
|
+
|
|
3
|
+
CLI tool to manage AI coding agents across multiple platforms - install, remove, and sync specialized AI agents for your projects.
|
|
4
|
+
|
|
5
|
+
**[📚 Full Documentation](https://bluegardenproject.github.io/blue-gardener/)**
|
|
6
|
+
|
|
7
|
+
## Supported Platforms
|
|
8
|
+
|
|
9
|
+
- **Cursor** - Native agent support
|
|
10
|
+
- **Claude Desktop** - MCP agents
|
|
11
|
+
- **Codex** - OpenAI Codex
|
|
12
|
+
- **GitHub Copilot** - Custom instructions
|
|
13
|
+
- **Windsurf** - Cascade rules
|
|
14
|
+
- **OpenCode** - Custom agents
|
|
15
|
+
|
|
16
|
+
## Quick Start
|
|
17
|
+
|
|
18
|
+
Install Blue Gardener:
|
|
19
|
+
|
|
20
|
+
::: code-group
|
|
21
|
+
|
|
22
|
+
```bash [npm]
|
|
23
|
+
npm install -D blue-gardener
|
|
24
|
+
npx blue-gardener add
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
```bash [pnpm]
|
|
28
|
+
pnpm add -D blue-gardener
|
|
29
|
+
pnpm blue-gardener add
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
```bash [yarn]
|
|
33
|
+
yarn add -D blue-gardener
|
|
34
|
+
yarn blue-gardener add
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
:::
|
|
38
|
+
|
|
39
|
+
## Available Agents
|
|
40
|
+
|
|
41
|
+
44 specialized agents across 6 categories:
|
|
42
|
+
|
|
43
|
+
- **Orchestrators** (5) - Planning and coordination
|
|
44
|
+
- **Development** (9) - React, Node.js, Go implementation
|
|
45
|
+
- **Quality** (9) - Code review, testing, optimization
|
|
46
|
+
- **Infrastructure** (9) - CI/CD, databases, Docker
|
|
47
|
+
- **Configuration** (1) - Multi-platform AI setup
|
|
48
|
+
- **Blockchain** (11) - Smart contracts, DeFi, Web3
|
|
49
|
+
|
|
50
|
+
**[Browse Agent Catalog →](https://bluegardenproject.github.io/blue-gardener/agents/)**
|
|
51
|
+
|
|
52
|
+
## Key Features
|
|
53
|
+
|
|
54
|
+
### Multi-Platform Support
|
|
55
|
+
|
|
56
|
+
Works seamlessly with 6 different AI coding platforms.
|
|
57
|
+
|
|
58
|
+
### Category-Based Selection
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
? Select a category:
|
|
62
|
+
> Orchestrators (5 agents)
|
|
63
|
+
Development (9 agents)
|
|
64
|
+
Quality (9 agents)
|
|
65
|
+
...
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### Orchestration Patterns
|
|
69
|
+
|
|
70
|
+
Agents collaborate through proven patterns:
|
|
71
|
+
|
|
72
|
+
- Feature Development Flow
|
|
73
|
+
- Quality Assurance Flow
|
|
74
|
+
- Refactoring Flow
|
|
75
|
+
|
|
76
|
+
**[Learn Orchestration →](https://bluegardenproject.github.io/blue-gardener/guide/orchestration)**
|
|
77
|
+
|
|
78
|
+
## Documentation
|
|
79
|
+
|
|
80
|
+
- **[Getting Started](https://bluegardenproject.github.io/blue-gardener/guide/getting-started)** - Installation and first steps
|
|
81
|
+
- **[Platforms](https://bluegardenproject.github.io/blue-gardener/guide/platforms)** - Platform-specific details
|
|
82
|
+
- **[Agent Catalog](https://bluegardenproject.github.io/blue-gardener/agents/)** - Browse all 44 agents
|
|
83
|
+
- **[Orchestration](https://bluegardenproject.github.io/blue-gardener/guide/orchestration)** - How agents work together
|
|
84
|
+
- **[CLI Reference](https://bluegardenproject.github.io/blue-gardener/reference/cli)** - Complete command docs
|
|
85
|
+
|
|
86
|
+
## License
|
|
87
|
+
|
|
88
|
+
MIT
|
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
# Agent Catalog
|
|
2
|
+
|
|
3
|
+
Complete list of available agents in Blue Gardener.
|
|
4
|
+
|
|
5
|
+
**Total: 44 agents**
|
|
6
|
+
|
|
7
|
+
| Category | Count |
|
|
8
|
+
| -------------- | ----- |
|
|
9
|
+
| Orchestrators | 5 |
|
|
10
|
+
| Development | 9 |
|
|
11
|
+
| Quality | 9 |
|
|
12
|
+
| Infrastructure | 9 |
|
|
13
|
+
| Configuration | 1 |
|
|
14
|
+
| Blockchain | 11 |
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## Orchestrators
|
|
19
|
+
|
|
20
|
+
High-level planning and coordination agents that understand the full picture and delegate to specialists.
|
|
21
|
+
|
|
22
|
+
| Agent | Description |
|
|
23
|
+
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
|
|
24
|
+
| `blue-feature-specification-analyst` | Product-technical bridge that clarifies requirements, defines acceptance criteria, and creates implementation plans |
|
|
25
|
+
| `blue-architecture-designer` | Technical strategy specialist for component architecture, data flow, and system integration |
|
|
26
|
+
| `blue-refactoring-strategy-planner` | Strategic planner for large refactoring efforts, migrations, and technical debt reduction |
|
|
27
|
+
| `blue-app-quality-gate-keeper` | Quality gate orchestrator for security, performance, and code quality audits before releases |
|
|
28
|
+
| `blue-implementation-review-coordinator` | Post-implementation coordinator that ensures features meet quality standards through iterative review-fix cycles |
|
|
29
|
+
|
|
30
|
+
## Development Specialists
|
|
31
|
+
|
|
32
|
+
Domain experts for implementation work.
|
|
33
|
+
|
|
34
|
+
| Agent | Description |
|
|
35
|
+
| --------------------------------------------- | ----------------------------------------------------------------------------------- |
|
|
36
|
+
| `blue-react-developer` | React ecosystem specialist for components, hooks, patterns, and React Native |
|
|
37
|
+
| `blue-state-management-expert` | State management covering Redux, Zustand, XState, Jotai, and Context |
|
|
38
|
+
| `blue-ui-styling-specialist` | Visual implementation with Tailwind, CSS-in-JS, and responsive design |
|
|
39
|
+
| `blue-api-integration-expert` | Data layer specialist for REST, GraphQL, tRPC, and data fetching patterns |
|
|
40
|
+
| `blue-third-party-api-strategist` | Plans third-party API integrations: auth, rate limits, data mapping, error handling |
|
|
41
|
+
| `blue-animation-specialist` | Web animations and micro-interactions with CSS, Framer Motion, and GSAP |
|
|
42
|
+
| `blue-storybook-specialist` | Storybook configuration, efficient story writing, and component documentation |
|
|
43
|
+
| `blue-node-backend-implementation-specialist` | Node.js/TypeScript backend with Express, Fastify, NestJS, and Hono |
|
|
44
|
+
| `blue-go-backend-implementation-specialist` | Go backend with standard library, Gin, Echo, and Fiber frameworks |
|
|
45
|
+
|
|
46
|
+
## Quality Specialists
|
|
47
|
+
|
|
48
|
+
Code quality, testing, and optimization experts.
|
|
49
|
+
|
|
50
|
+
| Agent | Description |
|
|
51
|
+
| --------------------------------- | ------------------------------------------------------------------------------- |
|
|
52
|
+
| `blue-frontend-code-reviewer` | Frontend code quality for JavaScript/TypeScript, React, Vue, and web apps |
|
|
53
|
+
| `blue-node-backend-code-reviewer` | Node.js/TypeScript backend code quality and best practices |
|
|
54
|
+
| `blue-go-backend-code-reviewer` | Go backend code quality, idioms, and concurrency patterns |
|
|
55
|
+
| `blue-accessibility-specialist` | Accessibility (a11y) expert for WCAG compliance and screen reader support |
|
|
56
|
+
| `blue-unit-testing-specialist` | Unit testing with Jest, Vitest, and React Testing Library |
|
|
57
|
+
| `blue-e2e-testing-specialist` | End-to-end testing with Playwright and Cypress |
|
|
58
|
+
| `blue-performance-specialist` | Performance optimization for bundle size, rendering, and caching |
|
|
59
|
+
| `blue-security-specialist` | Frontend security for auth flows, XSS/CSRF prevention, and secure data handling |
|
|
60
|
+
| `blue-seo-specialist` | SEO optimization for meta tags, structured data, and search engine visibility |
|
|
61
|
+
|
|
62
|
+
## Infrastructure
|
|
63
|
+
|
|
64
|
+
CI/CD, tooling, databases, and configuration specialists.
|
|
65
|
+
|
|
66
|
+
| Agent | Description |
|
|
67
|
+
| ----------------------------------------- | ----------------------------------------------------------------------------- |
|
|
68
|
+
| `blue-github-actions-specialist` | GitHub Actions and workflow specialist for CI/CD pipelines |
|
|
69
|
+
| `blue-typescript-cli-developer` | TypeScript CLI tool development with complexity-aware architecture |
|
|
70
|
+
| `blue-docker-specialist` | Docker and containerization for development and production |
|
|
71
|
+
| `blue-monorepo-specialist` | Monorepo tooling with Nx, Turborepo, and pnpm workspaces |
|
|
72
|
+
| `blue-cron-job-implementation-specialist` | Cron job expert for implementing, maintaining, and monitoring scheduled tasks |
|
|
73
|
+
| `blue-database-architecture-specialist` | Database-agnostic design, schema planning, and database type selection |
|
|
74
|
+
| `blue-relational-database-specialist` | PostgreSQL and MySQL implementation, queries, and optimization |
|
|
75
|
+
| `blue-document-database-specialist` | MongoDB document modeling, aggregation pipelines, and operations |
|
|
76
|
+
| `blue-keyvalue-database-specialist` | Redis caching, sessions, pub/sub, and key-value store patterns |
|
|
77
|
+
|
|
78
|
+
## Configuration
|
|
79
|
+
|
|
80
|
+
AI platform and tool configuration experts.
|
|
81
|
+
|
|
82
|
+
| Agent | Description |
|
|
83
|
+
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
84
|
+
| `blue-ai-platform-configuration-specialist` | Multi-platform AI configuration for agents, rules, and conventions across 6 platforms (Cursor, Claude Desktop, Codex, GitHub Copilot, Windsurf, OpenCode) |
|
|
85
|
+
|
|
86
|
+
## Blockchain
|
|
87
|
+
|
|
88
|
+
Smart contract development, DeFi, and Web3 specialists.
|
|
89
|
+
|
|
90
|
+
| Agent | Description |
|
|
91
|
+
| --------------------------------------- | -------------------------------------------------------------------------- |
|
|
92
|
+
| `blue-blockchain-product-strategist` | Blockchain product planning, chain selection, and tokenomics strategy |
|
|
93
|
+
| `blue-blockchain-architecture-designer` | Smart contract architecture, protocol design, and system integration |
|
|
94
|
+
| `blue-blockchain-ethereum-developer` | Solidity/EVM development with Foundry/Hardhat, testing, and gas efficiency |
|
|
95
|
+
| `blue-blockchain-solana-developer` | Rust/Anchor development for Solana programs and account model |
|
|
96
|
+
| `blue-blockchain-frontend-integrator` | Wallet connections, Web3 React hooks, and transaction UX |
|
|
97
|
+
| `blue-blockchain-backend-integrator` | Event indexing, The Graph subgraphs, and blockchain API services |
|
|
98
|
+
| `blue-blockchain-security-auditor` | Smart contract security audits, vulnerability detection, and remediation |
|
|
99
|
+
| `blue-blockchain-code-reviewer` | Smart contract code quality, best practices, and documentation |
|
|
100
|
+
| `blue-blockchain-gas-optimizer` | EVM gas optimization, storage packing, and efficient patterns |
|
|
101
|
+
| `blue-blockchain-tokenomics-designer` | Token economics, distribution, incentives, and sustainable models |
|
|
102
|
+
| `blue-blockchain-defi-specialist` | DeFi mechanics: lending, AMMs, yield strategies, and protocol design |
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Orchestration Patterns
|
|
107
|
+
|
|
108
|
+
Blue Gardener agents are designed to work together. Here are the key orchestration patterns:
|
|
109
|
+
|
|
110
|
+
**For comprehensive orchestration patterns and workflows, see [ORCHESTRATION_GUIDE.md](../ORCHESTRATION_GUIDE.md).**
|
|
111
|
+
|
|
112
|
+
### Feature Development Flow
|
|
113
|
+
|
|
114
|
+
For implementing new features:
|
|
115
|
+
|
|
116
|
+
```
|
|
117
|
+
1. @blue-feature-specification-analyst
|
|
118
|
+
→ Clarifies requirements
|
|
119
|
+
→ Creates implementation plan
|
|
120
|
+
|
|
121
|
+
2. @blue-architecture-designer
|
|
122
|
+
→ Designs technical approach
|
|
123
|
+
→ Recommends specialists
|
|
124
|
+
|
|
125
|
+
3. Implementation specialists (parallel):
|
|
126
|
+
→ @blue-react-developer
|
|
127
|
+
→ @blue-state-management-expert
|
|
128
|
+
→ @blue-ui-styling-specialist
|
|
129
|
+
|
|
130
|
+
4. @blue-implementation-review-coordinator
|
|
131
|
+
→ Quality review with feedback loops
|
|
132
|
+
→ Delegates to @blue-app-quality-gate-keeper
|
|
133
|
+
→ Routes fixes to specialists
|
|
134
|
+
→ Iterates until quality standards met
|
|
135
|
+
→ Final sign-off
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
### Backend Development Flow
|
|
139
|
+
|
|
140
|
+
For building backend services:
|
|
141
|
+
|
|
142
|
+
```
|
|
143
|
+
1. @blue-architecture-designer
|
|
144
|
+
→ System design
|
|
145
|
+
→ Database selection
|
|
146
|
+
|
|
147
|
+
2. @blue-database-architecture-specialist
|
|
148
|
+
→ Schema design
|
|
149
|
+
→ Scaling strategy
|
|
150
|
+
|
|
151
|
+
3. Implementation:
|
|
152
|
+
→ @blue-node-backend-implementation-specialist (Node.js)
|
|
153
|
+
→ @blue-go-backend-implementation-specialist (Go)
|
|
154
|
+
→ Database specialist (relational/document/keyvalue)
|
|
155
|
+
|
|
156
|
+
4. Code review:
|
|
157
|
+
→ @blue-node-backend-code-reviewer
|
|
158
|
+
→ @blue-go-backend-code-reviewer
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
### Blockchain Project Flow
|
|
162
|
+
|
|
163
|
+
For crypto/blockchain projects:
|
|
164
|
+
|
|
165
|
+
```
|
|
166
|
+
1. @blue-blockchain-product-strategist
|
|
167
|
+
→ Requirements and chain selection
|
|
168
|
+
→ Tokenomics high-level design
|
|
169
|
+
|
|
170
|
+
2. @blue-blockchain-architecture-designer
|
|
171
|
+
→ Smart contract architecture
|
|
172
|
+
→ Protocol design
|
|
173
|
+
|
|
174
|
+
3. Implementation:
|
|
175
|
+
→ @blue-blockchain-ethereum-developer (EVM)
|
|
176
|
+
→ @blue-blockchain-solana-developer (Solana)
|
|
177
|
+
→ @blue-blockchain-frontend-integrator (dApp)
|
|
178
|
+
→ @blue-blockchain-backend-integrator (indexing)
|
|
179
|
+
|
|
180
|
+
4. Quality:
|
|
181
|
+
→ @blue-blockchain-code-reviewer
|
|
182
|
+
→ @blue-blockchain-security-auditor
|
|
183
|
+
→ @blue-blockchain-gas-optimizer
|
|
184
|
+
|
|
185
|
+
5. Economics (if tokenized):
|
|
186
|
+
→ @blue-blockchain-tokenomics-designer
|
|
187
|
+
→ @blue-blockchain-defi-specialist (if DeFi)
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
### Refactoring Flow
|
|
191
|
+
|
|
192
|
+
For large migrations and refactoring:
|
|
193
|
+
|
|
194
|
+
```
|
|
195
|
+
1. @blue-refactoring-strategy-planner
|
|
196
|
+
→ Analyzes current state
|
|
197
|
+
→ Creates phased migration plan
|
|
198
|
+
→ Identifies risks
|
|
199
|
+
|
|
200
|
+
2. Phase execution with quality gates:
|
|
201
|
+
→ Implementation specialists per phase
|
|
202
|
+
→ @blue-implementation-review-coordinator after each phase
|
|
203
|
+
→ Sign-off before next phase begins
|
|
204
|
+
|
|
205
|
+
3. Final verification:
|
|
206
|
+
→ @blue-implementation-review-coordinator
|
|
207
|
+
→ Comprehensive quality check
|
|
208
|
+
→ @blue-unit-testing-specialist
|
|
209
|
+
→ @blue-e2e-testing-specialist
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
### Third-Party API Integration Flow
|
|
213
|
+
|
|
214
|
+
For integrating external APIs (Stripe, Auth0, etc.):
|
|
215
|
+
|
|
216
|
+
```
|
|
217
|
+
1. @blue-architecture-designer
|
|
218
|
+
→ Identifies need for third-party integration
|
|
219
|
+
→ High-level technical strategy
|
|
220
|
+
|
|
221
|
+
2. @blue-third-party-api-strategist
|
|
222
|
+
→ Reviews API documentation
|
|
223
|
+
→ Plans auth, rate limits, data mapping
|
|
224
|
+
→ Defines error handling strategy
|
|
225
|
+
→ Creates implementation tasks
|
|
226
|
+
|
|
227
|
+
3. @blue-api-integration-expert
|
|
228
|
+
→ Implements the technical details
|
|
229
|
+
→ React Query/RTK Query hooks
|
|
230
|
+
→ Error handling code
|
|
231
|
+
|
|
232
|
+
4. @blue-security-specialist (if auth/payments)
|
|
233
|
+
→ Reviews security aspects
|
|
234
|
+
```
|
|
235
|
+
|
|
236
|
+
### Quality Assurance Flow
|
|
237
|
+
|
|
238
|
+
For post-implementation quality verification:
|
|
239
|
+
|
|
240
|
+
```
|
|
241
|
+
1. @blue-implementation-review-coordinator
|
|
242
|
+
→ Coordinates comprehensive review
|
|
243
|
+
→ Manages feedback loops
|
|
244
|
+
|
|
245
|
+
2. Delegates to @blue-app-quality-gate-keeper
|
|
246
|
+
→ Determines relevant audits
|
|
247
|
+
→ Coordinates specialist reviews:
|
|
248
|
+
• @blue-frontend-code-reviewer (frontend)
|
|
249
|
+
• @blue-node-backend-code-reviewer (backend)
|
|
250
|
+
• @blue-security-specialist (auth, payments)
|
|
251
|
+
• @blue-performance-specialist (user-facing)
|
|
252
|
+
• @blue-accessibility-specialist (UI)
|
|
253
|
+
• @blue-seo-specialist (public pages)
|
|
254
|
+
|
|
255
|
+
3. Review coordinator analyzes findings
|
|
256
|
+
→ Routes fixes to implementation specialists
|
|
257
|
+
→ Re-audits after fixes
|
|
258
|
+
→ Iterates until quality standards met
|
|
259
|
+
|
|
260
|
+
4. Final sign-off with quality report
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
### Scaling with Complexity
|
|
264
|
+
|
|
265
|
+
| Task Complexity | Typical Agents Involved |
|
|
266
|
+
| ------------------ | ---------------------------------------------------------------------- |
|
|
267
|
+
| Simple bug fix | 1-2 (developer + reviewer) |
|
|
268
|
+
| Standard feature | 4-6 (planner + architect + implementation + review coordinator) |
|
|
269
|
+
| Complex feature | 7-9 (add security, testing specialists) |
|
|
270
|
+
| Full release audit | 6-8 (review coordinator + quality-gate-keeper + quality specialists) |
|
|
271
|
+
| Major refactoring | 5-7 (strategy-planner + implementation + review coordinator + testing) |
|
|
272
|
+
| Blockchain dApp | 6-9 (strategist + architect + devs + security + review coordinator) |
|