@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.
Files changed (613) hide show
  1. package/dist/cli.js +3 -3
  2. package/dist/cli.js.map +1 -1
  3. package/library/agents/ai-dlc-navigator.md +787 -0
  4. package/library/agents/ai-dlc-trainer.md +261 -0
  5. package/library/agents/alignment-validator.md +346 -0
  6. package/library/agents/analyst.md +547 -0
  7. package/library/agents/api-designer.md +751 -0
  8. package/library/agents/backend-developer.md +233 -0
  9. package/library/agents/blazor-component-designer.md +317 -0
  10. package/library/agents/bolt-planner.md +531 -0
  11. package/library/agents/brownfield-analyst.md +98 -0
  12. package/library/agents/brownfield-navigator.md +127 -0
  13. package/library/agents/cicd-pipeline-builder.md +261 -0
  14. package/library/agents/code-generator.md +390 -0
  15. package/library/agents/code-reviewer.md +358 -0
  16. package/library/agents/code-skeptic.md +182 -0
  17. package/library/agents/codex-orchestrator.md +343 -0
  18. package/library/agents/database-designer.md +288 -0
  19. package/library/agents/database-engineer.md +150 -0
  20. package/library/agents/date-checker.md +86 -0
  21. package/library/agents/deployment-orchestrator.md +232 -0
  22. package/library/agents/diagram-generator.md +254 -0
  23. package/library/agents/documentation-generator.md +236 -0
  24. package/library/agents/domain-modeler.md +350 -0
  25. package/library/agents/e2e-test-builder.md +256 -0
  26. package/library/agents/executive-advisor.md +282 -0
  27. package/library/agents/framework-validator.md +279 -0
  28. package/library/agents/git-worker.md +394 -0
  29. package/library/agents/incident-responder.md +238 -0
  30. package/library/agents/integration-test-builder.md +386 -0
  31. package/library/agents/intent-clarifier.md +493 -0
  32. package/library/agents/investor.md +352 -0
  33. package/library/agents/logical-designer.md +278 -0
  34. package/library/agents/maker-orchestrator.md +375 -0
  35. package/library/agents/mob-facilitator.md +325 -0
  36. package/library/agents/monitoring-setup.md +245 -0
  37. package/library/agents/multi-ai-orchestrator.md +358 -0
  38. package/library/agents/nfr-elicitor.md +527 -0
  39. package/library/agents/product-owner.md +523 -0
  40. package/library/agents/project-auditor.md +107 -0
  41. package/library/agents/prompt-optimizer.md +752 -0
  42. package/library/agents/prp-pro.md +125 -0
  43. package/library/agents/release-manager.md +273 -0
  44. package/library/agents/risk-register-manager.md +480 -0
  45. package/library/agents/scope-manager.md +269 -0
  46. package/library/agents/security-auditor.md +258 -0
  47. package/library/agents/security-specialist.md +181 -0
  48. package/library/agents/spec-architect.md +635 -0
  49. package/library/agents/stakeholder-engagement.md +619 -0
  50. package/library/agents/technical-writer.md +214 -0
  51. package/library/agents/ui-designer.md +253 -0
  52. package/library/agents/ui-test-builder.md +270 -0
  53. package/library/agents/unit-decomposer.md +416 -0
  54. package/library/agents/unit-test-builder.md +376 -0
  55. package/library/agents/user-story-generator.md +46 -0
  56. package/library/agents/workflow-executor.md +274 -0
  57. package/library/agents/workflow-monitor.md +330 -0
  58. package/library/agents/workflow-planner.md +338 -0
  59. package/library/agents/workflow-validator.md +359 -0
  60. package/library/commands/agent-directory.md +441 -0
  61. package/library/commands/ai-dlc/add-unit.md +141 -0
  62. package/library/commands/ai-dlc/analyze-refinement-scope.md +223 -0
  63. package/library/commands/ai-dlc/apply-refinements.md +239 -0
  64. package/library/commands/ai-dlc/archive-session.md +280 -0
  65. package/library/commands/ai-dlc/assess-risks.md +391 -0
  66. package/library/commands/ai-dlc/brainstorm.md +216 -0
  67. package/library/commands/ai-dlc/build-tests.md +267 -0
  68. package/library/commands/ai-dlc/claude-execute.md +208 -0
  69. package/library/commands/ai-dlc/claude-parallel.md +382 -0
  70. package/library/commands/ai-dlc/claude-review.md +398 -0
  71. package/library/commands/ai-dlc/codex-execute.md +104 -0
  72. package/library/commands/ai-dlc/collect-refinement-feedback.md +242 -0
  73. package/library/commands/ai-dlc/complete-bolt.md +316 -0
  74. package/library/commands/ai-dlc/construct-unit.md +178 -0
  75. package/library/commands/ai-dlc/create-diagram.md +329 -0
  76. package/library/commands/ai-dlc/create-excalidraw-diagram.md +323 -0
  77. package/library/commands/ai-dlc/create-pipeline.md +393 -0
  78. package/library/commands/ai-dlc/create-runbook.md +217 -0
  79. package/library/commands/ai-dlc/create-units.md +334 -0
  80. package/library/commands/ai-dlc/deploy.md +265 -0
  81. package/library/commands/ai-dlc/design-api.md +370 -0
  82. package/library/commands/ai-dlc/design-database.md +271 -0
  83. package/library/commands/ai-dlc/design-domain-models.md +99 -0
  84. package/library/commands/ai-dlc/design-ui-tests.md +304 -0
  85. package/library/commands/ai-dlc/design-ui.md +301 -0
  86. package/library/commands/ai-dlc/domain-model.md +338 -0
  87. package/library/commands/ai-dlc/elicit-nfrs.md +383 -0
  88. package/library/commands/ai-dlc/elicit.md +266 -0
  89. package/library/commands/ai-dlc/engage-stakeholders.md +90 -0
  90. package/library/commands/ai-dlc/generate-code.md +264 -0
  91. package/library/commands/ai-dlc/generate-docs.md +361 -0
  92. package/library/commands/ai-dlc/generate-stories.md +336 -0
  93. package/library/commands/ai-dlc/handle-cross-phase-refinement.md +224 -0
  94. package/library/commands/ai-dlc/implement-ui-tests.md +308 -0
  95. package/library/commands/ai-dlc/incident-respond.md +229 -0
  96. package/library/commands/ai-dlc/logical-design.md +338 -0
  97. package/library/commands/ai-dlc/maker-execute.md +282 -0
  98. package/library/commands/ai-dlc/maker-status.md +421 -0
  99. package/library/commands/ai-dlc/mob-elaborate.md +121 -0
  100. package/library/commands/ai-dlc/multi-ai-compare.md +155 -0
  101. package/library/commands/ai-dlc/next-bolt.md +343 -0
  102. package/library/commands/ai-dlc/next-phase.md +228 -0
  103. package/library/commands/ai-dlc/package-unit.md +197 -0
  104. package/library/commands/ai-dlc/plan-bolt.md +422 -0
  105. package/library/commands/ai-dlc/plan-workflow.md +217 -0
  106. package/library/commands/ai-dlc/prepare-release.md +206 -0
  107. package/library/commands/ai-dlc/review-artifacts.md +738 -0
  108. package/library/commands/ai-dlc/review-code.md +283 -0
  109. package/library/commands/ai-dlc/run-workflow.md +186 -0
  110. package/library/commands/ai-dlc/security-audit.md +380 -0
  111. package/library/commands/ai-dlc/setup-monitoring.md +194 -0
  112. package/library/commands/ai-dlc/setup.md +770 -0
  113. package/library/commands/ai-dlc/start-intent.md +340 -0
  114. package/library/commands/ai-dlc/status.md +189 -0
  115. package/library/commands/ai-dlc/talk.md +96 -0
  116. package/library/commands/ai-dlc/trace.md +199 -0
  117. package/library/commands/ai-dlc/upgrade.md +177 -0
  118. package/library/commands/ai-dlc/validate-framework.md +291 -0
  119. package/library/commands/ai-dlc/validate-phase.md +327 -0
  120. package/library/commands/ai-dlc/validate-unit.md +634 -0
  121. package/library/commands/ai-dlc/validate-workflow.md +117 -0
  122. package/library/commands/ai-dlc/visualize.md +360 -0
  123. package/library/commands/ai-dlc/workflow-cancel.md +144 -0
  124. package/library/commands/ai-dlc/workflow-pause.md +113 -0
  125. package/library/commands/ai-dlc/workflow-resume.md +148 -0
  126. package/library/commands/ai-dlc/workflow-status.md +208 -0
  127. package/library/commands/brn/assess.md +79 -0
  128. package/library/commands/brn/audit.md +37 -0
  129. package/library/commands/brn/document.md +40 -0
  130. package/library/commands/brn/modernize.md +37 -0
  131. package/library/commands/brn/optimize.md +40 -0
  132. package/library/commands/brn/plan.md +94 -0
  133. package/library/commands/brn/refactor.md +40 -0
  134. package/library/commands/brn/roi.md +40 -0
  135. package/library/commands/brn/secure.md +41 -0
  136. package/library/commands/brn/test.md +43 -0
  137. package/library/commands/call-agent.md +195 -0
  138. package/library/commands/commit.md +105 -0
  139. package/library/commands/docs/ask-codebase.md +93 -0
  140. package/library/commands/docs/document-solution.md +89 -0
  141. package/library/commands/docs/shard.md +147 -0
  142. package/library/commands/elicit/brainstorm.md +73 -0
  143. package/library/commands/elicit/challenge.md +87 -0
  144. package/library/commands/elicit/design.md +79 -0
  145. package/library/commands/elicit/edges.md +88 -0
  146. package/library/commands/elicit/empathy.md +95 -0
  147. package/library/commands/elicit/five-whys.md +88 -0
  148. package/library/commands/elicit/jobs.md +85 -0
  149. package/library/commands/elicit/prioritize.md +92 -0
  150. package/library/commands/elicit/requirements.md +74 -0
  151. package/library/commands/elicit/scamper.md +82 -0
  152. package/library/commands/elicit/stories.md +88 -0
  153. package/library/commands/elicit/technique.md +82 -0
  154. package/library/commands/elicit/validate.md +77 -0
  155. package/library/commands/elicit/value.md +87 -0
  156. package/library/commands/elicit/vision.md +81 -0
  157. package/library/commands/git/check-duplicates.md +591 -0
  158. package/library/commands/instruct-me.md +217 -0
  159. package/library/commands/prime.md +49 -0
  160. package/library/commands/spec/analyze.md +201 -0
  161. package/library/commands/spec/checklist.md +175 -0
  162. package/library/commands/spec/clarify.md +194 -0
  163. package/library/commands/spec/complete.md +91 -0
  164. package/library/commands/spec/constitution.md +89 -0
  165. package/library/commands/spec/implement.md +143 -0
  166. package/library/commands/spec/plan.md +93 -0
  167. package/library/commands/spec/specify.md +246 -0
  168. package/library/commands/spec/task-to-issue.md +46 -0
  169. package/library/commands/spec/tasks.md +145 -0
  170. package/library/commands/spec/to-intent.md +105 -0
  171. package/library/commands/ultra-think.md +123 -0
  172. package/library/docs/2509.21825v3.pdf +0 -0
  173. package/library/docs/AI-DLC-FUNDAMENTALS.md +608 -0
  174. package/library/docs/AI-Driven Development Lifecycle.pdf +0 -0
  175. package/library/docs/FIRST_FIVE_MINUTES.md +31 -0
  176. package/library/docs/GETTING-STARTED-GUIDE.md +1667 -0
  177. package/library/docs/MANUAL-LIFECYCLE-GUIDE.md +1034 -0
  178. package/library/docs/NAMING_CONVENTIONS.md +577 -0
  179. package/library/docs/PHASE-CHECKLISTS.md +532 -0
  180. package/library/docs/QUICK_REFERENCE.md +334 -0
  181. package/library/skills/README.md +122 -0
  182. package/library/skills/adr-generation/REFERENCE.md +504 -0
  183. package/library/skills/adr-generation/SKILL.md +429 -0
  184. package/library/skills/adr-generation/assets/adr-quick-reference.md +284 -0
  185. package/library/skills/adr-generation/examples/adr-001-postgresql-database.md +218 -0
  186. package/library/skills/adr-generation/examples/adr-002-graphql-api.md +243 -0
  187. package/library/skills/adr-generation/scripts/adr_cli.py +438 -0
  188. package/library/skills/adr-generation/templates/adr-template.md +167 -0
  189. package/library/skills/ai-dlc-knowledge/SKILL.md +525 -0
  190. package/library/skills/ai-dlc-knowledge/references/commands-catalog.md +489 -0
  191. package/library/skills/ai-dlc-knowledge/references/decision-trees.md +651 -0
  192. package/library/skills/ai-dlc-knowledge/references/documentation-index.md +202 -0
  193. package/library/skills/ai-dlc-knowledge/references/skills-catalog.md +361 -0
  194. package/library/skills/analysis-frameworks/SKILL.md +750 -0
  195. package/library/skills/api-contract-designer/SKILL.md +520 -0
  196. package/library/skills/api-contract-designer/assets/api-design-checklist.md +166 -0
  197. package/library/skills/api-contract-designer/examples/payment-api-openapi.yaml +412 -0
  198. package/library/skills/api-contract-designer/templates/openapi-template.yaml +493 -0
  199. package/library/skills/artifact-review/QUICK-START.md +332 -0
  200. package/library/skills/artifact-review/SKILL.md +1784 -0
  201. package/library/skills/artifact-review/assets/finding-schema.json +128 -0
  202. package/library/skills/artifact-review/assets/github-action-pr-review.yml +307 -0
  203. package/library/skills/artifact-review/assets/review-record-template.yaml +154 -0
  204. package/library/skills/aws-service-selector/SKILL.md +464 -0
  205. package/library/skills/aws-service-selector/assets/service-selection-guide.md +348 -0
  206. package/library/skills/aws-service-selector/examples/ecommerce-aws-architecture.md +476 -0
  207. package/library/skills/aws-service-selector/examples/serverless-api-architecture.md +668 -0
  208. package/library/skills/azure-devops-story/SKILL.md +2075 -0
  209. package/library/skills/azure-devops-story/assets/story-template.md +32 -0
  210. package/library/skills/azure-devops-story/references/field-mappings.md +85 -0
  211. package/library/skills/azure-devops-story/references/markdown-template.md +265 -0
  212. package/library/skills/azure-devops-story/references/troubleshooting.md +534 -0
  213. package/library/skills/azure-devops-story/scripts/create-work-item.ps1 +106 -0
  214. package/library/skills/azure-devops-story/scripts/get-work-item.ps1 +173 -0
  215. package/library/skills/azure-devops-story/scripts/query-work-items.ps1 +244 -0
  216. package/library/skills/azure-devops-story/scripts/update-work-item.ps1 +165 -0
  217. package/library/skills/blazor-component-generator/SKILL.md +439 -0
  218. package/library/skills/blazor-component-generator/assets/component-patterns.json +273 -0
  219. package/library/skills/blazor-component-generator/assets/field-types.json +526 -0
  220. package/library/skills/blazor-component-generator/assets/mudblazor-components.json +371 -0
  221. package/library/skills/blazor-component-generator/assets/syncfusion-components.json +280 -0
  222. package/library/skills/blazor-component-generator/assets/telerik-components.json +207 -0
  223. package/library/skills/blazor-component-generator/assets/ui-framework-config.json +199 -0
  224. package/library/skills/blazor-component-generator/references/blazor-patterns.md +942 -0
  225. package/library/skills/blazor-component-generator/references/entity-analysis.md +678 -0
  226. package/library/skills/blazor-component-generator/references/mudblazor-components-guide.md +737 -0
  227. package/library/skills/blazor-component-generator/references/syncfusion-components-guide.md +368 -0
  228. package/library/skills/blazor-component-generator/references/telerik-components-guide.md +412 -0
  229. package/library/skills/blazor-component-generator/references/troubleshooting.md +796 -0
  230. package/library/skills/blazor-component-generator/scripts/add-to-navigation.ps1 +258 -0
  231. package/library/skills/blazor-component-generator/scripts/analyze-entity.ps1 +193 -0
  232. package/library/skills/blazor-component-generator/scripts/detect-ui-framework.ps1 +193 -0
  233. package/library/skills/blazor-component-generator/scripts/generate-component.ps1 +94 -0
  234. package/library/skills/blazor-component-generator/scripts/generate-component.sh +78 -0
  235. package/library/skills/blazor-component-generator/scripts/generate-service-calls.ps1 +285 -0
  236. package/library/skills/blazor-component-generator/templates/mudblazor/crud-page.razor.template +206 -0
  237. package/library/skills/blazor-component-generator/templates/mudblazor/dialog-component.razor.template +107 -0
  238. package/library/skills/blazor-component-generator/templates/mudblazor/form-component.razor.template +205 -0
  239. package/library/skills/blazor-component-generator/templates/mudblazor/select-component.razor.template +148 -0
  240. package/library/skills/blazor-component-generator/templates/mudblazor/table-component.razor.template +218 -0
  241. package/library/skills/blazor-component-generator/templates/syncfusion/crud-page.razor.template +157 -0
  242. package/library/skills/blazor-component-generator/templates/syncfusion/dialog-component.razor.template +309 -0
  243. package/library/skills/blazor-component-generator/templates/syncfusion/form-component.razor.template +383 -0
  244. package/library/skills/blazor-component-generator/templates/syncfusion/grid-component.razor.template +328 -0
  245. package/library/skills/blazor-component-generator/templates/syncfusion/lookup-component.razor.template +311 -0
  246. package/library/skills/blazor-component-generator/templates/telerik/crud-page.razor.template +137 -0
  247. package/library/skills/blazor-component-generator/templates/telerik/dialog-component.razor.template +59 -0
  248. package/library/skills/blazor-component-generator/templates/telerik/form-component.razor.template +48 -0
  249. package/library/skills/blazor-component-generator/templates/telerik/grid-component.razor.template +85 -0
  250. package/library/skills/blazor-component-generator/templates/telerik/lookup-component.razor.template +71 -0
  251. package/library/skills/blazor-component-generator/workflows/component-enhancement.yml +213 -0
  252. package/library/skills/blazor-component-generator/workflows/full-crud-generation.yml +150 -0
  253. package/library/skills/blazor-component-generator/workflows/ui-framework-detection.yml +213 -0
  254. package/library/skills/bolt-estimator/REFERENCE.md +392 -0
  255. package/library/skills/bolt-estimator/SKILL.md +577 -0
  256. package/library/skills/bolt-estimator/assets/estimation-cheatsheet.md +108 -0
  257. package/library/skills/bolt-estimator/examples/payment-integration-bolt-plan.md +339 -0
  258. package/library/skills/bolt-estimator/scripts/estimate_bolts.py +271 -0
  259. package/library/skills/bolt-estimator/templates/bolt-plan-template.md +328 -0
  260. package/library/skills/brainstorming-techniques/SKILL.md +1037 -0
  261. package/library/skills/brownfield-docs/SKILL.md +64 -0
  262. package/library/skills/brownfield-docs/examples/dotnet-brownfield-analysis.md +597 -0
  263. package/library/skills/brownfield-docs/scripts/analyze-solution.ps1 +1005 -0
  264. package/library/skills/brownfield-docs/templates/manifest-template.md +112 -0
  265. package/library/skills/claude-cli/SKILL.md +503 -0
  266. package/library/skills/claude-cli/assets/prompt-templates.md +375 -0
  267. package/library/skills/claude-cli/assets/workflow-examples.md +571 -0
  268. package/library/skills/claude-cli/references/claude-cli-capabilities.md +346 -0
  269. package/library/skills/claude-cli/references/comparison-guide.md +313 -0
  270. package/library/skills/claude-cli/references/troubleshooting.md +545 -0
  271. package/library/skills/claude-cli/scripts/Invoke-ClaudeCli.ps1 +164 -0
  272. package/library/skills/claude-cli/scripts/invoke-claude-cli.sh +431 -0
  273. package/library/skills/claude-cli/scripts/invoke_claude_cli.py +518 -0
  274. package/library/skills/codex-cli/LICENSE.txt +202 -0
  275. package/library/skills/codex-cli/SKILL.md +515 -0
  276. package/library/skills/codex-cli/assets/prompt-templates.md +307 -0
  277. package/library/skills/codex-cli/assets/workflow-examples.md +381 -0
  278. package/library/skills/codex-cli/references/claude-vs-codex.md +241 -0
  279. package/library/skills/codex-cli/references/troubleshooting.md +335 -0
  280. package/library/skills/codex-cli/scripts/Invoke-Codex.ps1 +392 -0
  281. package/library/skills/codex-cli/scripts/invoke-codex.sh +282 -0
  282. package/library/skills/codex-cli/scripts/invoke_codex.py +369 -0
  283. package/library/skills/csharp-refactor-advisor/SKILL.md +1600 -0
  284. package/library/skills/csharp-refactor-advisor/assets/before-after-template.md +608 -0
  285. package/library/skills/csharp-refactor-advisor/assets/refactoring-report-template.md +469 -0
  286. package/library/skills/csharp-refactor-advisor/references/code-smells-catalog.md +1010 -0
  287. package/library/skills/csharp-refactor-advisor/references/complexity-reduction.md +717 -0
  288. package/library/skills/csharp-refactor-advisor/references/csharp13-migration.md +683 -0
  289. package/library/skills/csharp-refactor-advisor/references/design-patterns.md +1089 -0
  290. package/library/skills/csharp-refactor-advisor/references/refactoring-safety.md +540 -0
  291. package/library/skills/csharp-refactor-advisor/references/solid-principles.md +1226 -0
  292. package/library/skills/ddd-modeling/REFERENCE.md +694 -0
  293. package/library/skills/ddd-modeling/SKILL.md +591 -0
  294. package/library/skills/ddd-modeling/assets/ddd-quick-reference.md +255 -0
  295. package/library/skills/ddd-modeling/examples/ecommerce-order-aggregate.md +641 -0
  296. package/library/skills/ddd-modeling/templates/aggregate-template.cs +342 -0
  297. package/library/skills/ddd-modeling/templates/value-object-template.cs +396 -0
  298. package/library/skills/deployment-unit-packager/SKILL.md +576 -0
  299. package/library/skills/deployment-unit-packager/assets/packaging-checklist.md +183 -0
  300. package/library/skills/deployment-unit-packager/examples/aspnet-core-api-packaging.md +376 -0
  301. package/library/skills/deployment-unit-packager/scripts/package_dotnet.ps1 +368 -0
  302. package/library/skills/deployment-unit-packager/scripts/package_dotnet.sh +306 -0
  303. package/library/skills/deployment-unit-packager/templates/dockerfile-aspnet-core.template +73 -0
  304. package/library/skills/deployment-unit-packager/templates/dockerignore.template +118 -0
  305. package/library/skills/design-thinking/SKILL.md +659 -0
  306. package/library/skills/design-thinking/references/design-thinking-guide.md +1013 -0
  307. package/library/skills/design-thinking/references/empathy-methods.md +1172 -0
  308. package/library/skills/design-thinking/references/ideation-techniques.md +1073 -0
  309. package/library/skills/design-thinking/references/prototyping-approaches.md +1247 -0
  310. package/library/skills/design-thinking/references/testing-strategies.md +1090 -0
  311. package/library/skills/design-thinking/templates/concept-sketch.md +494 -0
  312. package/library/skills/design-thinking/templates/empathy-map.md +304 -0
  313. package/library/skills/design-thinking/templates/how-might-we.md +381 -0
  314. package/library/skills/design-thinking/templates/test-plan.md +654 -0
  315. package/library/skills/document-sharding/SKILL.md +138 -0
  316. package/library/skills/dotnet-dev-startup-generator/README.md +386 -0
  317. package/library/skills/dotnet-dev-startup-generator/SKILL.md +1023 -0
  318. package/library/skills/dotnet-dev-startup-generator/scripts/Discover-DotNetProjects.ps1 +216 -0
  319. package/library/skills/dotnet-dev-startup-generator/templates/start-dev.ps1.template +224 -0
  320. package/library/skills/dotnet-dev-startup-generator/templates/start-dev.sh.template +221 -0
  321. package/library/skills/dotnet-development/README.md +471 -0
  322. package/library/skills/dotnet-development/SKILL.md +3759 -0
  323. package/library/skills/dotnet-development/assets/Directory.Build.props +147 -0
  324. package/library/skills/dotnet-development/assets/Directory.Build.targets +212 -0
  325. package/library/skills/dotnet-development/assets/analyzer-config.json +604 -0
  326. package/library/skills/dotnet-development/assets/azure-pipelines-template.yml +221 -0
  327. package/library/skills/dotnet-development/assets/editorconfig-template.txt +338 -0
  328. package/library/skills/dotnet-development/assets/github-actions-workflow.yml +273 -0
  329. package/library/skills/dotnet-development/references/csharp-12-13-primer.md +735 -0
  330. package/library/skills/dotnet-development/references/dotnet-error-codes.md +536 -0
  331. package/library/skills/dotnet-development/references/quick-reference.md +665 -0
  332. package/library/skills/dotnet-development/references/troubleshooting-guide.md +643 -0
  333. package/library/skills/dotnet-development/scripts/README.md +360 -0
  334. package/library/skills/dotnet-development/scripts/benchmark-build.ps1 +231 -0
  335. package/library/skills/dotnet-development/scripts/benchmark-build.sh +236 -0
  336. package/library/skills/dotnet-development/scripts/build-parallel.ps1 +155 -0
  337. package/library/skills/dotnet-development/scripts/build-parallel.sh +170 -0
  338. package/library/skills/dotnet-development/scripts/run-tests-with-coverage.ps1 +219 -0
  339. package/library/skills/dotnet-development/scripts/run-tests-with-coverage.sh +215 -0
  340. package/library/skills/dotnet-project-scaffold/README.md +270 -0
  341. package/library/skills/dotnet-project-scaffold/SKILL.md +1542 -0
  342. package/library/skills/dotnet-project-scaffold/assets/ci-cd/azure-pipelines.yml +226 -0
  343. package/library/skills/dotnet-project-scaffold/assets/ci-cd/github-actions.yml +181 -0
  344. package/library/skills/dotnet-project-scaffold/assets/package-sets/blazor-packages.xml +50 -0
  345. package/library/skills/dotnet-project-scaffold/assets/package-sets/core-packages.xml +45 -0
  346. package/library/skills/dotnet-project-scaffold/assets/package-sets/testing-packages.xml +72 -0
  347. package/library/skills/dotnet-project-scaffold/assets/package-sets/web-packages.xml +50 -0
  348. package/library/skills/dotnet-project-scaffold/assets/package-sets/worker-packages.xml +57 -0
  349. package/library/skills/dotnet-project-scaffold/references/cpm-guide.md +862 -0
  350. package/library/skills/dotnet-project-scaffold/references/project-types.md +817 -0
  351. package/library/skills/dotnet-project-scaffold/references/troubleshooting.md +768 -0
  352. package/library/skills/dotnet-project-scaffold/scripts/README.md +900 -0
  353. package/library/skills/dotnet-project-scaffold/scripts/create-project.ps1 +297 -0
  354. package/library/skills/dotnet-project-scaffold/scripts/create-project.sh +348 -0
  355. package/library/skills/dotnet-project-scaffold/scripts/scaffold-solution.ps1 +611 -0
  356. package/library/skills/dotnet-project-scaffold/scripts/scaffold-solution.sh +616 -0
  357. package/library/skills/dotnet-project-scaffold/scripts/validate-structure.ps1 +494 -0
  358. package/library/skills/dotnet-project-scaffold/scripts/validate-structure.sh +467 -0
  359. package/library/skills/dotnet-project-scaffold/templates/.editorconfig +290 -0
  360. package/library/skills/dotnet-project-scaffold/templates/Directory.Build.props +33 -0
  361. package/library/skills/dotnet-project-scaffold/templates/Directory.Packages.props +91 -0
  362. package/library/skills/dotnet-project-scaffold/templates/global.json +11 -0
  363. package/library/skills/dotnet-project-scaffold/templates/project-types/blazor-server.csproj.template +15 -0
  364. package/library/skills/dotnet-project-scaffold/templates/project-types/blazor-wasm.csproj.template +16 -0
  365. package/library/skills/dotnet-project-scaffold/templates/project-types/classlib.csproj.template +11 -0
  366. package/library/skills/dotnet-project-scaffold/templates/project-types/console.csproj.template +12 -0
  367. package/library/skills/dotnet-project-scaffold/templates/project-types/integration-test.csproj.template +30 -0
  368. package/library/skills/dotnet-project-scaffold/templates/project-types/webapi.csproj.template +16 -0
  369. package/library/skills/dotnet-project-scaffold/templates/project-types/worker.csproj.template +17 -0
  370. package/library/skills/dotnet-project-scaffold/templates/project-types/xunit-test.csproj.template +28 -0
  371. package/library/skills/elicitation-methods/SKILL.md +765 -0
  372. package/library/skills/elicitation-methods/references/analysis-frameworks.md +965 -0
  373. package/library/skills/elicitation-methods/references/brainstorming-techniques.md +1396 -0
  374. package/library/skills/elicitation-methods/references/design-thinking.md +1215 -0
  375. package/library/skills/elicitation-methods/references/elicitation-methods.md +632 -0
  376. package/library/skills/elicitation-methods/references/facilitation-patterns.md +823 -0
  377. package/library/skills/elicitation-methods/templates/brainstorming-session.md +473 -0
  378. package/library/skills/elicitation-methods/templates/elicitation-session.md +522 -0
  379. package/library/skills/elicitation-methods/templates/empathy-map.md +434 -0
  380. package/library/skills/elicitation-methods/templates/prioritization-matrix.md +436 -0
  381. package/library/skills/elicitation-methods/templates/user-story-map.md +424 -0
  382. package/library/skills/excalidraw-animate/README.md +173 -0
  383. package/library/skills/excalidraw-animate/SKILL.md +566 -0
  384. package/library/skills/excalidraw-animate/assets/package.json +34 -0
  385. package/library/skills/excalidraw-animate/references/animation-patterns.md +477 -0
  386. package/library/skills/excalidraw-animate/scripts/animate-helper.js +340 -0
  387. package/library/skills/excalidraw-generation/SKILL.md +594 -0
  388. package/library/skills/excalidraw-generation/assets/templates/blank.excalidraw +11 -0
  389. package/library/skills/excalidraw-generation/assets/templates/flowchart-template.excalidraw +369 -0
  390. package/library/skills/excalidraw-generation/references/excalidraw-schema.md +787 -0
  391. package/library/skills/excalidraw-generation/scripts/__pycache__/excalidraw_generator.cpython-312.pyc +0 -0
  392. package/library/skills/excalidraw-generation/scripts/diagram-generator.py +399 -0
  393. package/library/skills/excalidraw-generation/scripts/excalidraw_generator.py +1024 -0
  394. package/library/skills/incident-runbook-builder/SKILL.md +433 -0
  395. package/library/skills/incident-runbook-builder/assets/runbook-checklist.md +294 -0
  396. package/library/skills/incident-runbook-builder/examples/database-connectivity-runbook.md +596 -0
  397. package/library/skills/incident-runbook-builder/examples/high-error-rate-runbook.md +543 -0
  398. package/library/skills/incident-runbook-builder/templates/runbook-template.md +419 -0
  399. package/library/skills/logical-design/SKILL.md +531 -0
  400. package/library/skills/logical-design/assets/design-patterns-reference.md +547 -0
  401. package/library/skills/logical-design/examples/payment-system-logical-design.md +787 -0
  402. package/library/skills/logical-design/templates/component-specification-template.md +561 -0
  403. package/library/skills/maker-code-review/ADVANCED.md +486 -0
  404. package/library/skills/maker-code-review/SKILL.md +594 -0
  405. package/library/skills/maker-code-review/assets/config.yaml +264 -0
  406. package/library/skills/maker-code-review/assets/review-report-template.md +318 -0
  407. package/library/skills/maker-code-review/references/configuration.md +331 -0
  408. package/library/skills/maker-code-review/references/examples.md +342 -0
  409. package/library/skills/maker-code-review/references/troubleshooting.md +678 -0
  410. package/library/skills/maker-metrics/REFERENCE.md +257 -0
  411. package/library/skills/maker-metrics/SKILL.md +298 -0
  412. package/library/skills/maker-metrics/STORAGE.md +182 -0
  413. package/library/skills/maker-orchestration/SKILL.md +731 -0
  414. package/library/skills/maker-orchestration/templates/checkpoint-progress.yaml +79 -0
  415. package/library/skills/maker-orchestration/templates/checkpoint-structure.md +107 -0
  416. package/library/skills/maker-orchestration/templates/checkpoint-validation-checklist.md +304 -0
  417. package/library/skills/maker-orchestration/templates/final-checkpoint-readme.md +117 -0
  418. package/library/skills/maker-orchestration/templates/metrics-summary.yaml +142 -0
  419. package/library/skills/maker-orchestration/templates/red-flag-log.yaml +159 -0
  420. package/library/skills/maker-orchestration/templates/step-checkpoint.yaml +68 -0
  421. package/library/skills/maker-orchestration/templates/voting-records.yaml +100 -0
  422. package/library/skills/mob-elaboration/SKILL.md +398 -0
  423. package/library/skills/mob-elaboration/assets/unit-template.md +213 -0
  424. package/library/skills/mob-elaboration/references/facilitation-techniques.md +753 -0
  425. package/library/skills/ms-agent-framework/SKILL.md +299 -0
  426. package/library/skills/ms-agent-framework/references/00-INDEX.md +184 -0
  427. package/library/skills/ms-agent-framework/references/01-IChatClient.md +806 -0
  428. package/library/skills/ms-agent-framework/references/02-ChatMessage.md +1177 -0
  429. package/library/skills/ms-agent-framework/references/03-AIFunction.md +1204 -0
  430. package/library/skills/ms-agent-framework/references/04-ChatOptions.md +1191 -0
  431. package/library/skills/ms-agent-framework/references/05-Streaming.md +1380 -0
  432. package/library/skills/ms-agent-framework/references/06-Authentication.md +1262 -0
  433. package/library/skills/ms-agent-framework/references/07-Simple-Agent.md +1247 -0
  434. package/library/skills/ms-agent-framework/references/08-Agent-Tools.md +1388 -0
  435. package/library/skills/ms-agent-framework/references/09-Multimodal-Agent.md +1436 -0
  436. package/library/skills/ms-agent-framework/references/10-Persistent-Agents.md +1203 -0
  437. package/library/skills/ms-agent-framework/references/11-Instructions.md +1130 -0
  438. package/library/skills/ms-agent-framework/references/12-Tool-Definition.md +1418 -0
  439. package/library/skills/ms-agent-framework/references/13-AIFunctionFactory.md +1487 -0
  440. package/library/skills/ms-agent-framework/references/14-Azure-Tools.md +1384 -0
  441. package/library/skills/ms-agent-framework/references/15-Code-Interpreter.md +1375 -0
  442. package/library/skills/ms-agent-framework/references/16-File-Search.md +795 -0
  443. package/library/skills/ms-agent-framework/references/17-Web-Search.md +1782 -0
  444. package/library/skills/ms-agent-framework/references/18-MCP-Integration.md +1606 -0
  445. package/library/skills/ms-agent-framework-workflows/SKILL.md +506 -0
  446. package/library/skills/ms-agent-framework-workflows/references/00-INDEX.md +184 -0
  447. package/library/skills/ms-agent-framework-workflows/references/19-Workflow-Basics.md +1401 -0
  448. package/library/skills/ms-agent-framework-workflows/references/20-Sequential-Workflow.md +857 -0
  449. package/library/skills/ms-agent-framework-workflows/references/21-Concurrent-Workflow.md +1025 -0
  450. package/library/skills/ms-agent-framework-workflows/references/22-Conditional-Workflow.md +850 -0
  451. package/library/skills/ms-agent-framework-workflows/references/23-Custom-Executors.md +1453 -0
  452. package/library/skills/ms-agent-framework-workflows/references/24-Error-Handling.md +1313 -0
  453. package/library/skills/ms-agent-framework-workflows/references/25-Performance.md +797 -0
  454. package/library/skills/ms-agent-framework-workflows/references/26-Testing.md +1387 -0
  455. package/library/skills/ms-agent-framework-workflows/references/27-Deployment.md +1157 -0
  456. package/library/skills/ms-agent-framework-workflows/references/28-Patterns-Cheatsheet.md +1020 -0
  457. package/library/skills/ms-agent-framework-workflows/references/29-Anti-Patterns.md +1018 -0
  458. package/library/skills/ms-agent-framework-workflows/references/30-Migration-Guide.md +1588 -0
  459. package/library/skills/nfr-elicitation/README.md +435 -0
  460. package/library/skills/nfr-elicitation/SKILL.md +2090 -0
  461. package/library/skills/nfr-elicitation/assets/nfr-template.md +676 -0
  462. package/library/skills/nfr-elicitation/references/conflict-resolution-framework.md +619 -0
  463. package/library/skills/nfr-elicitation/references/decomposition-guide.md +557 -0
  464. package/library/skills/nfr-elicitation/references/elicitation-question-bank.md +585 -0
  465. package/library/skills/nfr-elicitation/references/industry-benchmarks.md +362 -0
  466. package/library/skills/nfr-elicitation/scripts/compliance-config.example.json +117 -0
  467. package/library/skills/nfr-elicitation/scripts/compliance-validator.ps1 +533 -0
  468. package/library/skills/nfr-elicitation/scripts/generate-test-templates.py +591 -0
  469. package/library/skills/nfr-elicitation/scripts/nfr-config.example.json +81 -0
  470. package/library/skills/nfr-elicitation/scripts/nfr-validator.py +570 -0
  471. package/library/skills/nuget-validator/RESOURCES.md +564 -0
  472. package/library/skills/nuget-validator/SKILL.md +1861 -0
  473. package/library/skills/nuget-validator/assets/approved-licenses.txt +40 -0
  474. package/library/skills/nuget-validator/assets/approved-packages.json +249 -0
  475. package/library/skills/nuget-validator/assets/azure-pipelines.yml +282 -0
  476. package/library/skills/nuget-validator/assets/github-actions-workflow.yml +251 -0
  477. package/library/skills/nuget-validator/references/nuget_api_reference.md +378 -0
  478. package/library/skills/nuget-validator/references/package-governance-best-practices.md +752 -0
  479. package/library/skills/nuget-validator/references/security-scanning-guide.md +574 -0
  480. package/library/skills/nuget-validator/scripts/README.md +461 -0
  481. package/library/skills/nuget-validator/scripts/bulk_update_check.py +450 -0
  482. package/library/skills/nuget-validator/scripts/check_licenses.py +492 -0
  483. package/library/skills/nuget-validator/scripts/check_vulnerabilities.py +398 -0
  484. package/library/skills/nuget-validator/scripts/nuget_api.py +687 -0
  485. package/library/skills/nuget-validator/scripts/validate_approved_packages.py +369 -0
  486. package/library/skills/observability-setup/SKILL.md +652 -0
  487. package/library/skills/observability-setup/assets/observability-checklist.md +241 -0
  488. package/library/skills/observability-setup/examples/payment-service-observability.md +452 -0
  489. package/library/skills/observability-setup/templates/serilog-config.template +70 -0
  490. package/library/skills/playwright-test-builder/README.md +114 -0
  491. package/library/skills/playwright-test-builder/SKILL.md +2105 -0
  492. package/library/skills/playwright-test-builder/assets/Dockerfile.playwright +91 -0
  493. package/library/skills/playwright-test-builder/assets/azure-pipelines-playwright.yml +334 -0
  494. package/library/skills/playwright-test-builder/assets/blazor-signalr-test-template.cs +145 -0
  495. package/library/skills/playwright-test-builder/assets/blazor-streaming-ssr-test-template.cs +233 -0
  496. package/library/skills/playwright-test-builder/assets/blazor-wasm-offline-test-template.cs +202 -0
  497. package/library/skills/playwright-test-builder/assets/docker-compose.playwright.yml +153 -0
  498. package/library/skills/playwright-test-builder/assets/github-actions-playwright.yml +289 -0
  499. package/library/skills/playwright-test-builder/assets/performance-test-template.cs +327 -0
  500. package/library/skills/playwright-test-builder/assets/playwright-test-template.yml +80 -0
  501. package/library/skills/playwright-test-builder/assets/telerik-component-test-helpers.cs +465 -0
  502. package/library/skills/playwright-test-builder/assets/visual-regression-test-template.cs +250 -0
  503. package/library/skills/playwright-test-builder/references/blazor-testing-guide.md +532 -0
  504. package/library/skills/playwright-test-builder/references/page-object-model-guide.md +493 -0
  505. package/library/skills/playwright-test-builder/references/playwright-configuration-guide.md +505 -0
  506. package/library/skills/playwright-test-builder/references/quick-start-guide.md +360 -0
  507. package/library/skills/playwright-test-builder/references/test-scenarios-example.json +300 -0
  508. package/library/skills/playwright-test-builder/scripts/generate_page_objects.py +327 -0
  509. package/library/skills/playwright-test-builder/scripts/generate_tests.py +412 -0
  510. package/library/skills/playwright-test-builder/scripts/setup_playwright.py +447 -0
  511. package/library/skills/project-initializer/SKILL.md +974 -0
  512. package/library/skills/project-initializer/templates/claudemd-aidlc.template +192 -0
  513. package/library/skills/project-initializer/templates/gitignore-dotnet.template +155 -0
  514. package/library/skills/project-initializer/templates/gitignore-node.template +108 -0
  515. package/library/skills/project-initializer/templates/gitignore-python.template +157 -0
  516. package/library/skills/project-initializer/templates/readme-aidlc.template +162 -0
  517. package/library/skills/project-initializer/templates/readme-generic.template +200 -0
  518. package/library/skills/prompt-design/SKILL.md +549 -0
  519. package/library/skills/prompt-design/references/conversation-patterns.md +876 -0
  520. package/library/skills/prompt-design/references/elicitation-prompts.md +1337 -0
  521. package/library/skills/prompt-design/references/prompt-patterns.md +750 -0
  522. package/library/skills/prompt-design/references/questioning-frameworks.md +813 -0
  523. package/library/skills/prompt-design/templates/brainstorming-prompt.md +521 -0
  524. package/library/skills/prompt-design/templates/elicitation-prompt.md +506 -0
  525. package/library/skills/prompt-design/templates/validation-prompt.md +674 -0
  526. package/library/skills/prp-generator/SKILL.md +728 -0
  527. package/library/skills/prp-generator/references/agent-delegation-matrix.md +366 -0
  528. package/library/skills/prp-generator/references/quality-gates.md +265 -0
  529. package/library/skills/prp-generator/references/requirement-patterns.md +754 -0
  530. package/library/skills/prp-generator/references/test-patterns.md +1054 -0
  531. package/library/skills/prp-generator/templates/full-stack-prp.md +612 -0
  532. package/library/skills/prp-generator/templates/infrastructure-prp.md +482 -0
  533. package/library/skills/prp-generator/templates/service-prp.md +491 -0
  534. package/library/skills/prp-generator/templates/ui-prp.md +478 -0
  535. package/library/skills/red-flag-filter/IMPLEMENTATION.md +298 -0
  536. package/library/skills/red-flag-filter/REFERENCE.md +302 -0
  537. package/library/skills/red-flag-filter/SKILL.md +298 -0
  538. package/library/skills/risk-assessment/SKILL.md +373 -0
  539. package/library/skills/risk-assessment/assets/risk-assessment-checklist.md +144 -0
  540. package/library/skills/risk-assessment/examples/api-dependency-risk.md +169 -0
  541. package/library/skills/risk-assessment/examples/key-person-dependency-risk.md +211 -0
  542. package/library/skills/risk-assessment/examples/requirements-uncertainty-risk.md +199 -0
  543. package/library/skills/risk-assessment/scripts/risk_analyzer.py +431 -0
  544. package/library/skills/risk-assessment/templates/risk-register-template.md +188 -0
  545. package/library/skills/skill-creator/LICENSE.txt +202 -0
  546. package/library/skills/skill-creator/SKILL.md +1015 -0
  547. package/library/skills/skill-creator/scripts/__pycache__/quick_validate.cpython-312.pyc +0 -0
  548. package/library/skills/skill-creator/scripts/init_skill.py +303 -0
  549. package/library/skills/skill-creator/scripts/package_skill.py +110 -0
  550. package/library/skills/skill-creator/scripts/quick_validate.py +65 -0
  551. package/library/skills/skill-reviewer/README.md +227 -0
  552. package/library/skills/skill-reviewer/SKILL.md +777 -0
  553. package/library/skills/skill-reviewer/assets/review-criteria.json +339 -0
  554. package/library/skills/skill-reviewer/references/anthropic-best-practices.md +238 -0
  555. package/library/skills/skill-reviewer/references/claude-code-skills-standards.md +403 -0
  556. package/library/skills/skill-reviewer/scripts/review-skill.ps1 +165 -0
  557. package/library/skills/skill-reviewer/scripts/review-skill.sh +140 -0
  558. package/library/skills/skill-reviewer/scripts/validate-structure.ps1 +76 -0
  559. package/library/skills/skill-reviewer/scripts/validate-structure.sh +67 -0
  560. package/library/skills/story-tracker/SKILL.md +426 -0
  561. package/library/skills/story-tracker/STRATEGIC_ANALYSIS.md +897 -0
  562. package/library/skills/story-tracker/assets/status-mappings.json +120 -0
  563. package/library/skills/story-tracker/assets/story-patterns.json +69 -0
  564. package/library/skills/story-tracker/assets/tracking-template.json +86 -0
  565. package/library/skills/story-tracker/scripts/create-tracking-file.ps1 +237 -0
  566. package/library/skills/story-tracker/scripts/create-tracking-file.sh +216 -0
  567. package/library/skills/story-tracker/scripts/parse-story.ps1 +130 -0
  568. package/library/skills/story-tracker/scripts/parse-story.sh +67 -0
  569. package/library/skills/story-tracker/scripts/track-git-changes.ps1 +165 -0
  570. package/library/skills/story-tracker/scripts/track-git-changes.sh +140 -0
  571. package/library/skills/story-tracker/templates/phase-section.md.template +18 -0
  572. package/library/skills/story-tracker/templates/status-update.md.template +25 -0
  573. package/library/skills/story-tracker/templates/tracking-file.md.template +166 -0
  574. package/library/skills/strategic-thinking/SKILL.md +681 -0
  575. package/library/skills/strategic-thinking/references/decision-making.md +939 -0
  576. package/library/skills/strategic-thinking/references/strategic-frameworks.md +1433 -0
  577. package/library/skills/strategic-thinking/references/trade-off-analysis.md +982 -0
  578. package/library/skills/strategic-thinking/references/vision-elicitation.md +971 -0
  579. package/library/skills/strategic-thinking/templates/decision-record.md +576 -0
  580. package/library/skills/strategic-thinking/templates/strategic-roadmap.md +575 -0
  581. package/library/skills/strategic-thinking/templates/trade-off-matrix.md +584 -0
  582. package/library/skills/strategic-thinking/templates/vision-statement.md +341 -0
  583. package/library/skills/test-suite-builder/SKILL.md +406 -0
  584. package/library/skills/test-suite-builder/assets/naming-conventions.json +60 -0
  585. package/library/skills/test-suite-builder/assets/test-patterns.json +175 -0
  586. package/library/skills/test-suite-builder/scripts/analyze-code.ps1 +117 -0
  587. package/library/skills/test-suite-builder/scripts/analyze-code.sh +100 -0
  588. package/library/skills/test-suite-builder/scripts/generate-tests.ps1 +191 -0
  589. package/library/skills/test-suite-builder/scripts/generate-tests.sh +197 -0
  590. package/library/skills/test-suite-builder/scripts/run-tests.ps1 +116 -0
  591. package/library/skills/test-suite-builder/scripts/run-tests.sh +106 -0
  592. package/library/skills/test-suite-builder/templates/component-test.razor.template +39 -0
  593. package/library/skills/test-suite-builder/templates/integration-test.cs.template +26 -0
  594. package/library/skills/test-suite-builder/templates/saga-test.cs.template +43 -0
  595. package/library/skills/test-suite-builder/templates/test-method.cs.template +12 -0
  596. package/library/skills/test-suite-builder/templates/unit-test.cs.template +26 -0
  597. package/library/skills/test-suite-builder/workflows/full-test-suite.yml +102 -0
  598. package/library/skills/ux-design/README.md +273 -0
  599. package/library/skills/ux-design/SKILL.md +3354 -0
  600. package/library/skills/ux-design/assets/prompt-template.md +304 -0
  601. package/library/skills/ux-design/assets/spec-template.yaml +349 -0
  602. package/library/skills/ux-design/references/accessibility-guidelines.md +720 -0
  603. package/library/skills/ux-design/references/ai-prompt-framework.md +727 -0
  604. package/library/skills/ux-design/references/component-patterns.md +462 -0
  605. package/library/skills/ux-design/references/design-principles.md +495 -0
  606. package/library/skills/ux-design/scripts/README.md +442 -0
  607. package/library/skills/ux-design/scripts/generate-a11y-report.js +247 -0
  608. package/library/skills/ux-design/scripts/generate-accessibility-checklist.ts +675 -0
  609. package/library/skills/ux-design/scripts/track-accessibility-trend.js +437 -0
  610. package/library/skills/voting-consensus/ADVANCED.md +165 -0
  611. package/library/skills/voting-consensus/REFERENCE.md +208 -0
  612. package/library/skills/voting-consensus/SKILL.md +303 -0
  613. 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 = "../../ai-dlc-library";
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", "ai-dlc-library");
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 run the installer from the SixSevenAI repository root."
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 = [