@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
package/dist/cli.js
CHANGED
|
@@ -14,7 +14,7 @@ import * as fs from "fs/promises";
|
|
|
14
14
|
import { fileURLToPath } from "url";
|
|
15
15
|
var INSTALLER_VERSION = "0.1.0";
|
|
16
16
|
var CLAUDE_DIRECTORY_NAME = ".claude";
|
|
17
|
-
var SOURCE_LIBRARY_RELATIVE = "
|
|
17
|
+
var SOURCE_LIBRARY_RELATIVE = "../library";
|
|
18
18
|
async function resolveSourceDirectory() {
|
|
19
19
|
const envSource = process.env["AIDLC_SOURCE_DIR"];
|
|
20
20
|
if (envSource) {
|
|
@@ -36,7 +36,7 @@ async function resolveSourceDirectory() {
|
|
|
36
36
|
}
|
|
37
37
|
} catch {
|
|
38
38
|
}
|
|
39
|
-
const cwdSource = path.resolve(process.cwd(), "src", "
|
|
39
|
+
const cwdSource = path.resolve(process.cwd(), "src", "installer", "library");
|
|
40
40
|
try {
|
|
41
41
|
const stat5 = await fs.stat(cwdSource);
|
|
42
42
|
if (stat5.isDirectory()) {
|
|
@@ -45,7 +45,7 @@ async function resolveSourceDirectory() {
|
|
|
45
45
|
} catch {
|
|
46
46
|
}
|
|
47
47
|
throw new Error(
|
|
48
|
-
"Cannot locate AI-DLC library source directory. Set the AIDLC_SOURCE_DIR environment variable to the library path, or
|
|
48
|
+
"Cannot locate AI-DLC library source directory. Set the AIDLC_SOURCE_DIR environment variable to the library path, or ensure the library/ directory exists in the package root."
|
|
49
49
|
);
|
|
50
50
|
}
|
|
51
51
|
var WORKFLOW_STEPS = [
|