@sixsevenai/ai-dlc-installer 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/library/agents/ai-dlc-navigator.md +787 -0
- package/library/agents/ai-dlc-trainer.md +261 -0
- package/library/agents/alignment-validator.md +346 -0
- package/library/agents/analyst.md +547 -0
- package/library/agents/api-designer.md +751 -0
- package/library/agents/backend-developer.md +233 -0
- package/library/agents/blazor-component-designer.md +317 -0
- package/library/agents/bolt-planner.md +531 -0
- package/library/agents/brownfield-analyst.md +98 -0
- package/library/agents/brownfield-navigator.md +127 -0
- package/library/agents/cicd-pipeline-builder.md +261 -0
- package/library/agents/code-generator.md +390 -0
- package/library/agents/code-reviewer.md +358 -0
- package/library/agents/code-skeptic.md +182 -0
- package/library/agents/codex-orchestrator.md +343 -0
- package/library/agents/database-designer.md +288 -0
- package/library/agents/database-engineer.md +150 -0
- package/library/agents/date-checker.md +86 -0
- package/library/agents/deployment-orchestrator.md +232 -0
- package/library/agents/diagram-generator.md +254 -0
- package/library/agents/documentation-generator.md +236 -0
- package/library/agents/domain-modeler.md +350 -0
- package/library/agents/e2e-test-builder.md +256 -0
- package/library/agents/executive-advisor.md +282 -0
- package/library/agents/framework-validator.md +279 -0
- package/library/agents/git-worker.md +394 -0
- package/library/agents/incident-responder.md +238 -0
- package/library/agents/integration-test-builder.md +386 -0
- package/library/agents/intent-clarifier.md +493 -0
- package/library/agents/investor.md +352 -0
- package/library/agents/logical-designer.md +278 -0
- package/library/agents/maker-orchestrator.md +375 -0
- package/library/agents/mob-facilitator.md +325 -0
- package/library/agents/monitoring-setup.md +245 -0
- package/library/agents/multi-ai-orchestrator.md +358 -0
- package/library/agents/nfr-elicitor.md +527 -0
- package/library/agents/product-owner.md +523 -0
- package/library/agents/project-auditor.md +107 -0
- package/library/agents/prompt-optimizer.md +752 -0
- package/library/agents/prp-pro.md +125 -0
- package/library/agents/release-manager.md +273 -0
- package/library/agents/risk-register-manager.md +480 -0
- package/library/agents/scope-manager.md +269 -0
- package/library/agents/security-auditor.md +258 -0
- package/library/agents/security-specialist.md +181 -0
- package/library/agents/spec-architect.md +635 -0
- package/library/agents/stakeholder-engagement.md +619 -0
- package/library/agents/technical-writer.md +214 -0
- package/library/agents/ui-designer.md +253 -0
- package/library/agents/ui-test-builder.md +270 -0
- package/library/agents/unit-decomposer.md +416 -0
- package/library/agents/unit-test-builder.md +376 -0
- package/library/agents/user-story-generator.md +46 -0
- package/library/agents/workflow-executor.md +274 -0
- package/library/agents/workflow-monitor.md +330 -0
- package/library/agents/workflow-planner.md +338 -0
- package/library/agents/workflow-validator.md +359 -0
- package/library/commands/agent-directory.md +441 -0
- package/library/commands/ai-dlc/add-unit.md +141 -0
- package/library/commands/ai-dlc/analyze-refinement-scope.md +223 -0
- package/library/commands/ai-dlc/apply-refinements.md +239 -0
- package/library/commands/ai-dlc/archive-session.md +280 -0
- package/library/commands/ai-dlc/assess-risks.md +391 -0
- package/library/commands/ai-dlc/brainstorm.md +216 -0
- package/library/commands/ai-dlc/build-tests.md +267 -0
- package/library/commands/ai-dlc/claude-execute.md +208 -0
- package/library/commands/ai-dlc/claude-parallel.md +382 -0
- package/library/commands/ai-dlc/claude-review.md +398 -0
- package/library/commands/ai-dlc/codex-execute.md +104 -0
- package/library/commands/ai-dlc/collect-refinement-feedback.md +242 -0
- package/library/commands/ai-dlc/complete-bolt.md +316 -0
- package/library/commands/ai-dlc/construct-unit.md +178 -0
- package/library/commands/ai-dlc/create-diagram.md +329 -0
- package/library/commands/ai-dlc/create-excalidraw-diagram.md +323 -0
- package/library/commands/ai-dlc/create-pipeline.md +393 -0
- package/library/commands/ai-dlc/create-runbook.md +217 -0
- package/library/commands/ai-dlc/create-units.md +334 -0
- package/library/commands/ai-dlc/deploy.md +265 -0
- package/library/commands/ai-dlc/design-api.md +370 -0
- package/library/commands/ai-dlc/design-database.md +271 -0
- package/library/commands/ai-dlc/design-domain-models.md +99 -0
- package/library/commands/ai-dlc/design-ui-tests.md +304 -0
- package/library/commands/ai-dlc/design-ui.md +301 -0
- package/library/commands/ai-dlc/domain-model.md +338 -0
- package/library/commands/ai-dlc/elicit-nfrs.md +383 -0
- package/library/commands/ai-dlc/elicit.md +266 -0
- package/library/commands/ai-dlc/engage-stakeholders.md +90 -0
- package/library/commands/ai-dlc/generate-code.md +264 -0
- package/library/commands/ai-dlc/generate-docs.md +361 -0
- package/library/commands/ai-dlc/generate-stories.md +336 -0
- package/library/commands/ai-dlc/handle-cross-phase-refinement.md +224 -0
- package/library/commands/ai-dlc/implement-ui-tests.md +308 -0
- package/library/commands/ai-dlc/incident-respond.md +229 -0
- package/library/commands/ai-dlc/logical-design.md +338 -0
- package/library/commands/ai-dlc/maker-execute.md +282 -0
- package/library/commands/ai-dlc/maker-status.md +421 -0
- package/library/commands/ai-dlc/mob-elaborate.md +121 -0
- package/library/commands/ai-dlc/multi-ai-compare.md +155 -0
- package/library/commands/ai-dlc/next-bolt.md +343 -0
- package/library/commands/ai-dlc/next-phase.md +228 -0
- package/library/commands/ai-dlc/package-unit.md +197 -0
- package/library/commands/ai-dlc/plan-bolt.md +422 -0
- package/library/commands/ai-dlc/plan-workflow.md +217 -0
- package/library/commands/ai-dlc/prepare-release.md +206 -0
- package/library/commands/ai-dlc/review-artifacts.md +738 -0
- package/library/commands/ai-dlc/review-code.md +283 -0
- package/library/commands/ai-dlc/run-workflow.md +186 -0
- package/library/commands/ai-dlc/security-audit.md +380 -0
- package/library/commands/ai-dlc/setup-monitoring.md +194 -0
- package/library/commands/ai-dlc/setup.md +770 -0
- package/library/commands/ai-dlc/start-intent.md +340 -0
- package/library/commands/ai-dlc/status.md +189 -0
- package/library/commands/ai-dlc/talk.md +96 -0
- package/library/commands/ai-dlc/trace.md +199 -0
- package/library/commands/ai-dlc/upgrade.md +177 -0
- package/library/commands/ai-dlc/validate-framework.md +291 -0
- package/library/commands/ai-dlc/validate-phase.md +327 -0
- package/library/commands/ai-dlc/validate-unit.md +634 -0
- package/library/commands/ai-dlc/validate-workflow.md +117 -0
- package/library/commands/ai-dlc/visualize.md +360 -0
- package/library/commands/ai-dlc/workflow-cancel.md +144 -0
- package/library/commands/ai-dlc/workflow-pause.md +113 -0
- package/library/commands/ai-dlc/workflow-resume.md +148 -0
- package/library/commands/ai-dlc/workflow-status.md +208 -0
- package/library/commands/brn/assess.md +79 -0
- package/library/commands/brn/audit.md +37 -0
- package/library/commands/brn/document.md +40 -0
- package/library/commands/brn/modernize.md +37 -0
- package/library/commands/brn/optimize.md +40 -0
- package/library/commands/brn/plan.md +94 -0
- package/library/commands/brn/refactor.md +40 -0
- package/library/commands/brn/roi.md +40 -0
- package/library/commands/brn/secure.md +41 -0
- package/library/commands/brn/test.md +43 -0
- package/library/commands/call-agent.md +195 -0
- package/library/commands/commit.md +105 -0
- package/library/commands/docs/ask-codebase.md +93 -0
- package/library/commands/docs/document-solution.md +89 -0
- package/library/commands/docs/shard.md +147 -0
- package/library/commands/elicit/brainstorm.md +73 -0
- package/library/commands/elicit/challenge.md +87 -0
- package/library/commands/elicit/design.md +79 -0
- package/library/commands/elicit/edges.md +88 -0
- package/library/commands/elicit/empathy.md +95 -0
- package/library/commands/elicit/five-whys.md +88 -0
- package/library/commands/elicit/jobs.md +85 -0
- package/library/commands/elicit/prioritize.md +92 -0
- package/library/commands/elicit/requirements.md +74 -0
- package/library/commands/elicit/scamper.md +82 -0
- package/library/commands/elicit/stories.md +88 -0
- package/library/commands/elicit/technique.md +82 -0
- package/library/commands/elicit/validate.md +77 -0
- package/library/commands/elicit/value.md +87 -0
- package/library/commands/elicit/vision.md +81 -0
- package/library/commands/git/check-duplicates.md +591 -0
- package/library/commands/instruct-me.md +217 -0
- package/library/commands/prime.md +49 -0
- package/library/commands/spec/analyze.md +201 -0
- package/library/commands/spec/checklist.md +175 -0
- package/library/commands/spec/clarify.md +194 -0
- package/library/commands/spec/complete.md +91 -0
- package/library/commands/spec/constitution.md +89 -0
- package/library/commands/spec/implement.md +143 -0
- package/library/commands/spec/plan.md +93 -0
- package/library/commands/spec/specify.md +246 -0
- package/library/commands/spec/task-to-issue.md +46 -0
- package/library/commands/spec/tasks.md +145 -0
- package/library/commands/spec/to-intent.md +105 -0
- package/library/commands/ultra-think.md +123 -0
- package/library/docs/2509.21825v3.pdf +0 -0
- package/library/docs/AI-DLC-FUNDAMENTALS.md +608 -0
- package/library/docs/AI-Driven Development Lifecycle.pdf +0 -0
- package/library/docs/FIRST_FIVE_MINUTES.md +31 -0
- package/library/docs/GETTING-STARTED-GUIDE.md +1667 -0
- package/library/docs/MANUAL-LIFECYCLE-GUIDE.md +1034 -0
- package/library/docs/NAMING_CONVENTIONS.md +577 -0
- package/library/docs/PHASE-CHECKLISTS.md +532 -0
- package/library/docs/QUICK_REFERENCE.md +334 -0
- package/library/skills/README.md +122 -0
- package/library/skills/adr-generation/REFERENCE.md +504 -0
- package/library/skills/adr-generation/SKILL.md +429 -0
- package/library/skills/adr-generation/assets/adr-quick-reference.md +284 -0
- package/library/skills/adr-generation/examples/adr-001-postgresql-database.md +218 -0
- package/library/skills/adr-generation/examples/adr-002-graphql-api.md +243 -0
- package/library/skills/adr-generation/scripts/adr_cli.py +438 -0
- package/library/skills/adr-generation/templates/adr-template.md +167 -0
- package/library/skills/ai-dlc-knowledge/SKILL.md +525 -0
- package/library/skills/ai-dlc-knowledge/references/commands-catalog.md +489 -0
- package/library/skills/ai-dlc-knowledge/references/decision-trees.md +651 -0
- package/library/skills/ai-dlc-knowledge/references/documentation-index.md +202 -0
- package/library/skills/ai-dlc-knowledge/references/skills-catalog.md +361 -0
- package/library/skills/analysis-frameworks/SKILL.md +750 -0
- package/library/skills/api-contract-designer/SKILL.md +520 -0
- package/library/skills/api-contract-designer/assets/api-design-checklist.md +166 -0
- package/library/skills/api-contract-designer/examples/payment-api-openapi.yaml +412 -0
- package/library/skills/api-contract-designer/templates/openapi-template.yaml +493 -0
- package/library/skills/artifact-review/QUICK-START.md +332 -0
- package/library/skills/artifact-review/SKILL.md +1784 -0
- package/library/skills/artifact-review/assets/finding-schema.json +128 -0
- package/library/skills/artifact-review/assets/github-action-pr-review.yml +307 -0
- package/library/skills/artifact-review/assets/review-record-template.yaml +154 -0
- package/library/skills/aws-service-selector/SKILL.md +464 -0
- package/library/skills/aws-service-selector/assets/service-selection-guide.md +348 -0
- package/library/skills/aws-service-selector/examples/ecommerce-aws-architecture.md +476 -0
- package/library/skills/aws-service-selector/examples/serverless-api-architecture.md +668 -0
- package/library/skills/azure-devops-story/SKILL.md +2075 -0
- package/library/skills/azure-devops-story/assets/story-template.md +32 -0
- package/library/skills/azure-devops-story/references/field-mappings.md +85 -0
- package/library/skills/azure-devops-story/references/markdown-template.md +265 -0
- package/library/skills/azure-devops-story/references/troubleshooting.md +534 -0
- package/library/skills/azure-devops-story/scripts/create-work-item.ps1 +106 -0
- package/library/skills/azure-devops-story/scripts/get-work-item.ps1 +173 -0
- package/library/skills/azure-devops-story/scripts/query-work-items.ps1 +244 -0
- package/library/skills/azure-devops-story/scripts/update-work-item.ps1 +165 -0
- package/library/skills/blazor-component-generator/SKILL.md +439 -0
- package/library/skills/blazor-component-generator/assets/component-patterns.json +273 -0
- package/library/skills/blazor-component-generator/assets/field-types.json +526 -0
- package/library/skills/blazor-component-generator/assets/mudblazor-components.json +371 -0
- package/library/skills/blazor-component-generator/assets/syncfusion-components.json +280 -0
- package/library/skills/blazor-component-generator/assets/telerik-components.json +207 -0
- package/library/skills/blazor-component-generator/assets/ui-framework-config.json +199 -0
- package/library/skills/blazor-component-generator/references/blazor-patterns.md +942 -0
- package/library/skills/blazor-component-generator/references/entity-analysis.md +678 -0
- package/library/skills/blazor-component-generator/references/mudblazor-components-guide.md +737 -0
- package/library/skills/blazor-component-generator/references/syncfusion-components-guide.md +368 -0
- package/library/skills/blazor-component-generator/references/telerik-components-guide.md +412 -0
- package/library/skills/blazor-component-generator/references/troubleshooting.md +796 -0
- package/library/skills/blazor-component-generator/scripts/add-to-navigation.ps1 +258 -0
- package/library/skills/blazor-component-generator/scripts/analyze-entity.ps1 +193 -0
- package/library/skills/blazor-component-generator/scripts/detect-ui-framework.ps1 +193 -0
- package/library/skills/blazor-component-generator/scripts/generate-component.ps1 +94 -0
- package/library/skills/blazor-component-generator/scripts/generate-component.sh +78 -0
- package/library/skills/blazor-component-generator/scripts/generate-service-calls.ps1 +285 -0
- package/library/skills/blazor-component-generator/templates/mudblazor/crud-page.razor.template +206 -0
- package/library/skills/blazor-component-generator/templates/mudblazor/dialog-component.razor.template +107 -0
- package/library/skills/blazor-component-generator/templates/mudblazor/form-component.razor.template +205 -0
- package/library/skills/blazor-component-generator/templates/mudblazor/select-component.razor.template +148 -0
- package/library/skills/blazor-component-generator/templates/mudblazor/table-component.razor.template +218 -0
- package/library/skills/blazor-component-generator/templates/syncfusion/crud-page.razor.template +157 -0
- package/library/skills/blazor-component-generator/templates/syncfusion/dialog-component.razor.template +309 -0
- package/library/skills/blazor-component-generator/templates/syncfusion/form-component.razor.template +383 -0
- package/library/skills/blazor-component-generator/templates/syncfusion/grid-component.razor.template +328 -0
- package/library/skills/blazor-component-generator/templates/syncfusion/lookup-component.razor.template +311 -0
- package/library/skills/blazor-component-generator/templates/telerik/crud-page.razor.template +137 -0
- package/library/skills/blazor-component-generator/templates/telerik/dialog-component.razor.template +59 -0
- package/library/skills/blazor-component-generator/templates/telerik/form-component.razor.template +48 -0
- package/library/skills/blazor-component-generator/templates/telerik/grid-component.razor.template +85 -0
- package/library/skills/blazor-component-generator/templates/telerik/lookup-component.razor.template +71 -0
- package/library/skills/blazor-component-generator/workflows/component-enhancement.yml +213 -0
- package/library/skills/blazor-component-generator/workflows/full-crud-generation.yml +150 -0
- package/library/skills/blazor-component-generator/workflows/ui-framework-detection.yml +213 -0
- package/library/skills/bolt-estimator/REFERENCE.md +392 -0
- package/library/skills/bolt-estimator/SKILL.md +577 -0
- package/library/skills/bolt-estimator/assets/estimation-cheatsheet.md +108 -0
- package/library/skills/bolt-estimator/examples/payment-integration-bolt-plan.md +339 -0
- package/library/skills/bolt-estimator/scripts/estimate_bolts.py +271 -0
- package/library/skills/bolt-estimator/templates/bolt-plan-template.md +328 -0
- package/library/skills/brainstorming-techniques/SKILL.md +1037 -0
- package/library/skills/brownfield-docs/SKILL.md +64 -0
- package/library/skills/brownfield-docs/examples/dotnet-brownfield-analysis.md +597 -0
- package/library/skills/brownfield-docs/scripts/analyze-solution.ps1 +1005 -0
- package/library/skills/brownfield-docs/templates/manifest-template.md +112 -0
- package/library/skills/claude-cli/SKILL.md +503 -0
- package/library/skills/claude-cli/assets/prompt-templates.md +375 -0
- package/library/skills/claude-cli/assets/workflow-examples.md +571 -0
- package/library/skills/claude-cli/references/claude-cli-capabilities.md +346 -0
- package/library/skills/claude-cli/references/comparison-guide.md +313 -0
- package/library/skills/claude-cli/references/troubleshooting.md +545 -0
- package/library/skills/claude-cli/scripts/Invoke-ClaudeCli.ps1 +164 -0
- package/library/skills/claude-cli/scripts/invoke-claude-cli.sh +431 -0
- package/library/skills/claude-cli/scripts/invoke_claude_cli.py +518 -0
- package/library/skills/codex-cli/LICENSE.txt +202 -0
- package/library/skills/codex-cli/SKILL.md +515 -0
- package/library/skills/codex-cli/assets/prompt-templates.md +307 -0
- package/library/skills/codex-cli/assets/workflow-examples.md +381 -0
- package/library/skills/codex-cli/references/claude-vs-codex.md +241 -0
- package/library/skills/codex-cli/references/troubleshooting.md +335 -0
- package/library/skills/codex-cli/scripts/Invoke-Codex.ps1 +392 -0
- package/library/skills/codex-cli/scripts/invoke-codex.sh +282 -0
- package/library/skills/codex-cli/scripts/invoke_codex.py +369 -0
- package/library/skills/csharp-refactor-advisor/SKILL.md +1600 -0
- package/library/skills/csharp-refactor-advisor/assets/before-after-template.md +608 -0
- package/library/skills/csharp-refactor-advisor/assets/refactoring-report-template.md +469 -0
- package/library/skills/csharp-refactor-advisor/references/code-smells-catalog.md +1010 -0
- package/library/skills/csharp-refactor-advisor/references/complexity-reduction.md +717 -0
- package/library/skills/csharp-refactor-advisor/references/csharp13-migration.md +683 -0
- package/library/skills/csharp-refactor-advisor/references/design-patterns.md +1089 -0
- package/library/skills/csharp-refactor-advisor/references/refactoring-safety.md +540 -0
- package/library/skills/csharp-refactor-advisor/references/solid-principles.md +1226 -0
- package/library/skills/ddd-modeling/REFERENCE.md +694 -0
- package/library/skills/ddd-modeling/SKILL.md +591 -0
- package/library/skills/ddd-modeling/assets/ddd-quick-reference.md +255 -0
- package/library/skills/ddd-modeling/examples/ecommerce-order-aggregate.md +641 -0
- package/library/skills/ddd-modeling/templates/aggregate-template.cs +342 -0
- package/library/skills/ddd-modeling/templates/value-object-template.cs +396 -0
- package/library/skills/deployment-unit-packager/SKILL.md +576 -0
- package/library/skills/deployment-unit-packager/assets/packaging-checklist.md +183 -0
- package/library/skills/deployment-unit-packager/examples/aspnet-core-api-packaging.md +376 -0
- package/library/skills/deployment-unit-packager/scripts/package_dotnet.ps1 +368 -0
- package/library/skills/deployment-unit-packager/scripts/package_dotnet.sh +306 -0
- package/library/skills/deployment-unit-packager/templates/dockerfile-aspnet-core.template +73 -0
- package/library/skills/deployment-unit-packager/templates/dockerignore.template +118 -0
- package/library/skills/design-thinking/SKILL.md +659 -0
- package/library/skills/design-thinking/references/design-thinking-guide.md +1013 -0
- package/library/skills/design-thinking/references/empathy-methods.md +1172 -0
- package/library/skills/design-thinking/references/ideation-techniques.md +1073 -0
- package/library/skills/design-thinking/references/prototyping-approaches.md +1247 -0
- package/library/skills/design-thinking/references/testing-strategies.md +1090 -0
- package/library/skills/design-thinking/templates/concept-sketch.md +494 -0
- package/library/skills/design-thinking/templates/empathy-map.md +304 -0
- package/library/skills/design-thinking/templates/how-might-we.md +381 -0
- package/library/skills/design-thinking/templates/test-plan.md +654 -0
- package/library/skills/document-sharding/SKILL.md +138 -0
- package/library/skills/dotnet-dev-startup-generator/README.md +386 -0
- package/library/skills/dotnet-dev-startup-generator/SKILL.md +1023 -0
- package/library/skills/dotnet-dev-startup-generator/scripts/Discover-DotNetProjects.ps1 +216 -0
- package/library/skills/dotnet-dev-startup-generator/templates/start-dev.ps1.template +224 -0
- package/library/skills/dotnet-dev-startup-generator/templates/start-dev.sh.template +221 -0
- package/library/skills/dotnet-development/README.md +471 -0
- package/library/skills/dotnet-development/SKILL.md +3759 -0
- package/library/skills/dotnet-development/assets/Directory.Build.props +147 -0
- package/library/skills/dotnet-development/assets/Directory.Build.targets +212 -0
- package/library/skills/dotnet-development/assets/analyzer-config.json +604 -0
- package/library/skills/dotnet-development/assets/azure-pipelines-template.yml +221 -0
- package/library/skills/dotnet-development/assets/editorconfig-template.txt +338 -0
- package/library/skills/dotnet-development/assets/github-actions-workflow.yml +273 -0
- package/library/skills/dotnet-development/references/csharp-12-13-primer.md +735 -0
- package/library/skills/dotnet-development/references/dotnet-error-codes.md +536 -0
- package/library/skills/dotnet-development/references/quick-reference.md +665 -0
- package/library/skills/dotnet-development/references/troubleshooting-guide.md +643 -0
- package/library/skills/dotnet-development/scripts/README.md +360 -0
- package/library/skills/dotnet-development/scripts/benchmark-build.ps1 +231 -0
- package/library/skills/dotnet-development/scripts/benchmark-build.sh +236 -0
- package/library/skills/dotnet-development/scripts/build-parallel.ps1 +155 -0
- package/library/skills/dotnet-development/scripts/build-parallel.sh +170 -0
- package/library/skills/dotnet-development/scripts/run-tests-with-coverage.ps1 +219 -0
- package/library/skills/dotnet-development/scripts/run-tests-with-coverage.sh +215 -0
- package/library/skills/dotnet-project-scaffold/README.md +270 -0
- package/library/skills/dotnet-project-scaffold/SKILL.md +1542 -0
- package/library/skills/dotnet-project-scaffold/assets/ci-cd/azure-pipelines.yml +226 -0
- package/library/skills/dotnet-project-scaffold/assets/ci-cd/github-actions.yml +181 -0
- package/library/skills/dotnet-project-scaffold/assets/package-sets/blazor-packages.xml +50 -0
- package/library/skills/dotnet-project-scaffold/assets/package-sets/core-packages.xml +45 -0
- package/library/skills/dotnet-project-scaffold/assets/package-sets/testing-packages.xml +72 -0
- package/library/skills/dotnet-project-scaffold/assets/package-sets/web-packages.xml +50 -0
- package/library/skills/dotnet-project-scaffold/assets/package-sets/worker-packages.xml +57 -0
- package/library/skills/dotnet-project-scaffold/references/cpm-guide.md +862 -0
- package/library/skills/dotnet-project-scaffold/references/project-types.md +817 -0
- package/library/skills/dotnet-project-scaffold/references/troubleshooting.md +768 -0
- package/library/skills/dotnet-project-scaffold/scripts/README.md +900 -0
- package/library/skills/dotnet-project-scaffold/scripts/create-project.ps1 +297 -0
- package/library/skills/dotnet-project-scaffold/scripts/create-project.sh +348 -0
- package/library/skills/dotnet-project-scaffold/scripts/scaffold-solution.ps1 +611 -0
- package/library/skills/dotnet-project-scaffold/scripts/scaffold-solution.sh +616 -0
- package/library/skills/dotnet-project-scaffold/scripts/validate-structure.ps1 +494 -0
- package/library/skills/dotnet-project-scaffold/scripts/validate-structure.sh +467 -0
- package/library/skills/dotnet-project-scaffold/templates/.editorconfig +290 -0
- package/library/skills/dotnet-project-scaffold/templates/Directory.Build.props +33 -0
- package/library/skills/dotnet-project-scaffold/templates/Directory.Packages.props +91 -0
- package/library/skills/dotnet-project-scaffold/templates/global.json +11 -0
- package/library/skills/dotnet-project-scaffold/templates/project-types/blazor-server.csproj.template +15 -0
- package/library/skills/dotnet-project-scaffold/templates/project-types/blazor-wasm.csproj.template +16 -0
- package/library/skills/dotnet-project-scaffold/templates/project-types/classlib.csproj.template +11 -0
- package/library/skills/dotnet-project-scaffold/templates/project-types/console.csproj.template +12 -0
- package/library/skills/dotnet-project-scaffold/templates/project-types/integration-test.csproj.template +30 -0
- package/library/skills/dotnet-project-scaffold/templates/project-types/webapi.csproj.template +16 -0
- package/library/skills/dotnet-project-scaffold/templates/project-types/worker.csproj.template +17 -0
- package/library/skills/dotnet-project-scaffold/templates/project-types/xunit-test.csproj.template +28 -0
- package/library/skills/elicitation-methods/SKILL.md +765 -0
- package/library/skills/elicitation-methods/references/analysis-frameworks.md +965 -0
- package/library/skills/elicitation-methods/references/brainstorming-techniques.md +1396 -0
- package/library/skills/elicitation-methods/references/design-thinking.md +1215 -0
- package/library/skills/elicitation-methods/references/elicitation-methods.md +632 -0
- package/library/skills/elicitation-methods/references/facilitation-patterns.md +823 -0
- package/library/skills/elicitation-methods/templates/brainstorming-session.md +473 -0
- package/library/skills/elicitation-methods/templates/elicitation-session.md +522 -0
- package/library/skills/elicitation-methods/templates/empathy-map.md +434 -0
- package/library/skills/elicitation-methods/templates/prioritization-matrix.md +436 -0
- package/library/skills/elicitation-methods/templates/user-story-map.md +424 -0
- package/library/skills/excalidraw-animate/README.md +173 -0
- package/library/skills/excalidraw-animate/SKILL.md +566 -0
- package/library/skills/excalidraw-animate/assets/package.json +34 -0
- package/library/skills/excalidraw-animate/references/animation-patterns.md +477 -0
- package/library/skills/excalidraw-animate/scripts/animate-helper.js +340 -0
- package/library/skills/excalidraw-generation/SKILL.md +594 -0
- package/library/skills/excalidraw-generation/assets/templates/blank.excalidraw +11 -0
- package/library/skills/excalidraw-generation/assets/templates/flowchart-template.excalidraw +369 -0
- package/library/skills/excalidraw-generation/references/excalidraw-schema.md +787 -0
- package/library/skills/excalidraw-generation/scripts/__pycache__/excalidraw_generator.cpython-312.pyc +0 -0
- package/library/skills/excalidraw-generation/scripts/diagram-generator.py +399 -0
- package/library/skills/excalidraw-generation/scripts/excalidraw_generator.py +1024 -0
- package/library/skills/incident-runbook-builder/SKILL.md +433 -0
- package/library/skills/incident-runbook-builder/assets/runbook-checklist.md +294 -0
- package/library/skills/incident-runbook-builder/examples/database-connectivity-runbook.md +596 -0
- package/library/skills/incident-runbook-builder/examples/high-error-rate-runbook.md +543 -0
- package/library/skills/incident-runbook-builder/templates/runbook-template.md +419 -0
- package/library/skills/logical-design/SKILL.md +531 -0
- package/library/skills/logical-design/assets/design-patterns-reference.md +547 -0
- package/library/skills/logical-design/examples/payment-system-logical-design.md +787 -0
- package/library/skills/logical-design/templates/component-specification-template.md +561 -0
- package/library/skills/maker-code-review/ADVANCED.md +486 -0
- package/library/skills/maker-code-review/SKILL.md +594 -0
- package/library/skills/maker-code-review/assets/config.yaml +264 -0
- package/library/skills/maker-code-review/assets/review-report-template.md +318 -0
- package/library/skills/maker-code-review/references/configuration.md +331 -0
- package/library/skills/maker-code-review/references/examples.md +342 -0
- package/library/skills/maker-code-review/references/troubleshooting.md +678 -0
- package/library/skills/maker-metrics/REFERENCE.md +257 -0
- package/library/skills/maker-metrics/SKILL.md +298 -0
- package/library/skills/maker-metrics/STORAGE.md +182 -0
- package/library/skills/maker-orchestration/SKILL.md +731 -0
- package/library/skills/maker-orchestration/templates/checkpoint-progress.yaml +79 -0
- package/library/skills/maker-orchestration/templates/checkpoint-structure.md +107 -0
- package/library/skills/maker-orchestration/templates/checkpoint-validation-checklist.md +304 -0
- package/library/skills/maker-orchestration/templates/final-checkpoint-readme.md +117 -0
- package/library/skills/maker-orchestration/templates/metrics-summary.yaml +142 -0
- package/library/skills/maker-orchestration/templates/red-flag-log.yaml +159 -0
- package/library/skills/maker-orchestration/templates/step-checkpoint.yaml +68 -0
- package/library/skills/maker-orchestration/templates/voting-records.yaml +100 -0
- package/library/skills/mob-elaboration/SKILL.md +398 -0
- package/library/skills/mob-elaboration/assets/unit-template.md +213 -0
- package/library/skills/mob-elaboration/references/facilitation-techniques.md +753 -0
- package/library/skills/ms-agent-framework/SKILL.md +299 -0
- package/library/skills/ms-agent-framework/references/00-INDEX.md +184 -0
- package/library/skills/ms-agent-framework/references/01-IChatClient.md +806 -0
- package/library/skills/ms-agent-framework/references/02-ChatMessage.md +1177 -0
- package/library/skills/ms-agent-framework/references/03-AIFunction.md +1204 -0
- package/library/skills/ms-agent-framework/references/04-ChatOptions.md +1191 -0
- package/library/skills/ms-agent-framework/references/05-Streaming.md +1380 -0
- package/library/skills/ms-agent-framework/references/06-Authentication.md +1262 -0
- package/library/skills/ms-agent-framework/references/07-Simple-Agent.md +1247 -0
- package/library/skills/ms-agent-framework/references/08-Agent-Tools.md +1388 -0
- package/library/skills/ms-agent-framework/references/09-Multimodal-Agent.md +1436 -0
- package/library/skills/ms-agent-framework/references/10-Persistent-Agents.md +1203 -0
- package/library/skills/ms-agent-framework/references/11-Instructions.md +1130 -0
- package/library/skills/ms-agent-framework/references/12-Tool-Definition.md +1418 -0
- package/library/skills/ms-agent-framework/references/13-AIFunctionFactory.md +1487 -0
- package/library/skills/ms-agent-framework/references/14-Azure-Tools.md +1384 -0
- package/library/skills/ms-agent-framework/references/15-Code-Interpreter.md +1375 -0
- package/library/skills/ms-agent-framework/references/16-File-Search.md +795 -0
- package/library/skills/ms-agent-framework/references/17-Web-Search.md +1782 -0
- package/library/skills/ms-agent-framework/references/18-MCP-Integration.md +1606 -0
- package/library/skills/ms-agent-framework-workflows/SKILL.md +506 -0
- package/library/skills/ms-agent-framework-workflows/references/00-INDEX.md +184 -0
- package/library/skills/ms-agent-framework-workflows/references/19-Workflow-Basics.md +1401 -0
- package/library/skills/ms-agent-framework-workflows/references/20-Sequential-Workflow.md +857 -0
- package/library/skills/ms-agent-framework-workflows/references/21-Concurrent-Workflow.md +1025 -0
- package/library/skills/ms-agent-framework-workflows/references/22-Conditional-Workflow.md +850 -0
- package/library/skills/ms-agent-framework-workflows/references/23-Custom-Executors.md +1453 -0
- package/library/skills/ms-agent-framework-workflows/references/24-Error-Handling.md +1313 -0
- package/library/skills/ms-agent-framework-workflows/references/25-Performance.md +797 -0
- package/library/skills/ms-agent-framework-workflows/references/26-Testing.md +1387 -0
- package/library/skills/ms-agent-framework-workflows/references/27-Deployment.md +1157 -0
- package/library/skills/ms-agent-framework-workflows/references/28-Patterns-Cheatsheet.md +1020 -0
- package/library/skills/ms-agent-framework-workflows/references/29-Anti-Patterns.md +1018 -0
- package/library/skills/ms-agent-framework-workflows/references/30-Migration-Guide.md +1588 -0
- package/library/skills/nfr-elicitation/README.md +435 -0
- package/library/skills/nfr-elicitation/SKILL.md +2090 -0
- package/library/skills/nfr-elicitation/assets/nfr-template.md +676 -0
- package/library/skills/nfr-elicitation/references/conflict-resolution-framework.md +619 -0
- package/library/skills/nfr-elicitation/references/decomposition-guide.md +557 -0
- package/library/skills/nfr-elicitation/references/elicitation-question-bank.md +585 -0
- package/library/skills/nfr-elicitation/references/industry-benchmarks.md +362 -0
- package/library/skills/nfr-elicitation/scripts/compliance-config.example.json +117 -0
- package/library/skills/nfr-elicitation/scripts/compliance-validator.ps1 +533 -0
- package/library/skills/nfr-elicitation/scripts/generate-test-templates.py +591 -0
- package/library/skills/nfr-elicitation/scripts/nfr-config.example.json +81 -0
- package/library/skills/nfr-elicitation/scripts/nfr-validator.py +570 -0
- package/library/skills/nuget-validator/RESOURCES.md +564 -0
- package/library/skills/nuget-validator/SKILL.md +1861 -0
- package/library/skills/nuget-validator/assets/approved-licenses.txt +40 -0
- package/library/skills/nuget-validator/assets/approved-packages.json +249 -0
- package/library/skills/nuget-validator/assets/azure-pipelines.yml +282 -0
- package/library/skills/nuget-validator/assets/github-actions-workflow.yml +251 -0
- package/library/skills/nuget-validator/references/nuget_api_reference.md +378 -0
- package/library/skills/nuget-validator/references/package-governance-best-practices.md +752 -0
- package/library/skills/nuget-validator/references/security-scanning-guide.md +574 -0
- package/library/skills/nuget-validator/scripts/README.md +461 -0
- package/library/skills/nuget-validator/scripts/bulk_update_check.py +450 -0
- package/library/skills/nuget-validator/scripts/check_licenses.py +492 -0
- package/library/skills/nuget-validator/scripts/check_vulnerabilities.py +398 -0
- package/library/skills/nuget-validator/scripts/nuget_api.py +687 -0
- package/library/skills/nuget-validator/scripts/validate_approved_packages.py +369 -0
- package/library/skills/observability-setup/SKILL.md +652 -0
- package/library/skills/observability-setup/assets/observability-checklist.md +241 -0
- package/library/skills/observability-setup/examples/payment-service-observability.md +452 -0
- package/library/skills/observability-setup/templates/serilog-config.template +70 -0
- package/library/skills/playwright-test-builder/README.md +114 -0
- package/library/skills/playwright-test-builder/SKILL.md +2105 -0
- package/library/skills/playwright-test-builder/assets/Dockerfile.playwright +91 -0
- package/library/skills/playwright-test-builder/assets/azure-pipelines-playwright.yml +334 -0
- package/library/skills/playwright-test-builder/assets/blazor-signalr-test-template.cs +145 -0
- package/library/skills/playwright-test-builder/assets/blazor-streaming-ssr-test-template.cs +233 -0
- package/library/skills/playwright-test-builder/assets/blazor-wasm-offline-test-template.cs +202 -0
- package/library/skills/playwright-test-builder/assets/docker-compose.playwright.yml +153 -0
- package/library/skills/playwright-test-builder/assets/github-actions-playwright.yml +289 -0
- package/library/skills/playwright-test-builder/assets/performance-test-template.cs +327 -0
- package/library/skills/playwright-test-builder/assets/playwright-test-template.yml +80 -0
- package/library/skills/playwright-test-builder/assets/telerik-component-test-helpers.cs +465 -0
- package/library/skills/playwright-test-builder/assets/visual-regression-test-template.cs +250 -0
- package/library/skills/playwright-test-builder/references/blazor-testing-guide.md +532 -0
- package/library/skills/playwright-test-builder/references/page-object-model-guide.md +493 -0
- package/library/skills/playwright-test-builder/references/playwright-configuration-guide.md +505 -0
- package/library/skills/playwright-test-builder/references/quick-start-guide.md +360 -0
- package/library/skills/playwright-test-builder/references/test-scenarios-example.json +300 -0
- package/library/skills/playwright-test-builder/scripts/generate_page_objects.py +327 -0
- package/library/skills/playwright-test-builder/scripts/generate_tests.py +412 -0
- package/library/skills/playwright-test-builder/scripts/setup_playwright.py +447 -0
- package/library/skills/project-initializer/SKILL.md +974 -0
- package/library/skills/project-initializer/templates/claudemd-aidlc.template +192 -0
- package/library/skills/project-initializer/templates/gitignore-dotnet.template +155 -0
- package/library/skills/project-initializer/templates/gitignore-node.template +108 -0
- package/library/skills/project-initializer/templates/gitignore-python.template +157 -0
- package/library/skills/project-initializer/templates/readme-aidlc.template +162 -0
- package/library/skills/project-initializer/templates/readme-generic.template +200 -0
- package/library/skills/prompt-design/SKILL.md +549 -0
- package/library/skills/prompt-design/references/conversation-patterns.md +876 -0
- package/library/skills/prompt-design/references/elicitation-prompts.md +1337 -0
- package/library/skills/prompt-design/references/prompt-patterns.md +750 -0
- package/library/skills/prompt-design/references/questioning-frameworks.md +813 -0
- package/library/skills/prompt-design/templates/brainstorming-prompt.md +521 -0
- package/library/skills/prompt-design/templates/elicitation-prompt.md +506 -0
- package/library/skills/prompt-design/templates/validation-prompt.md +674 -0
- package/library/skills/prp-generator/SKILL.md +728 -0
- package/library/skills/prp-generator/references/agent-delegation-matrix.md +366 -0
- package/library/skills/prp-generator/references/quality-gates.md +265 -0
- package/library/skills/prp-generator/references/requirement-patterns.md +754 -0
- package/library/skills/prp-generator/references/test-patterns.md +1054 -0
- package/library/skills/prp-generator/templates/full-stack-prp.md +612 -0
- package/library/skills/prp-generator/templates/infrastructure-prp.md +482 -0
- package/library/skills/prp-generator/templates/service-prp.md +491 -0
- package/library/skills/prp-generator/templates/ui-prp.md +478 -0
- package/library/skills/red-flag-filter/IMPLEMENTATION.md +298 -0
- package/library/skills/red-flag-filter/REFERENCE.md +302 -0
- package/library/skills/red-flag-filter/SKILL.md +298 -0
- package/library/skills/risk-assessment/SKILL.md +373 -0
- package/library/skills/risk-assessment/assets/risk-assessment-checklist.md +144 -0
- package/library/skills/risk-assessment/examples/api-dependency-risk.md +169 -0
- package/library/skills/risk-assessment/examples/key-person-dependency-risk.md +211 -0
- package/library/skills/risk-assessment/examples/requirements-uncertainty-risk.md +199 -0
- package/library/skills/risk-assessment/scripts/risk_analyzer.py +431 -0
- package/library/skills/risk-assessment/templates/risk-register-template.md +188 -0
- package/library/skills/skill-creator/LICENSE.txt +202 -0
- package/library/skills/skill-creator/SKILL.md +1015 -0
- package/library/skills/skill-creator/scripts/__pycache__/quick_validate.cpython-312.pyc +0 -0
- package/library/skills/skill-creator/scripts/init_skill.py +303 -0
- package/library/skills/skill-creator/scripts/package_skill.py +110 -0
- package/library/skills/skill-creator/scripts/quick_validate.py +65 -0
- package/library/skills/skill-reviewer/README.md +227 -0
- package/library/skills/skill-reviewer/SKILL.md +777 -0
- package/library/skills/skill-reviewer/assets/review-criteria.json +339 -0
- package/library/skills/skill-reviewer/references/anthropic-best-practices.md +238 -0
- package/library/skills/skill-reviewer/references/claude-code-skills-standards.md +403 -0
- package/library/skills/skill-reviewer/scripts/review-skill.ps1 +165 -0
- package/library/skills/skill-reviewer/scripts/review-skill.sh +140 -0
- package/library/skills/skill-reviewer/scripts/validate-structure.ps1 +76 -0
- package/library/skills/skill-reviewer/scripts/validate-structure.sh +67 -0
- package/library/skills/story-tracker/SKILL.md +426 -0
- package/library/skills/story-tracker/STRATEGIC_ANALYSIS.md +897 -0
- package/library/skills/story-tracker/assets/status-mappings.json +120 -0
- package/library/skills/story-tracker/assets/story-patterns.json +69 -0
- package/library/skills/story-tracker/assets/tracking-template.json +86 -0
- package/library/skills/story-tracker/scripts/create-tracking-file.ps1 +237 -0
- package/library/skills/story-tracker/scripts/create-tracking-file.sh +216 -0
- package/library/skills/story-tracker/scripts/parse-story.ps1 +130 -0
- package/library/skills/story-tracker/scripts/parse-story.sh +67 -0
- package/library/skills/story-tracker/scripts/track-git-changes.ps1 +165 -0
- package/library/skills/story-tracker/scripts/track-git-changes.sh +140 -0
- package/library/skills/story-tracker/templates/phase-section.md.template +18 -0
- package/library/skills/story-tracker/templates/status-update.md.template +25 -0
- package/library/skills/story-tracker/templates/tracking-file.md.template +166 -0
- package/library/skills/strategic-thinking/SKILL.md +681 -0
- package/library/skills/strategic-thinking/references/decision-making.md +939 -0
- package/library/skills/strategic-thinking/references/strategic-frameworks.md +1433 -0
- package/library/skills/strategic-thinking/references/trade-off-analysis.md +982 -0
- package/library/skills/strategic-thinking/references/vision-elicitation.md +971 -0
- package/library/skills/strategic-thinking/templates/decision-record.md +576 -0
- package/library/skills/strategic-thinking/templates/strategic-roadmap.md +575 -0
- package/library/skills/strategic-thinking/templates/trade-off-matrix.md +584 -0
- package/library/skills/strategic-thinking/templates/vision-statement.md +341 -0
- package/library/skills/test-suite-builder/SKILL.md +406 -0
- package/library/skills/test-suite-builder/assets/naming-conventions.json +60 -0
- package/library/skills/test-suite-builder/assets/test-patterns.json +175 -0
- package/library/skills/test-suite-builder/scripts/analyze-code.ps1 +117 -0
- package/library/skills/test-suite-builder/scripts/analyze-code.sh +100 -0
- package/library/skills/test-suite-builder/scripts/generate-tests.ps1 +191 -0
- package/library/skills/test-suite-builder/scripts/generate-tests.sh +197 -0
- package/library/skills/test-suite-builder/scripts/run-tests.ps1 +116 -0
- package/library/skills/test-suite-builder/scripts/run-tests.sh +106 -0
- package/library/skills/test-suite-builder/templates/component-test.razor.template +39 -0
- package/library/skills/test-suite-builder/templates/integration-test.cs.template +26 -0
- package/library/skills/test-suite-builder/templates/saga-test.cs.template +43 -0
- package/library/skills/test-suite-builder/templates/test-method.cs.template +12 -0
- package/library/skills/test-suite-builder/templates/unit-test.cs.template +26 -0
- package/library/skills/test-suite-builder/workflows/full-test-suite.yml +102 -0
- package/library/skills/ux-design/README.md +273 -0
- package/library/skills/ux-design/SKILL.md +3354 -0
- package/library/skills/ux-design/assets/prompt-template.md +304 -0
- package/library/skills/ux-design/assets/spec-template.yaml +349 -0
- package/library/skills/ux-design/references/accessibility-guidelines.md +720 -0
- package/library/skills/ux-design/references/ai-prompt-framework.md +727 -0
- package/library/skills/ux-design/references/component-patterns.md +462 -0
- package/library/skills/ux-design/references/design-principles.md +495 -0
- package/library/skills/ux-design/scripts/README.md +442 -0
- package/library/skills/ux-design/scripts/generate-a11y-report.js +247 -0
- package/library/skills/ux-design/scripts/generate-accessibility-checklist.ts +675 -0
- package/library/skills/ux-design/scripts/track-accessibility-trend.js +437 -0
- package/library/skills/voting-consensus/ADVANCED.md +165 -0
- package/library/skills/voting-consensus/REFERENCE.md +208 -0
- package/library/skills/voting-consensus/SKILL.md +303 -0
- package/package.json +2 -1
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Directory.Build.props - Common MSBuild properties for all projects
|
|
3
|
+
|
|
4
|
+
Place this file at the root of your solution directory to apply
|
|
5
|
+
common settings, package versions, and build configurations to all projects.
|
|
6
|
+
|
|
7
|
+
Features:
|
|
8
|
+
- C# 13 / .NET 10 configuration
|
|
9
|
+
- Nullable reference types enabled
|
|
10
|
+
- Code analysis and security analyzers
|
|
11
|
+
- Common package versions (centralized)
|
|
12
|
+
- Deterministic builds for reproducibility
|
|
13
|
+
- Source link for debugging
|
|
14
|
+
- Documentation generation
|
|
15
|
+
-->
|
|
16
|
+
|
|
17
|
+
<Project>
|
|
18
|
+
<!-- Language and Framework Settings -->
|
|
19
|
+
<PropertyGroup>
|
|
20
|
+
<LangVersion>13.0</LangVersion>
|
|
21
|
+
<TargetFramework>net10.0</TargetFramework>
|
|
22
|
+
<Nullable>enable</Nullable>
|
|
23
|
+
<ImplicitUsings>enable</ImplicitUsings>
|
|
24
|
+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
25
|
+
<WarningLevel>5</WarningLevel>
|
|
26
|
+
</PropertyGroup>
|
|
27
|
+
|
|
28
|
+
<!-- Build Configuration -->
|
|
29
|
+
<PropertyGroup>
|
|
30
|
+
<Deterministic>true</Deterministic>
|
|
31
|
+
<ContinuousIntegrationBuild Condition="'$(CI)' == 'true'">true</ContinuousIntegrationBuild>
|
|
32
|
+
</PropertyGroup>
|
|
33
|
+
|
|
34
|
+
<!-- Code Analysis -->
|
|
35
|
+
<PropertyGroup>
|
|
36
|
+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
|
37
|
+
<AnalysisMode>All</AnalysisMode>
|
|
38
|
+
<AnalysisLevel>latest</AnalysisLevel>
|
|
39
|
+
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
|
40
|
+
</PropertyGroup>
|
|
41
|
+
|
|
42
|
+
<!-- Package Metadata (for library projects) -->
|
|
43
|
+
<PropertyGroup>
|
|
44
|
+
<Authors>Your Company</Authors>
|
|
45
|
+
<Company>Your Company</Company>
|
|
46
|
+
<Product>Your Product</Product>
|
|
47
|
+
<Copyright>Copyright © $([System.DateTime]::Now.Year) Your Company</Copyright>
|
|
48
|
+
<PackageProjectUrl>https://github.com/yourcompany/yourproject</PackageProjectUrl>
|
|
49
|
+
<RepositoryUrl>https://github.com/yourcompany/yourproject.git</RepositoryUrl>
|
|
50
|
+
<RepositoryType>git</RepositoryType>
|
|
51
|
+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
52
|
+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
|
53
|
+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
54
|
+
</PropertyGroup>
|
|
55
|
+
|
|
56
|
+
<!-- Source Link (for debugging) -->
|
|
57
|
+
<PropertyGroup>
|
|
58
|
+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
59
|
+
<IncludeSymbols>true</IncludeSymbols>
|
|
60
|
+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
61
|
+
</PropertyGroup>
|
|
62
|
+
|
|
63
|
+
<!-- Documentation -->
|
|
64
|
+
<PropertyGroup>
|
|
65
|
+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
66
|
+
<NoWarn>$(NoWarn);CS1591</NoWarn> <!-- Missing XML comment for publicly visible type or member -->
|
|
67
|
+
</PropertyGroup>
|
|
68
|
+
|
|
69
|
+
<!-- Performance Optimizations (Release only) -->
|
|
70
|
+
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
71
|
+
<Optimize>true</Optimize>
|
|
72
|
+
<DebugType>embedded</DebugType>
|
|
73
|
+
<DebugSymbols>true</DebugSymbols>
|
|
74
|
+
<TrimMode>link</TrimMode>
|
|
75
|
+
<PublishTrimmed>false</PublishTrimmed> <!-- Enable per-project as needed -->
|
|
76
|
+
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
|
|
77
|
+
</PropertyGroup>
|
|
78
|
+
|
|
79
|
+
<!-- Debug Configuration -->
|
|
80
|
+
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
|
81
|
+
<Optimize>false</Optimize>
|
|
82
|
+
<DebugType>full</DebugType>
|
|
83
|
+
<DebugSymbols>true</DebugSymbols>
|
|
84
|
+
</PropertyGroup>
|
|
85
|
+
|
|
86
|
+
<!-- Central Package Version Management -->
|
|
87
|
+
<ItemGroup Label="Core Packages">
|
|
88
|
+
<!-- Microsoft.Extensions packages -->
|
|
89
|
+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0" />
|
|
90
|
+
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.0" />
|
|
91
|
+
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="10.0.0" />
|
|
92
|
+
<PackageVersion Include="Microsoft.Extensions.Options" Version="10.0.0" />
|
|
93
|
+
<PackageVersion Include="Microsoft.Extensions.Http" Version="10.0.0" />
|
|
94
|
+
</ItemGroup>
|
|
95
|
+
|
|
96
|
+
<ItemGroup Label="Test Packages">
|
|
97
|
+
<PackageVersion Include="xunit" Version="2.9.0" />
|
|
98
|
+
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
|
|
99
|
+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
|
|
100
|
+
<PackageVersion Include="Moq" Version="4.20.70" />
|
|
101
|
+
<PackageVersion Include="FluentAssertions" Version="6.12.1" />
|
|
102
|
+
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
|
|
103
|
+
</ItemGroup>
|
|
104
|
+
|
|
105
|
+
<ItemGroup Label="Code Analyzers">
|
|
106
|
+
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
|
|
107
|
+
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.32.0.97167" />
|
|
108
|
+
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0" />
|
|
109
|
+
<PackageVersion Include="SecurityCodeScan.VS2019" Version="5.6.7" />
|
|
110
|
+
</ItemGroup>
|
|
111
|
+
|
|
112
|
+
<ItemGroup Label="Source Link">
|
|
113
|
+
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
|
|
114
|
+
</ItemGroup>
|
|
115
|
+
|
|
116
|
+
<!-- Analyzer Configuration -->
|
|
117
|
+
<ItemGroup>
|
|
118
|
+
<AdditionalFiles Include="$(MSBuildThisFileDirectory).editorconfig" />
|
|
119
|
+
</ItemGroup>
|
|
120
|
+
|
|
121
|
+
<!-- Code Analysis Rules -->
|
|
122
|
+
<PropertyGroup>
|
|
123
|
+
<!-- CA1848: Use LoggerMessage delegates for improved performance -->
|
|
124
|
+
<NoWarn>$(NoWarn);CA1848</NoWarn>
|
|
125
|
+
|
|
126
|
+
<!-- CA2007: ConfigureAwait not needed in application code -->
|
|
127
|
+
<NoWarn Condition="!$(MSBuildProjectName.Contains('Library'))">$(NoWarn);CA2007</NoWarn>
|
|
128
|
+
|
|
129
|
+
<!-- IDE0290: Use primary constructor (requires manual review) -->
|
|
130
|
+
<NoWarn>$(NoWarn);IDE0290</NoWarn>
|
|
131
|
+
</PropertyGroup>
|
|
132
|
+
|
|
133
|
+
<!-- Test Project Configuration -->
|
|
134
|
+
<PropertyGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
|
|
135
|
+
<IsPackable>false</IsPackable>
|
|
136
|
+
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
|
137
|
+
<NoWarn>$(NoWarn);CA1707</NoWarn> <!-- Underscores in test names are acceptable -->
|
|
138
|
+
</PropertyGroup>
|
|
139
|
+
|
|
140
|
+
<!-- Benchmark Project Configuration -->
|
|
141
|
+
<PropertyGroup Condition="$(MSBuildProjectName.EndsWith('Benchmarks'))">
|
|
142
|
+
<IsPackable>false</IsPackable>
|
|
143
|
+
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
|
144
|
+
<OutputType>Exe</OutputType>
|
|
145
|
+
</PropertyGroup>
|
|
146
|
+
|
|
147
|
+
</Project>
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Directory.Build.targets - Custom MSBuild targets for all projects
|
|
3
|
+
|
|
4
|
+
Place this file at the root of your solution directory to add
|
|
5
|
+
custom build steps, pre/post-build tasks, and code generation.
|
|
6
|
+
|
|
7
|
+
Features:
|
|
8
|
+
- Pre-build validation
|
|
9
|
+
- Post-build artifact organization
|
|
10
|
+
- Code generation hooks
|
|
11
|
+
- Custom versioning from git
|
|
12
|
+
- Build performance metrics
|
|
13
|
+
-->
|
|
14
|
+
|
|
15
|
+
<Project>
|
|
16
|
+
|
|
17
|
+
<!-- Pre-Build: Validate Environment -->
|
|
18
|
+
<Target Name="ValidateBuildEnvironment" BeforeTargets="BeforeBuild">
|
|
19
|
+
<Message Text="Validating build environment..." Importance="high" />
|
|
20
|
+
|
|
21
|
+
<!-- Check .NET SDK version -->
|
|
22
|
+
<Exec Command="dotnet --version" ConsoleToMSBuild="true">
|
|
23
|
+
<Output TaskParameter="ConsoleOutput" PropertyName="DotNetVersion" />
|
|
24
|
+
</Exec>
|
|
25
|
+
<Message Text="Using .NET SDK: $(DotNetVersion)" Importance="high" />
|
|
26
|
+
|
|
27
|
+
<!-- Warn if not .NET 10 -->
|
|
28
|
+
<Warning Text="Not using .NET 10 SDK. Current version: $(DotNetVersion)"
|
|
29
|
+
Condition="!$(DotNetVersion.StartsWith('9.'))" />
|
|
30
|
+
</Target>
|
|
31
|
+
|
|
32
|
+
<!-- Pre-Build: Generate Build Information -->
|
|
33
|
+
<Target Name="GenerateBuildInfo" BeforeTargets="CoreCompile">
|
|
34
|
+
<PropertyGroup>
|
|
35
|
+
<BuildInfoClass>BuildInfo.g.cs</BuildInfoClass>
|
|
36
|
+
<BuildInfoPath>$(IntermediateOutputPath)$(BuildInfoClass)</BuildInfoPath>
|
|
37
|
+
</PropertyGroup>
|
|
38
|
+
|
|
39
|
+
<!-- Get git commit hash -->
|
|
40
|
+
<Exec Command="git rev-parse --short HEAD" ConsoleToMSBuild="true" IgnoreExitCode="true">
|
|
41
|
+
<Output TaskParameter="ConsoleOutput" PropertyName="GitCommit" />
|
|
42
|
+
</Exec>
|
|
43
|
+
|
|
44
|
+
<!-- Get git branch -->
|
|
45
|
+
<Exec Command="git rev-parse --abbrev-ref HEAD" ConsoleToMSBuild="true" IgnoreExitCode="true">
|
|
46
|
+
<Output TaskParameter="ConsoleOutput" PropertyName="GitBranch" />
|
|
47
|
+
</Exec>
|
|
48
|
+
|
|
49
|
+
<!-- Create build info class -->
|
|
50
|
+
<PropertyGroup>
|
|
51
|
+
<BuildInfoContent>
|
|
52
|
+
// Auto-generated build information
|
|
53
|
+
namespace $(RootNamespace)
|
|
54
|
+
{
|
|
55
|
+
internal static class BuildInfo
|
|
56
|
+
{
|
|
57
|
+
public const string Version = "$(Version)";
|
|
58
|
+
public const string Configuration = "$(Configuration)";
|
|
59
|
+
public const string GitCommit = "$(GitCommit)";
|
|
60
|
+
public const string GitBranch = "$(GitBranch)";
|
|
61
|
+
public const string BuildDate = "$([System.DateTime]::UtcNow.ToString('yyyy-MM-dd HH:mm:ss'))";
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
</BuildInfoContent>
|
|
65
|
+
</PropertyGroup>
|
|
66
|
+
|
|
67
|
+
<!-- Write build info file -->
|
|
68
|
+
<WriteLinesToFile File="$(BuildInfoPath)"
|
|
69
|
+
Lines="$(BuildInfoContent)"
|
|
70
|
+
Overwrite="true"
|
|
71
|
+
Encoding="UTF-8" />
|
|
72
|
+
|
|
73
|
+
<!-- Include in compilation -->
|
|
74
|
+
<ItemGroup>
|
|
75
|
+
<Compile Include="$(BuildInfoPath)" />
|
|
76
|
+
</ItemGroup>
|
|
77
|
+
|
|
78
|
+
<Message Text="Generated build info: $(BuildInfoPath)" Importance="normal" />
|
|
79
|
+
</Target>
|
|
80
|
+
|
|
81
|
+
<!-- Post-Build: Organize Output -->
|
|
82
|
+
<Target Name="OrganizeBuildArtifacts" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
|
|
83
|
+
<PropertyGroup>
|
|
84
|
+
<ArtifactsDir>$(MSBuildProjectDirectory)\artifacts\$(Configuration)</ArtifactsDir>
|
|
85
|
+
</PropertyGroup>
|
|
86
|
+
|
|
87
|
+
<!-- Create artifacts directory -->
|
|
88
|
+
<MakeDir Directories="$(ArtifactsDir)" />
|
|
89
|
+
|
|
90
|
+
<!-- Copy binaries -->
|
|
91
|
+
<ItemGroup>
|
|
92
|
+
<OutputFiles Include="$(OutputPath)**\*.dll;$(OutputPath)**\*.exe" />
|
|
93
|
+
</ItemGroup>
|
|
94
|
+
|
|
95
|
+
<Message Text="Organizing artifacts to: $(ArtifactsDir)" Importance="high" />
|
|
96
|
+
</Target>
|
|
97
|
+
|
|
98
|
+
<!-- Post-Build: Code Generation Cleanup -->
|
|
99
|
+
<Target Name="CleanGeneratedCode" AfterTargets="Clean">
|
|
100
|
+
<ItemGroup>
|
|
101
|
+
<GeneratedFiles Include="**\*.g.cs" />
|
|
102
|
+
<GeneratedFiles Include="$(IntermediateOutputPath)**\BuildInfo.g.cs" />
|
|
103
|
+
</ItemGroup>
|
|
104
|
+
|
|
105
|
+
<Delete Files="@(GeneratedFiles)" />
|
|
106
|
+
<Message Text="Cleaned generated code files" Importance="normal" />
|
|
107
|
+
</Target>
|
|
108
|
+
|
|
109
|
+
<!-- Build Performance Metrics -->
|
|
110
|
+
<Target Name="RecordBuildMetrics" AfterTargets="Build">
|
|
111
|
+
<PropertyGroup>
|
|
112
|
+
<BuildDuration>$([MSBuild]::Subtract($([System.DateTime]::UtcNow.Ticks), $(MSBuildStartTime)))</BuildDuration>
|
|
113
|
+
<BuildDurationSeconds>$([MSBuild]::Divide($(BuildDuration), 10000000))</BuildDurationSeconds>
|
|
114
|
+
</PropertyGroup>
|
|
115
|
+
|
|
116
|
+
<Message Text="Build completed in $(BuildDurationSeconds) seconds" Importance="high" />
|
|
117
|
+
|
|
118
|
+
<!-- Log metrics for CI/CD -->
|
|
119
|
+
<Message Text="##vso[build.updatebuildnumber]$(Version)-$(GitCommit)"
|
|
120
|
+
Importance="high"
|
|
121
|
+
Condition="'$(TF_BUILD)' == 'true'" />
|
|
122
|
+
</Target>
|
|
123
|
+
|
|
124
|
+
<!-- Custom: Pre-Commit Hook -->
|
|
125
|
+
<Target Name="PreCommitValidation" Condition="'$(RunPreCommit)' == 'true'">
|
|
126
|
+
<Message Text="Running pre-commit validation..." Importance="high" />
|
|
127
|
+
|
|
128
|
+
<!-- Run format check -->
|
|
129
|
+
<Exec Command="dotnet format --verify-no-changes" />
|
|
130
|
+
|
|
131
|
+
<!-- Run analyzers -->
|
|
132
|
+
<MSBuild Projects="$(MSBuildProjectFile)"
|
|
133
|
+
Targets="Build"
|
|
134
|
+
Properties="RunAnalyzers=true;AnalysisMode=All" />
|
|
135
|
+
|
|
136
|
+
<Message Text="Pre-commit validation passed" Importance="high" />
|
|
137
|
+
</Target>
|
|
138
|
+
|
|
139
|
+
<!-- Custom: Database Migrations (for EF Core projects) -->
|
|
140
|
+
<Target Name="ApplyDatabaseMigrations"
|
|
141
|
+
Condition="Exists('Migrations')">
|
|
142
|
+
<Message Text="Database migrations detected" Importance="high" />
|
|
143
|
+
|
|
144
|
+
<!-- List migrations -->
|
|
145
|
+
<Exec Command="dotnet ef migrations list" ContinueOnError="true" />
|
|
146
|
+
</Target>
|
|
147
|
+
|
|
148
|
+
<!-- Custom: T4 Template Processing -->
|
|
149
|
+
<Target Name="TransformT4Templates" BeforeTargets="CoreCompile">
|
|
150
|
+
<ItemGroup>
|
|
151
|
+
<T4Template Include="**\*.tt" Exclude="obj\**;bin\**" />
|
|
152
|
+
</ItemGroup>
|
|
153
|
+
|
|
154
|
+
<!-- Transform each template -->
|
|
155
|
+
<Exec Command="dotnet tool run t4 -o %(T4Template.Filename).cs %(T4Template.FullPath)"
|
|
156
|
+
Condition="'@(T4Template)' != '' and Exists('%(T4Template.FullPath)')"
|
|
157
|
+
ContinueOnError="false" />
|
|
158
|
+
|
|
159
|
+
<Message Text="Transformed @(T4Template->Count()) T4 templates"
|
|
160
|
+
Importance="normal"
|
|
161
|
+
Condition="'@(T4Template)' != ''" />
|
|
162
|
+
</Target>
|
|
163
|
+
|
|
164
|
+
<!-- Custom: OpenAPI Spec Generation (for Web API projects) -->
|
|
165
|
+
<Target Name="GenerateOpenApiSpec"
|
|
166
|
+
AfterTargets="Build"
|
|
167
|
+
Condition="'$(GenerateOpenApi)' == 'true' and '$(Configuration)' == 'Release'">
|
|
168
|
+
<Message Text="Generating OpenAPI specification..." Importance="high" />
|
|
169
|
+
|
|
170
|
+
<PropertyGroup>
|
|
171
|
+
<OpenApiOutput>$(OutputPath)openapi.json</OpenApiOutput>
|
|
172
|
+
</PropertyGroup>
|
|
173
|
+
|
|
174
|
+
<!-- Generate spec using Swashbuckle or NSwag -->
|
|
175
|
+
<Exec Command="dotnet tool run swagger tofile --output $(OpenApiOutput) $(TargetPath) v1"
|
|
176
|
+
ContinueOnError="true" />
|
|
177
|
+
|
|
178
|
+
<Message Text="OpenAPI spec generated: $(OpenApiOutput)"
|
|
179
|
+
Importance="high"
|
|
180
|
+
Condition="Exists('$(OpenApiOutput)')" />
|
|
181
|
+
</Target>
|
|
182
|
+
|
|
183
|
+
<!-- Custom: Bundle Static Assets (for web projects) -->
|
|
184
|
+
<Target Name="BundleStaticAssets"
|
|
185
|
+
AfterTargets="Build"
|
|
186
|
+
Condition="Exists('wwwroot')">
|
|
187
|
+
<Message Text="Bundling static assets..." Importance="high" />
|
|
188
|
+
|
|
189
|
+
<!-- Minify CSS -->
|
|
190
|
+
<Exec Command="npx postcss wwwroot/css/**/*.css --use cssnano --dir wwwroot/dist/css"
|
|
191
|
+
Condition="Exists('wwwroot/css')"
|
|
192
|
+
ContinueOnError="true" />
|
|
193
|
+
|
|
194
|
+
<!-- Minify JavaScript -->
|
|
195
|
+
<Exec Command="npx terser wwwroot/js/**/*.js --compress --mangle --output wwwroot/dist/js/bundle.min.js"
|
|
196
|
+
Condition="Exists('wwwroot/js')"
|
|
197
|
+
ContinueOnError="true" />
|
|
198
|
+
|
|
199
|
+
<Message Text="Static assets bundled to wwwroot/dist" Importance="normal" />
|
|
200
|
+
</Target>
|
|
201
|
+
|
|
202
|
+
<!-- Custom: Run Tests Before Publish -->
|
|
203
|
+
<Target Name="EnsureTestsPass" BeforeTargets="Publish">
|
|
204
|
+
<Message Text="Running tests before publish..." Importance="high" />
|
|
205
|
+
|
|
206
|
+
<!-- Run all tests in solution -->
|
|
207
|
+
<Exec Command="dotnet test --no-build --configuration $(Configuration)" />
|
|
208
|
+
|
|
209
|
+
<Message Text="All tests passed" Importance="high" />
|
|
210
|
+
</Target>
|
|
211
|
+
|
|
212
|
+
</Project>
|