@polymorphism-tech/morph-spec 4.5.0 → 4.7.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/CLAUDE.md +77 -56
- package/README.md +394 -700
- package/docs/ARCHITECTURE.md +331 -0
- package/docs/CHEATSHEET.md +221 -0
- package/docs/COMMAND-FLOWS.md +368 -0
- package/docs/QUICKSTART.md +212 -0
- package/docs/examples/order-management/contracts.cs +84 -0
- package/docs/examples/order-management/proposal.md +24 -0
- package/docs/examples/order-management/spec.md +162 -0
- package/docs/plans/2026-02-23-ddd-architecture-refactor.md +1153 -0
- package/docs/plans/2026-02-23-ddd-nextsteps.md +682 -0
- package/docs/plans/2026-02-23-infra-architect-refactor.md +437 -0
- package/docs/plans/2026-02-23-nextjs-code-review-design.md +156 -0
- package/docs/plans/2026-02-23-nextjs-code-review-impl.md +1254 -0
- package/docs/plans/2026-02-23-nextjs-standards-design.md +149 -0
- package/docs/plans/2026-02-23-nextjs-standards-impl.md +1846 -0
- package/framework/{skills/level-2-domains → agents}/README.md +14 -14
- package/framework/{skills/level-2-domains → agents}/ai-agents/ai-system-architect.md +1 -4
- package/framework/{skills/level-2-domains → agents}/architecture/po-pm-advisor.md +1 -2
- package/framework/{skills/level-2-domains → agents}/architecture/prompt-engineer.md +1 -2
- package/framework/{skills/level-2-domains → agents}/architecture/seo-growth-hacker.md +1 -2
- package/framework/{skills/level-2-domains → agents}/architecture/standards-architect.md +159 -162
- package/framework/agents/backend/api-designer.md +103 -0
- package/framework/{skills/level-2-domains → agents}/backend/dotnet-senior.md +1 -2
- package/framework/agents/backend/ef-modeler.md +119 -0
- package/framework/{skills/level-2-domains → agents}/backend/hangfire-orchestrator.md +1 -4
- package/framework/{skills/level-2-domains → agents}/backend/ms-agent-expert.md +1 -4
- package/framework/{skills/level-2-domains → agents}/frontend/blazor-builder.md +1 -4
- package/framework/agents/frontend/nextjs-expert.md +118 -0
- package/framework/{skills/level-2-domains → agents}/frontend/ui-ux-designer.md +1 -2
- package/framework/{skills/level-2-domains → agents}/infrastructure/azure-architect.md +147 -148
- package/framework/{skills/level-2-domains → agents}/infrastructure/azure-deploy-specialist.md +1 -2
- package/framework/{skills/level-2-domains → agents}/infrastructure/bicep-architect.md +1 -4
- package/framework/{skills/level-2-domains → agents}/infrastructure/container-specialist.md +1 -4
- package/framework/{skills/level-2-domains → agents}/infrastructure/devops-engineer.md +1 -4
- package/framework/agents/infrastructure/infra-architect.md +45 -0
- package/framework/{skills/level-2-domains → agents}/integrations/asaas-financial.md +1 -4
- package/framework/{skills/level-2-domains → agents}/integrations/azure-identity.md +1 -4
- package/framework/{skills/level-2-domains → agents}/integrations/clerk-auth.md +1 -4
- package/framework/{skills/level-2-domains → agents}/integrations/hangfire-integration.md +1 -2
- package/framework/{skills/level-2-domains → agents}/integrations/resend-email.md +1 -4
- package/framework/{skills/level-2-domains → agents}/quality/code-analyzer.md +1 -4
- package/framework/{skills/level-2-domains → agents}/quality/testing-specialist.md +1 -4
- package/framework/agents.json +1145 -278
- package/framework/hooks/claude-code/statusline.py +384 -85
- package/framework/hooks/shared/phase-utils.js +129 -129
- package/framework/rules/frontend-standards.md +0 -3
- package/framework/rules/nextjs-standards.md +17 -0
- package/framework/skills/README.md +66 -0
- package/framework/skills/level-0-meta/{brainstorming.md → brainstorming/SKILL.md} +3 -1
- package/framework/skills/level-0-meta/brainstorming/references/proposal-example.md +138 -0
- package/framework/skills/level-0-meta/{code-review.md → code-review/SKILL.md} +3 -2
- package/framework/skills/level-0-meta/code-review/references/review-example.md +164 -0
- package/framework/skills/level-0-meta/code-review/scripts/scan-csharp.mjs +121 -0
- package/framework/skills/level-0-meta/code-review-nextjs/SKILL.md +147 -0
- package/framework/skills/level-0-meta/code-review-nextjs/references/review-example-nextjs.md +254 -0
- package/framework/skills/level-0-meta/{morph-checklist.md → morph-checklist/SKILL.md} +2 -5
- package/framework/skills/{level-1-workflows/morph-replicate.md → level-0-meta/morph-replicate/SKILL.md} +6 -7
- package/framework/skills/level-0-meta/{simulation-checklist.md → simulation-checklist/SKILL.md} +3 -6
- package/framework/skills/level-0-meta/{tool-usage-guide.md → tool-usage-guide/SKILL.md} +4 -5
- package/framework/skills/level-0-meta/{verification-before-completion.md → verification-before-completion/SKILL.md} +3 -1
- package/framework/skills/level-0-meta/verification-before-completion/scripts/check-phase-outputs.mjs +110 -0
- package/framework/skills/level-1-workflows/{phase-clarify.md → phase-clarify/SKILL.md} +3 -3
- package/framework/skills/level-1-workflows/phase-clarify/references/clarifications-example.md +117 -0
- package/framework/skills/level-1-workflows/{phase-codebase-analysis.md → phase-codebase-analysis/SKILL.md} +2 -3
- package/framework/skills/level-1-workflows/{phase-design.md → phase-design/SKILL.md} +46 -182
- package/framework/skills/level-1-workflows/phase-design/references/spec-example.md +253 -0
- package/framework/skills/level-1-workflows/{phase-implement.md → phase-implement/SKILL.md} +3 -3
- package/framework/skills/level-1-workflows/phase-implement/references/recap-example.md +132 -0
- package/framework/skills/level-1-workflows/{phase-setup.md → phase-setup/SKILL.md} +2 -3
- package/framework/skills/level-1-workflows/{phase-tasks.md → phase-tasks/SKILL.md} +42 -3
- package/framework/skills/level-1-workflows/phase-tasks/references/tasks-example.md +231 -0
- package/framework/skills/level-1-workflows/phase-tasks/scripts/validate-tasks.mjs +112 -0
- package/framework/skills/level-1-workflows/{phase-uiux.md → phase-uiux/SKILL.md} +2 -3
- package/framework/standards/STANDARDS.json +121 -0
- package/framework/standards/architecture/ddd/bounded-contexts.md +105 -0
- package/framework/standards/architecture/ddd/complexity-levels.md +108 -0
- package/framework/standards/architecture/ddd/ubiquitous-language.md +58 -0
- package/framework/standards/frontend/nextjs/app-router.md +123 -0
- package/framework/standards/frontend/nextjs/components.md +132 -0
- package/framework/standards/frontend/nextjs/data-fetching.md +126 -0
- package/framework/standards/frontend/nextjs/forms.md +128 -0
- package/framework/standards/frontend/nextjs/naming-conventions.md +67 -0
- package/framework/standards/frontend/nextjs/project-structure.md +102 -0
- package/framework/standards/frontend/nextjs/state-management.md +72 -0
- package/framework/standards/frontend/nextjs/testing.md +111 -0
- package/framework/templates/REGISTRY.json +538 -142
- package/framework/templates/code/dotnet/contracts/contracts-level1.cs +69 -0
- package/framework/templates/code/dotnet/contracts/contracts-level2.cs +86 -0
- package/framework/templates/code/dotnet/contracts/contracts-level3.cs +41 -0
- package/framework/templates/docs/spec.md +49 -0
- package/framework/templates/frontend/nextjs/Dockerfile.nextjs.hbs +43 -0
- package/framework/templates/frontend/nextjs/client-component.tsx.hbs +26 -0
- package/framework/templates/frontend/nextjs/env.mjs.hbs +32 -0
- package/framework/templates/frontend/nextjs/feature-form.tsx.hbs +56 -0
- package/framework/templates/frontend/nextjs/page.tsx.hbs +22 -0
- package/framework/templates/frontend/nextjs/tsconfig.json.hbs +26 -0
- package/framework/templates/frontend/nextjs/use-feature.ts.hbs +54 -0
- package/framework/templates/project-structure/dotnet-ddd.md +70 -0
- package/framework/workflows/docs/enforcement-pipeline.md +2 -1
- package/package.json +1 -1
- package/scripts/scan-nextjs.mjs +169 -0
- package/src/commands/project/doctor.js +52 -1
- package/src/commands/project/init.js +19 -65
- package/src/commands/project/update.js +7 -63
- package/src/lib/detectors/claude-config-detector.js +1 -3
- package/src/lib/standards/standards-context-injector.js +5 -0
- package/src/lib/validators/nextjs/index.js +6 -0
- package/src/lib/validators/nextjs/next-component-validator.js +181 -0
- package/src/lib/validators/validation-runner.js +5 -0
- package/src/utils/agents-installer.js +16 -4
- package/src/utils/skills-installer.js +59 -15
- package/.morph/.morphversion +0 -5
- package/.morph/analytics/threads-log.jsonl +0 -44
- package/.morph/config/config.json +0 -8
- package/.morph/context/README.md +0 -17
- package/.morph/framework/agents.json +0 -948
- package/.morph/framework/standards/STANDARDS.json +0 -812
- package/.morph/framework/standards/ai-agents/blazor-ui.md +0 -364
- package/.morph/framework/standards/ai-agents/production.md +0 -415
- package/.morph/framework/standards/ai-agents/setup.md +0 -418
- package/.morph/framework/standards/ai-agents/team-orchestration.md +0 -479
- package/.morph/framework/standards/ai-agents/workflows.md +0 -354
- package/.morph/framework/standards/architecture/ddd/aggregates.md +0 -120
- package/.morph/framework/standards/architecture/ddd/entities.md +0 -99
- package/.morph/framework/standards/architecture/ddd/value-objects.md +0 -124
- package/.morph/framework/standards/backend/api/minimal-api.md +0 -494
- package/.morph/framework/standards/backend/api/rest.md +0 -492
- package/.morph/framework/standards/backend/api/validation.md +0 -88
- package/.morph/framework/standards/backend/authentication/passkeys.md +0 -428
- package/.morph/framework/standards/backend/database/ef-core.md +0 -199
- package/.morph/framework/standards/backend/database/migrations.md +0 -393
- package/.morph/framework/standards/backend/database/postgresql/database.md +0 -352
- package/.morph/framework/standards/backend/database/repository-patterns.md +0 -528
- package/.morph/framework/standards/backend/database/vector-search-rag.md +0 -541
- package/.morph/framework/standards/backend/dotnet/async.md +0 -366
- package/.morph/framework/standards/backend/dotnet/core.md +0 -117
- package/.morph/framework/standards/backend/dotnet/di.md +0 -439
- package/.morph/framework/standards/backend/dotnet/program-cs-checklist.md +0 -92
- package/.morph/framework/standards/backend/integrations/asaas/asaas-api.md +0 -216
- package/.morph/framework/standards/backend/integrations/clerk/clerk-auth.md +0 -290
- package/.morph/framework/standards/backend/integrations/hangfire/hangfire-jobs.md +0 -350
- package/.morph/framework/standards/backend/integrations/resend/resend-email.md +0 -385
- package/.morph/framework/standards/context/analytics.md +0 -96
- package/.morph/framework/standards/context/bundles.md +0 -110
- package/.morph/framework/standards/context/priming.md +0 -78
- package/.morph/framework/standards/core/architecture.md +0 -185
- package/.morph/framework/standards/core/coding.md +0 -214
- package/.morph/framework/standards/core/git-branching-strategy.md +0 -403
- package/.morph/framework/standards/core/git.md +0 -185
- package/.morph/framework/standards/core/testing.md +0 -295
- package/.morph/framework/standards/data/nosql/blob-storage.md +0 -102
- package/.morph/framework/standards/data/nosql/cache/redis.md +0 -97
- package/.morph/framework/standards/data/nosql/cosmos-db.md +0 -118
- package/.morph/framework/standards/data/vector-search/azure-ai-search.md +0 -121
- package/.morph/framework/standards/data/vector-search/rag-chunking.md +0 -104
- package/.morph/framework/standards/frontend/blazor/design-checklist.md +0 -222
- package/.morph/framework/standards/frontend/blazor/fluent-ui-setup.md +0 -595
- package/.morph/framework/standards/frontend/blazor/fluent-ui.md +0 -137
- package/.morph/framework/standards/frontend/blazor/html-conversion.md +0 -184
- package/.morph/framework/standards/frontend/blazor/lifecycle.md +0 -195
- package/.morph/framework/standards/frontend/blazor/pitfalls.md +0 -198
- package/.morph/framework/standards/frontend/blazor/state.md +0 -191
- package/.morph/framework/standards/frontend/design-system/animations.md +0 -151
- package/.morph/framework/standards/frontend/design-system/naming.md +0 -64
- package/.morph/framework/standards/frontend/nextjs/nextjs-patterns.md +0 -198
- package/.morph/framework/standards/infrastructure/azure/azure.md +0 -624
- package/.morph/framework/standards/infrastructure/azure/bicep/bicep-patterns.md +0 -422
- package/.morph/framework/standards/infrastructure/azure/devops/azure-devops-setup.md +0 -516
- package/.morph/framework/standards/infrastructure/azure/devops/local-development.md +0 -520
- package/.morph/framework/standards/infrastructure/azure/services/functions.md +0 -486
- package/.morph/framework/standards/infrastructure/azure/services/service-bus.md +0 -459
- package/.morph/framework/standards/infrastructure/azure/services/storage.md +0 -407
- package/.morph/framework/standards/infrastructure/docker/easypanel-deploy.md +0 -196
- package/.morph/framework/standards/infrastructure/supabase/mcp-setup.md +0 -252
- package/.morph/framework/standards/infrastructure/supabase/supabase-auth.md +0 -176
- package/.morph/framework/standards/infrastructure/supabase/supabase-pgvector.md +0 -169
- package/.morph/framework/standards/infrastructure/supabase/supabase-rls.md +0 -184
- package/.morph/framework/standards/infrastructure/supabase/supabase-storage.md +0 -153
- package/.morph/framework/standards/integration/api/graphql.md +0 -91
- package/.morph/framework/standards/integration/api/grpc.md +0 -114
- package/.morph/framework/standards/integration/api/rest-design.md +0 -95
- package/.morph/framework/standards/integration/event-driven/cqrs.md +0 -101
- package/.morph/framework/standards/integration/event-driven/event-sourcing.md +0 -124
- package/.morph/framework/standards/integration/event-driven/service-bus.md +0 -95
- package/.morph/framework/standards/integration/mcp/mcp-tools.md +0 -384
- package/.morph/framework/standards/observability/logging.md +0 -131
- package/.morph/framework/standards/observability/metrics.md +0 -121
- package/.morph/framework/standards/observability/monitoring.md +0 -114
- package/.morph/framework/standards/observability/tracing.md +0 -132
- package/.morph/framework/standards/workflows/parallel-execution.md +0 -112
- package/.morph/framework/standards/workflows/thread-management.md +0 -113
- package/.morph/framework/templates/.idea/morph-templates.xml +0 -92
- package/.morph/framework/templates/.vscode/morph-templates.code-snippets +0 -186
- package/.morph/framework/templates/IDE-SNIPPETS.md +0 -266
- package/.morph/framework/templates/README.md +0 -814
- package/.morph/framework/templates/REGISTRY.json +0 -1492
- package/.morph/framework/templates/code/dotnet/backend/repository.cs +0 -141
- package/.morph/framework/templates/code/dotnet/backend/service.cs +0 -139
- package/.morph/framework/templates/code/dotnet/contracts/Commands.cs +0 -74
- package/.morph/framework/templates/code/dotnet/contracts/Entities.cs +0 -25
- package/.morph/framework/templates/code/dotnet/contracts/Queries.cs +0 -74
- package/.morph/framework/templates/code/dotnet/contracts/README.md +0 -74
- package/.morph/framework/templates/code/dotnet/contracts/api-contracts.cs +0 -173
- package/.morph/framework/templates/code/dotnet/contracts/contracts.cs +0 -217
- package/.morph/framework/templates/code/dotnet/contracts/contracts.cs.hbs +0 -172
- package/.morph/framework/templates/code/dotnet/database/migration.cs +0 -83
- package/.morph/framework/templates/code/dotnet/frontend/component.razor +0 -239
- package/.morph/framework/templates/code/dotnet/jobs/agent.cs +0 -163
- package/.morph/framework/templates/code/dotnet/jobs/job.cs +0 -171
- package/.morph/framework/templates/code/dotnet/test.cs +0 -239
- package/.morph/framework/templates/code/sql/rls-policy.sql +0 -57
- package/.morph/framework/templates/code/sql/supabase-migration.sql +0 -100
- package/.morph/framework/templates/code/sql/supabase-migration.template.sql +0 -113
- package/.morph/framework/templates/code/typescript/contracts.ts +0 -168
- package/.morph/framework/templates/context/CONTEXT-FEATURE.md +0 -276
- package/.morph/framework/templates/context/CONTEXT.md +0 -181
- package/.morph/framework/templates/docs/clarifications.md +0 -253
- package/.morph/framework/templates/docs/onboarding.md +0 -123
- package/.morph/framework/templates/docs/proposal.md +0 -182
- package/.morph/framework/templates/docs/schema-analysis.md +0 -119
- package/.morph/framework/templates/docs/spec.md +0 -149
- package/.morph/framework/templates/docs/ui-components.md +0 -124
- package/.morph/framework/templates/docs/ui-design-system.md +0 -76
- package/.morph/framework/templates/docs/ui-flows.md +0 -167
- package/.morph/framework/templates/docs/ui-mockups.md +0 -98
- package/.morph/framework/templates/examples/design-system-examples.md +0 -357
- package/.morph/framework/templates/examples/spec-examples.md +0 -90
- package/.morph/framework/templates/feature/decisions.md +0 -187
- package/.morph/framework/templates/feature/recap.md +0 -146
- package/.morph/framework/templates/feature/tasks.md +0 -199
- package/.morph/framework/templates/infrastructure/azure/Dockerfile.example +0 -82
- package/.morph/framework/templates/infrastructure/azure/README.md +0 -286
- package/.morph/framework/templates/infrastructure/azure/app-insights.bicep +0 -63
- package/.morph/framework/templates/infrastructure/azure/app-service.bicep +0 -164
- package/.morph/framework/templates/infrastructure/azure/container-app-env.bicep +0 -49
- package/.morph/framework/templates/infrastructure/azure/container-app.bicep +0 -156
- package/.morph/framework/templates/infrastructure/azure/deploy-checklist.md +0 -426
- package/.morph/framework/templates/infrastructure/azure/deploy.ps1 +0 -229
- package/.morph/framework/templates/infrastructure/azure/deploy.sh +0 -208
- package/.morph/framework/templates/infrastructure/azure/key-vault.bicep +0 -91
- package/.morph/framework/templates/infrastructure/azure/main.bicep +0 -189
- package/.morph/framework/templates/infrastructure/azure/parameters.dev.json +0 -29
- package/.morph/framework/templates/infrastructure/azure/parameters.prod.json +0 -29
- package/.morph/framework/templates/infrastructure/azure/parameters.staging.json +0 -29
- package/.morph/framework/templates/infrastructure/azure/sql-database.bicep +0 -103
- package/.morph/framework/templates/infrastructure/azure/storage.bicep +0 -106
- package/.morph/framework/templates/infrastructure/docker/Dockerfile.template +0 -58
- package/.morph/framework/templates/infrastructure/docker/docker-compose.template.yml +0 -67
- package/.morph/framework/templates/infrastructure/docker/dockerfile-api.dockerfile +0 -38
- package/.morph/framework/templates/infrastructure/docker/dockerfile-web.dockerfile +0 -48
- package/.morph/framework/templates/infrastructure/docker/easypanel.template.json +0 -54
- package/.morph/framework/templates/infrastructure/github/README.md +0 -593
- package/.morph/framework/templates/infrastructure/github/actions/azure-auth/action.yml.hbs +0 -22
- package/.morph/framework/templates/infrastructure/github/actions/docker-build-push/action.yml.hbs +0 -45
- package/.morph/framework/templates/infrastructure/github/actions/health-check/action.yml.hbs +0 -27
- package/.morph/framework/templates/infrastructure/github/workflows/deploy-azure-app-service.yml.hbs +0 -61
- package/.morph/framework/templates/infrastructure/github/workflows/deploy-easypanel.yml.hbs +0 -31
- package/.morph/framework/templates/infrastructure/github/workflows/docker-build-push.yml.hbs +0 -59
- package/.morph/framework/templates/infrastructure/github/workflows/dotnet-build.yml.hbs +0 -39
- package/.morph/framework/templates/integrations/asaas-client.cs +0 -387
- package/.morph/framework/templates/integrations/asaas-webhook.cs +0 -351
- package/.morph/framework/templates/integrations/azure-identity-config.cs +0 -288
- package/.morph/framework/templates/integrations/clerk-config.cs +0 -258
- package/.morph/framework/templates/meta-prompts/fusion/fusion-agent.md +0 -76
- package/.morph/framework/templates/meta-prompts/fusion/fusion-aggregator.md +0 -100
- package/.morph/framework/templates/meta-prompts/hops/hop-retry.md +0 -78
- package/.morph/framework/templates/meta-prompts/hops/hop-validation.md +0 -97
- package/.morph/framework/templates/meta-prompts/hops/hop-wrapper.md +0 -36
- package/.morph/framework/templates/meta-prompts/parallel-workers/parallel-coordinator.md +0 -113
- package/.morph/framework/templates/meta-prompts/parallel-workers/parallel-worker.md +0 -80
- package/.morph/framework/templates/meta-prompts/squad-leaders/backend-squad.md +0 -90
- package/.morph/framework/templates/meta-prompts/squad-leaders/frontend-squad.md +0 -126
- package/.morph/framework/templates/meta-prompts/squad-leaders/squad-leader.md +0 -43
- package/.morph/framework/templates/meta-prompts/validators/checkpoint-validator.md +0 -107
- package/.morph/framework/templates/meta-prompts/validators/pre-commit-validator.md +0 -95
- package/.morph/framework/templates/saas/subscription.cs +0 -347
- package/.morph/framework/templates/saas/tenant.cs +0 -338
- package/.morph/framework/templates/state.template.json +0 -17
- package/.morph/framework/templates/ui/FluentDesignTheme.cs +0 -149
- package/.morph/framework/templates/ui/MudTheme.cs +0 -281
- package/.morph/framework/templates/ui/design-system.css +0 -226
- package/.morph/logs/tool-failures.log +0 -51
- package/.morph/memory/pre-compact-2026-02-22T17-01-01-658Z.json +0 -16
- package/.morph/state.json +0 -48
- package/framework/skills/level-2-domains/backend/api-designer.md +0 -66
- package/framework/skills/level-2-domains/backend/ef-modeler.md +0 -65
- package/framework/skills/level-2-domains/frontend/nextjs-expert.md +0 -161
- package/framework/skills/level-3-technologies/README.md +0 -7
- package/framework/skills/level-4-patterns/README.md +0 -7
- package/framework/templates/code/dotnet/contracts/contracts.cs +0 -217
- package/framework/templates/code/dotnet/contracts/contracts.cs.hbs +0 -172
package/framework/agents.json
CHANGED
|
@@ -1,784 +1,1531 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./agent-schema.json",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"total_agents":
|
|
3
|
+
"version": "3.2.0-hierarchical",
|
|
4
|
+
"total_agents": 38,
|
|
5
5
|
"tiers": {
|
|
6
6
|
"tier_1_orchestrators": 3,
|
|
7
|
-
"tier_2_leaders":
|
|
7
|
+
"tier_2_leaders": 4,
|
|
8
8
|
"tier_3_specialists": 26,
|
|
9
9
|
"tier_4_validators": 5
|
|
10
10
|
},
|
|
11
|
-
|
|
12
11
|
"agents": {
|
|
13
|
-
|
|
14
12
|
"_comment_tier_1": "=== TIER 1: ORCHESTRATORS (3) ===",
|
|
15
|
-
|
|
16
13
|
"standards-architect": {
|
|
17
14
|
"tier": 1,
|
|
18
15
|
"role": "orchestrator",
|
|
19
16
|
"title": "Chief Architect",
|
|
20
|
-
"domains": [
|
|
17
|
+
"domains": [
|
|
18
|
+
"architecture",
|
|
19
|
+
"developer-experience"
|
|
20
|
+
],
|
|
21
21
|
"keywords": [],
|
|
22
22
|
"always_active": true,
|
|
23
|
-
"validators": [
|
|
23
|
+
"validators": [
|
|
24
|
+
"architecture",
|
|
25
|
+
"packages"
|
|
26
|
+
],
|
|
24
27
|
"relationships": {
|
|
25
28
|
"reports_to": "user",
|
|
26
|
-
"coordinates": [
|
|
29
|
+
"coordinates": [
|
|
30
|
+
"dotnet-senior",
|
|
31
|
+
"infra-architect",
|
|
32
|
+
"ui-designer",
|
|
33
|
+
"domain-architect",
|
|
34
|
+
"testing-specialist",
|
|
35
|
+
"code-analyzer",
|
|
36
|
+
"troubleshooting-expert",
|
|
37
|
+
"documentation-specialist",
|
|
38
|
+
"load-testing-expert"
|
|
39
|
+
],
|
|
27
40
|
"escalates_to": "user",
|
|
28
41
|
"team_role": "lead"
|
|
29
42
|
},
|
|
30
|
-
"standards": [
|
|
43
|
+
"standards": [
|
|
44
|
+
"core/coding.md",
|
|
45
|
+
"core/architecture.md",
|
|
46
|
+
"backend/dotnet/program-cs-checklist.md"
|
|
47
|
+
],
|
|
31
48
|
"teammate": {
|
|
32
49
|
"role": "Team Lead (Delegate Mode)",
|
|
33
50
|
"icon": "🎯",
|
|
34
51
|
"spawn_prompt": "You are the Chief Architect and Team Lead in delegate mode. Coordinate Domain Leaders, resolve conflicts, synthesize results. DO NOT implement code yourself. Escalate conflicts to user when teammates disagree on architecture/tech choices."
|
|
35
52
|
}
|
|
36
53
|
},
|
|
37
|
-
|
|
38
54
|
"ai-system-architect": {
|
|
39
55
|
"tier": 1,
|
|
40
56
|
"role": "orchestrator",
|
|
41
57
|
"title": "AI/Agent Architect",
|
|
42
|
-
"domains": [
|
|
43
|
-
|
|
58
|
+
"domains": [
|
|
59
|
+
"ai-orchestration",
|
|
60
|
+
"architecture"
|
|
61
|
+
],
|
|
62
|
+
"keywords": [
|
|
63
|
+
"agent system",
|
|
64
|
+
"ai architecture",
|
|
65
|
+
"orchestration",
|
|
66
|
+
"multi-agent",
|
|
67
|
+
"agent workflow"
|
|
68
|
+
],
|
|
44
69
|
"always_active": false,
|
|
45
|
-
"validators": [
|
|
70
|
+
"validators": [
|
|
71
|
+
"architecture"
|
|
72
|
+
],
|
|
46
73
|
"relationships": {
|
|
47
74
|
"reports_to": "standards-architect",
|
|
48
|
-
"coordinates": [
|
|
75
|
+
"coordinates": [
|
|
76
|
+
"ms-agent-expert"
|
|
77
|
+
],
|
|
49
78
|
"escalates_to": "standards-architect",
|
|
50
|
-
"collaborates_with": [
|
|
79
|
+
"collaborates_with": [
|
|
80
|
+
"dotnet-senior"
|
|
81
|
+
],
|
|
51
82
|
"team_role": "orchestrator"
|
|
52
83
|
},
|
|
53
|
-
"standards": [
|
|
84
|
+
"standards": [
|
|
85
|
+
"core/coding.md",
|
|
86
|
+
"core/architecture.md",
|
|
87
|
+
"ai-agents/setup.md",
|
|
88
|
+
"ai-agents/workflows.md",
|
|
89
|
+
"ai-agents/production.md",
|
|
90
|
+
"ai-agents/blazor-ui.md"
|
|
91
|
+
],
|
|
54
92
|
"teammate": {
|
|
55
93
|
"role": "AI Architect",
|
|
56
94
|
"icon": "🤖",
|
|
57
95
|
"spawn_prompt": "You are the AI/Agent System Architect. Design agent workflows, tool integrations, and orchestration patterns. Coordinate with ms-agent-expert for implementation."
|
|
58
96
|
}
|
|
59
97
|
},
|
|
60
|
-
|
|
61
98
|
"popm-advisor": {
|
|
62
99
|
"tier": 1,
|
|
63
100
|
"role": "orchestrator",
|
|
64
101
|
"title": "Product/Project Advisor",
|
|
65
|
-
"domains": [
|
|
66
|
-
|
|
102
|
+
"domains": [
|
|
103
|
+
"requirements",
|
|
104
|
+
"business-value"
|
|
105
|
+
],
|
|
106
|
+
"keywords": [
|
|
107
|
+
"unclear",
|
|
108
|
+
"requirements",
|
|
109
|
+
"priority",
|
|
110
|
+
"roi",
|
|
111
|
+
"business value",
|
|
112
|
+
"user story"
|
|
113
|
+
],
|
|
67
114
|
"always_active": false,
|
|
68
115
|
"validators": [],
|
|
69
116
|
"relationships": {
|
|
70
117
|
"reports_to": "user",
|
|
71
118
|
"coordinates": [],
|
|
72
119
|
"team_role": "planning_only",
|
|
73
|
-
"active_phases": [
|
|
120
|
+
"active_phases": [
|
|
121
|
+
"proposal",
|
|
122
|
+
"setup",
|
|
123
|
+
"design"
|
|
124
|
+
]
|
|
74
125
|
},
|
|
75
|
-
"standards": [
|
|
126
|
+
"standards": [
|
|
127
|
+
"core/coding.md",
|
|
128
|
+
"core/architecture.md"
|
|
129
|
+
],
|
|
76
130
|
"teammate": null
|
|
77
131
|
},
|
|
78
|
-
|
|
79
|
-
"_comment_tier_2": "=== TIER 2: DOMAIN LEADERS (3) ===",
|
|
80
|
-
|
|
132
|
+
"_comment_tier_2": "=== TIER 2: DOMAIN LEADERS (4) ===",
|
|
81
133
|
"dotnet-senior": {
|
|
82
134
|
"tier": 2,
|
|
83
135
|
"role": "domain-leader",
|
|
84
136
|
"title": "Backend Squad Leader",
|
|
85
|
-
"domains": [
|
|
86
|
-
|
|
137
|
+
"domains": [
|
|
138
|
+
"backend"
|
|
139
|
+
],
|
|
140
|
+
"keywords": [
|
|
141
|
+
"backend",
|
|
142
|
+
"api",
|
|
143
|
+
"dotnet",
|
|
144
|
+
".net",
|
|
145
|
+
"csharp",
|
|
146
|
+
"c#",
|
|
147
|
+
"web api",
|
|
148
|
+
"minimal api"
|
|
149
|
+
],
|
|
87
150
|
"always_active": true,
|
|
88
|
-
"validators": [
|
|
151
|
+
"validators": [
|
|
152
|
+
"architecture",
|
|
153
|
+
"packages"
|
|
154
|
+
],
|
|
89
155
|
"relationships": {
|
|
90
156
|
"reports_to": "standards-architect",
|
|
91
|
-
"coordinates": [
|
|
157
|
+
"coordinates": [
|
|
158
|
+
"ef-modeler",
|
|
159
|
+
"event-architect",
|
|
160
|
+
"api-designer",
|
|
161
|
+
"nosql-cache-expert",
|
|
162
|
+
"hangfire-orchestrator",
|
|
163
|
+
"ms-agent-expert",
|
|
164
|
+
"asaas-financial",
|
|
165
|
+
"clerk-auth",
|
|
166
|
+
"resend-email"
|
|
167
|
+
],
|
|
92
168
|
"escalates_to": "standards-architect",
|
|
93
|
-
"collaborates_with": [
|
|
169
|
+
"collaborates_with": [
|
|
170
|
+
"infra-architect",
|
|
171
|
+
"blazor-builder",
|
|
172
|
+
"nextjs-expert"
|
|
173
|
+
],
|
|
94
174
|
"team_role": "domain_leader"
|
|
95
175
|
},
|
|
96
|
-
"standards": [
|
|
176
|
+
"standards": [
|
|
177
|
+
"core/coding.md",
|
|
178
|
+
"core/architecture.md",
|
|
179
|
+
"backend/dotnet/core.md",
|
|
180
|
+
"backend/dotnet/program-cs-checklist.md"
|
|
181
|
+
],
|
|
97
182
|
"teammate": {
|
|
98
183
|
"role": "Backend Squad Leader",
|
|
99
184
|
"icon": "⚙️",
|
|
100
185
|
"spawn_prompt": "You are the Backend Squad Leader. Coordinate backend specialists (ef-modeler, event-architect, api-designer, etc.). Assign tasks, review designs, enforce backend standards. Escalate cross-domain conflicts to standards-architect."
|
|
101
186
|
}
|
|
102
187
|
},
|
|
103
|
-
|
|
104
|
-
"azure-architect": {
|
|
188
|
+
"infra-architect": {
|
|
105
189
|
"tier": 2,
|
|
106
190
|
"role": "domain-leader",
|
|
107
191
|
"title": "Infrastructure Squad Leader",
|
|
108
|
-
"domains": [
|
|
109
|
-
|
|
192
|
+
"domains": [
|
|
193
|
+
"infrastructure"
|
|
194
|
+
],
|
|
195
|
+
"keywords": [
|
|
196
|
+
"infrastructure",
|
|
197
|
+
"infra",
|
|
198
|
+
"cloud",
|
|
199
|
+
"deployment",
|
|
200
|
+
"hosting",
|
|
201
|
+
"ci/cd",
|
|
202
|
+
"container",
|
|
203
|
+
"iac",
|
|
204
|
+
"pipeline"
|
|
205
|
+
],
|
|
110
206
|
"always_active": true,
|
|
111
|
-
"validators": [
|
|
207
|
+
"validators": [
|
|
208
|
+
"architecture"
|
|
209
|
+
],
|
|
112
210
|
"relationships": {
|
|
113
211
|
"reports_to": "standards-architect",
|
|
114
|
-
"coordinates": [
|
|
212
|
+
"coordinates": [
|
|
213
|
+
"azure-architect",
|
|
214
|
+
"devops-engineer",
|
|
215
|
+
"container-specialist",
|
|
216
|
+
"observability-expert"
|
|
217
|
+
],
|
|
115
218
|
"escalates_to": "standards-architect",
|
|
116
|
-
"collaborates_with": [
|
|
219
|
+
"collaborates_with": [
|
|
220
|
+
"dotnet-senior",
|
|
221
|
+
"ui-designer"
|
|
222
|
+
],
|
|
117
223
|
"team_role": "domain_leader"
|
|
118
224
|
},
|
|
119
|
-
"standards": [
|
|
225
|
+
"standards": [
|
|
226
|
+
"core/coding.md",
|
|
227
|
+
"core/architecture.md"
|
|
228
|
+
],
|
|
229
|
+
"teammate": {
|
|
230
|
+
"role": "Infrastructure Squad Leader",
|
|
231
|
+
"icon": "🏗️",
|
|
232
|
+
"spawn_prompt": "You are the Infrastructure Squad Leader. Coordinate infra specialists regardless of cloud provider (azure-architect, devops-engineer, container-specialist, observability-expert). Focus on IaC, CI/CD, containerization, cost optimization. Delegate to azure-architect for Azure-specific work. Escalate to standards-architect on conflicts."
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"azure-architect": {
|
|
236
|
+
"tier": 3,
|
|
237
|
+
"role": "specialist",
|
|
238
|
+
"title": "Azure Infrastructure Specialist",
|
|
239
|
+
"domains": [
|
|
240
|
+
"infrastructure"
|
|
241
|
+
],
|
|
242
|
+
"keywords": [
|
|
243
|
+
"azure",
|
|
244
|
+
"bicep",
|
|
245
|
+
"arm template",
|
|
246
|
+
"azure resources",
|
|
247
|
+
"container apps",
|
|
248
|
+
"azure sql",
|
|
249
|
+
"key vault",
|
|
250
|
+
"app insights"
|
|
251
|
+
],
|
|
252
|
+
"always_active": false,
|
|
253
|
+
"validators": [
|
|
254
|
+
"architecture"
|
|
255
|
+
],
|
|
256
|
+
"relationships": {
|
|
257
|
+
"reports_to": "infra-architect",
|
|
258
|
+
"coordinates": [
|
|
259
|
+
"bicep-architect",
|
|
260
|
+
"devops-engineer",
|
|
261
|
+
"container-specialist",
|
|
262
|
+
"observability-expert",
|
|
263
|
+
"azure-identity"
|
|
264
|
+
],
|
|
265
|
+
"escalates_to": "infra-architect",
|
|
266
|
+
"collaborates_with": [
|
|
267
|
+
"bicep-architect",
|
|
268
|
+
"devops-engineer",
|
|
269
|
+
"container-specialist"
|
|
270
|
+
],
|
|
271
|
+
"team_role": "specialist"
|
|
272
|
+
},
|
|
273
|
+
"standards": [
|
|
274
|
+
"core/coding.md",
|
|
275
|
+
"core/architecture.md",
|
|
276
|
+
"azure.md"
|
|
277
|
+
],
|
|
120
278
|
"teammate": {
|
|
121
279
|
"role": "Infrastructure Squad Leader",
|
|
122
280
|
"icon": "☁️",
|
|
123
|
-
"spawn_prompt": "You are the Infrastructure
|
|
281
|
+
"spawn_prompt": "You are the Azure Infrastructure Specialist (tier-3). Focus exclusively on Azure resources, Bicep IaC templates, Azure cost optimization, and zero-portal policy. Report to infra-architect. Coordinate with bicep-architect for IaC, devops-engineer for Azure pipelines, container-specialist for Container Apps."
|
|
124
282
|
}
|
|
125
283
|
},
|
|
126
|
-
|
|
127
284
|
"ui-designer": {
|
|
128
285
|
"tier": 2,
|
|
129
286
|
"role": "domain-leader",
|
|
130
287
|
"title": "UI/UX Squad Leader",
|
|
131
|
-
"domains": [
|
|
132
|
-
|
|
288
|
+
"domains": [
|
|
289
|
+
"frontend-design"
|
|
290
|
+
],
|
|
291
|
+
"keywords": [
|
|
292
|
+
"wireframe",
|
|
293
|
+
"mockup",
|
|
294
|
+
"user flow",
|
|
295
|
+
"ux",
|
|
296
|
+
"design",
|
|
297
|
+
"interface design",
|
|
298
|
+
"user experience",
|
|
299
|
+
"page",
|
|
300
|
+
"dashboard",
|
|
301
|
+
"form",
|
|
302
|
+
"UI",
|
|
303
|
+
"settings",
|
|
304
|
+
"interface",
|
|
305
|
+
"screen",
|
|
306
|
+
"panel",
|
|
307
|
+
"portal",
|
|
308
|
+
"view"
|
|
309
|
+
],
|
|
133
310
|
"always_active": false,
|
|
134
|
-
"validators": [
|
|
311
|
+
"validators": [
|
|
312
|
+
"design-system",
|
|
313
|
+
"contrast"
|
|
314
|
+
],
|
|
135
315
|
"relationships": {
|
|
136
316
|
"reports_to": "standards-architect",
|
|
137
|
-
"coordinates": [
|
|
317
|
+
"coordinates": [
|
|
318
|
+
"blazor-builder",
|
|
319
|
+
"nextjs-expert",
|
|
320
|
+
"css-specialist"
|
|
321
|
+
],
|
|
138
322
|
"escalates_to": "standards-architect",
|
|
139
|
-
"collaborates_with": [
|
|
323
|
+
"collaborates_with": [
|
|
324
|
+
"dotnet-senior"
|
|
325
|
+
],
|
|
140
326
|
"team_role": "domain_leader",
|
|
141
|
-
"active_phases": [
|
|
327
|
+
"active_phases": [
|
|
328
|
+
"uiux"
|
|
329
|
+
]
|
|
142
330
|
},
|
|
143
|
-
"standards": [
|
|
331
|
+
"standards": [
|
|
332
|
+
"frontend/blazor/fluent-ui.md",
|
|
333
|
+
"mudblazor-blazor.md",
|
|
334
|
+
"frontend/design-system/naming.md",
|
|
335
|
+
"frontend/design-system/animations.md"
|
|
336
|
+
],
|
|
144
337
|
"teammate": {
|
|
145
338
|
"role": "UI/UX Squad Leader (FASE 1.5)",
|
|
146
339
|
"icon": "🎨",
|
|
147
340
|
"spawn_prompt": "You are the UI/UX Squad Leader for FASE 1.5. Create wireframes, mockups, user flows. Define design system (colors, typography, spacing). Coordinate with blazor-builder or nextjs-expert for stack-specific patterns. Work is AGNOSTIC (no implementation code)."
|
|
148
341
|
}
|
|
149
342
|
},
|
|
150
|
-
|
|
151
343
|
"_comment_tier_3_backend": "=== TIER 3: BACKEND SPECIALISTS (10) ===",
|
|
152
|
-
|
|
153
344
|
"ef-modeler": {
|
|
154
345
|
"tier": 3,
|
|
155
346
|
"role": "specialist",
|
|
156
347
|
"title": "Data Persistence Specialist (Relational)",
|
|
157
|
-
"domains": [
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
"
|
|
348
|
+
"domains": [
|
|
349
|
+
"backend-data"
|
|
350
|
+
],
|
|
351
|
+
"keywords": [
|
|
352
|
+
"entity",
|
|
353
|
+
"database",
|
|
354
|
+
"migration",
|
|
355
|
+
"ef core",
|
|
356
|
+
"entity framework",
|
|
357
|
+
"sql",
|
|
358
|
+
"dbcontext"
|
|
359
|
+
],
|
|
360
|
+
"always_active": false,
|
|
361
|
+
"validators": [
|
|
362
|
+
"architecture",
|
|
363
|
+
"blazor-concurrency"
|
|
364
|
+
],
|
|
161
365
|
"relationships": {
|
|
162
366
|
"reports_to": "dotnet-senior",
|
|
163
367
|
"coordinates": [],
|
|
164
368
|
"escalates_to": "dotnet-senior",
|
|
165
|
-
"collaborates_with": [
|
|
369
|
+
"collaborates_with": [
|
|
370
|
+
"blazor-builder",
|
|
371
|
+
"nextjs-expert",
|
|
372
|
+
"api-designer",
|
|
373
|
+
"nosql-cache-expert"
|
|
374
|
+
],
|
|
166
375
|
"team_role": "specialist"
|
|
167
376
|
},
|
|
168
|
-
"standards": [
|
|
377
|
+
"standards": [
|
|
378
|
+
"core/coding.md",
|
|
379
|
+
"backend/database/ef-core.md",
|
|
380
|
+
"backend/dotnet/core.md"
|
|
381
|
+
],
|
|
169
382
|
"teammate": {
|
|
170
383
|
"role": "Data Persistence Specialist",
|
|
171
384
|
"icon": "🗄️",
|
|
172
385
|
"spawn_prompt": "You are the Data Persistence Specialist (EF Core). Focus on Models/, Migrations/, DbContext. Follow blazor-efcore.md standards. Use IDbContextFactory for background ops. Message blazor-builder when entities ready for UI binding."
|
|
173
386
|
}
|
|
174
387
|
},
|
|
175
|
-
|
|
176
388
|
"event-architect": {
|
|
177
389
|
"tier": 3,
|
|
178
390
|
"role": "specialist",
|
|
179
391
|
"title": "Event-Driven Architecture Specialist",
|
|
180
|
-
"domains": [
|
|
181
|
-
|
|
392
|
+
"domains": [
|
|
393
|
+
"backend-events"
|
|
394
|
+
],
|
|
395
|
+
"keywords": [
|
|
396
|
+
"event",
|
|
397
|
+
"service bus",
|
|
398
|
+
"rabbitmq",
|
|
399
|
+
"cqrs",
|
|
400
|
+
"event sourcing",
|
|
401
|
+
"messaging",
|
|
402
|
+
"pub/sub",
|
|
403
|
+
"domain events",
|
|
404
|
+
"saga",
|
|
405
|
+
"real-time",
|
|
406
|
+
"realtime",
|
|
407
|
+
"websocket",
|
|
408
|
+
"live updates"
|
|
409
|
+
],
|
|
182
410
|
"always_active": false,
|
|
183
|
-
"validators": [
|
|
411
|
+
"validators": [
|
|
412
|
+
"architecture",
|
|
413
|
+
"event-driven"
|
|
414
|
+
],
|
|
184
415
|
"relationships": {
|
|
185
416
|
"reports_to": "dotnet-senior",
|
|
186
417
|
"coordinates": [],
|
|
187
418
|
"escalates_to": "dotnet-senior",
|
|
188
|
-
"collaborates_with": [
|
|
419
|
+
"collaborates_with": [
|
|
420
|
+
"domain-architect",
|
|
421
|
+
"api-designer",
|
|
422
|
+
"infra-architect"
|
|
423
|
+
],
|
|
189
424
|
"team_role": "specialist"
|
|
190
425
|
},
|
|
191
|
-
"standards": [
|
|
426
|
+
"standards": [
|
|
427
|
+
"core/coding.md",
|
|
428
|
+
"core/architecture.md"
|
|
429
|
+
],
|
|
192
430
|
"teammate": {
|
|
193
431
|
"role": "Event-Driven Architecture Specialist",
|
|
194
432
|
"icon": "📨",
|
|
195
|
-
"spawn_prompt": "You are the Event-Driven Architecture Specialist. Implement Azure Service Bus queues/topics, CQRS patterns, Event Sourcing, Domain Events. Design idempotent handlers, dead letter queues, saga patterns. Collaborate with
|
|
433
|
+
"spawn_prompt": "You are the Event-Driven Architecture Specialist. Implement Azure Service Bus queues/topics, CQRS patterns, Event Sourcing, Domain Events. Design idempotent handlers, dead letter queues, saga patterns. Collaborate with domain-architect for event design."
|
|
196
434
|
}
|
|
197
435
|
},
|
|
198
|
-
|
|
199
436
|
"api-designer": {
|
|
200
437
|
"tier": 3,
|
|
201
438
|
"role": "specialist",
|
|
202
439
|
"title": "API Design Specialist",
|
|
203
|
-
"domains": [
|
|
204
|
-
|
|
440
|
+
"domains": [
|
|
441
|
+
"backend-api"
|
|
442
|
+
],
|
|
443
|
+
"keywords": [
|
|
444
|
+
"rest",
|
|
445
|
+
"graphql",
|
|
446
|
+
"grpc",
|
|
447
|
+
"api",
|
|
448
|
+
"openapi",
|
|
449
|
+
"swagger",
|
|
450
|
+
"versioning",
|
|
451
|
+
"rate limiting",
|
|
452
|
+
"hot chocolate",
|
|
453
|
+
"endpoint"
|
|
454
|
+
],
|
|
205
455
|
"always_active": false,
|
|
206
|
-
"validators": [
|
|
456
|
+
"validators": [
|
|
457
|
+
"architecture",
|
|
458
|
+
"api-design"
|
|
459
|
+
],
|
|
207
460
|
"relationships": {
|
|
208
461
|
"reports_to": "dotnet-senior",
|
|
209
462
|
"coordinates": [],
|
|
210
463
|
"escalates_to": "dotnet-senior",
|
|
211
|
-
"collaborates_with": [
|
|
464
|
+
"collaborates_with": [
|
|
465
|
+
"ef-modeler",
|
|
466
|
+
"event-architect",
|
|
467
|
+
"blazor-builder",
|
|
468
|
+
"nextjs-expert"
|
|
469
|
+
],
|
|
212
470
|
"team_role": "specialist"
|
|
213
471
|
},
|
|
214
|
-
"standards": [
|
|
472
|
+
"standards": [
|
|
473
|
+
"core/coding.md",
|
|
474
|
+
"core/architecture.md"
|
|
475
|
+
],
|
|
215
476
|
"teammate": {
|
|
216
477
|
"role": "API Design Specialist",
|
|
217
478
|
"icon": "🔌",
|
|
218
479
|
"spawn_prompt": "You are the API Design Specialist. Design REST APIs (resource naming, HTTP verbs, status codes), GraphQL schemas with Hot Chocolate, gRPC .proto files. Add OpenAPI/Swagger annotations. Implement API versioning, rate limiting. Review with frontend specialists."
|
|
219
480
|
}
|
|
220
481
|
},
|
|
221
|
-
|
|
222
482
|
"nosql-cache-expert": {
|
|
223
483
|
"tier": 3,
|
|
224
484
|
"role": "specialist",
|
|
225
485
|
"title": "NoSQL & Cache Specialist",
|
|
226
|
-
"domains": [
|
|
227
|
-
|
|
486
|
+
"domains": [
|
|
487
|
+
"backend-nosql"
|
|
488
|
+
],
|
|
489
|
+
"keywords": [
|
|
490
|
+
"cosmos",
|
|
491
|
+
"cosmosdb",
|
|
492
|
+
"redis",
|
|
493
|
+
"cache",
|
|
494
|
+
"blob storage",
|
|
495
|
+
"nosql",
|
|
496
|
+
"document db",
|
|
497
|
+
"key-value",
|
|
498
|
+
"azure storage"
|
|
499
|
+
],
|
|
228
500
|
"always_active": false,
|
|
229
|
-
"validators": [
|
|
501
|
+
"validators": [
|
|
502
|
+
"architecture"
|
|
503
|
+
],
|
|
230
504
|
"relationships": {
|
|
231
505
|
"reports_to": "dotnet-senior",
|
|
232
506
|
"coordinates": [],
|
|
233
507
|
"escalates_to": "dotnet-senior",
|
|
234
|
-
"collaborates_with": [
|
|
508
|
+
"collaborates_with": [
|
|
509
|
+
"ef-modeler",
|
|
510
|
+
"infra-architect"
|
|
511
|
+
],
|
|
235
512
|
"team_role": "specialist"
|
|
236
513
|
},
|
|
237
|
-
"standards": [
|
|
514
|
+
"standards": [
|
|
515
|
+
"core/coding.md",
|
|
516
|
+
"core/architecture.md"
|
|
517
|
+
],
|
|
238
518
|
"teammate": {
|
|
239
519
|
"role": "NoSQL & Cache Specialist",
|
|
240
520
|
"icon": "💾",
|
|
241
521
|
"spawn_prompt": "You are the NoSQL & Cache Specialist. Implement Azure Cosmos DB (SQL API, partition keys, RUs), Redis Cache (cache-aside, read-through, write-behind), Blob Storage (hot/cool/archive tiers). Design cache invalidation strategies."
|
|
242
522
|
}
|
|
243
523
|
},
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
"
|
|
252
|
-
|
|
524
|
+
"domain-architect": {
|
|
525
|
+
"tier": 2,
|
|
526
|
+
"role": "domain-leader",
|
|
527
|
+
"title": "Domain Modeling Leader",
|
|
528
|
+
"domains": [
|
|
529
|
+
"backend-ddd"
|
|
530
|
+
],
|
|
531
|
+
"keywords": [
|
|
532
|
+
"ddd",
|
|
533
|
+
"domain driven design",
|
|
534
|
+
"aggregate",
|
|
535
|
+
"entity",
|
|
536
|
+
"value object",
|
|
537
|
+
"domain event",
|
|
538
|
+
"bounded context",
|
|
539
|
+
"ubiquitous language",
|
|
540
|
+
"domain modeling"
|
|
541
|
+
],
|
|
542
|
+
"always_active": true,
|
|
543
|
+
"validators": [
|
|
544
|
+
"architecture"
|
|
545
|
+
],
|
|
253
546
|
"relationships": {
|
|
254
|
-
"reports_to": "
|
|
255
|
-
"coordinates": [
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
547
|
+
"reports_to": "standards-architect",
|
|
548
|
+
"coordinates": [
|
|
549
|
+
"ef-modeler",
|
|
550
|
+
"event-architect"
|
|
551
|
+
],
|
|
552
|
+
"escalates_to": "standards-architect",
|
|
553
|
+
"collaborates_with": [
|
|
554
|
+
"dotnet-senior",
|
|
555
|
+
"api-designer"
|
|
556
|
+
],
|
|
557
|
+
"team_role": "domain_leader"
|
|
259
558
|
},
|
|
260
|
-
"standards": [
|
|
559
|
+
"standards": [
|
|
560
|
+
"core/coding.md",
|
|
561
|
+
"core/architecture.md",
|
|
562
|
+
"architecture/ddd/complexity-levels.md",
|
|
563
|
+
"architecture/ddd/aggregates.md",
|
|
564
|
+
"architecture/ddd/entities.md",
|
|
565
|
+
"architecture/ddd/value-objects.md",
|
|
566
|
+
"architecture/ddd/bounded-contexts.md",
|
|
567
|
+
"architecture/ddd/ubiquitous-language.md"
|
|
568
|
+
],
|
|
569
|
+
"active_phases": [
|
|
570
|
+
"design",
|
|
571
|
+
"implement"
|
|
572
|
+
],
|
|
261
573
|
"teammate": {
|
|
262
|
-
"role": "
|
|
574
|
+
"role": "Domain Modeling Leader",
|
|
263
575
|
"icon": "📐",
|
|
264
|
-
"spawn_prompt": "You are the Domain-
|
|
576
|
+
"spawn_prompt": "You are the Domain Modeling Leader for MORPH-SPEC. Your primary responsibility is detecting the correct domain complexity level and producing the Aggregate Blueprint before any contracts are generated.\n\nALWAYS start with the 5-question complexity detection:\n1. Does the main entity have state transitions? (Draft → Confirmed → Shipped) → Yes = Level 2+\n2. Are there business invariants? (\"can only cancel if Active\") → Yes = Level 2+\n3. Are there derived calculations? (Total, Balance, Discount) → Yes = Level 2+\n4. Do other modules need to react to changes? (Domain Events with consumers) → Yes = Level 2+\n5. Did the user explicitly declare a Bounded Context? Or are there 3+ domains with conflicting models? → Yes = Level 3\nIf none of the above: Level 1 (CRUD)\n\nFor Level 1: Use contracts-level1.cs template. No AggregateRoot, no Domain Events.\nFor Level 2: Use contracts-level2.cs template. Design AggregateRoot with factory methods, invariants, Value Objects, Domain Events.\nFor Level 3: Use contracts-level3.cs template. Add BOUNDED_CONTEXT namespace, Integration Events, cross-BC ID references only.\n\nDocument in spec.md under ## Domain Complexity and ## Aggregate Blueprint (Level 2+).\nCoordinate ef-modeler for persistence design and event-architect for Domain Event patterns.\nRef: framework/standards/architecture/ddd/complexity-levels.md"
|
|
265
577
|
}
|
|
266
578
|
},
|
|
267
|
-
|
|
268
579
|
"hangfire-orchestrator": {
|
|
269
580
|
"tier": 3,
|
|
270
581
|
"role": "specialist",
|
|
271
582
|
"title": "Background Jobs Specialist",
|
|
272
|
-
"domains": [
|
|
273
|
-
|
|
583
|
+
"domains": [
|
|
584
|
+
"backend-jobs"
|
|
585
|
+
],
|
|
586
|
+
"keywords": [
|
|
587
|
+
"scheduled",
|
|
588
|
+
"job",
|
|
589
|
+
"background",
|
|
590
|
+
"cron",
|
|
591
|
+
"hangfire",
|
|
592
|
+
"recurring",
|
|
593
|
+
"fire and forget",
|
|
594
|
+
"delayed"
|
|
595
|
+
],
|
|
274
596
|
"always_active": false,
|
|
275
|
-
"validators": [
|
|
597
|
+
"validators": [
|
|
598
|
+
"architecture",
|
|
599
|
+
"blazor-concurrency"
|
|
600
|
+
],
|
|
276
601
|
"relationships": {
|
|
277
602
|
"reports_to": "dotnet-senior",
|
|
278
603
|
"coordinates": [],
|
|
279
604
|
"escalates_to": "dotnet-senior",
|
|
280
|
-
"collaborates_with": [
|
|
605
|
+
"collaborates_with": [
|
|
606
|
+
"ef-modeler",
|
|
607
|
+
"infra-architect"
|
|
608
|
+
],
|
|
281
609
|
"team_role": "specialist"
|
|
282
610
|
},
|
|
283
|
-
"standards": [
|
|
611
|
+
"standards": [
|
|
612
|
+
"core/coding.md",
|
|
613
|
+
"core/architecture.md"
|
|
614
|
+
],
|
|
284
615
|
"teammate": {
|
|
285
616
|
"role": "Background Jobs Specialist",
|
|
286
617
|
"icon": "⏰",
|
|
287
618
|
"spawn_prompt": "You are the Background Jobs Specialist (Hangfire). Implement fire-and-forget jobs, delayed jobs, recurring jobs (cron), continuations (chaining). Configure retry policies, queue management. Use IDbContextFactory for scoped operations."
|
|
288
619
|
}
|
|
289
620
|
},
|
|
290
|
-
|
|
291
621
|
"ms-agent-expert": {
|
|
292
622
|
"tier": 3,
|
|
293
623
|
"role": "specialist",
|
|
294
624
|
"title": "Microsoft Agent Framework Expert",
|
|
295
|
-
"domains": [
|
|
296
|
-
|
|
625
|
+
"domains": [
|
|
626
|
+
"ai-agents"
|
|
627
|
+
],
|
|
628
|
+
"keywords": [
|
|
629
|
+
"agent",
|
|
630
|
+
"ai",
|
|
631
|
+
"llm",
|
|
632
|
+
"rag",
|
|
633
|
+
"embedding",
|
|
634
|
+
"mcp",
|
|
635
|
+
"a2a",
|
|
636
|
+
"middleware",
|
|
637
|
+
"microsoft agent framework",
|
|
638
|
+
"ichatclient"
|
|
639
|
+
],
|
|
297
640
|
"always_active": false,
|
|
298
|
-
"validators": [
|
|
641
|
+
"validators": [
|
|
642
|
+
"architecture",
|
|
643
|
+
"packages"
|
|
644
|
+
],
|
|
299
645
|
"relationships": {
|
|
300
646
|
"reports_to": "ai-system-architect",
|
|
301
647
|
"coordinates": [],
|
|
302
648
|
"escalates_to": "ai-system-architect",
|
|
303
|
-
"collaborates_with": [
|
|
649
|
+
"collaborates_with": [
|
|
650
|
+
"dotnet-senior",
|
|
651
|
+
"infra-architect"
|
|
652
|
+
],
|
|
304
653
|
"team_role": "specialist"
|
|
305
654
|
},
|
|
306
|
-
"standards": [
|
|
655
|
+
"standards": [
|
|
656
|
+
"core/coding.md",
|
|
657
|
+
"ai-agents/setup.md",
|
|
658
|
+
"ai-agents/workflows.md",
|
|
659
|
+
"ai-agents/production.md",
|
|
660
|
+
"ai-agents/blazor-ui.md"
|
|
661
|
+
],
|
|
307
662
|
"teammate": {
|
|
308
663
|
"role": "Microsoft Agent Framework Expert",
|
|
309
664
|
"icon": "🤖",
|
|
310
665
|
"spawn_prompt": "You are the Microsoft Agent Framework Expert. Implement ChatClientAgent, AIFunctionFactory, agent workflows (sequential, handoff, group chat). Integrate MCP tools (McpClientFactory, ListToolsAsync, Cast<AITool>). Host agents via A2A protocol (MapA2A, agent cards). Add middleware pipeline, observability (WithOpenTelemetry)."
|
|
311
666
|
}
|
|
312
667
|
},
|
|
313
|
-
|
|
314
668
|
"supabase-expert": {
|
|
315
669
|
"tier": 3,
|
|
316
670
|
"role": "specialist",
|
|
317
671
|
"title": "Supabase & PostgreSQL Specialist",
|
|
318
|
-
"domains": [
|
|
319
|
-
|
|
672
|
+
"domains": [
|
|
673
|
+
"backend-supabase"
|
|
674
|
+
],
|
|
675
|
+
"keywords": [
|
|
676
|
+
"supabase",
|
|
677
|
+
"postgresql",
|
|
678
|
+
"rls",
|
|
679
|
+
"realtime",
|
|
680
|
+
"pgvector",
|
|
681
|
+
"row level security",
|
|
682
|
+
"edge functions"
|
|
683
|
+
],
|
|
320
684
|
"always_active": false,
|
|
321
|
-
"validators": [
|
|
685
|
+
"validators": [
|
|
686
|
+
"architecture",
|
|
687
|
+
"packages"
|
|
688
|
+
],
|
|
322
689
|
"relationships": {
|
|
323
690
|
"reports_to": "dotnet-senior",
|
|
324
691
|
"coordinates": [],
|
|
325
692
|
"escalates_to": "dotnet-senior",
|
|
326
|
-
"collaborates_with": [
|
|
693
|
+
"collaborates_with": [
|
|
694
|
+
"nextjs-expert",
|
|
695
|
+
"vector-search-expert",
|
|
696
|
+
"ef-modeler"
|
|
697
|
+
],
|
|
327
698
|
"team_role": "specialist"
|
|
328
699
|
},
|
|
329
|
-
"standards": [
|
|
700
|
+
"standards": [
|
|
701
|
+
"core/coding.md",
|
|
702
|
+
"core/architecture.md"
|
|
703
|
+
],
|
|
330
704
|
"teammate": {
|
|
331
705
|
"role": "Supabase & PostgreSQL Specialist",
|
|
332
706
|
"icon": "🐘",
|
|
333
707
|
"spawn_prompt": "You are the Supabase & PostgreSQL Specialist. Implement Supabase Auth (magic links, OAuth, JWT), Row Level Security (RLS policies), Realtime subscriptions, Edge Functions (Deno/TypeScript). Use pgvector for embeddings/similarity search. Design efficient schemas with proper indexing. Coordinate with nextjs-expert for frontend integration."
|
|
334
708
|
}
|
|
335
709
|
},
|
|
336
|
-
|
|
337
710
|
"vector-search-expert": {
|
|
338
711
|
"tier": 3,
|
|
339
712
|
"role": "specialist",
|
|
340
713
|
"title": "Vector Search & RAG Specialist",
|
|
341
|
-
"domains": [
|
|
342
|
-
|
|
714
|
+
"domains": [
|
|
715
|
+
"ai-vector"
|
|
716
|
+
],
|
|
717
|
+
"keywords": [
|
|
718
|
+
"vector db",
|
|
719
|
+
"embeddings",
|
|
720
|
+
"semantic search",
|
|
721
|
+
"rag",
|
|
722
|
+
"pgvector",
|
|
723
|
+
"similarity search",
|
|
724
|
+
"retrieval augmented"
|
|
725
|
+
],
|
|
343
726
|
"always_active": false,
|
|
344
|
-
"validators": [
|
|
727
|
+
"validators": [
|
|
728
|
+
"architecture"
|
|
729
|
+
],
|
|
345
730
|
"relationships": {
|
|
346
731
|
"reports_to": "ai-system-architect",
|
|
347
732
|
"coordinates": [],
|
|
348
733
|
"escalates_to": "ai-system-architect",
|
|
349
|
-
"collaborates_with": [
|
|
734
|
+
"collaborates_with": [
|
|
735
|
+
"ms-agent-expert",
|
|
736
|
+
"supabase-expert",
|
|
737
|
+
"context-optimizer"
|
|
738
|
+
],
|
|
350
739
|
"team_role": "specialist"
|
|
351
740
|
},
|
|
352
|
-
"standards": [
|
|
741
|
+
"standards": [
|
|
742
|
+
"core/coding.md",
|
|
743
|
+
"ai-agents/setup.md",
|
|
744
|
+
"ai-agents/workflows.md"
|
|
745
|
+
],
|
|
353
746
|
"teammate": {
|
|
354
747
|
"role": "Vector Search & RAG Specialist",
|
|
355
748
|
"icon": "🔎",
|
|
356
749
|
"spawn_prompt": "You are the Vector Search & RAG Specialist. Implement vector embeddings (OpenAI, Azure AI), similarity search (pgvector, Azure AI Search), RAG pipelines (chunking, embedding, retrieval). Design hybrid search (vector + full-text). Optimize embedding dimensions and index types (HNSW, IVFFlat). Collaborate with ms-agent-expert for agent integration and supabase-expert for pgvector storage."
|
|
357
750
|
}
|
|
358
751
|
},
|
|
359
|
-
|
|
360
752
|
"context-optimizer": {
|
|
361
753
|
"tier": 3,
|
|
362
754
|
"role": "specialist",
|
|
363
755
|
"title": "Context & Token Optimization Specialist",
|
|
364
|
-
"domains": [
|
|
365
|
-
|
|
756
|
+
"domains": [
|
|
757
|
+
"ai-context"
|
|
758
|
+
],
|
|
759
|
+
"keywords": [
|
|
760
|
+
"context window",
|
|
761
|
+
"token optimization",
|
|
762
|
+
"chunking",
|
|
763
|
+
"context compression",
|
|
764
|
+
"summarization",
|
|
765
|
+
"token budget"
|
|
766
|
+
],
|
|
366
767
|
"always_active": false,
|
|
367
768
|
"validators": [],
|
|
368
769
|
"relationships": {
|
|
369
770
|
"reports_to": "ai-system-architect",
|
|
370
771
|
"coordinates": [],
|
|
371
772
|
"escalates_to": "ai-system-architect",
|
|
372
|
-
"collaborates_with": [
|
|
773
|
+
"collaborates_with": [
|
|
774
|
+
"ms-agent-expert",
|
|
775
|
+
"vector-search-expert"
|
|
776
|
+
],
|
|
373
777
|
"team_role": "specialist"
|
|
374
778
|
},
|
|
375
|
-
"standards": [
|
|
779
|
+
"standards": [
|
|
780
|
+
"core/coding.md",
|
|
781
|
+
"ai-agents/workflows.md"
|
|
782
|
+
],
|
|
376
783
|
"teammate": {
|
|
377
784
|
"role": "Context & Token Optimization Specialist",
|
|
378
785
|
"icon": "🧠",
|
|
379
786
|
"spawn_prompt": "You are the Context & Token Optimization Specialist. Optimize context windows (sliding window, summarization, selective inclusion), implement token counting and budget management, design chunking strategies (semantic, fixed-size, recursive). Reduce costs through prompt caching, context compression. Coordinate with vector-search-expert for retrieval-based context building."
|
|
380
787
|
}
|
|
381
788
|
},
|
|
382
|
-
|
|
383
789
|
"asaas-financial": {
|
|
384
790
|
"tier": 3,
|
|
385
791
|
"role": "specialist",
|
|
386
792
|
"title": "Payment Integration Specialist (Brazil)",
|
|
387
|
-
"domains": [
|
|
388
|
-
|
|
793
|
+
"domains": [
|
|
794
|
+
"integration-payment"
|
|
795
|
+
],
|
|
796
|
+
"keywords": [
|
|
797
|
+
"asaas",
|
|
798
|
+
"payment",
|
|
799
|
+
"pix",
|
|
800
|
+
"boleto",
|
|
801
|
+
"credit card",
|
|
802
|
+
"subscription",
|
|
803
|
+
"pagamento"
|
|
804
|
+
],
|
|
389
805
|
"always_active": false,
|
|
390
|
-
"validators": [
|
|
806
|
+
"validators": [
|
|
807
|
+
"architecture",
|
|
808
|
+
"contract-compliance"
|
|
809
|
+
],
|
|
391
810
|
"relationships": {
|
|
392
811
|
"reports_to": "dotnet-senior",
|
|
393
812
|
"coordinates": [],
|
|
394
813
|
"escalates_to": "dotnet-senior",
|
|
395
|
-
"collaborates_with": [
|
|
814
|
+
"collaborates_with": [
|
|
815
|
+
"blazor-builder",
|
|
816
|
+
"nextjs-expert"
|
|
817
|
+
],
|
|
396
818
|
"team_role": "specialist"
|
|
397
819
|
},
|
|
398
|
-
"standards": [
|
|
820
|
+
"standards": [
|
|
821
|
+
"core/coding.md",
|
|
822
|
+
"core/architecture.md"
|
|
823
|
+
],
|
|
399
824
|
"teammate": {
|
|
400
825
|
"role": "Payment Integration Specialist",
|
|
401
826
|
"icon": "💳",
|
|
402
827
|
"spawn_prompt": "You are the Payment Integration Specialist (Asaas SDK for Brazil). Implement PIX payments, Boleto generation, Credit Card processing, Subscription management. Follow contract-compliance validator patterns for SDK usage."
|
|
403
828
|
}
|
|
404
829
|
},
|
|
405
|
-
|
|
406
830
|
"clerk-auth": {
|
|
407
831
|
"tier": 3,
|
|
408
832
|
"role": "specialist",
|
|
409
833
|
"title": "Auth SaaS Integration Specialist",
|
|
410
|
-
"domains": [
|
|
411
|
-
|
|
412
|
-
|
|
834
|
+
"domains": [
|
|
835
|
+
"integration-auth"
|
|
836
|
+
],
|
|
837
|
+
"keywords": [
|
|
838
|
+
"clerk",
|
|
839
|
+
"clerk auth",
|
|
840
|
+
"add auth",
|
|
841
|
+
"implement auth",
|
|
842
|
+
"login",
|
|
843
|
+
"signup",
|
|
844
|
+
"oauth"
|
|
845
|
+
],
|
|
846
|
+
"negativeKeywords": [
|
|
847
|
+
"existing auth",
|
|
848
|
+
"current auth",
|
|
849
|
+
"integrate with auth",
|
|
850
|
+
"already have auth"
|
|
851
|
+
],
|
|
413
852
|
"always_active": false,
|
|
414
|
-
"validators": [
|
|
853
|
+
"validators": [
|
|
854
|
+
"architecture"
|
|
855
|
+
],
|
|
415
856
|
"relationships": {
|
|
416
857
|
"reports_to": "dotnet-senior",
|
|
417
858
|
"coordinates": [],
|
|
418
859
|
"escalates_to": "dotnet-senior",
|
|
419
|
-
"collaborates_with": [
|
|
860
|
+
"collaborates_with": [
|
|
861
|
+
"blazor-builder",
|
|
862
|
+
"nextjs-expert",
|
|
863
|
+
"azure-identity"
|
|
864
|
+
],
|
|
420
865
|
"team_role": "specialist"
|
|
421
866
|
},
|
|
422
|
-
"standards": [
|
|
867
|
+
"standards": [
|
|
868
|
+
"core/coding.md",
|
|
869
|
+
"core/architecture.md"
|
|
870
|
+
],
|
|
423
871
|
"teammate": {
|
|
424
872
|
"role": "Auth SaaS Integration Specialist",
|
|
425
873
|
"icon": "🔐",
|
|
426
874
|
"spawn_prompt": "You are the Auth SaaS Integration Specialist (Clerk SDK). Implement Clerk authentication flows (login, signup, OAuth), session management, user profile. Integrate with Blazor or Next.js frontend."
|
|
427
875
|
}
|
|
428
876
|
},
|
|
429
|
-
|
|
430
877
|
"resend-email": {
|
|
431
878
|
"tier": 3,
|
|
432
879
|
"role": "specialist",
|
|
433
880
|
"title": "Email Integration Specialist",
|
|
434
|
-
"domains": [
|
|
435
|
-
|
|
436
|
-
|
|
881
|
+
"domains": [
|
|
882
|
+
"integration-email"
|
|
883
|
+
],
|
|
884
|
+
"keywords": [
|
|
885
|
+
"resend",
|
|
886
|
+
"email",
|
|
887
|
+
"transactional email",
|
|
888
|
+
"email notification",
|
|
889
|
+
"send email",
|
|
890
|
+
"email template",
|
|
891
|
+
"smtp"
|
|
892
|
+
],
|
|
893
|
+
"negativeKeywords": [
|
|
894
|
+
"push notification",
|
|
895
|
+
"in-app notification",
|
|
896
|
+
"notification preference",
|
|
897
|
+
"notification settings"
|
|
898
|
+
],
|
|
437
899
|
"always_active": false,
|
|
438
|
-
"validators": [
|
|
900
|
+
"validators": [
|
|
901
|
+
"architecture",
|
|
902
|
+
"contract-compliance"
|
|
903
|
+
],
|
|
439
904
|
"relationships": {
|
|
440
905
|
"reports_to": "dotnet-senior",
|
|
441
906
|
"coordinates": [],
|
|
442
907
|
"escalates_to": "dotnet-senior",
|
|
443
|
-
"collaborates_with": [
|
|
908
|
+
"collaborates_with": [
|
|
909
|
+
"hangfire-orchestrator"
|
|
910
|
+
],
|
|
444
911
|
"team_role": "specialist"
|
|
445
912
|
},
|
|
446
|
-
"standards": [
|
|
913
|
+
"standards": [
|
|
914
|
+
"core/coding.md",
|
|
915
|
+
"core/architecture.md"
|
|
916
|
+
],
|
|
447
917
|
"teammate": {
|
|
448
918
|
"role": "Email Integration Specialist",
|
|
449
919
|
"icon": "📧",
|
|
450
920
|
"spawn_prompt": "You are the Email Integration Specialist (Resend SDK). Implement transactional emails, email templates, notification sending. Follow contract-compliance validator for SDK usage patterns."
|
|
451
921
|
}
|
|
452
922
|
},
|
|
453
|
-
|
|
454
923
|
"_comment_tier_3_frontend": "=== TIER 3: FRONTEND SPECIALISTS (3) ===",
|
|
455
|
-
|
|
456
924
|
"blazor-builder": {
|
|
457
925
|
"tier": 3,
|
|
458
926
|
"role": "specialist",
|
|
459
927
|
"title": "Blazor Development Specialist",
|
|
460
|
-
"domains": [
|
|
461
|
-
|
|
928
|
+
"domains": [
|
|
929
|
+
"frontend-blazor"
|
|
930
|
+
],
|
|
931
|
+
"keywords": [
|
|
932
|
+
"blazor",
|
|
933
|
+
"razor",
|
|
934
|
+
"server-side",
|
|
935
|
+
"component",
|
|
936
|
+
"fluent ui",
|
|
937
|
+
"mudblazor",
|
|
938
|
+
"signalr",
|
|
939
|
+
"page",
|
|
940
|
+
"view",
|
|
941
|
+
"form"
|
|
942
|
+
],
|
|
462
943
|
"always_active": false,
|
|
463
|
-
"validators": [
|
|
944
|
+
"validators": [
|
|
945
|
+
"architecture",
|
|
946
|
+
"blazor",
|
|
947
|
+
"blazor-concurrency",
|
|
948
|
+
"blazor-state",
|
|
949
|
+
"css",
|
|
950
|
+
"design-system"
|
|
951
|
+
],
|
|
464
952
|
"relationships": {
|
|
465
953
|
"reports_to": "ui-designer",
|
|
466
954
|
"coordinates": [],
|
|
467
955
|
"escalates_to": "standards-architect",
|
|
468
|
-
"collaborates_with": [
|
|
956
|
+
"collaborates_with": [
|
|
957
|
+
"ef-modeler",
|
|
958
|
+
"api-designer",
|
|
959
|
+
"css-specialist"
|
|
960
|
+
],
|
|
469
961
|
"team_role": "specialist",
|
|
470
|
-
"active_phases": [
|
|
962
|
+
"active_phases": [
|
|
963
|
+
"uiux",
|
|
964
|
+
"implement"
|
|
965
|
+
]
|
|
471
966
|
},
|
|
472
|
-
"standards": [
|
|
967
|
+
"standards": [
|
|
968
|
+
"core/coding.md",
|
|
969
|
+
"frontend/blazor/lifecycle.md",
|
|
970
|
+
"frontend/blazor/state.md",
|
|
971
|
+
"frontend/blazor/pitfalls.md",
|
|
972
|
+
"backend/database/ef-core.md",
|
|
973
|
+
"frontend/blazor/fluent-ui.md",
|
|
974
|
+
"mudblazor-blazor.md"
|
|
975
|
+
],
|
|
473
976
|
"teammate": {
|
|
474
977
|
"role": "Blazor Development Specialist",
|
|
475
978
|
"icon": "⚡",
|
|
476
979
|
"spawn_prompt": "You are the Blazor Development Specialist. Build Blazor Server components (Fluent UI or MudBlazor). Follow component-per-file pattern, use @inject for DI, implement loading states and error boundaries. Integrate SignalR for real-time features. Message ef-modeler for data, css-specialist for design system validation."
|
|
477
980
|
}
|
|
478
981
|
},
|
|
479
|
-
|
|
480
982
|
"nextjs-expert": {
|
|
481
983
|
"tier": 3,
|
|
482
984
|
"role": "specialist",
|
|
483
985
|
"title": "Next.js Development Specialist",
|
|
484
|
-
"domains": [
|
|
485
|
-
|
|
986
|
+
"domains": [
|
|
987
|
+
"frontend-nextjs"
|
|
988
|
+
],
|
|
989
|
+
"keywords": [
|
|
990
|
+
"next.js",
|
|
991
|
+
"nextjs",
|
|
992
|
+
"react",
|
|
993
|
+
"tsx",
|
|
994
|
+
"shadcn",
|
|
995
|
+
"tailwind",
|
|
996
|
+
"tanstack",
|
|
997
|
+
"react-query",
|
|
998
|
+
"zod",
|
|
999
|
+
"react-hook-form",
|
|
1000
|
+
"app router",
|
|
1001
|
+
"server component",
|
|
1002
|
+
"client component"
|
|
1003
|
+
],
|
|
486
1004
|
"always_active": false,
|
|
487
|
-
"validators": [
|
|
1005
|
+
"validators": [
|
|
1006
|
+
"packages",
|
|
1007
|
+
"nextjs-component"
|
|
1008
|
+
],
|
|
488
1009
|
"relationships": {
|
|
489
1010
|
"reports_to": "ui-designer",
|
|
490
1011
|
"coordinates": [],
|
|
491
1012
|
"escalates_to": "standards-architect",
|
|
492
|
-
"collaborates_with": [
|
|
1013
|
+
"collaborates_with": [
|
|
1014
|
+
"api-designer",
|
|
1015
|
+
"css-specialist"
|
|
1016
|
+
],
|
|
493
1017
|
"team_role": "specialist",
|
|
494
|
-
"active_phases": [
|
|
1018
|
+
"active_phases": [
|
|
1019
|
+
"uiux",
|
|
1020
|
+
"implement"
|
|
1021
|
+
]
|
|
495
1022
|
},
|
|
496
|
-
"standards": [
|
|
1023
|
+
"standards": [
|
|
1024
|
+
"core/coding.md",
|
|
1025
|
+
"core/architecture.md",
|
|
1026
|
+
"frontend/nextjs/naming-conventions.md",
|
|
1027
|
+
"frontend/nextjs/project-structure.md",
|
|
1028
|
+
"frontend/nextjs/app-router.md",
|
|
1029
|
+
"frontend/nextjs/components.md",
|
|
1030
|
+
"frontend/nextjs/data-fetching.md",
|
|
1031
|
+
"frontend/nextjs/forms.md",
|
|
1032
|
+
"frontend/nextjs/state-management.md",
|
|
1033
|
+
"frontend/nextjs/testing.md",
|
|
1034
|
+
"frontend/nextjs/nextjs-patterns.md"
|
|
1035
|
+
],
|
|
497
1036
|
"teammate": {
|
|
498
1037
|
"role": "Next.js Development Specialist",
|
|
499
1038
|
"icon": "⚛️",
|
|
500
1039
|
"spawn_prompt": "You are the Next.js Development Specialist. Build Next.js 14+ applications with shadcn/ui components, TanStack Query for data fetching, Server Actions for mutations. Implement Route Handlers for API routes. Message api-designer for backend endpoints, css-specialist for design system."
|
|
501
1040
|
}
|
|
502
1041
|
},
|
|
503
|
-
|
|
504
1042
|
"css-specialist": {
|
|
505
1043
|
"tier": 3,
|
|
506
1044
|
"role": "specialist",
|
|
507
1045
|
"title": "CSS & Design System Specialist",
|
|
508
|
-
"domains": [
|
|
509
|
-
|
|
1046
|
+
"domains": [
|
|
1047
|
+
"frontend-css"
|
|
1048
|
+
],
|
|
1049
|
+
"keywords": [
|
|
1050
|
+
"css",
|
|
1051
|
+
"design system",
|
|
1052
|
+
"styling",
|
|
1053
|
+
"theme",
|
|
1054
|
+
"design tokens",
|
|
1055
|
+
"palette"
|
|
1056
|
+
],
|
|
510
1057
|
"always_active": false,
|
|
511
|
-
"validators": [
|
|
1058
|
+
"validators": [
|
|
1059
|
+
"css",
|
|
1060
|
+
"contrast",
|
|
1061
|
+
"design-system"
|
|
1062
|
+
],
|
|
512
1063
|
"relationships": {
|
|
513
1064
|
"reports_to": "ui-designer",
|
|
514
1065
|
"coordinates": [],
|
|
515
1066
|
"escalates_to": "ui-designer",
|
|
516
|
-
"collaborates_with": [
|
|
1067
|
+
"collaborates_with": [
|
|
1068
|
+
"blazor-builder",
|
|
1069
|
+
"nextjs-expert"
|
|
1070
|
+
],
|
|
517
1071
|
"team_role": "specialist",
|
|
518
|
-
"active_phases": [
|
|
1072
|
+
"active_phases": [
|
|
1073
|
+
"implement"
|
|
1074
|
+
]
|
|
519
1075
|
},
|
|
520
|
-
"standards": [
|
|
1076
|
+
"standards": [
|
|
1077
|
+
"frontend/design-system/naming.md",
|
|
1078
|
+
"frontend/design-system/animations.md"
|
|
1079
|
+
],
|
|
521
1080
|
"teammate": {
|
|
522
1081
|
"role": "CSS & Design System Specialist",
|
|
523
1082
|
"icon": "🎨",
|
|
524
1083
|
"spawn_prompt": "You are the CSS & Design System Specialist (FASE 5 only). Validate CSS follows design system (no off-palette colors), review naming conventions (BEM), ensure no inline styles with hardcoded values. Run design-system, css, contrast validators."
|
|
525
1084
|
}
|
|
526
1085
|
},
|
|
527
|
-
|
|
528
|
-
"_comment_tier_3_infra": "=== TIER 3: INFRASTRUCTURE SPECIALISTS (4) ===",
|
|
529
|
-
|
|
1086
|
+
"_comment_tier_3_infra": "=== TIER 3: INFRASTRUCTURE SPECIALISTS (6) ===",
|
|
530
1087
|
"bicep-architect": {
|
|
531
1088
|
"tier": 3,
|
|
532
1089
|
"role": "specialist",
|
|
533
1090
|
"title": "Infrastructure as Code Specialist",
|
|
534
|
-
"domains": [
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
"
|
|
1091
|
+
"domains": [
|
|
1092
|
+
"infrastructure-iac"
|
|
1093
|
+
],
|
|
1094
|
+
"keywords": [
|
|
1095
|
+
"bicep",
|
|
1096
|
+
"iac",
|
|
1097
|
+
"infra",
|
|
1098
|
+
"provision",
|
|
1099
|
+
"arm template",
|
|
1100
|
+
"infrastructure as code"
|
|
1101
|
+
],
|
|
1102
|
+
"always_active": false,
|
|
1103
|
+
"validators": [
|
|
1104
|
+
"architecture"
|
|
1105
|
+
],
|
|
538
1106
|
"relationships": {
|
|
539
1107
|
"reports_to": "azure-architect",
|
|
540
1108
|
"coordinates": [],
|
|
541
1109
|
"escalates_to": "azure-architect",
|
|
542
|
-
"collaborates_with": [
|
|
1110
|
+
"collaborates_with": [
|
|
1111
|
+
"devops-engineer",
|
|
1112
|
+
"container-specialist"
|
|
1113
|
+
],
|
|
543
1114
|
"team_role": "specialist"
|
|
544
1115
|
},
|
|
545
|
-
"standards": [
|
|
1116
|
+
"standards": [
|
|
1117
|
+
"core/coding.md",
|
|
1118
|
+
"core/architecture.md",
|
|
1119
|
+
"azure.md"
|
|
1120
|
+
],
|
|
546
1121
|
"teammate": {
|
|
547
1122
|
"role": "Infrastructure as Code Specialist",
|
|
548
1123
|
"icon": "📜",
|
|
549
1124
|
"spawn_prompt": "You are the Infrastructure as Code Specialist (Bicep). Write main.bicep, modules/*.bicep, parameters.{env}.json. Never create Azure resources manually. Collaborate with azure-architect for resource design, devops-engineer for CI/CD integration."
|
|
550
1125
|
}
|
|
551
1126
|
},
|
|
552
|
-
|
|
553
1127
|
"devops-engineer": {
|
|
554
1128
|
"tier": 3,
|
|
555
1129
|
"role": "specialist",
|
|
556
1130
|
"title": "CI/CD Specialist",
|
|
557
|
-
"domains": [
|
|
558
|
-
|
|
1131
|
+
"domains": [
|
|
1132
|
+
"infrastructure-cicd"
|
|
1133
|
+
],
|
|
1134
|
+
"keywords": [
|
|
1135
|
+
"pipeline",
|
|
1136
|
+
"ci/cd",
|
|
1137
|
+
"deploy",
|
|
1138
|
+
"release",
|
|
1139
|
+
"github actions",
|
|
1140
|
+
"azure pipelines",
|
|
1141
|
+
"deployment"
|
|
1142
|
+
],
|
|
559
1143
|
"always_active": false,
|
|
560
|
-
"validators": [
|
|
1144
|
+
"validators": [
|
|
1145
|
+
"architecture"
|
|
1146
|
+
],
|
|
561
1147
|
"relationships": {
|
|
562
|
-
"reports_to": "
|
|
1148
|
+
"reports_to": "infra-architect",
|
|
563
1149
|
"coordinates": [],
|
|
564
|
-
"escalates_to": "
|
|
565
|
-
"collaborates_with": [
|
|
1150
|
+
"escalates_to": "infra-architect",
|
|
1151
|
+
"collaborates_with": [
|
|
1152
|
+
"bicep-architect",
|
|
1153
|
+
"container-specialist"
|
|
1154
|
+
],
|
|
566
1155
|
"team_role": "specialist"
|
|
567
1156
|
},
|
|
568
|
-
"standards": [
|
|
1157
|
+
"standards": [
|
|
1158
|
+
"core/coding.md",
|
|
1159
|
+
"core/architecture.md"
|
|
1160
|
+
],
|
|
569
1161
|
"teammate": {
|
|
570
1162
|
"role": "CI/CD Specialist",
|
|
571
1163
|
"icon": "🚀",
|
|
572
1164
|
"spawn_prompt": "You are the CI/CD Specialist. Build Azure Pipelines or GitHub Actions workflows. Implement Blue-Green, Canary, Rolling deployment strategies. Integrate with bicep-architect for IaC deployment, container-specialist for image builds."
|
|
573
1165
|
}
|
|
574
1166
|
},
|
|
575
|
-
|
|
576
1167
|
"container-specialist": {
|
|
577
1168
|
"tier": 3,
|
|
578
1169
|
"role": "specialist",
|
|
579
1170
|
"title": "Containerization Specialist",
|
|
580
|
-
"domains": [
|
|
581
|
-
|
|
1171
|
+
"domains": [
|
|
1172
|
+
"infrastructure-containers"
|
|
1173
|
+
],
|
|
1174
|
+
"keywords": [
|
|
1175
|
+
"docker",
|
|
1176
|
+
"container",
|
|
1177
|
+
"containerize",
|
|
1178
|
+
"dockerfile",
|
|
1179
|
+
"multi-stage",
|
|
1180
|
+
"container apps"
|
|
1181
|
+
],
|
|
582
1182
|
"always_active": false,
|
|
583
|
-
"validators": [
|
|
1183
|
+
"validators": [
|
|
1184
|
+
"architecture"
|
|
1185
|
+
],
|
|
584
1186
|
"relationships": {
|
|
585
|
-
"reports_to": "
|
|
1187
|
+
"reports_to": "infra-architect",
|
|
586
1188
|
"coordinates": [],
|
|
587
|
-
"escalates_to": "
|
|
588
|
-
"collaborates_with": [
|
|
1189
|
+
"escalates_to": "infra-architect",
|
|
1190
|
+
"collaborates_with": [
|
|
1191
|
+
"bicep-architect",
|
|
1192
|
+
"devops-engineer"
|
|
1193
|
+
],
|
|
589
1194
|
"team_role": "specialist"
|
|
590
1195
|
},
|
|
591
|
-
"standards": [
|
|
1196
|
+
"standards": [
|
|
1197
|
+
"core/coding.md",
|
|
1198
|
+
"core/architecture.md"
|
|
1199
|
+
],
|
|
592
1200
|
"teammate": {
|
|
593
1201
|
"role": "Containerization Specialist",
|
|
594
1202
|
"icon": "🐳",
|
|
595
1203
|
"spawn_prompt": "You are the Containerization Specialist. Write Dockerfiles (multi-stage builds), .dockerignore. Deploy to Azure Container Apps (scale-to-zero, KEDA scaling). Optimize image size, configure health checks."
|
|
596
1204
|
}
|
|
597
1205
|
},
|
|
598
|
-
|
|
599
1206
|
"observability-expert": {
|
|
600
1207
|
"tier": 3,
|
|
601
1208
|
"role": "specialist",
|
|
602
1209
|
"title": "Observability Specialist",
|
|
603
|
-
"domains": [
|
|
604
|
-
|
|
1210
|
+
"domains": [
|
|
1211
|
+
"infrastructure-observability"
|
|
1212
|
+
],
|
|
1213
|
+
"keywords": [
|
|
1214
|
+
"monitoring",
|
|
1215
|
+
"logging",
|
|
1216
|
+
"tracing",
|
|
1217
|
+
"metrics",
|
|
1218
|
+
"app insights",
|
|
1219
|
+
"serilog",
|
|
1220
|
+
"opentelemetry",
|
|
1221
|
+
"dashboards",
|
|
1222
|
+
"alerts"
|
|
1223
|
+
],
|
|
605
1224
|
"always_active": false,
|
|
606
|
-
"validators": [
|
|
1225
|
+
"validators": [
|
|
1226
|
+
"observability"
|
|
1227
|
+
],
|
|
607
1228
|
"relationships": {
|
|
608
|
-
"reports_to": "
|
|
1229
|
+
"reports_to": "infra-architect",
|
|
609
1230
|
"coordinates": [],
|
|
610
|
-
"escalates_to": "
|
|
611
|
-
"collaborates_with": [
|
|
1231
|
+
"escalates_to": "infra-architect",
|
|
1232
|
+
"collaborates_with": [
|
|
1233
|
+
"dotnet-senior",
|
|
1234
|
+
"ms-agent-expert"
|
|
1235
|
+
],
|
|
612
1236
|
"team_role": "specialist"
|
|
613
1237
|
},
|
|
614
|
-
"standards": [
|
|
1238
|
+
"standards": [
|
|
1239
|
+
"core/coding.md",
|
|
1240
|
+
"core/architecture.md"
|
|
1241
|
+
],
|
|
615
1242
|
"teammate": {
|
|
616
1243
|
"role": "Observability Specialist",
|
|
617
1244
|
"icon": "📊",
|
|
618
1245
|
"spawn_prompt": "You are the Observability Specialist. Setup Application Insights (connection strings, sampling), configure Serilog (sinks, enrichers), instrument OpenTelemetry (.NET SDK). Create custom metrics, dashboards, alert rules. Write Log Analytics queries (KQL)."
|
|
619
1246
|
}
|
|
620
1247
|
},
|
|
621
|
-
|
|
622
1248
|
"azure-identity": {
|
|
623
1249
|
"tier": 3,
|
|
624
1250
|
"role": "specialist",
|
|
625
1251
|
"title": "Microsoft Identity Specialist",
|
|
626
|
-
"domains": [
|
|
627
|
-
|
|
1252
|
+
"domains": [
|
|
1253
|
+
"infrastructure-identity"
|
|
1254
|
+
],
|
|
1255
|
+
"keywords": [
|
|
1256
|
+
"identity",
|
|
1257
|
+
"entra",
|
|
1258
|
+
"microsoft auth",
|
|
1259
|
+
"azure ad",
|
|
1260
|
+
"b2c",
|
|
1261
|
+
"passkeys",
|
|
1262
|
+
"webauthn",
|
|
1263
|
+
"managed identity"
|
|
1264
|
+
],
|
|
628
1265
|
"always_active": false,
|
|
629
|
-
"validators": [
|
|
1266
|
+
"validators": [
|
|
1267
|
+
"architecture"
|
|
1268
|
+
],
|
|
630
1269
|
"relationships": {
|
|
631
|
-
"reports_to": "
|
|
1270
|
+
"reports_to": "infra-architect",
|
|
632
1271
|
"coordinates": [],
|
|
633
|
-
"escalates_to": "
|
|
634
|
-
"collaborates_with": [
|
|
1272
|
+
"escalates_to": "infra-architect",
|
|
1273
|
+
"collaborates_with": [
|
|
1274
|
+
"blazor-builder",
|
|
1275
|
+
"nextjs-expert",
|
|
1276
|
+
"clerk-auth"
|
|
1277
|
+
],
|
|
635
1278
|
"team_role": "specialist"
|
|
636
1279
|
},
|
|
637
|
-
"standards": [
|
|
1280
|
+
"standards": [
|
|
1281
|
+
"core/coding.md",
|
|
1282
|
+
"core/architecture.md"
|
|
1283
|
+
],
|
|
638
1284
|
"teammate": {
|
|
639
1285
|
"role": "Microsoft Identity Specialist",
|
|
640
1286
|
"icon": "🔑",
|
|
641
1287
|
"spawn_prompt": "You are the Microsoft Identity Specialist. Implement Azure AD B2C, Entra External ID, Managed Identity for Azure resources. Add WebAuthn/Passkeys support (FIDO2 registration/authentication flows). Collaborate with frontend specialists for UI integration."
|
|
642
1288
|
}
|
|
643
1289
|
},
|
|
644
|
-
|
|
645
1290
|
"_comment_tier_3_quality": "=== TIER 3: QUALITY SPECIALISTS (6) ===",
|
|
646
|
-
|
|
647
1291
|
"testing-specialist": {
|
|
648
1292
|
"tier": 3,
|
|
649
1293
|
"role": "specialist",
|
|
650
1294
|
"title": "Testing Specialist",
|
|
651
|
-
"domains": [
|
|
652
|
-
|
|
1295
|
+
"domains": [
|
|
1296
|
+
"quality-testing"
|
|
1297
|
+
],
|
|
1298
|
+
"keywords": [
|
|
1299
|
+
"test",
|
|
1300
|
+
"testing",
|
|
1301
|
+
"unit",
|
|
1302
|
+
"integration",
|
|
1303
|
+
"e2e",
|
|
1304
|
+
"xunit",
|
|
1305
|
+
"moq",
|
|
1306
|
+
"testcontainers",
|
|
1307
|
+
"bunit"
|
|
1308
|
+
],
|
|
653
1309
|
"always_active": false,
|
|
654
|
-
"validators": [
|
|
1310
|
+
"validators": [
|
|
1311
|
+
"architecture"
|
|
1312
|
+
],
|
|
655
1313
|
"relationships": {
|
|
656
1314
|
"reports_to": "standards-architect",
|
|
657
1315
|
"coordinates": [],
|
|
658
1316
|
"escalates_to": "standards-architect",
|
|
659
|
-
"collaborates_with": [
|
|
1317
|
+
"collaborates_with": [
|
|
1318
|
+
"dotnet-senior",
|
|
1319
|
+
"blazor-builder",
|
|
1320
|
+
"nextjs-expert"
|
|
1321
|
+
],
|
|
660
1322
|
"team_role": "specialist"
|
|
661
1323
|
},
|
|
662
|
-
"standards": [
|
|
1324
|
+
"standards": [
|
|
1325
|
+
"core/coding.md",
|
|
1326
|
+
"core/architecture.md"
|
|
1327
|
+
],
|
|
663
1328
|
"teammate": {
|
|
664
1329
|
"role": "Testing Specialist",
|
|
665
1330
|
"icon": "🧪",
|
|
666
1331
|
"spawn_prompt": "You are the Testing Specialist. Write unit tests (xUnit, Moq/NSubstitute, FluentAssertions), integration tests (TestContainers, Respawn for DB reset), Blazor component tests (bUnit), HTTP mocking (WireMock). Follow Arrange-Act-Assert (AAA) pattern."
|
|
667
1332
|
}
|
|
668
1333
|
},
|
|
669
|
-
|
|
670
1334
|
"code-analyzer": {
|
|
671
1335
|
"tier": 3,
|
|
672
1336
|
"role": "specialist",
|
|
673
1337
|
"title": "Code Quality Analyst",
|
|
674
|
-
"domains": [
|
|
675
|
-
|
|
1338
|
+
"domains": [
|
|
1339
|
+
"quality-review"
|
|
1340
|
+
],
|
|
1341
|
+
"keywords": [
|
|
1342
|
+
"analyze",
|
|
1343
|
+
"review",
|
|
1344
|
+
"refactor",
|
|
1345
|
+
"clean code",
|
|
1346
|
+
"smell",
|
|
1347
|
+
"duplicate",
|
|
1348
|
+
"solid",
|
|
1349
|
+
"architecture review"
|
|
1350
|
+
],
|
|
676
1351
|
"always_active": false,
|
|
677
|
-
"validators": [
|
|
1352
|
+
"validators": [
|
|
1353
|
+
"architecture",
|
|
1354
|
+
"packages"
|
|
1355
|
+
],
|
|
678
1356
|
"relationships": {
|
|
679
1357
|
"reports_to": "standards-architect",
|
|
680
1358
|
"coordinates": [],
|
|
681
1359
|
"escalates_to": "standards-architect",
|
|
682
|
-
"collaborates_with": [
|
|
1360
|
+
"collaborates_with": [
|
|
1361
|
+
"dotnet-senior",
|
|
1362
|
+
"troubleshooting-expert"
|
|
1363
|
+
],
|
|
683
1364
|
"team_role": "specialist"
|
|
684
1365
|
},
|
|
685
|
-
"standards": [
|
|
1366
|
+
"standards": [
|
|
1367
|
+
"core/coding.md",
|
|
1368
|
+
"core/architecture.md"
|
|
1369
|
+
],
|
|
686
1370
|
"teammate": {
|
|
687
1371
|
"role": "Code Quality Analyst",
|
|
688
1372
|
"icon": "🔍",
|
|
689
1373
|
"spawn_prompt": "You are the Code Quality Analyst. Review code for architecture violations, clean code principles (naming, complexity, duplication), SOLID principles. Identify code smells, suggest refactorings. Run architecture and packages validators."
|
|
690
1374
|
}
|
|
691
1375
|
},
|
|
692
|
-
|
|
693
1376
|
"troubleshooting-expert": {
|
|
694
1377
|
"tier": 3,
|
|
695
1378
|
"role": "specialist",
|
|
696
1379
|
"title": "Troubleshooting & Debug Expert",
|
|
697
|
-
"domains": [
|
|
698
|
-
|
|
1380
|
+
"domains": [
|
|
1381
|
+
"quality-debug"
|
|
1382
|
+
],
|
|
1383
|
+
"keywords": [
|
|
1384
|
+
"debug",
|
|
1385
|
+
"troubleshoot",
|
|
1386
|
+
"root cause",
|
|
1387
|
+
"analyze error",
|
|
1388
|
+
"investigate",
|
|
1389
|
+
"diagnose"
|
|
1390
|
+
],
|
|
699
1391
|
"always_active": false,
|
|
700
1392
|
"validators": [],
|
|
701
1393
|
"relationships": {
|
|
702
1394
|
"reports_to": "standards-architect",
|
|
703
1395
|
"coordinates": [],
|
|
704
1396
|
"escalates_to": "standards-architect",
|
|
705
|
-
"collaborates_with": [
|
|
1397
|
+
"collaborates_with": [
|
|
1398
|
+
"code-analyzer",
|
|
1399
|
+
"testing-specialist"
|
|
1400
|
+
],
|
|
706
1401
|
"team_role": "escalation_specialist",
|
|
707
1402
|
"spawn_trigger": "escalation_after_3_failures"
|
|
708
1403
|
},
|
|
709
|
-
"standards": [
|
|
1404
|
+
"standards": [
|
|
1405
|
+
"core/coding.md",
|
|
1406
|
+
"core/architecture.md"
|
|
1407
|
+
],
|
|
710
1408
|
"teammate": {
|
|
711
1409
|
"role": "Troubleshooting Expert (Escalation)",
|
|
712
1410
|
"icon": "🔧",
|
|
713
1411
|
"spawn_prompt": "You are the Troubleshooting Expert (spawned after 3 failed attempts). Analyze root cause of failures: validation errors, compilation errors, runtime exceptions. Review attempt logs from recovery-tracker. Propose alternative approaches. Message standards-architect with findings."
|
|
714
1412
|
}
|
|
715
1413
|
},
|
|
716
|
-
|
|
717
1414
|
"load-testing-expert": {
|
|
718
1415
|
"tier": 3,
|
|
719
1416
|
"role": "specialist",
|
|
720
1417
|
"title": "Load Testing & Performance Specialist",
|
|
721
|
-
"domains": [
|
|
722
|
-
|
|
1418
|
+
"domains": [
|
|
1419
|
+
"quality-performance"
|
|
1420
|
+
],
|
|
1421
|
+
"keywords": [
|
|
1422
|
+
"load test",
|
|
1423
|
+
"performance test",
|
|
1424
|
+
"k6",
|
|
1425
|
+
"jmeter",
|
|
1426
|
+
"stress test",
|
|
1427
|
+
"capacity planning",
|
|
1428
|
+
"bottleneck",
|
|
1429
|
+
"scalability",
|
|
1430
|
+
"concurrent users"
|
|
1431
|
+
],
|
|
723
1432
|
"always_active": false,
|
|
724
|
-
"validators": [
|
|
1433
|
+
"validators": [
|
|
1434
|
+
"performance"
|
|
1435
|
+
],
|
|
725
1436
|
"relationships": {
|
|
726
1437
|
"reports_to": "standards-architect",
|
|
727
1438
|
"coordinates": [],
|
|
728
1439
|
"escalates_to": "standards-architect",
|
|
729
|
-
"collaborates_with": [
|
|
1440
|
+
"collaborates_with": [
|
|
1441
|
+
"infra-architect",
|
|
1442
|
+
"observability-expert"
|
|
1443
|
+
],
|
|
730
1444
|
"team_role": "specialist"
|
|
731
1445
|
},
|
|
732
|
-
"standards": [
|
|
1446
|
+
"standards": [
|
|
1447
|
+
"core/coding.md",
|
|
1448
|
+
"core/architecture.md"
|
|
1449
|
+
],
|
|
733
1450
|
"teammate": {
|
|
734
1451
|
"role": "Load Testing Specialist",
|
|
735
1452
|
"icon": "📈",
|
|
736
1453
|
"spawn_prompt": "You are the Load Testing Specialist. Write k6 scripts (stress test, spike test, soak test), JMeter test plans. Analyze bottlenecks (DB, CPU, memory). Recommend capacity planning (how many users system supports). Collaborate with observability-expert for metrics."
|
|
737
1454
|
}
|
|
738
1455
|
},
|
|
739
|
-
|
|
740
1456
|
"documentation-specialist": {
|
|
741
1457
|
"tier": 3,
|
|
742
1458
|
"role": "specialist",
|
|
743
1459
|
"title": "Documentation Specialist",
|
|
744
|
-
"domains": [
|
|
745
|
-
|
|
1460
|
+
"domains": [
|
|
1461
|
+
"developer-experience-docs"
|
|
1462
|
+
],
|
|
1463
|
+
"keywords": [
|
|
1464
|
+
"readme",
|
|
1465
|
+
"documentation",
|
|
1466
|
+
"api docs",
|
|
1467
|
+
"contributing",
|
|
1468
|
+
"deployment guide",
|
|
1469
|
+
"onboarding"
|
|
1470
|
+
],
|
|
746
1471
|
"always_active": false,
|
|
747
1472
|
"validators": [],
|
|
748
1473
|
"relationships": {
|
|
749
1474
|
"reports_to": "standards-architect",
|
|
750
1475
|
"coordinates": [],
|
|
751
1476
|
"escalates_to": "standards-architect",
|
|
752
|
-
"collaborates_with": [
|
|
1477
|
+
"collaborates_with": [
|
|
1478
|
+
"api-designer",
|
|
1479
|
+
"devops-engineer"
|
|
1480
|
+
],
|
|
753
1481
|
"team_role": "post_implementation",
|
|
754
1482
|
"spawn_trigger": "post_fase_5"
|
|
755
1483
|
},
|
|
756
|
-
"standards": [
|
|
1484
|
+
"standards": [
|
|
1485
|
+
"core/coding.md",
|
|
1486
|
+
"core/architecture.md"
|
|
1487
|
+
],
|
|
757
1488
|
"teammate": {
|
|
758
1489
|
"role": "Documentation Specialist (Post-FASE 5)",
|
|
759
1490
|
"icon": "📝",
|
|
760
1491
|
"spawn_prompt": "You are the Documentation Specialist (runs after FASE 5). Generate README.md (how to run project), CONTRIBUTING.md (contributor guide), API documentation (Swagger annotations, markdown docs), deployment guides (infra setup). Update existing docs with new features."
|
|
761
1492
|
}
|
|
762
1493
|
},
|
|
763
|
-
|
|
764
1494
|
"_comment_tier_4": "=== TIER 4: VALIDATORS (5) ===",
|
|
765
|
-
|
|
766
1495
|
"security-expert": {
|
|
767
1496
|
"tier": 4,
|
|
768
1497
|
"role": "validator",
|
|
769
1498
|
"title": "Security Validator",
|
|
770
|
-
"domains": [
|
|
771
|
-
|
|
1499
|
+
"domains": [
|
|
1500
|
+
"security"
|
|
1501
|
+
],
|
|
1502
|
+
"keywords": [
|
|
1503
|
+
"sql injection",
|
|
1504
|
+
"xss",
|
|
1505
|
+
"secrets",
|
|
1506
|
+
"security scan",
|
|
1507
|
+
"vulnerability",
|
|
1508
|
+
"csrf",
|
|
1509
|
+
"insecure deserialization"
|
|
1510
|
+
],
|
|
772
1511
|
"always_active": true,
|
|
773
|
-
"validators": [
|
|
1512
|
+
"validators": [
|
|
1513
|
+
"security"
|
|
1514
|
+
],
|
|
774
1515
|
"relationships": {
|
|
775
1516
|
"reports_to": "standards-architect",
|
|
776
1517
|
"coordinates": [],
|
|
777
1518
|
"runs_in": "hooks",
|
|
778
|
-
"hook_triggers": [
|
|
1519
|
+
"hook_triggers": [
|
|
1520
|
+
"TeammateIdle",
|
|
1521
|
+
"TaskCompleted"
|
|
1522
|
+
],
|
|
779
1523
|
"team_role": "validator"
|
|
780
1524
|
},
|
|
781
|
-
"standards": [
|
|
1525
|
+
"standards": [
|
|
1526
|
+
"core/coding.md",
|
|
1527
|
+
"core/architecture.md"
|
|
1528
|
+
],
|
|
782
1529
|
"teammate": null,
|
|
783
1530
|
"hook_behavior": {
|
|
784
1531
|
"validates": [
|
|
@@ -792,23 +1539,37 @@
|
|
|
792
1539
|
"blocks_on_fail": true
|
|
793
1540
|
}
|
|
794
1541
|
},
|
|
795
|
-
|
|
796
1542
|
"architecture-expert": {
|
|
797
1543
|
"tier": 4,
|
|
798
1544
|
"role": "validator",
|
|
799
1545
|
"title": "Architecture Validator",
|
|
800
|
-
"domains": [
|
|
801
|
-
|
|
1546
|
+
"domains": [
|
|
1547
|
+
"architecture"
|
|
1548
|
+
],
|
|
1549
|
+
"keywords": [
|
|
1550
|
+
"architecture",
|
|
1551
|
+
"clean code",
|
|
1552
|
+
"solid",
|
|
1553
|
+
"dependency injection"
|
|
1554
|
+
],
|
|
802
1555
|
"always_active": true,
|
|
803
|
-
"validators": [
|
|
1556
|
+
"validators": [
|
|
1557
|
+
"architecture"
|
|
1558
|
+
],
|
|
804
1559
|
"relationships": {
|
|
805
1560
|
"reports_to": "standards-architect",
|
|
806
1561
|
"coordinates": [],
|
|
807
1562
|
"runs_in": "hooks",
|
|
808
|
-
"hook_triggers": [
|
|
1563
|
+
"hook_triggers": [
|
|
1564
|
+
"TeammateIdle",
|
|
1565
|
+
"TaskCompleted"
|
|
1566
|
+
],
|
|
809
1567
|
"team_role": "validator"
|
|
810
1568
|
},
|
|
811
|
-
"standards": [
|
|
1569
|
+
"standards": [
|
|
1570
|
+
"core/coding.md",
|
|
1571
|
+
"core/architecture.md"
|
|
1572
|
+
],
|
|
812
1573
|
"teammate": null,
|
|
813
1574
|
"hook_behavior": {
|
|
814
1575
|
"validates": [
|
|
@@ -821,23 +1582,35 @@
|
|
|
821
1582
|
"blocks_on_fail": true
|
|
822
1583
|
}
|
|
823
1584
|
},
|
|
824
|
-
|
|
825
1585
|
"packages-validator": {
|
|
826
1586
|
"tier": 4,
|
|
827
1587
|
"role": "validator",
|
|
828
1588
|
"title": "Packages Validator",
|
|
829
|
-
"domains": [
|
|
830
|
-
|
|
1589
|
+
"domains": [
|
|
1590
|
+
"packages"
|
|
1591
|
+
],
|
|
1592
|
+
"keywords": [
|
|
1593
|
+
"nuget",
|
|
1594
|
+
"packages",
|
|
1595
|
+
"dependencies",
|
|
1596
|
+
"version conflict"
|
|
1597
|
+
],
|
|
831
1598
|
"always_active": true,
|
|
832
|
-
"validators": [
|
|
1599
|
+
"validators": [
|
|
1600
|
+
"packages"
|
|
1601
|
+
],
|
|
833
1602
|
"relationships": {
|
|
834
1603
|
"reports_to": "standards-architect",
|
|
835
1604
|
"coordinates": [],
|
|
836
1605
|
"runs_in": "hooks",
|
|
837
|
-
"hook_triggers": [
|
|
1606
|
+
"hook_triggers": [
|
|
1607
|
+
"TaskCompleted"
|
|
1608
|
+
],
|
|
838
1609
|
"team_role": "validator"
|
|
839
1610
|
},
|
|
840
|
-
"standards": [
|
|
1611
|
+
"standards": [
|
|
1612
|
+
"core/coding.md"
|
|
1613
|
+
],
|
|
841
1614
|
"teammate": null,
|
|
842
1615
|
"hook_behavior": {
|
|
843
1616
|
"validates": [
|
|
@@ -849,23 +1622,36 @@
|
|
|
849
1622
|
"blocks_on_fail": true
|
|
850
1623
|
}
|
|
851
1624
|
},
|
|
852
|
-
|
|
853
1625
|
"design-system-validator": {
|
|
854
1626
|
"tier": 4,
|
|
855
1627
|
"role": "validator",
|
|
856
1628
|
"title": "Design System Validator",
|
|
857
|
-
"domains": [
|
|
858
|
-
|
|
1629
|
+
"domains": [
|
|
1630
|
+
"design-system"
|
|
1631
|
+
],
|
|
1632
|
+
"keywords": [
|
|
1633
|
+
"design system",
|
|
1634
|
+
"css",
|
|
1635
|
+
"color palette",
|
|
1636
|
+
"spacing"
|
|
1637
|
+
],
|
|
859
1638
|
"always_active": true,
|
|
860
|
-
"validators": [
|
|
1639
|
+
"validators": [
|
|
1640
|
+
"design-system"
|
|
1641
|
+
],
|
|
861
1642
|
"relationships": {
|
|
862
1643
|
"reports_to": "ui-designer",
|
|
863
1644
|
"coordinates": [],
|
|
864
1645
|
"runs_in": "hooks",
|
|
865
|
-
"hook_triggers": [
|
|
1646
|
+
"hook_triggers": [
|
|
1647
|
+
"TeammateIdle"
|
|
1648
|
+
],
|
|
866
1649
|
"team_role": "validator"
|
|
867
1650
|
},
|
|
868
|
-
"standards": [
|
|
1651
|
+
"standards": [
|
|
1652
|
+
"frontend/design-system/naming.md",
|
|
1653
|
+
"frontend/design-system/animations.md"
|
|
1654
|
+
],
|
|
869
1655
|
"teammate": null,
|
|
870
1656
|
"hook_behavior": {
|
|
871
1657
|
"validates": [
|
|
@@ -878,23 +1664,38 @@
|
|
|
878
1664
|
"blocks_on_fail": false
|
|
879
1665
|
}
|
|
880
1666
|
},
|
|
881
|
-
|
|
882
1667
|
"blazor-concurrency-validator": {
|
|
883
1668
|
"tier": 4,
|
|
884
1669
|
"role": "validator",
|
|
885
1670
|
"title": "Blazor Concurrency Validator",
|
|
886
|
-
"domains": [
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
"
|
|
1671
|
+
"domains": [
|
|
1672
|
+
"blazor-concurrency"
|
|
1673
|
+
],
|
|
1674
|
+
"keywords": [
|
|
1675
|
+
"blazor",
|
|
1676
|
+
"dbcontext",
|
|
1677
|
+
"lifecycle",
|
|
1678
|
+
"async",
|
|
1679
|
+
"concurrency"
|
|
1680
|
+
],
|
|
1681
|
+
"always_active": false,
|
|
1682
|
+
"validators": [
|
|
1683
|
+
"blazor-concurrency"
|
|
1684
|
+
],
|
|
890
1685
|
"relationships": {
|
|
891
1686
|
"reports_to": "blazor-builder",
|
|
892
1687
|
"coordinates": [],
|
|
893
1688
|
"runs_in": "hooks",
|
|
894
|
-
"hook_triggers": [
|
|
1689
|
+
"hook_triggers": [
|
|
1690
|
+
"TaskCompleted"
|
|
1691
|
+
],
|
|
895
1692
|
"team_role": "validator"
|
|
896
1693
|
},
|
|
897
|
-
"standards": [
|
|
1694
|
+
"standards": [
|
|
1695
|
+
"frontend/blazor/lifecycle.md",
|
|
1696
|
+
"frontend/blazor/pitfalls.md",
|
|
1697
|
+
"frontend/blazor/state.md"
|
|
1698
|
+
],
|
|
898
1699
|
"teammate": null,
|
|
899
1700
|
"hook_behavior": {
|
|
900
1701
|
"validates": [
|
|
@@ -908,35 +1709,101 @@
|
|
|
908
1709
|
}
|
|
909
1710
|
}
|
|
910
1711
|
},
|
|
911
|
-
|
|
912
1712
|
"squads": {
|
|
913
1713
|
"backend_squad": {
|
|
914
1714
|
"leader": "dotnet-senior",
|
|
915
|
-
"members": [
|
|
916
|
-
|
|
1715
|
+
"members": [
|
|
1716
|
+
"ef-modeler",
|
|
1717
|
+
"event-architect",
|
|
1718
|
+
"api-designer",
|
|
1719
|
+
"nosql-cache-expert",
|
|
1720
|
+
"hangfire-orchestrator",
|
|
1721
|
+
"ms-agent-expert",
|
|
1722
|
+
"supabase-expert",
|
|
1723
|
+
"vector-search-expert",
|
|
1724
|
+
"context-optimizer",
|
|
1725
|
+
"asaas-financial",
|
|
1726
|
+
"clerk-auth",
|
|
1727
|
+
"resend-email"
|
|
1728
|
+
],
|
|
1729
|
+
"domains": [
|
|
1730
|
+
"backend",
|
|
1731
|
+
"backend-data",
|
|
1732
|
+
"backend-events",
|
|
1733
|
+
"backend-api",
|
|
1734
|
+
"backend-nosql",
|
|
1735
|
+
"backend-ddd",
|
|
1736
|
+
"backend-jobs",
|
|
1737
|
+
"ai-agents",
|
|
1738
|
+
"backend-supabase",
|
|
1739
|
+
"ai-vector",
|
|
1740
|
+
"ai-context",
|
|
1741
|
+
"integration-payment",
|
|
1742
|
+
"integration-auth",
|
|
1743
|
+
"integration-email"
|
|
1744
|
+
]
|
|
917
1745
|
},
|
|
918
1746
|
"frontend_squad": {
|
|
919
1747
|
"leader": "ui-designer",
|
|
920
|
-
"members": [
|
|
921
|
-
|
|
1748
|
+
"members": [
|
|
1749
|
+
"blazor-builder",
|
|
1750
|
+
"nextjs-expert",
|
|
1751
|
+
"css-specialist"
|
|
1752
|
+
],
|
|
1753
|
+
"domains": [
|
|
1754
|
+
"frontend-design",
|
|
1755
|
+
"frontend-blazor",
|
|
1756
|
+
"frontend-nextjs",
|
|
1757
|
+
"frontend-css"
|
|
1758
|
+
],
|
|
922
1759
|
"active_phases": {
|
|
923
|
-
"design": [
|
|
924
|
-
|
|
1760
|
+
"design": [
|
|
1761
|
+
"ui-designer"
|
|
1762
|
+
],
|
|
1763
|
+
"implement": [
|
|
1764
|
+
"blazor-builder",
|
|
1765
|
+
"nextjs-expert",
|
|
1766
|
+
"css-specialist"
|
|
1767
|
+
]
|
|
925
1768
|
}
|
|
926
1769
|
},
|
|
927
1770
|
"infrastructure_squad": {
|
|
928
|
-
"leader": "
|
|
929
|
-
"members": [
|
|
930
|
-
|
|
1771
|
+
"leader": "infra-architect",
|
|
1772
|
+
"members": [
|
|
1773
|
+
"bicep-architect",
|
|
1774
|
+
"devops-engineer",
|
|
1775
|
+
"container-specialist",
|
|
1776
|
+
"observability-expert",
|
|
1777
|
+
"azure-identity"
|
|
1778
|
+
],
|
|
1779
|
+
"domains": [
|
|
1780
|
+
"infrastructure",
|
|
1781
|
+
"infrastructure-iac",
|
|
1782
|
+
"infrastructure-cicd",
|
|
1783
|
+
"infrastructure-containers",
|
|
1784
|
+
"infrastructure-observability",
|
|
1785
|
+
"infrastructure-identity"
|
|
1786
|
+
]
|
|
931
1787
|
},
|
|
932
1788
|
"quality_squad": {
|
|
933
1789
|
"leader": "standards-architect",
|
|
934
|
-
"members": [
|
|
935
|
-
|
|
1790
|
+
"members": [
|
|
1791
|
+
"testing-specialist",
|
|
1792
|
+
"code-analyzer",
|
|
1793
|
+
"troubleshooting-expert",
|
|
1794
|
+
"load-testing-expert",
|
|
1795
|
+
"documentation-specialist"
|
|
1796
|
+
],
|
|
1797
|
+
"domains": [
|
|
1798
|
+
"quality-testing",
|
|
1799
|
+
"quality-review",
|
|
1800
|
+
"quality-debug",
|
|
1801
|
+
"quality-performance",
|
|
1802
|
+
"developer-experience-docs"
|
|
1803
|
+
],
|
|
936
1804
|
"note": "No permanent leader — standards-architect coordinates directly"
|
|
937
1805
|
}
|
|
938
1806
|
},
|
|
939
|
-
|
|
940
1807
|
"relationship_types": {
|
|
941
1808
|
"reports_to": "Hierarchical manager relationship",
|
|
942
1809
|
"coordinates": "Manages/leads these agents",
|