@edupia-tutor/spec-driven-docs 0.14.7 → 0.14.9

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 (86) hide show
  1. package/commands/generate-bdd.md +76 -8
  2. package/commands/generate-bdd.tmpl +56 -108
  3. package/commands/generate-code.md +18 -1
  4. package/commands/generate-code.tmpl +18 -1
  5. package/commands/generate-design-spec.md +35 -5
  6. package/commands/generate-design-spec.tmpl +35 -5
  7. package/commands/generate-prd.md +15 -5
  8. package/commands/generate-prd.tmpl +1 -0
  9. package/commands/generate-tech-docs.md +1 -0
  10. package/commands/generate-tech-docs.tmpl +1 -0
  11. package/commands/propose-scenario.md +6 -2
  12. package/commands/propose-scenario.tmpl +6 -2
  13. package/commands/qc-analyze.md +14 -0
  14. package/commands/qc-analyze.tmpl +14 -0
  15. package/commands/refine-prd.md +25 -6
  16. package/commands/refine-prd.tmpl +18 -6
  17. package/commands/review-context.md +27 -12
  18. package/commands/review-context.tmpl +20 -12
  19. package/commands/validate-traces.md +1 -0
  20. package/commands/validate-traces.tmpl +1 -0
  21. package/core/FRAMEWORK_VERSION +1 -1
  22. package/core/commands/generate-bdd.md +76 -8
  23. package/core/commands/generate-code.md +18 -1
  24. package/core/commands/generate-design-spec.md +35 -5
  25. package/core/commands/generate-prd.md +15 -5
  26. package/core/commands/generate-tech-docs.md +1 -0
  27. package/core/commands/propose-scenario.md +6 -2
  28. package/core/commands/qc-analyze.md +14 -0
  29. package/core/commands/refine-prd.md +25 -6
  30. package/core/commands/review-context.md +27 -12
  31. package/core/commands/validate-traces.md +1 -0
  32. package/core/skills/code/SKILL.md +7 -759
  33. package/core/skills/debug/SKILL.md +9 -859
  34. package/core/skills/design-spec/SKILL.md +3 -582
  35. package/core/skills/prd/SKILL.md +5 -464
  36. package/core/skills/setup-ai-first/SKILL.md +3 -208
  37. package/core/skills/spec/SKILL.md +7 -450
  38. package/core/skills/test/SKILL.md +10 -1290
  39. package/core/steps/review-fanout.md +7 -0
  40. package/core/steps/spawn-agent.md +12 -7
  41. package/core/templates/feature.template +83 -222
  42. package/core/templates/prd.template.md +14 -5
  43. package/core/templates/project-context.yaml +1 -1
  44. package/docs/01-getting-started/core-concepts.md +2 -2
  45. package/docs/01-getting-started/quickstart.md +4 -3
  46. package/docs/02-guides/bdd-input-checklist.md +68 -0
  47. package/docs/02-guides/developer/README.md +3 -0
  48. package/docs/02-guides/developer/bdd-and-trace.md +1 -0
  49. package/docs/02-guides/developer/commands.md +3 -3
  50. package/docs/02-guides/developer/pr-checklist.md +1 -0
  51. package/docs/02-guides/developer/workflow.md +2 -2
  52. package/docs/02-guides/prd-input-checklist.md +94 -0
  53. package/docs/02-guides/product-owner/README.md +3 -1
  54. package/docs/02-guides/product-owner/commands.md +1 -1
  55. package/docs/02-guides/tech-docs-input-checklist.md +82 -0
  56. package/docs/02-guides/tester/README.md +1 -1
  57. package/docs/02-guides/tester/bug-reporting.md +1 -1
  58. package/docs/02-guides/tester/qc-automation.md +1 -1
  59. package/docs/03-concepts/README.md +1 -0
  60. package/docs/03-concepts/mechanisms-explained.md +57 -0
  61. package/docs/03-concepts/pipeline.md +12 -9
  62. package/docs/03-concepts/traceability.md +4 -1
  63. package/docs/04-operations/bug-flow.md +2 -0
  64. package/docs/05-reference/command-cheatsheet.md +8 -8
  65. package/docs/05-reference/commands.md +12 -10
  66. package/docs/05-reference/trace-schema.md +2 -1
  67. package/package.json +1 -1
  68. package/skills/code/SKILL.md +7 -759
  69. package/skills/code/SKILL.tmpl +7 -164
  70. package/skills/debug/SKILL.md +9 -859
  71. package/skills/debug/SKILL.tmpl +9 -252
  72. package/skills/design-spec/SKILL.md +3 -582
  73. package/skills/design-spec/SKILL.tmpl +3 -87
  74. package/skills/prd/SKILL.md +5 -464
  75. package/skills/prd/SKILL.tmpl +5 -63
  76. package/skills/setup-ai-first/SKILL.md +3 -208
  77. package/skills/setup-ai-first/SKILL.tmpl +3 -108
  78. package/skills/spec/SKILL.md +7 -450
  79. package/skills/spec/SKILL.tmpl +7 -162
  80. package/skills/test/SKILL.md +10 -1290
  81. package/skills/test/SKILL.tmpl +10 -288
  82. package/steps/review-fanout.md +7 -0
  83. package/steps/spawn-agent.md +12 -7
  84. package/templates/feature.template +83 -222
  85. package/templates/prd.template.md +14 -5
  86. package/templates/project-context.yaml +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edupia-tutor/spec-driven-docs",
3
- "version": "0.14.7",
3
+ "version": "0.14.9",
4
4
  "description": "AI-First Spec-Driven Development workflow framework for Claude Code",
5
5
  "bin": {
6
6
  "spec-driven-docs": "./bin/index.js"