@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
|
@@ -36,7 +36,12 @@
|
|
|
36
36
|
"required": true,
|
|
37
37
|
"description": "Feature proposal with overview, problem statement, solution approach, and cost estimates",
|
|
38
38
|
"outputName": "proposal.md",
|
|
39
|
-
"placeholders": [
|
|
39
|
+
"placeholders": [
|
|
40
|
+
"FEATURE_NAME",
|
|
41
|
+
"STACK",
|
|
42
|
+
"DATE",
|
|
43
|
+
"AUTHOR"
|
|
44
|
+
],
|
|
40
45
|
"stackSpecific": false,
|
|
41
46
|
"engine": "handlebars",
|
|
42
47
|
"deprecated": false,
|
|
@@ -52,7 +57,11 @@
|
|
|
52
57
|
"required": true,
|
|
53
58
|
"description": "Detailed technical spec with architecture, data model, API contracts",
|
|
54
59
|
"outputName": "spec.md",
|
|
55
|
-
"placeholders": [
|
|
60
|
+
"placeholders": [
|
|
61
|
+
"FEATURE_NAME",
|
|
62
|
+
"STACK",
|
|
63
|
+
"DATE"
|
|
64
|
+
],
|
|
56
65
|
"stackSpecific": false,
|
|
57
66
|
"engine": "handlebars",
|
|
58
67
|
"deprecated": false,
|
|
@@ -68,7 +77,10 @@
|
|
|
68
77
|
"required": true,
|
|
69
78
|
"description": "Task breakdown with IDs, dependencies, estimates, and checkpoints",
|
|
70
79
|
"outputName": "tasks.md",
|
|
71
|
-
"placeholders": [
|
|
80
|
+
"placeholders": [
|
|
81
|
+
"FEATURE_NAME",
|
|
82
|
+
"STACK"
|
|
83
|
+
],
|
|
72
84
|
"stackSpecific": false,
|
|
73
85
|
"engine": "handlebars",
|
|
74
86
|
"deprecated": false,
|
|
@@ -84,7 +96,11 @@
|
|
|
84
96
|
"required": true,
|
|
85
97
|
"description": "ADR format for documenting architectural decisions with context, alternatives, consequences",
|
|
86
98
|
"outputName": "decisions.md",
|
|
87
|
-
"placeholders": [
|
|
99
|
+
"placeholders": [
|
|
100
|
+
"FEATURE_NAME",
|
|
101
|
+
"STACK",
|
|
102
|
+
"DATE"
|
|
103
|
+
],
|
|
88
104
|
"stackSpecific": false,
|
|
89
105
|
"engine": "handlebars",
|
|
90
106
|
"deprecated": false,
|
|
@@ -100,7 +116,11 @@
|
|
|
100
116
|
"required": true,
|
|
101
117
|
"description": "Post-implementation summary with deliverables, metrics, lessons learned",
|
|
102
118
|
"outputName": "recap.md",
|
|
103
|
-
"placeholders": [
|
|
119
|
+
"placeholders": [
|
|
120
|
+
"FEATURE_NAME",
|
|
121
|
+
"STACK",
|
|
122
|
+
"DATE"
|
|
123
|
+
],
|
|
104
124
|
"stackSpecific": false,
|
|
105
125
|
"engine": "handlebars",
|
|
106
126
|
"deprecated": false,
|
|
@@ -116,7 +136,11 @@
|
|
|
116
136
|
"required": false,
|
|
117
137
|
"description": "Project-level context with tech stack, active features, agents, standards",
|
|
118
138
|
"outputName": "CONTEXT.md",
|
|
119
|
-
"placeholders": [
|
|
139
|
+
"placeholders": [
|
|
140
|
+
"PROJECT_NAME",
|
|
141
|
+
"STACK",
|
|
142
|
+
"TIMESTAMP"
|
|
143
|
+
],
|
|
120
144
|
"stackSpecific": false,
|
|
121
145
|
"engine": "handlebars",
|
|
122
146
|
"deprecated": false,
|
|
@@ -132,7 +156,12 @@
|
|
|
132
156
|
"required": false,
|
|
133
157
|
"description": "Feature-level context with progress, agents, tasks, decisions, validations",
|
|
134
158
|
"outputName": "CONTEXT-FEATURE.md",
|
|
135
|
-
"placeholders": [
|
|
159
|
+
"placeholders": [
|
|
160
|
+
"FEATURE_NAME",
|
|
161
|
+
"PHASE",
|
|
162
|
+
"STATUS",
|
|
163
|
+
"COMPLEXITY"
|
|
164
|
+
],
|
|
136
165
|
"stackSpecific": false,
|
|
137
166
|
"engine": "handlebars",
|
|
138
167
|
"deprecated": false,
|
|
@@ -180,12 +209,18 @@
|
|
|
180
209
|
"required": false,
|
|
181
210
|
"description": "C# service class template with dependency injection and interface pattern",
|
|
182
211
|
"outputName": "{FeatureName}Service.cs",
|
|
183
|
-
"placeholders": [
|
|
212
|
+
"placeholders": [
|
|
213
|
+
"FEATURE_NAME",
|
|
214
|
+
"NAMESPACE"
|
|
215
|
+
],
|
|
184
216
|
"stackSpecific": false,
|
|
185
217
|
"engine": "handlebars",
|
|
186
218
|
"deprecated": false,
|
|
187
219
|
"technology": "dotnet",
|
|
188
|
-
"applicableStacks": [
|
|
220
|
+
"applicableStacks": [
|
|
221
|
+
"blazor-azure",
|
|
222
|
+
"nextjs-supabase"
|
|
223
|
+
]
|
|
189
224
|
},
|
|
190
225
|
{
|
|
191
226
|
"id": "dotnet-backend-repository",
|
|
@@ -197,12 +232,18 @@
|
|
|
197
232
|
"required": false,
|
|
198
233
|
"description": "C# repository class template with EF Core patterns",
|
|
199
234
|
"outputName": "{FeatureName}Repository.cs",
|
|
200
|
-
"placeholders": [
|
|
235
|
+
"placeholders": [
|
|
236
|
+
"FEATURE_NAME",
|
|
237
|
+
"NAMESPACE"
|
|
238
|
+
],
|
|
201
239
|
"stackSpecific": false,
|
|
202
240
|
"engine": "handlebars",
|
|
203
241
|
"deprecated": false,
|
|
204
242
|
"technology": "dotnet",
|
|
205
|
-
"applicableStacks": [
|
|
243
|
+
"applicableStacks": [
|
|
244
|
+
"blazor-azure",
|
|
245
|
+
"nextjs-supabase"
|
|
246
|
+
]
|
|
206
247
|
},
|
|
207
248
|
{
|
|
208
249
|
"id": "dotnet-backend-test",
|
|
@@ -214,12 +255,18 @@
|
|
|
214
255
|
"required": false,
|
|
215
256
|
"description": "xUnit test template with AAA pattern",
|
|
216
257
|
"outputName": "{FeatureName}Tests.cs",
|
|
217
|
-
"placeholders": [
|
|
258
|
+
"placeholders": [
|
|
259
|
+
"FEATURE_NAME",
|
|
260
|
+
"NAMESPACE"
|
|
261
|
+
],
|
|
218
262
|
"stackSpecific": false,
|
|
219
263
|
"engine": "handlebars",
|
|
220
264
|
"deprecated": false,
|
|
221
265
|
"technology": "dotnet",
|
|
222
|
-
"applicableStacks": [
|
|
266
|
+
"applicableStacks": [
|
|
267
|
+
"blazor-azure",
|
|
268
|
+
"nextjs-supabase"
|
|
269
|
+
]
|
|
223
270
|
},
|
|
224
271
|
{
|
|
225
272
|
"id": "dotnet-frontend-component",
|
|
@@ -231,12 +278,17 @@
|
|
|
231
278
|
"required": false,
|
|
232
279
|
"description": "Blazor component template with code-behind and lifecycle hooks",
|
|
233
280
|
"outputName": "{FeatureName}.razor",
|
|
234
|
-
"placeholders": [
|
|
281
|
+
"placeholders": [
|
|
282
|
+
"FEATURE_NAME",
|
|
283
|
+
"NAMESPACE"
|
|
284
|
+
],
|
|
235
285
|
"stackSpecific": false,
|
|
236
286
|
"engine": "handlebars",
|
|
237
287
|
"deprecated": false,
|
|
238
288
|
"technology": "dotnet",
|
|
239
|
-
"applicableStacks": [
|
|
289
|
+
"applicableStacks": [
|
|
290
|
+
"blazor-azure"
|
|
291
|
+
]
|
|
240
292
|
},
|
|
241
293
|
{
|
|
242
294
|
"id": "dotnet-database-migration",
|
|
@@ -248,12 +300,18 @@
|
|
|
248
300
|
"required": false,
|
|
249
301
|
"description": "EF Core migration template with Up/Down methods",
|
|
250
302
|
"outputName": "{Timestamp}_{FeatureName}.cs",
|
|
251
|
-
"placeholders": [
|
|
303
|
+
"placeholders": [
|
|
304
|
+
"FEATURE_NAME",
|
|
305
|
+
"NAMESPACE"
|
|
306
|
+
],
|
|
252
307
|
"stackSpecific": false,
|
|
253
308
|
"engine": "handlebars",
|
|
254
309
|
"deprecated": false,
|
|
255
310
|
"technology": "dotnet",
|
|
256
|
-
"applicableStacks": [
|
|
311
|
+
"applicableStacks": [
|
|
312
|
+
"blazor-azure",
|
|
313
|
+
"nextjs-supabase"
|
|
314
|
+
]
|
|
257
315
|
},
|
|
258
316
|
{
|
|
259
317
|
"id": "dotnet-jobs-hangfire",
|
|
@@ -265,12 +323,18 @@
|
|
|
265
323
|
"required": false,
|
|
266
324
|
"description": "Hangfire background job template with retry logic",
|
|
267
325
|
"outputName": "{FeatureName}Job.cs",
|
|
268
|
-
"placeholders": [
|
|
326
|
+
"placeholders": [
|
|
327
|
+
"FEATURE_NAME",
|
|
328
|
+
"NAMESPACE"
|
|
329
|
+
],
|
|
269
330
|
"stackSpecific": false,
|
|
270
331
|
"engine": "handlebars",
|
|
271
332
|
"deprecated": false,
|
|
272
333
|
"technology": "dotnet",
|
|
273
|
-
"applicableStacks": [
|
|
334
|
+
"applicableStacks": [
|
|
335
|
+
"blazor-azure",
|
|
336
|
+
"nextjs-supabase"
|
|
337
|
+
]
|
|
274
338
|
},
|
|
275
339
|
{
|
|
276
340
|
"id": "dotnet-jobs-agent",
|
|
@@ -282,29 +346,18 @@
|
|
|
282
346
|
"required": false,
|
|
283
347
|
"description": "Microsoft Agent Framework agent template with prompt engineering",
|
|
284
348
|
"outputName": "{FeatureName}Agent.cs",
|
|
285
|
-
"placeholders": [
|
|
349
|
+
"placeholders": [
|
|
350
|
+
"FEATURE_NAME",
|
|
351
|
+
"NAMESPACE"
|
|
352
|
+
],
|
|
286
353
|
"stackSpecific": false,
|
|
287
354
|
"engine": "handlebars",
|
|
288
355
|
"deprecated": false,
|
|
289
356
|
"technology": "dotnet",
|
|
290
|
-
"applicableStacks": [
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
"name": ".NET Base Contracts",
|
|
295
|
-
"path": "code/dotnet/contracts/contracts.cs",
|
|
296
|
-
"location": "framework",
|
|
297
|
-
"category": "code",
|
|
298
|
-
"phase": "design",
|
|
299
|
-
"required": true,
|
|
300
|
-
"description": "C# interface and DTO contracts (unified file)",
|
|
301
|
-
"outputName": "contracts.cs",
|
|
302
|
-
"placeholders": ["FEATURE_NAME", "NAMESPACE"],
|
|
303
|
-
"stackSpecific": false,
|
|
304
|
-
"engine": "handlebars",
|
|
305
|
-
"deprecated": false,
|
|
306
|
-
"technology": "dotnet",
|
|
307
|
-
"applicableStacks": ["blazor-azure", "nextjs-supabase"]
|
|
357
|
+
"applicableStacks": [
|
|
358
|
+
"blazor-azure",
|
|
359
|
+
"nextjs-supabase"
|
|
360
|
+
]
|
|
308
361
|
},
|
|
309
362
|
{
|
|
310
363
|
"id": "dotnet-contracts-commands",
|
|
@@ -316,12 +369,18 @@
|
|
|
316
369
|
"required": false,
|
|
317
370
|
"description": "CQRS command contracts following command pattern",
|
|
318
371
|
"outputName": "Commands.cs",
|
|
319
|
-
"placeholders": [
|
|
372
|
+
"placeholders": [
|
|
373
|
+
"FEATURE_NAME",
|
|
374
|
+
"NAMESPACE"
|
|
375
|
+
],
|
|
320
376
|
"stackSpecific": false,
|
|
321
377
|
"engine": "handlebars",
|
|
322
378
|
"deprecated": false,
|
|
323
379
|
"technology": "dotnet",
|
|
324
|
-
"applicableStacks": [
|
|
380
|
+
"applicableStacks": [
|
|
381
|
+
"blazor-azure",
|
|
382
|
+
"nextjs-supabase"
|
|
383
|
+
]
|
|
325
384
|
},
|
|
326
385
|
{
|
|
327
386
|
"id": "dotnet-contracts-queries",
|
|
@@ -333,12 +392,18 @@
|
|
|
333
392
|
"required": false,
|
|
334
393
|
"description": "CQRS query contracts following query pattern",
|
|
335
394
|
"outputName": "Queries.cs",
|
|
336
|
-
"placeholders": [
|
|
395
|
+
"placeholders": [
|
|
396
|
+
"FEATURE_NAME",
|
|
397
|
+
"NAMESPACE"
|
|
398
|
+
],
|
|
337
399
|
"stackSpecific": false,
|
|
338
400
|
"engine": "handlebars",
|
|
339
401
|
"deprecated": false,
|
|
340
402
|
"technology": "dotnet",
|
|
341
|
-
"applicableStacks": [
|
|
403
|
+
"applicableStacks": [
|
|
404
|
+
"blazor-azure",
|
|
405
|
+
"nextjs-supabase"
|
|
406
|
+
]
|
|
342
407
|
},
|
|
343
408
|
{
|
|
344
409
|
"id": "dotnet-contracts-entities",
|
|
@@ -350,12 +415,18 @@
|
|
|
350
415
|
"required": false,
|
|
351
416
|
"description": "Domain entity definitions with navigation properties",
|
|
352
417
|
"outputName": "Entities.cs",
|
|
353
|
-
"placeholders": [
|
|
418
|
+
"placeholders": [
|
|
419
|
+
"FEATURE_NAME",
|
|
420
|
+
"NAMESPACE"
|
|
421
|
+
],
|
|
354
422
|
"stackSpecific": false,
|
|
355
423
|
"engine": "handlebars",
|
|
356
424
|
"deprecated": false,
|
|
357
425
|
"technology": "dotnet",
|
|
358
|
-
"applicableStacks": [
|
|
426
|
+
"applicableStacks": [
|
|
427
|
+
"blazor-azure",
|
|
428
|
+
"nextjs-supabase"
|
|
429
|
+
]
|
|
359
430
|
},
|
|
360
431
|
{
|
|
361
432
|
"id": "dotnet-contracts-api",
|
|
@@ -367,12 +438,18 @@
|
|
|
367
438
|
"required": false,
|
|
368
439
|
"description": "REST API request/response contracts",
|
|
369
440
|
"outputName": "ApiContracts.cs",
|
|
370
|
-
"placeholders": [
|
|
441
|
+
"placeholders": [
|
|
442
|
+
"FEATURE_NAME",
|
|
443
|
+
"NAMESPACE"
|
|
444
|
+
],
|
|
371
445
|
"stackSpecific": false,
|
|
372
446
|
"engine": "handlebars",
|
|
373
447
|
"deprecated": false,
|
|
374
448
|
"technology": "dotnet",
|
|
375
|
-
"applicableStacks": [
|
|
449
|
+
"applicableStacks": [
|
|
450
|
+
"blazor-azure",
|
|
451
|
+
"nextjs-supabase"
|
|
452
|
+
]
|
|
376
453
|
},
|
|
377
454
|
{
|
|
378
455
|
"id": "dotnet-contracts-readme",
|
|
@@ -384,12 +461,17 @@
|
|
|
384
461
|
"required": false,
|
|
385
462
|
"description": "Documentation for contract patterns and usage",
|
|
386
463
|
"outputName": "README.md",
|
|
387
|
-
"placeholders": [
|
|
464
|
+
"placeholders": [
|
|
465
|
+
"FEATURE_NAME"
|
|
466
|
+
],
|
|
388
467
|
"stackSpecific": false,
|
|
389
468
|
"engine": "handlebars",
|
|
390
469
|
"deprecated": false,
|
|
391
470
|
"technology": "dotnet",
|
|
392
|
-
"applicableStacks": [
|
|
471
|
+
"applicableStacks": [
|
|
472
|
+
"blazor-azure",
|
|
473
|
+
"nextjs-supabase"
|
|
474
|
+
]
|
|
393
475
|
},
|
|
394
476
|
{
|
|
395
477
|
"id": "typescript-contracts",
|
|
@@ -401,12 +483,16 @@
|
|
|
401
483
|
"required": false,
|
|
402
484
|
"description": "TypeScript type definitions and interfaces",
|
|
403
485
|
"outputName": "contracts.ts",
|
|
404
|
-
"placeholders": [
|
|
486
|
+
"placeholders": [
|
|
487
|
+
"FEATURE_NAME"
|
|
488
|
+
],
|
|
405
489
|
"stackSpecific": false,
|
|
406
490
|
"engine": "handlebars",
|
|
407
491
|
"deprecated": false,
|
|
408
492
|
"technology": "typescript",
|
|
409
|
-
"applicableStacks": [
|
|
493
|
+
"applicableStacks": [
|
|
494
|
+
"nextjs-supabase"
|
|
495
|
+
]
|
|
410
496
|
},
|
|
411
497
|
{
|
|
412
498
|
"id": "sql-supabase-migration",
|
|
@@ -418,12 +504,16 @@
|
|
|
418
504
|
"required": false,
|
|
419
505
|
"description": "Supabase SQL migration template (basic)",
|
|
420
506
|
"outputName": "{timestamp}_{feature_name}.sql",
|
|
421
|
-
"placeholders": [
|
|
507
|
+
"placeholders": [
|
|
508
|
+
"FEATURE_NAME"
|
|
509
|
+
],
|
|
422
510
|
"stackSpecific": false,
|
|
423
511
|
"engine": "handlebars",
|
|
424
512
|
"deprecated": false,
|
|
425
513
|
"technology": "sql",
|
|
426
|
-
"applicableStacks": [
|
|
514
|
+
"applicableStacks": [
|
|
515
|
+
"nextjs-supabase"
|
|
516
|
+
]
|
|
427
517
|
},
|
|
428
518
|
{
|
|
429
519
|
"id": "sql-supabase-migration-enhanced",
|
|
@@ -435,12 +525,16 @@
|
|
|
435
525
|
"required": false,
|
|
436
526
|
"description": "Enhanced Supabase migration with RLS and indexes",
|
|
437
527
|
"outputName": "{timestamp}_{feature_name}.sql",
|
|
438
|
-
"placeholders": [
|
|
528
|
+
"placeholders": [
|
|
529
|
+
"FEATURE_NAME"
|
|
530
|
+
],
|
|
439
531
|
"stackSpecific": false,
|
|
440
532
|
"engine": "handlebars",
|
|
441
533
|
"deprecated": false,
|
|
442
534
|
"technology": "sql",
|
|
443
|
-
"applicableStacks": [
|
|
535
|
+
"applicableStacks": [
|
|
536
|
+
"nextjs-supabase"
|
|
537
|
+
]
|
|
444
538
|
},
|
|
445
539
|
{
|
|
446
540
|
"id": "sql-rls-policy",
|
|
@@ -452,12 +546,17 @@
|
|
|
452
546
|
"required": false,
|
|
453
547
|
"description": "Row-level security policy template for Supabase",
|
|
454
548
|
"outputName": "{table_name}_rls_policies.sql",
|
|
455
|
-
"placeholders": [
|
|
549
|
+
"placeholders": [
|
|
550
|
+
"FEATURE_NAME",
|
|
551
|
+
"TABLE_NAME"
|
|
552
|
+
],
|
|
456
553
|
"stackSpecific": false,
|
|
457
554
|
"engine": "handlebars",
|
|
458
555
|
"deprecated": false,
|
|
459
556
|
"technology": "sql",
|
|
460
|
-
"applicableStacks": [
|
|
557
|
+
"applicableStacks": [
|
|
558
|
+
"nextjs-supabase"
|
|
559
|
+
]
|
|
461
560
|
},
|
|
462
561
|
{
|
|
463
562
|
"id": "azure-bicep-main",
|
|
@@ -469,12 +568,17 @@
|
|
|
469
568
|
"required": true,
|
|
470
569
|
"description": "Main Bicep orchestration file for Azure resources",
|
|
471
570
|
"outputName": "main.bicep",
|
|
472
|
-
"placeholders": [
|
|
571
|
+
"placeholders": [
|
|
572
|
+
"PROJECT_NAME",
|
|
573
|
+
"ENVIRONMENT"
|
|
574
|
+
],
|
|
473
575
|
"stackSpecific": false,
|
|
474
576
|
"engine": "handlebars",
|
|
475
577
|
"deprecated": false,
|
|
476
578
|
"technology": "bicep",
|
|
477
|
-
"applicableStacks": [
|
|
579
|
+
"applicableStacks": [
|
|
580
|
+
"blazor-azure"
|
|
581
|
+
]
|
|
478
582
|
},
|
|
479
583
|
{
|
|
480
584
|
"id": "azure-bicep-container-app",
|
|
@@ -486,12 +590,16 @@
|
|
|
486
590
|
"required": false,
|
|
487
591
|
"description": "Azure Container App definition with scaling and secrets",
|
|
488
592
|
"outputName": "container-app.bicep",
|
|
489
|
-
"placeholders": [
|
|
593
|
+
"placeholders": [
|
|
594
|
+
"PROJECT_NAME"
|
|
595
|
+
],
|
|
490
596
|
"stackSpecific": false,
|
|
491
597
|
"engine": "handlebars",
|
|
492
598
|
"deprecated": false,
|
|
493
599
|
"technology": "bicep",
|
|
494
|
-
"applicableStacks": [
|
|
600
|
+
"applicableStacks": [
|
|
601
|
+
"blazor-azure"
|
|
602
|
+
]
|
|
495
603
|
},
|
|
496
604
|
{
|
|
497
605
|
"id": "azure-bicep-container-env",
|
|
@@ -503,12 +611,16 @@
|
|
|
503
611
|
"required": false,
|
|
504
612
|
"description": "Azure Container Apps environment with Log Analytics",
|
|
505
613
|
"outputName": "container-app-env.bicep",
|
|
506
|
-
"placeholders": [
|
|
614
|
+
"placeholders": [
|
|
615
|
+
"PROJECT_NAME"
|
|
616
|
+
],
|
|
507
617
|
"stackSpecific": false,
|
|
508
618
|
"engine": "handlebars",
|
|
509
619
|
"deprecated": false,
|
|
510
620
|
"technology": "bicep",
|
|
511
|
-
"applicableStacks": [
|
|
621
|
+
"applicableStacks": [
|
|
622
|
+
"blazor-azure"
|
|
623
|
+
]
|
|
512
624
|
},
|
|
513
625
|
{
|
|
514
626
|
"id": "azure-bicep-app-service",
|
|
@@ -520,12 +632,16 @@
|
|
|
520
632
|
"required": false,
|
|
521
633
|
"description": "Azure App Service definition (alternative to Container Apps)",
|
|
522
634
|
"outputName": "app-service.bicep",
|
|
523
|
-
"placeholders": [
|
|
635
|
+
"placeholders": [
|
|
636
|
+
"PROJECT_NAME"
|
|
637
|
+
],
|
|
524
638
|
"stackSpecific": false,
|
|
525
639
|
"engine": "handlebars",
|
|
526
640
|
"deprecated": false,
|
|
527
641
|
"technology": "bicep",
|
|
528
|
-
"applicableStacks": [
|
|
642
|
+
"applicableStacks": [
|
|
643
|
+
"blazor-azure"
|
|
644
|
+
]
|
|
529
645
|
},
|
|
530
646
|
{
|
|
531
647
|
"id": "azure-bicep-sql",
|
|
@@ -537,12 +653,16 @@
|
|
|
537
653
|
"required": false,
|
|
538
654
|
"description": "Azure SQL Database with server and firewall rules",
|
|
539
655
|
"outputName": "sql-database.bicep",
|
|
540
|
-
"placeholders": [
|
|
656
|
+
"placeholders": [
|
|
657
|
+
"PROJECT_NAME"
|
|
658
|
+
],
|
|
541
659
|
"stackSpecific": false,
|
|
542
660
|
"engine": "handlebars",
|
|
543
661
|
"deprecated": false,
|
|
544
662
|
"technology": "bicep",
|
|
545
|
-
"applicableStacks": [
|
|
663
|
+
"applicableStacks": [
|
|
664
|
+
"blazor-azure"
|
|
665
|
+
]
|
|
546
666
|
},
|
|
547
667
|
{
|
|
548
668
|
"id": "azure-bicep-storage",
|
|
@@ -554,12 +674,16 @@
|
|
|
554
674
|
"required": false,
|
|
555
675
|
"description": "Azure Storage Account with blob containers",
|
|
556
676
|
"outputName": "storage.bicep",
|
|
557
|
-
"placeholders": [
|
|
677
|
+
"placeholders": [
|
|
678
|
+
"PROJECT_NAME"
|
|
679
|
+
],
|
|
558
680
|
"stackSpecific": false,
|
|
559
681
|
"engine": "handlebars",
|
|
560
682
|
"deprecated": false,
|
|
561
683
|
"technology": "bicep",
|
|
562
|
-
"applicableStacks": [
|
|
684
|
+
"applicableStacks": [
|
|
685
|
+
"blazor-azure"
|
|
686
|
+
]
|
|
563
687
|
},
|
|
564
688
|
{
|
|
565
689
|
"id": "azure-bicep-key-vault",
|
|
@@ -571,12 +695,16 @@
|
|
|
571
695
|
"required": false,
|
|
572
696
|
"description": "Azure Key Vault for secrets management",
|
|
573
697
|
"outputName": "key-vault.bicep",
|
|
574
|
-
"placeholders": [
|
|
698
|
+
"placeholders": [
|
|
699
|
+
"PROJECT_NAME"
|
|
700
|
+
],
|
|
575
701
|
"stackSpecific": false,
|
|
576
702
|
"engine": "handlebars",
|
|
577
703
|
"deprecated": false,
|
|
578
704
|
"technology": "bicep",
|
|
579
|
-
"applicableStacks": [
|
|
705
|
+
"applicableStacks": [
|
|
706
|
+
"blazor-azure"
|
|
707
|
+
]
|
|
580
708
|
},
|
|
581
709
|
{
|
|
582
710
|
"id": "azure-bicep-app-insights",
|
|
@@ -588,12 +716,16 @@
|
|
|
588
716
|
"required": false,
|
|
589
717
|
"description": "Application Insights for monitoring and telemetry",
|
|
590
718
|
"outputName": "app-insights.bicep",
|
|
591
|
-
"placeholders": [
|
|
719
|
+
"placeholders": [
|
|
720
|
+
"PROJECT_NAME"
|
|
721
|
+
],
|
|
592
722
|
"stackSpecific": false,
|
|
593
723
|
"engine": "handlebars",
|
|
594
724
|
"deprecated": false,
|
|
595
725
|
"technology": "bicep",
|
|
596
|
-
"applicableStacks": [
|
|
726
|
+
"applicableStacks": [
|
|
727
|
+
"blazor-azure"
|
|
728
|
+
]
|
|
597
729
|
},
|
|
598
730
|
{
|
|
599
731
|
"id": "azure-parameters-dev",
|
|
@@ -610,7 +742,9 @@
|
|
|
610
742
|
"engine": null,
|
|
611
743
|
"deprecated": false,
|
|
612
744
|
"technology": "azure",
|
|
613
|
-
"applicableStacks": [
|
|
745
|
+
"applicableStacks": [
|
|
746
|
+
"blazor-azure"
|
|
747
|
+
]
|
|
614
748
|
},
|
|
615
749
|
{
|
|
616
750
|
"id": "azure-parameters-staging",
|
|
@@ -627,7 +761,9 @@
|
|
|
627
761
|
"engine": null,
|
|
628
762
|
"deprecated": false,
|
|
629
763
|
"technology": "azure",
|
|
630
|
-
"applicableStacks": [
|
|
764
|
+
"applicableStacks": [
|
|
765
|
+
"blazor-azure"
|
|
766
|
+
]
|
|
631
767
|
},
|
|
632
768
|
{
|
|
633
769
|
"id": "azure-parameters-prod",
|
|
@@ -644,7 +780,9 @@
|
|
|
644
780
|
"engine": null,
|
|
645
781
|
"deprecated": false,
|
|
646
782
|
"technology": "azure",
|
|
647
|
-
"applicableStacks": [
|
|
783
|
+
"applicableStacks": [
|
|
784
|
+
"blazor-azure"
|
|
785
|
+
]
|
|
648
786
|
},
|
|
649
787
|
{
|
|
650
788
|
"id": "azure-deploy-ps1",
|
|
@@ -661,7 +799,9 @@
|
|
|
661
799
|
"engine": null,
|
|
662
800
|
"deprecated": false,
|
|
663
801
|
"technology": "azure",
|
|
664
|
-
"applicableStacks": [
|
|
802
|
+
"applicableStacks": [
|
|
803
|
+
"blazor-azure"
|
|
804
|
+
]
|
|
665
805
|
},
|
|
666
806
|
{
|
|
667
807
|
"id": "azure-deploy-sh",
|
|
@@ -678,7 +818,9 @@
|
|
|
678
818
|
"engine": null,
|
|
679
819
|
"deprecated": false,
|
|
680
820
|
"technology": "azure",
|
|
681
|
-
"applicableStacks": [
|
|
821
|
+
"applicableStacks": [
|
|
822
|
+
"blazor-azure"
|
|
823
|
+
]
|
|
682
824
|
},
|
|
683
825
|
{
|
|
684
826
|
"id": "azure-deploy-checklist",
|
|
@@ -695,7 +837,9 @@
|
|
|
695
837
|
"engine": "handlebars",
|
|
696
838
|
"deprecated": false,
|
|
697
839
|
"technology": "azure",
|
|
698
|
-
"applicableStacks": [
|
|
840
|
+
"applicableStacks": [
|
|
841
|
+
"blazor-azure"
|
|
842
|
+
]
|
|
699
843
|
},
|
|
700
844
|
{
|
|
701
845
|
"id": "azure-dockerfile",
|
|
@@ -712,7 +856,9 @@
|
|
|
712
856
|
"engine": null,
|
|
713
857
|
"deprecated": false,
|
|
714
858
|
"technology": "docker",
|
|
715
|
-
"applicableStacks": [
|
|
859
|
+
"applicableStacks": [
|
|
860
|
+
"blazor-azure"
|
|
861
|
+
]
|
|
716
862
|
},
|
|
717
863
|
{
|
|
718
864
|
"id": "azure-readme",
|
|
@@ -729,7 +875,9 @@
|
|
|
729
875
|
"engine": "handlebars",
|
|
730
876
|
"deprecated": false,
|
|
731
877
|
"technology": "azure",
|
|
732
|
-
"applicableStacks": [
|
|
878
|
+
"applicableStacks": [
|
|
879
|
+
"blazor-azure"
|
|
880
|
+
]
|
|
733
881
|
},
|
|
734
882
|
{
|
|
735
883
|
"id": "docker-dockerfile-api",
|
|
@@ -746,7 +894,9 @@
|
|
|
746
894
|
"engine": null,
|
|
747
895
|
"deprecated": false,
|
|
748
896
|
"technology": "docker",
|
|
749
|
-
"applicableStacks": [
|
|
897
|
+
"applicableStacks": [
|
|
898
|
+
"nextjs-supabase"
|
|
899
|
+
]
|
|
750
900
|
},
|
|
751
901
|
{
|
|
752
902
|
"id": "docker-dockerfile-web",
|
|
@@ -763,7 +913,9 @@
|
|
|
763
913
|
"engine": null,
|
|
764
914
|
"deprecated": false,
|
|
765
915
|
"technology": "docker",
|
|
766
|
-
"applicableStacks": [
|
|
916
|
+
"applicableStacks": [
|
|
917
|
+
"nextjs-supabase"
|
|
918
|
+
]
|
|
767
919
|
},
|
|
768
920
|
{
|
|
769
921
|
"id": "docker-dockerfile-generic",
|
|
@@ -775,12 +927,16 @@
|
|
|
775
927
|
"required": false,
|
|
776
928
|
"description": "Generic multi-stage Dockerfile template",
|
|
777
929
|
"outputName": "Dockerfile",
|
|
778
|
-
"placeholders": [
|
|
930
|
+
"placeholders": [
|
|
931
|
+
"PROJECT_NAME"
|
|
932
|
+
],
|
|
779
933
|
"stackSpecific": false,
|
|
780
934
|
"engine": "handlebars",
|
|
781
935
|
"deprecated": false,
|
|
782
936
|
"technology": "docker",
|
|
783
|
-
"applicableStacks": [
|
|
937
|
+
"applicableStacks": [
|
|
938
|
+
"nextjs-supabase"
|
|
939
|
+
]
|
|
784
940
|
},
|
|
785
941
|
{
|
|
786
942
|
"id": "docker-compose",
|
|
@@ -792,12 +948,16 @@
|
|
|
792
948
|
"required": false,
|
|
793
949
|
"description": "Docker Compose for local development environment",
|
|
794
950
|
"outputName": "docker-compose.yml",
|
|
795
|
-
"placeholders": [
|
|
951
|
+
"placeholders": [
|
|
952
|
+
"PROJECT_NAME"
|
|
953
|
+
],
|
|
796
954
|
"stackSpecific": false,
|
|
797
955
|
"engine": "handlebars",
|
|
798
956
|
"deprecated": false,
|
|
799
957
|
"technology": "docker",
|
|
800
|
-
"applicableStacks": [
|
|
958
|
+
"applicableStacks": [
|
|
959
|
+
"nextjs-supabase"
|
|
960
|
+
]
|
|
801
961
|
},
|
|
802
962
|
{
|
|
803
963
|
"id": "easypanel-config",
|
|
@@ -809,12 +969,16 @@
|
|
|
809
969
|
"required": false,
|
|
810
970
|
"description": "EasyPanel deployment configuration",
|
|
811
971
|
"outputName": "easypanel.json",
|
|
812
|
-
"placeholders": [
|
|
972
|
+
"placeholders": [
|
|
973
|
+
"PROJECT_NAME"
|
|
974
|
+
],
|
|
813
975
|
"stackSpecific": false,
|
|
814
976
|
"engine": "handlebars",
|
|
815
977
|
"deprecated": false,
|
|
816
978
|
"technology": "docker",
|
|
817
|
-
"applicableStacks": [
|
|
979
|
+
"applicableStacks": [
|
|
980
|
+
"nextjs-supabase"
|
|
981
|
+
]
|
|
818
982
|
},
|
|
819
983
|
{
|
|
820
984
|
"id": "integration-asaas-client",
|
|
@@ -826,12 +990,17 @@
|
|
|
826
990
|
"required": false,
|
|
827
991
|
"description": "Asaas financial API client implementation",
|
|
828
992
|
"outputName": "AsaasClient.cs",
|
|
829
|
-
"placeholders": [
|
|
993
|
+
"placeholders": [
|
|
994
|
+
"NAMESPACE"
|
|
995
|
+
],
|
|
830
996
|
"stackSpecific": false,
|
|
831
997
|
"engine": "handlebars",
|
|
832
998
|
"deprecated": false,
|
|
833
999
|
"technology": "dotnet",
|
|
834
|
-
"applicableStacks": [
|
|
1000
|
+
"applicableStacks": [
|
|
1001
|
+
"blazor-azure",
|
|
1002
|
+
"nextjs-supabase"
|
|
1003
|
+
]
|
|
835
1004
|
},
|
|
836
1005
|
{
|
|
837
1006
|
"id": "integration-asaas-webhook",
|
|
@@ -843,12 +1012,17 @@
|
|
|
843
1012
|
"required": false,
|
|
844
1013
|
"description": "Asaas webhook handler for payment events",
|
|
845
1014
|
"outputName": "AsaasWebhookHandler.cs",
|
|
846
|
-
"placeholders": [
|
|
1015
|
+
"placeholders": [
|
|
1016
|
+
"NAMESPACE"
|
|
1017
|
+
],
|
|
847
1018
|
"stackSpecific": false,
|
|
848
1019
|
"engine": "handlebars",
|
|
849
1020
|
"deprecated": false,
|
|
850
1021
|
"technology": "dotnet",
|
|
851
|
-
"applicableStacks": [
|
|
1022
|
+
"applicableStacks": [
|
|
1023
|
+
"blazor-azure",
|
|
1024
|
+
"nextjs-supabase"
|
|
1025
|
+
]
|
|
852
1026
|
},
|
|
853
1027
|
{
|
|
854
1028
|
"id": "integration-azure-identity",
|
|
@@ -860,12 +1034,16 @@
|
|
|
860
1034
|
"required": false,
|
|
861
1035
|
"description": "Azure AD/Entra ID authentication configuration",
|
|
862
1036
|
"outputName": "AzureIdentityConfig.cs",
|
|
863
|
-
"placeholders": [
|
|
1037
|
+
"placeholders": [
|
|
1038
|
+
"NAMESPACE"
|
|
1039
|
+
],
|
|
864
1040
|
"stackSpecific": false,
|
|
865
1041
|
"engine": "handlebars",
|
|
866
1042
|
"deprecated": false,
|
|
867
1043
|
"technology": "dotnet",
|
|
868
|
-
"applicableStacks": [
|
|
1044
|
+
"applicableStacks": [
|
|
1045
|
+
"blazor-azure"
|
|
1046
|
+
]
|
|
869
1047
|
},
|
|
870
1048
|
{
|
|
871
1049
|
"id": "integration-clerk",
|
|
@@ -877,12 +1055,17 @@
|
|
|
877
1055
|
"required": false,
|
|
878
1056
|
"description": "Clerk authentication configuration",
|
|
879
1057
|
"outputName": "ClerkConfig.cs",
|
|
880
|
-
"placeholders": [
|
|
1058
|
+
"placeholders": [
|
|
1059
|
+
"NAMESPACE"
|
|
1060
|
+
],
|
|
881
1061
|
"stackSpecific": false,
|
|
882
1062
|
"engine": "handlebars",
|
|
883
1063
|
"deprecated": false,
|
|
884
1064
|
"technology": "dotnet",
|
|
885
|
-
"applicableStacks": [
|
|
1065
|
+
"applicableStacks": [
|
|
1066
|
+
"blazor-azure",
|
|
1067
|
+
"nextjs-supabase"
|
|
1068
|
+
]
|
|
886
1069
|
},
|
|
887
1070
|
{
|
|
888
1071
|
"id": "ui-design-system-css",
|
|
@@ -894,12 +1077,17 @@
|
|
|
894
1077
|
"required": false,
|
|
895
1078
|
"description": "CSS design tokens and variables (colors, spacing, typography)",
|
|
896
1079
|
"outputName": "design-system.css",
|
|
897
|
-
"placeholders": [
|
|
1080
|
+
"placeholders": [
|
|
1081
|
+
"PROJECT_NAME"
|
|
1082
|
+
],
|
|
898
1083
|
"stackSpecific": false,
|
|
899
1084
|
"engine": "handlebars",
|
|
900
1085
|
"deprecated": false,
|
|
901
1086
|
"technology": "css",
|
|
902
|
-
"applicableStacks": [
|
|
1087
|
+
"applicableStacks": [
|
|
1088
|
+
"blazor-azure",
|
|
1089
|
+
"nextjs-supabase"
|
|
1090
|
+
]
|
|
903
1091
|
},
|
|
904
1092
|
{
|
|
905
1093
|
"id": "ui-fluent-theme",
|
|
@@ -911,13 +1099,17 @@
|
|
|
911
1099
|
"required": false,
|
|
912
1100
|
"description": "FluentUI Blazor theme configuration (auto-generated)",
|
|
913
1101
|
"outputName": "FluentDesignTheme.cs",
|
|
914
|
-
"placeholders": [
|
|
1102
|
+
"placeholders": [
|
|
1103
|
+
"NAMESPACE"
|
|
1104
|
+
],
|
|
915
1105
|
"stackSpecific": false,
|
|
916
1106
|
"engine": "handlebars",
|
|
917
1107
|
"deprecated": false,
|
|
918
1108
|
"autoGenerated": true,
|
|
919
1109
|
"technology": "dotnet",
|
|
920
|
-
"applicableStacks": [
|
|
1110
|
+
"applicableStacks": [
|
|
1111
|
+
"blazor-azure"
|
|
1112
|
+
]
|
|
921
1113
|
},
|
|
922
1114
|
{
|
|
923
1115
|
"id": "ui-mud-theme",
|
|
@@ -929,13 +1121,17 @@
|
|
|
929
1121
|
"required": false,
|
|
930
1122
|
"description": "MudBlazor theme configuration (auto-generated)",
|
|
931
1123
|
"outputName": "MudTheme.cs",
|
|
932
|
-
"placeholders": [
|
|
1124
|
+
"placeholders": [
|
|
1125
|
+
"NAMESPACE"
|
|
1126
|
+
],
|
|
933
1127
|
"stackSpecific": false,
|
|
934
1128
|
"engine": "handlebars",
|
|
935
1129
|
"deprecated": false,
|
|
936
1130
|
"autoGenerated": true,
|
|
937
1131
|
"technology": "dotnet",
|
|
938
|
-
"applicableStacks": [
|
|
1132
|
+
"applicableStacks": [
|
|
1133
|
+
"blazor-azure"
|
|
1134
|
+
]
|
|
939
1135
|
},
|
|
940
1136
|
{
|
|
941
1137
|
"id": "saas-subscription",
|
|
@@ -947,12 +1143,17 @@
|
|
|
947
1143
|
"required": false,
|
|
948
1144
|
"description": "Multi-tenant subscription model with billing",
|
|
949
1145
|
"outputName": "Subscription.cs",
|
|
950
|
-
"placeholders": [
|
|
1146
|
+
"placeholders": [
|
|
1147
|
+
"NAMESPACE"
|
|
1148
|
+
],
|
|
951
1149
|
"stackSpecific": false,
|
|
952
1150
|
"engine": "handlebars",
|
|
953
1151
|
"deprecated": false,
|
|
954
1152
|
"technology": "dotnet",
|
|
955
|
-
"applicableStacks": [
|
|
1153
|
+
"applicableStacks": [
|
|
1154
|
+
"blazor-azure",
|
|
1155
|
+
"nextjs-supabase"
|
|
1156
|
+
]
|
|
956
1157
|
},
|
|
957
1158
|
{
|
|
958
1159
|
"id": "saas-tenant",
|
|
@@ -964,12 +1165,17 @@
|
|
|
964
1165
|
"required": false,
|
|
965
1166
|
"description": "Multi-tenant tenant model with isolation",
|
|
966
1167
|
"outputName": "Tenant.cs",
|
|
967
|
-
"placeholders": [
|
|
1168
|
+
"placeholders": [
|
|
1169
|
+
"NAMESPACE"
|
|
1170
|
+
],
|
|
968
1171
|
"stackSpecific": false,
|
|
969
1172
|
"engine": "handlebars",
|
|
970
1173
|
"deprecated": false,
|
|
971
1174
|
"technology": "dotnet",
|
|
972
|
-
"applicableStacks": [
|
|
1175
|
+
"applicableStacks": [
|
|
1176
|
+
"blazor-azure",
|
|
1177
|
+
"nextjs-supabase"
|
|
1178
|
+
]
|
|
973
1179
|
},
|
|
974
1180
|
{
|
|
975
1181
|
"id": "ui-mockups",
|
|
@@ -981,7 +1187,10 @@
|
|
|
981
1187
|
"required": false,
|
|
982
1188
|
"description": "Wireframes and layout specifications with ASCII mockups and responsive breakpoints",
|
|
983
1189
|
"outputName": "ui-mockups.md",
|
|
984
|
-
"placeholders": [
|
|
1190
|
+
"placeholders": [
|
|
1191
|
+
"FEATURE_NAME",
|
|
1192
|
+
"DATE"
|
|
1193
|
+
],
|
|
985
1194
|
"stackSpecific": false,
|
|
986
1195
|
"engine": "handlebars",
|
|
987
1196
|
"deprecated": false,
|
|
@@ -997,7 +1206,10 @@
|
|
|
997
1206
|
"required": false,
|
|
998
1207
|
"description": "User flows and interaction patterns with state diagrams and edge cases",
|
|
999
1208
|
"outputName": "ui-flows.md",
|
|
1000
|
-
"placeholders": [
|
|
1209
|
+
"placeholders": [
|
|
1210
|
+
"FEATURE_NAME",
|
|
1211
|
+
"DATE"
|
|
1212
|
+
],
|
|
1001
1213
|
"stackSpecific": false,
|
|
1002
1214
|
"engine": "handlebars",
|
|
1003
1215
|
"deprecated": false,
|
|
@@ -1013,7 +1225,11 @@
|
|
|
1013
1225
|
"required": false,
|
|
1014
1226
|
"description": "Component specifications mapping UI elements to FluentUI/MudBlazor components with props and events",
|
|
1015
1227
|
"outputName": "ui-components.md",
|
|
1016
|
-
"placeholders": [
|
|
1228
|
+
"placeholders": [
|
|
1229
|
+
"FEATURE_NAME",
|
|
1230
|
+
"DATE",
|
|
1231
|
+
"STACK"
|
|
1232
|
+
],
|
|
1017
1233
|
"stackSpecific": false,
|
|
1018
1234
|
"engine": "handlebars",
|
|
1019
1235
|
"deprecated": false,
|
|
@@ -1029,7 +1245,11 @@
|
|
|
1029
1245
|
"required": false,
|
|
1030
1246
|
"description": "Design system documentation with color palette, typography, spacing, and semantic tokens",
|
|
1031
1247
|
"outputName": "ui-design-system.md",
|
|
1032
|
-
"placeholders": [
|
|
1248
|
+
"placeholders": [
|
|
1249
|
+
"FEATURE_NAME",
|
|
1250
|
+
"DATE",
|
|
1251
|
+
"PROJECT_NAME"
|
|
1252
|
+
],
|
|
1033
1253
|
"stackSpecific": false,
|
|
1034
1254
|
"engine": "handlebars",
|
|
1035
1255
|
"deprecated": false,
|
|
@@ -1046,9 +1266,14 @@
|
|
|
1046
1266
|
"required": false,
|
|
1047
1267
|
"description": "Reusable workflow for building .NET applications with restore, build, test, coverage",
|
|
1048
1268
|
"outputName": "dotnet-build.yml",
|
|
1049
|
-
"placeholders": [
|
|
1269
|
+
"placeholders": [
|
|
1270
|
+
"DOTNET_VERSION"
|
|
1271
|
+
],
|
|
1050
1272
|
"stackSpecific": false,
|
|
1051
|
-
"applicableStacks": [
|
|
1273
|
+
"applicableStacks": [
|
|
1274
|
+
"blazor-azure",
|
|
1275
|
+
"nextjs-supabase"
|
|
1276
|
+
],
|
|
1052
1277
|
"engine": "handlebars",
|
|
1053
1278
|
"deprecated": false,
|
|
1054
1279
|
"isFragment": true
|
|
@@ -1066,7 +1291,10 @@
|
|
|
1066
1291
|
"outputName": "docker-build-push.yml",
|
|
1067
1292
|
"placeholders": [],
|
|
1068
1293
|
"stackSpecific": false,
|
|
1069
|
-
"applicableStacks": [
|
|
1294
|
+
"applicableStacks": [
|
|
1295
|
+
"blazor-azure",
|
|
1296
|
+
"nextjs-supabase"
|
|
1297
|
+
],
|
|
1070
1298
|
"engine": "handlebars",
|
|
1071
1299
|
"deprecated": false,
|
|
1072
1300
|
"isFragment": true
|
|
@@ -1082,9 +1310,13 @@
|
|
|
1082
1310
|
"required": false,
|
|
1083
1311
|
"description": "Reusable workflow for deploying .NET applications to Azure App Service with Bicep infrastructure",
|
|
1084
1312
|
"outputName": "deploy-azure-app-service.yml",
|
|
1085
|
-
"placeholders": [
|
|
1313
|
+
"placeholders": [
|
|
1314
|
+
"DOTNET_VERSION"
|
|
1315
|
+
],
|
|
1086
1316
|
"stackSpecific": false,
|
|
1087
|
-
"applicableStacks": [
|
|
1317
|
+
"applicableStacks": [
|
|
1318
|
+
"blazor-azure"
|
|
1319
|
+
],
|
|
1088
1320
|
"engine": "handlebars",
|
|
1089
1321
|
"deprecated": false,
|
|
1090
1322
|
"isFragment": true
|
|
@@ -1102,7 +1334,9 @@
|
|
|
1102
1334
|
"outputName": "deploy-easypanel.yml",
|
|
1103
1335
|
"placeholders": [],
|
|
1104
1336
|
"stackSpecific": false,
|
|
1105
|
-
"applicableStacks": [
|
|
1337
|
+
"applicableStacks": [
|
|
1338
|
+
"nextjs-supabase"
|
|
1339
|
+
],
|
|
1106
1340
|
"engine": "handlebars",
|
|
1107
1341
|
"deprecated": false,
|
|
1108
1342
|
"isFragment": true
|
|
@@ -1120,7 +1354,10 @@
|
|
|
1120
1354
|
"outputName": "action.yml",
|
|
1121
1355
|
"placeholders": [],
|
|
1122
1356
|
"stackSpecific": false,
|
|
1123
|
-
"applicableStacks": [
|
|
1357
|
+
"applicableStacks": [
|
|
1358
|
+
"blazor-azure",
|
|
1359
|
+
"nextjs-supabase"
|
|
1360
|
+
],
|
|
1124
1361
|
"engine": "handlebars",
|
|
1125
1362
|
"deprecated": false,
|
|
1126
1363
|
"isFragment": true
|
|
@@ -1138,7 +1375,10 @@
|
|
|
1138
1375
|
"outputName": "action.yml",
|
|
1139
1376
|
"placeholders": [],
|
|
1140
1377
|
"stackSpecific": false,
|
|
1141
|
-
"applicableStacks": [
|
|
1378
|
+
"applicableStacks": [
|
|
1379
|
+
"blazor-azure",
|
|
1380
|
+
"nextjs-supabase"
|
|
1381
|
+
],
|
|
1142
1382
|
"engine": "handlebars",
|
|
1143
1383
|
"deprecated": false,
|
|
1144
1384
|
"isFragment": true
|
|
@@ -1156,7 +1396,9 @@
|
|
|
1156
1396
|
"outputName": "action.yml",
|
|
1157
1397
|
"placeholders": [],
|
|
1158
1398
|
"stackSpecific": false,
|
|
1159
|
-
"applicableStacks": [
|
|
1399
|
+
"applicableStacks": [
|
|
1400
|
+
"blazor-azure"
|
|
1401
|
+
],
|
|
1160
1402
|
"engine": "handlebars",
|
|
1161
1403
|
"deprecated": false,
|
|
1162
1404
|
"isFragment": true
|
|
@@ -1172,9 +1414,13 @@
|
|
|
1172
1414
|
"required": true,
|
|
1173
1415
|
"description": "CI build workflow for Blazor-Azure stack with security checks",
|
|
1174
1416
|
"outputName": "ci-build.yml",
|
|
1175
|
-
"placeholders": [
|
|
1417
|
+
"placeholders": [
|
|
1418
|
+
"DOTNET_VERSION"
|
|
1419
|
+
],
|
|
1176
1420
|
"stackSpecific": true,
|
|
1177
|
-
"applicableStacks": [
|
|
1421
|
+
"applicableStacks": [
|
|
1422
|
+
"blazor-azure"
|
|
1423
|
+
],
|
|
1178
1424
|
"engine": "handlebars",
|
|
1179
1425
|
"deprecated": false
|
|
1180
1426
|
},
|
|
@@ -1189,9 +1435,14 @@
|
|
|
1189
1435
|
"required": true,
|
|
1190
1436
|
"description": "Staging deployment workflow for Azure App Service",
|
|
1191
1437
|
"outputName": "cd-staging.yml",
|
|
1192
|
-
"placeholders": [
|
|
1438
|
+
"placeholders": [
|
|
1439
|
+
"APP_NAME",
|
|
1440
|
+
"DOTNET_VERSION"
|
|
1441
|
+
],
|
|
1193
1442
|
"stackSpecific": true,
|
|
1194
|
-
"applicableStacks": [
|
|
1443
|
+
"applicableStacks": [
|
|
1444
|
+
"blazor-azure"
|
|
1445
|
+
],
|
|
1195
1446
|
"engine": "handlebars",
|
|
1196
1447
|
"deprecated": false
|
|
1197
1448
|
},
|
|
@@ -1206,9 +1457,14 @@
|
|
|
1206
1457
|
"required": true,
|
|
1207
1458
|
"description": "Production deployment workflow for Azure App Service with security scanning",
|
|
1208
1459
|
"outputName": "cd-prod.yml",
|
|
1209
|
-
"placeholders": [
|
|
1460
|
+
"placeholders": [
|
|
1461
|
+
"APP_NAME",
|
|
1462
|
+
"DOTNET_VERSION"
|
|
1463
|
+
],
|
|
1210
1464
|
"stackSpecific": true,
|
|
1211
|
-
"applicableStacks": [
|
|
1465
|
+
"applicableStacks": [
|
|
1466
|
+
"blazor-azure"
|
|
1467
|
+
],
|
|
1212
1468
|
"engine": "handlebars",
|
|
1213
1469
|
"deprecated": false
|
|
1214
1470
|
},
|
|
@@ -1223,9 +1479,13 @@
|
|
|
1223
1479
|
"required": true,
|
|
1224
1480
|
"description": "CI build workflow for NextJS-Supabase stack (Node.js + .NET combined)",
|
|
1225
1481
|
"outputName": "ci-build.yml",
|
|
1226
|
-
"placeholders": [
|
|
1482
|
+
"placeholders": [
|
|
1483
|
+
"DOTNET_VERSION"
|
|
1484
|
+
],
|
|
1227
1485
|
"stackSpecific": true,
|
|
1228
|
-
"applicableStacks": [
|
|
1486
|
+
"applicableStacks": [
|
|
1487
|
+
"nextjs-supabase"
|
|
1488
|
+
],
|
|
1229
1489
|
"engine": "handlebars",
|
|
1230
1490
|
"deprecated": false
|
|
1231
1491
|
},
|
|
@@ -1240,7 +1500,18 @@
|
|
|
1240
1500
|
"required": false,
|
|
1241
1501
|
"description": "Generic squad leader higher-order prompt with mission, domain-leaders, standards, tasks, deliverables, constraints",
|
|
1242
1502
|
"outputName": "squad-leader-prompt.md",
|
|
1243
|
-
"placeholders": [
|
|
1503
|
+
"placeholders": [
|
|
1504
|
+
"AGENT_ID",
|
|
1505
|
+
"DOMAIN",
|
|
1506
|
+
"MISSION",
|
|
1507
|
+
"DOMAIN_LEADERS",
|
|
1508
|
+
"SPEC_SUMMARY",
|
|
1509
|
+
"STANDARDS",
|
|
1510
|
+
"TASKS",
|
|
1511
|
+
"DELIVERABLES",
|
|
1512
|
+
"CONSTRAINTS",
|
|
1513
|
+
"FEATURE_NAME"
|
|
1514
|
+
],
|
|
1244
1515
|
"stackSpecific": false,
|
|
1245
1516
|
"engine": "handlebars",
|
|
1246
1517
|
"deprecated": false,
|
|
@@ -1257,12 +1528,23 @@
|
|
|
1257
1528
|
"required": false,
|
|
1258
1529
|
"description": "Backend squad leader HOP for dotnet-senior with backend domain leaders, .NET 10 standards, architecture and security guidelines",
|
|
1259
1530
|
"outputName": "backend-squad-prompt.md",
|
|
1260
|
-
"placeholders": [
|
|
1531
|
+
"placeholders": [
|
|
1532
|
+
"AGENT_ID",
|
|
1533
|
+
"MISSION",
|
|
1534
|
+
"SPEC_SUMMARY",
|
|
1535
|
+
"TASKS",
|
|
1536
|
+
"DELIVERABLES",
|
|
1537
|
+
"CONSTRAINTS",
|
|
1538
|
+
"FEATURE_NAME"
|
|
1539
|
+
],
|
|
1261
1540
|
"stackSpecific": false,
|
|
1262
1541
|
"engine": "handlebars",
|
|
1263
1542
|
"deprecated": false,
|
|
1264
1543
|
"hopType": "squad-leader",
|
|
1265
|
-
"applicableStacks": [
|
|
1544
|
+
"applicableStacks": [
|
|
1545
|
+
"blazor-azure",
|
|
1546
|
+
"nextjs-supabase"
|
|
1547
|
+
]
|
|
1266
1548
|
},
|
|
1267
1549
|
{
|
|
1268
1550
|
"id": "hop-frontend-squad",
|
|
@@ -1275,12 +1557,26 @@
|
|
|
1275
1557
|
"required": false,
|
|
1276
1558
|
"description": "Frontend squad leader HOP for ui-designer with Blazor or Next.js domain leaders and design system standards",
|
|
1277
1559
|
"outputName": "frontend-squad-prompt.md",
|
|
1278
|
-
"placeholders": [
|
|
1560
|
+
"placeholders": [
|
|
1561
|
+
"AGENT_ID",
|
|
1562
|
+
"DOMAIN",
|
|
1563
|
+
"MISSION",
|
|
1564
|
+
"SPEC_SUMMARY",
|
|
1565
|
+
"TASKS",
|
|
1566
|
+
"DELIVERABLES",
|
|
1567
|
+
"CONSTRAINTS",
|
|
1568
|
+
"FEATURE_NAME",
|
|
1569
|
+
"IS_BLAZOR",
|
|
1570
|
+
"IS_NEXTJS"
|
|
1571
|
+
],
|
|
1279
1572
|
"stackSpecific": false,
|
|
1280
1573
|
"engine": "handlebars",
|
|
1281
1574
|
"deprecated": false,
|
|
1282
1575
|
"hopType": "squad-leader",
|
|
1283
|
-
"applicableStacks": [
|
|
1576
|
+
"applicableStacks": [
|
|
1577
|
+
"blazor-azure",
|
|
1578
|
+
"nextjs-supabase"
|
|
1579
|
+
]
|
|
1284
1580
|
},
|
|
1285
1581
|
{
|
|
1286
1582
|
"id": "hop-parallel-worker",
|
|
@@ -1293,7 +1589,17 @@
|
|
|
1293
1589
|
"required": false,
|
|
1294
1590
|
"description": "P-Thread parallel worker HOP with isolation rules, assigned file scope, and structured completion report",
|
|
1295
1591
|
"outputName": "parallel-worker-prompt.md",
|
|
1296
|
-
"placeholders": [
|
|
1592
|
+
"placeholders": [
|
|
1593
|
+
"AGENT_ID",
|
|
1594
|
+
"THREAD_ID",
|
|
1595
|
+
"FEATURE_NAME",
|
|
1596
|
+
"MISSION",
|
|
1597
|
+
"SCOPE",
|
|
1598
|
+
"DELIVERABLES",
|
|
1599
|
+
"SPEC_SUMMARY",
|
|
1600
|
+
"STANDARDS",
|
|
1601
|
+
"TASKS"
|
|
1602
|
+
],
|
|
1297
1603
|
"stackSpecific": false,
|
|
1298
1604
|
"engine": "handlebars",
|
|
1299
1605
|
"deprecated": false,
|
|
@@ -1310,7 +1616,21 @@
|
|
|
1310
1616
|
"required": false,
|
|
1311
1617
|
"description": "P-Thread coordinator HOP for spawning, monitoring and merging parallel worker results",
|
|
1312
1618
|
"outputName": "parallel-coordinator-prompt.md",
|
|
1313
|
-
"placeholders": [
|
|
1619
|
+
"placeholders": [
|
|
1620
|
+
"AGENT_ID",
|
|
1621
|
+
"SESSION_ID",
|
|
1622
|
+
"FEATURE_NAME",
|
|
1623
|
+
"WORKER_COUNT",
|
|
1624
|
+
"WORKERS",
|
|
1625
|
+
"PARALLEL_STRATEGY",
|
|
1626
|
+
"MAX_CONCURRENT",
|
|
1627
|
+
"TIMEOUT_MINUTES",
|
|
1628
|
+
"MERGE_STRATEGY",
|
|
1629
|
+
"SPEC_SUMMARY",
|
|
1630
|
+
"PRE_SPAWN_TASKS",
|
|
1631
|
+
"POST_MERGE_TASKS",
|
|
1632
|
+
"CONSTRAINTS"
|
|
1633
|
+
],
|
|
1314
1634
|
"stackSpecific": false,
|
|
1315
1635
|
"engine": "handlebars",
|
|
1316
1636
|
"deprecated": false,
|
|
@@ -1327,7 +1647,18 @@
|
|
|
1327
1647
|
"required": false,
|
|
1328
1648
|
"description": "Wraps any prompt with additional context, pre/post conditions, and HOP metadata injection",
|
|
1329
1649
|
"outputName": "hop-wrapper-prompt.md",
|
|
1330
|
-
"placeholders": [
|
|
1650
|
+
"placeholders": [
|
|
1651
|
+
"HOP_NAME",
|
|
1652
|
+
"INNER_PROMPT",
|
|
1653
|
+
"FEATURE_NAME",
|
|
1654
|
+
"PHASE",
|
|
1655
|
+
"AGENT_ID",
|
|
1656
|
+
"STANDARDS_OVERRIDE",
|
|
1657
|
+
"PRE_CONDITIONS",
|
|
1658
|
+
"POST_CONDITIONS",
|
|
1659
|
+
"HOP_VERSION",
|
|
1660
|
+
"DATE"
|
|
1661
|
+
],
|
|
1331
1662
|
"stackSpecific": false,
|
|
1332
1663
|
"engine": "handlebars",
|
|
1333
1664
|
"deprecated": false,
|
|
@@ -1344,7 +1675,18 @@
|
|
|
1344
1675
|
"required": false,
|
|
1345
1676
|
"description": "Retry HOP with failure analysis, adjusted approach hints per attempt number (1=minor fix, 2=alternative, 3=escalation-ready)",
|
|
1346
1677
|
"outputName": "hop-retry-prompt.md",
|
|
1347
|
-
"placeholders": [
|
|
1678
|
+
"placeholders": [
|
|
1679
|
+
"FEATURE_NAME",
|
|
1680
|
+
"AGENT_ID",
|
|
1681
|
+
"RETRY_COUNT",
|
|
1682
|
+
"MAX_RETRIES",
|
|
1683
|
+
"TASK_ID",
|
|
1684
|
+
"FAILURE_DESCRIPTION",
|
|
1685
|
+
"ERROR_DETAILS",
|
|
1686
|
+
"PREVIOUS_ATTEMPTS",
|
|
1687
|
+
"ORIGINAL_TASK_DESCRIPTION",
|
|
1688
|
+
"CONSTRAINTS"
|
|
1689
|
+
],
|
|
1348
1690
|
"stackSpecific": false,
|
|
1349
1691
|
"engine": "handlebars",
|
|
1350
1692
|
"deprecated": false,
|
|
@@ -1361,7 +1703,18 @@
|
|
|
1361
1703
|
"required": false,
|
|
1362
1704
|
"description": "Validation agent HOP with architecture, security, design-system, and packages checklists",
|
|
1363
1705
|
"outputName": "hop-validation-prompt.md",
|
|
1364
|
-
"placeholders": [
|
|
1706
|
+
"placeholders": [
|
|
1707
|
+
"VALIDATION_TYPE",
|
|
1708
|
+
"REVIEWED_AGENT",
|
|
1709
|
+
"FEATURE_NAME",
|
|
1710
|
+
"CHECKPOINT_NUM",
|
|
1711
|
+
"FILES_TO_REVIEW",
|
|
1712
|
+
"VALIDATION_CRITERIA",
|
|
1713
|
+
"IS_ARCHITECTURE",
|
|
1714
|
+
"IS_SECURITY",
|
|
1715
|
+
"IS_DESIGN_SYSTEM",
|
|
1716
|
+
"IS_PACKAGES"
|
|
1717
|
+
],
|
|
1365
1718
|
"stackSpecific": false,
|
|
1366
1719
|
"engine": "handlebars",
|
|
1367
1720
|
"deprecated": false,
|
|
@@ -1378,7 +1731,18 @@
|
|
|
1378
1731
|
"required": false,
|
|
1379
1732
|
"description": "Checkpoint validator HOP running architecture, security, design-system, and packages validators with pass/fail decision logic",
|
|
1380
1733
|
"outputName": "checkpoint-validator-prompt.md",
|
|
1381
|
-
"placeholders": [
|
|
1734
|
+
"placeholders": [
|
|
1735
|
+
"FEATURE_NAME",
|
|
1736
|
+
"CHECKPOINT_NUM",
|
|
1737
|
+
"CHECKPOINT_FREQUENCY",
|
|
1738
|
+
"TASKS_SINCE_LAST",
|
|
1739
|
+
"TASKS_COMPLETED",
|
|
1740
|
+
"TASKS_TOTAL",
|
|
1741
|
+
"RECENT_TASKS",
|
|
1742
|
+
"FILES_CHANGED",
|
|
1743
|
+
"HAS_UI_FILES",
|
|
1744
|
+
"HAS_CSPROJ_CHANGES"
|
|
1745
|
+
],
|
|
1382
1746
|
"stackSpecific": false,
|
|
1383
1747
|
"engine": "handlebars",
|
|
1384
1748
|
"deprecated": false,
|
|
@@ -1395,7 +1759,14 @@
|
|
|
1395
1759
|
"required": false,
|
|
1396
1760
|
"description": "Pre-commit hook validator HOP checking conventional commits, secrets, agent spec validity, and stack-specific rules",
|
|
1397
1761
|
"outputName": "pre-commit-validator-prompt.md",
|
|
1398
|
-
"placeholders": [
|
|
1762
|
+
"placeholders": [
|
|
1763
|
+
"FEATURE_NAME",
|
|
1764
|
+
"BRANCH_NAME",
|
|
1765
|
+
"STAGED_FILE_COUNT",
|
|
1766
|
+
"STAGED_FILES",
|
|
1767
|
+
"IS_CSHARP",
|
|
1768
|
+
"IS_TYPESCRIPT"
|
|
1769
|
+
],
|
|
1399
1770
|
"stackSpecific": false,
|
|
1400
1771
|
"engine": "handlebars",
|
|
1401
1772
|
"deprecated": false,
|
|
@@ -1412,7 +1783,19 @@
|
|
|
1412
1783
|
"required": false,
|
|
1413
1784
|
"description": "F-Thread fusion participant HOP with approach hints per thread index (standard, alternative, optimized) and self-assessment scoring",
|
|
1414
1785
|
"outputName": "fusion-agent-prompt.md",
|
|
1415
|
-
"placeholders": [
|
|
1786
|
+
"placeholders": [
|
|
1787
|
+
"AGENT_ID",
|
|
1788
|
+
"THREAD_INDEX",
|
|
1789
|
+
"THREAD_COUNT",
|
|
1790
|
+
"THREAD_COUNT_MINUS_ONE",
|
|
1791
|
+
"THREAD_ID",
|
|
1792
|
+
"FEATURE_NAME",
|
|
1793
|
+
"FUSION_STRATEGY",
|
|
1794
|
+
"TASK_DESCRIPTION",
|
|
1795
|
+
"SPEC_SUMMARY",
|
|
1796
|
+
"STANDARDS",
|
|
1797
|
+
"DELIVERABLES"
|
|
1798
|
+
],
|
|
1416
1799
|
"stackSpecific": false,
|
|
1417
1800
|
"engine": "handlebars",
|
|
1418
1801
|
"deprecated": false,
|
|
@@ -1429,7 +1812,13 @@
|
|
|
1429
1812
|
"required": false,
|
|
1430
1813
|
"description": "F-Thread aggregator HOP that scores and selects the winning implementation using best-of-n, consensus, or manual-select strategies",
|
|
1431
1814
|
"outputName": "fusion-aggregator-prompt.md",
|
|
1432
|
-
"placeholders": [
|
|
1815
|
+
"placeholders": [
|
|
1816
|
+
"SESSION_ID",
|
|
1817
|
+
"FEATURE_NAME",
|
|
1818
|
+
"THREAD_COUNT",
|
|
1819
|
+
"FUSION_STRATEGY",
|
|
1820
|
+
"FUSION_RESULTS"
|
|
1821
|
+
],
|
|
1433
1822
|
"stackSpecific": false,
|
|
1434
1823
|
"engine": "handlebars",
|
|
1435
1824
|
"deprecated": false,
|
|
@@ -1485,7 +1874,14 @@
|
|
|
1485
1874
|
"organizationChange": "Stack-based → Technology-based (enables future stack reusability)",
|
|
1486
1875
|
"deprecated": 9,
|
|
1487
1876
|
"movedToFramework": 57,
|
|
1488
|
-
"newTechnologies": [
|
|
1877
|
+
"newTechnologies": [
|
|
1878
|
+
"dotnet",
|
|
1879
|
+
"typescript",
|
|
1880
|
+
"sql",
|
|
1881
|
+
"bicep",
|
|
1882
|
+
"azure",
|
|
1883
|
+
"docker"
|
|
1884
|
+
],
|
|
1489
1885
|
"actionRequired": "Delete stacks/{stack}/.morph/templates/ directories (Phase 6)"
|
|
1490
1886
|
}
|
|
1491
1887
|
}
|