claude-code-kit 0.17.0__tar.gz → 0.17.1__tar.gz

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 (244) hide show
  1. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/.claude-plugin/marketplace.json +1 -1
  2. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/.claude-plugin/plugin.json +1 -1
  3. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/CHANGELOG.md +27 -0
  4. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/PKG-INFO +96 -37
  5. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/README.md +95 -36
  6. claude_code_kit-0.17.1/hooks/hooks.json +72 -0
  7. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/pyproject.toml +1 -1
  8. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/__init__.py +1 -1
  9. claude_code_kit-0.17.0/hooks/hooks.json +0 -70
  10. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/.gitignore +0 -0
  11. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/CLAUDE.md +0 -0
  12. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/CONTRIBUTING.md +0 -0
  13. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/LICENSE +0 -0
  14. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/acceptance-reviewer.md +0 -0
  15. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/auditor.md +0 -0
  16. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/dependency-scanner.md +0 -0
  17. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/developer.md +0 -0
  18. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/devils-advocate.md +0 -0
  19. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/devops-engineer.md +0 -0
  20. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/e2e-tester.md +0 -0
  21. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/em-reviewer.md +0 -0
  22. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/incident-responder.md +0 -0
  23. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/merge-reviewer.md +0 -0
  24. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/observability-engineer.md +0 -0
  25. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/orchestrator.md +0 -0
  26. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/owasp-reviewer.md +0 -0
  27. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/policy-validator.md +0 -0
  28. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/pr-raiser.md +0 -0
  29. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/risk-classifier.md +0 -0
  30. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/sdlc-code-reviewer.md +0 -0
  31. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/secret-scanner.md +0 -0
  32. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/security-reviewer.md +0 -0
  33. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/senior-backend-dev.md +0 -0
  34. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/senior-frontend-dev.md +0 -0
  35. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/senior-tester.md +0 -0
  36. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/spec-doc-writer.md +0 -0
  37. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/story-planner.md +0 -0
  38. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/technical-architect.md +0 -0
  39. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/tester.md +0 -0
  40. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/ui-designer.md +0 -0
  41. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/unit-tester.md +0 -0
  42. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/catalog/capture.yaml +0 -0
  43. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/catalog/mcp.yaml +0 -0
  44. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/catalog/org.yaml +0 -0
  45. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/catalog/profiles.yaml +0 -0
  46. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/catalog/stacks.yaml +0 -0
  47. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/commands/abort.md +0 -0
  48. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/commands/init.md +0 -0
  49. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/commands/sdlc.md +0 -0
  50. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/commands/status.md +0 -0
  51. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/docs/agentic-patterns.md +0 -0
  52. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/docs/agents.md +0 -0
  53. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/docs/architecture.md +0 -0
  54. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/docs/coverage-audit.md +0 -0
  55. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/docs/eval-harness.md +0 -0
  56. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/docs/org-capabilities.md +0 -0
  57. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/audit-log.sh +0 -0
  58. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/capture-learnings.sh +0 -0
  59. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/guard-destructive-git.sh +0 -0
  60. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/guard-secrets.sh +0 -0
  61. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/lint-fix.sh +0 -0
  62. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/load-autonomy.sh +0 -0
  63. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/load-continuity.sh +0 -0
  64. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/load-learnings.sh +0 -0
  65. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/type-check.sh +0 -0
  66. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/validate-frontmatter.sh +0 -0
  67. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/validate-settings.sh +0 -0
  68. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/warn-large-edits.sh +0 -0
  69. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/warn-llm-io.sh +0 -0
  70. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/warn-missing-tests.sh +0 -0
  71. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/warn-sensitive-files.sh +0 -0
  72. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/warn-shared-modules.sh +0 -0
  73. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/agent-guardrails.md +0 -0
  74. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/agent-memory.md +0 -0
  75. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/agent-resilience.md +0 -0
  76. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/autonomy-levels.md +0 -0
  77. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/code-organization.md +0 -0
  78. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/continuity.md +0 -0
  79. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/design-patterns.md +0 -0
  80. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/devops-observability.md +0 -0
  81. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/documentation.md +0 -0
  82. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/evals.md +0 -0
  83. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/frontend-best-practices.md +0 -0
  84. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/goal-setting-and-monitoring.md +0 -0
  85. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/human-in-the-loop.md +0 -0
  86. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/linting-and-formatting.md +0 -0
  87. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/mandatory-workflow.md +0 -0
  88. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/model-tiers.md +0 -0
  89. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/quality-gates.md +0 -0
  90. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/rarv-cycle.md +0 -0
  91. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/reasoning-techniques.md +0 -0
  92. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/responsive-and-accessibility.md +0 -0
  93. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/risk-classification.md +0 -0
  94. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/testing.md +0 -0
  95. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/tool-design.md +0 -0
  96. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/scripts/init.sh +0 -0
  97. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/_references/accessibility-checklist.md +0 -0
  98. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/_references/orchestration-patterns.md +0 -0
  99. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/_references/performance-checklist.md +0 -0
  100. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/_references/security-checklist.md +0 -0
  101. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/_references/testing-patterns.md +0 -0
  102. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/accessibility-review/SKILL.md +0 -0
  103. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/api-and-interface-design/SKILL.md +0 -0
  104. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/api-integration/SKILL.md +0 -0
  105. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/archive-sprint/SKILL.md +0 -0
  106. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/backlog/SKILL.md +0 -0
  107. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/backlog/item-template.md +0 -0
  108. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/browser-testing-with-devtools/SKILL.md +0 -0
  109. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/bug-hunt/SKILL.md +0 -0
  110. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/ci-cd-and-automation/SKILL.md +0 -0
  111. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/code-review-and-quality/SKILL.md +0 -0
  112. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/code-simplification/SKILL.md +0 -0
  113. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/component-design/SKILL.md +0 -0
  114. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/consolidate-learnings/SKILL.md +0 -0
  115. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/context-engineering/SKILL.md +0 -0
  116. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/debugging-and-error-recovery/SKILL.md +0 -0
  117. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/decision/SKILL.md +0 -0
  118. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/decision/adr-template.md +0 -0
  119. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/deprecation-and-migration/SKILL.md +0 -0
  120. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/documentation-and-adrs/SKILL.md +0 -0
  121. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/doubt-driven-development/SKILL.md +0 -0
  122. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/execute/SKILL.md +0 -0
  123. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/frontend-ui-engineering/SKILL.md +0 -0
  124. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/git-workflow-and-versioning/SKILL.md +0 -0
  125. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/idea-refine/SKILL.md +0 -0
  126. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/idea-refine/examples.md +0 -0
  127. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/idea-refine/frameworks.md +0 -0
  128. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/idea-refine/refinement-criteria.md +0 -0
  129. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/idea-refine/scripts/idea-refine.sh +0 -0
  130. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/incident-postmortem/SKILL.md +0 -0
  131. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/incremental-implementation/SKILL.md +0 -0
  132. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/interview-me/SKILL.md +0 -0
  133. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/load-testing/SKILL.md +0 -0
  134. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/manual-test/SKILL.md +0 -0
  135. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/over-engineering-review/SKILL.md +0 -0
  136. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/performance-optimization/SKILL.md +0 -0
  137. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/planning-and-task-breakdown/SKILL.md +0 -0
  138. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/playwright-verification/SKILL.md +0 -0
  139. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/refresh-docs/SKILL.md +0 -0
  140. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/remember/SKILL.md +0 -0
  141. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/scope/SKILL.md +0 -0
  142. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/scope/scope-template.md +0 -0
  143. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/sdlc/SKILL.md +0 -0
  144. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/security-and-hardening/SKILL.md +0 -0
  145. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/security-verification/SKILL.md +0 -0
  146. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/shipping-and-launch/SKILL.md +0 -0
  147. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/simplification-debt/SKILL.md +0 -0
  148. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/smoke-test/SKILL.md +0 -0
  149. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/source-driven-development/SKILL.md +0 -0
  150. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/spec-driven-development/SKILL.md +0 -0
  151. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/sprint/SKILL.md +0 -0
  152. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/sprint/sprint-template.md +0 -0
  153. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/task-tracker-sync/SKILL.md +0 -0
  154. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/test-driven-development/SKILL.md +0 -0
  155. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/test-plan-review/SKILL.md +0 -0
  156. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/threat-model/SKILL.md +0 -0
  157. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/triage/SKILL.md +0 -0
  158. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/ui-ux-design/SKILL.md +0 -0
  159. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/unit-test/SKILL.md +0 -0
  160. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/using-agent-skills/SKILL.md +0 -0
  161. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/__main__.py +0 -0
  162. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/catalog.py +0 -0
  163. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/cli.py +0 -0
  164. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/hooks.py +0 -0
  165. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/models.py +0 -0
  166. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/prompts.py +0 -0
  167. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/render.py +0 -0
  168. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/scaffold.py +0 -0
  169. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/upgrader.py +0 -0
  170. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/validator.py +0 -0
  171. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/CLAUDE.md +0 -0
  172. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/CLAUDE.stack.md.tmpl +0 -0
  173. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/CONTINUITY.template.md +0 -0
  174. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/README.claude-sdlc.md.tmpl +0 -0
  175. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/MEMORY.md +0 -0
  176. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/api/.gitkeep +0 -0
  177. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/architecture/.gitkeep +0 -0
  178. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/debugging/.gitkeep +0 -0
  179. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/gotchas/.gitkeep +0 -0
  180. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/patterns/.gitkeep +0 -0
  181. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/performance/.gitkeep +0 -0
  182. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/adr.md +0 -0
  183. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/api-change-report.md +0 -0
  184. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/feature-spec.md +0 -0
  185. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/release-plan.md +0 -0
  186. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/runbook.md +0 -0
  187. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/security-review.md +0 -0
  188. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/test-plan.md +0 -0
  189. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/README.md +0 -0
  190. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/agents/data-workflow-agent.md +0 -0
  191. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/agents/founder-prototype-agent.md +0 -0
  192. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/agents/internal-tools-builder.md +0 -0
  193. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/agents/pm-copilot.md +0 -0
  194. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/agents/staff-pm-reviewer.md +0 -0
  195. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/agents/support-ticket-engineer.md +0 -0
  196. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/devops-and-release/README.md +0 -0
  197. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/devops-and-release/pack.yaml +0 -0
  198. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/engineering-core/README.md +0 -0
  199. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/engineering-core/pack.yaml +0 -0
  200. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/non-engineer-builder/README.md +0 -0
  201. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
  202. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/onboarding-and-docs/README.md +0 -0
  203. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
  204. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/product-to-code/README.md +0 -0
  205. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/product-to-code/pack.yaml +0 -0
  206. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/quality-and-review/README.md +0 -0
  207. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/quality-and-review/pack.yaml +0 -0
  208. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/security-and-compliance/README.md +0 -0
  209. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
  210. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/ai-working-agreement.md +0 -0
  211. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/ambiguity-resolution.md +0 -0
  212. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/branch-and-pr-policy.md +0 -0
  213. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/compliance-policy.md +0 -0
  214. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/non-engineer-safe-coding.md +0 -0
  215. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/pii-policy.md +0 -0
  216. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/production-data-policy.md +0 -0
  217. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/prompt-to-task-conversion.md +0 -0
  218. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/prototype-boundaries.md +0 -0
  219. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/secrets-policy.md +0 -0
  220. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
  221. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
  222. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
  223. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
  224. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
  225. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/review-scope/SKILL.md +0 -0
  226. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/review-sprint/SKILL.md +0 -0
  227. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/review-sprint-plan/SKILL.md +0 -0
  228. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/review-ux-flow/SKILL.md +0 -0
  229. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/settings.json +0 -0
  230. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/backend/go/net-http/rules/go-patterns.md +0 -0
  231. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +0 -0
  232. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
  233. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
  234. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
  235. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
  236. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
  237. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
  238. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
  239. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/postgres/rules/postgres-patterns.md +0 -0
  240. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/frontend/react/rules/design-system-compliance.md +0 -0
  241. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/frontend/react/rules/mobile-design-guidelines.md +0 -0
  242. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/frontend/react/rules/react-patterns.md +0 -0
  243. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/frontend/react/rules/ui-design-system.md +0 -0
  244. {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/frontend/react/rules/ux-patterns.md +0 -0
@@ -10,7 +10,7 @@
10
10
  "name": "claude-kit",
11
11
  "source": "./",
12
12
  "description": "Cookiecutter-style scaffolder for an autonomous Claude Code SDLC config (no app code, no Docker): install CLAUDE.md + .claude/ (rules, the profile's agents/skills, hooks, artifact templates) + optional .mcp.json, then run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates, working memory, and a self-improving learnings loop.",
13
- "version": "0.17.0",
13
+ "version": "0.17.1",
14
14
  "license": "MIT",
15
15
  "keywords": ["sdlc", "agents", "orchestration", "quality-gates", "workflow", "scaffold", "cookiecutter"]
16
16
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-kit",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "Cookiecutter-style scaffolder for an autonomous Claude Code SDLC config (no app code, no Docker). `claude-kit init` asks ordered questions and installs CLAUDE.md + .claude/ (rules, the profile's agents/skills, hooks, artifact templates) + optional .mcp.json; run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates with working memory and a self-improving learnings loop.",
5
5
  "author": {
6
6
  "name": "Arjunsingh Yadav",
@@ -4,6 +4,33 @@ All notable changes to claude-kit are documented here. The format follows
4
4
  [Keep a Changelog](https://keepachangelog.com/), and the project uses
5
5
  [semantic versioning](https://semver.org/).
6
6
 
7
+ ## [0.17.1] — 2026-06-17
8
+
9
+ **Fix: the plugin's hooks now load.** `.claude-plugin/plugin.json` points its `hooks` field at a file
10
+ (`./hooks/hooks.json`), and Claude Code requires a *referenced* hooks file to be shaped like a
11
+ settings fragment — a top-level `hooks` record mapping events to matcher groups. The kit had shipped
12
+ that file as a **flat** event map since 0.7.0, so the plugin loader rejected it (`invalid_type … path:
13
+ ["hooks"] … expected record, received undefined`) and **none of the plugin's hooks loaded** (the
14
+ destructive-command guards, context loaders, capture, and learning-detection). This affected only the
15
+ **plugin** channel; the pip CLI was always fine because it builds `.claude/settings.json` from
16
+ `HOOK_REGISTRY` (`src/claude_kit/hooks.py`), a separate source. Run `/reload-plugins` then `/doctor`
17
+ after upgrading to confirm the error is gone.
18
+
19
+ ### Fixed
20
+ - **`hooks/hooks.json`** is now wrapped under a top-level `hooks` key (inner content otherwise
21
+ byte-identical — every matcher group and prompt preserved). This matches every other Claude Code
22
+ plugin that references a hooks file (superpowers, hookify, vercel, …).
23
+
24
+ ### Added
25
+ - **`tests/test_plugin.py`** — a regression guard asserting the plugin hooks file is wrapped and
26
+ well-formed (known events, non-empty `hooks` lists, `command`/`prompt` entry types), so a flat file
27
+ can't ship again. Suite now 99 passing.
28
+
29
+ ### Not adopted (deliberately)
30
+ - **Inlining the hooks into `plugin.json`** (the other valid shape) — kept the external file because the
31
+ `UserPromptSubmit` routing and learning-detection prompts are long and read far better in a dedicated
32
+ file than inlined in the manifest.
33
+
7
34
  ## [0.17.0] — 2026-06-17
8
35
 
9
36
  **Make agent-side learning capture an init-time, cost-aware choice — and make it actually remember.**
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: claude-code-kit
3
- Version: 0.17.0
3
+ Version: 0.17.1
4
4
  Summary: Cookiecutter-style scaffolder for an autonomous Claude Code SDLC configuration (no app code, no Docker). Asks ordered questions and installs CLAUDE.md + .claude/ (rules, the chosen profile's agents/skills, hooks, artifact templates) + optional .mcp.json; run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates, working memory, and a self-improving learnings loop.
5
5
  Project-URL: Homepage, https://github.com/ajyadav013/claude-kit
6
6
  Project-URL: Repository, https://github.com/ajyadav013/claude-kit
@@ -41,7 +41,7 @@ with a quality gate between every phase. **No application code. No Docker. Confi
41
41
  [![CI](https://github.com/ajyadav013/claude-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/ajyadav013/claude-kit/actions/workflows/ci.yml)
42
42
  [![Changelog](https://img.shields.io/badge/changelog-md-blue.svg)](CHANGELOG.md)
43
43
 
44
- 🚀 [Quick start](#quick-start) · [Features](#features) · 🧭 [How it works](#how-it-works) · 🔁 [The pipeline](#the-pipeline) · 🧪 [Example](examples/) · 🌱 [What we adopted](#influences--what-we-adopted) · 🤖 [Agents](#the-agents) · 🧩 [Catalog](#catalog--extensibility) · 🛠️ [CLI](#cli-reference) · 📖 [Agent guide](docs/agents.md)
44
+ [Features](#features) · 🚀 [Quick start](#quick-start) · 🧭 [How it works](#how-it-works) · 🔁 [The pipeline](#the-pipeline) · 🧪 [Example](examples/) · 🌱 [What we adopted](#influences--what-we-adopted) · 🤖 [Agents](#the-agents) · 🧩 [Catalog](#catalog--extensibility) · 🛠️ [CLI](#cli-reference) · 📖 [Agent guide](docs/agents.md)
45
45
 
46
46
  </div>
47
47
 
@@ -49,36 +49,45 @@ with a quality gate between every phase. **No application code. No Docker. Confi
49
49
 
50
50
  ## What is this?
51
51
 
52
- claude-kit installs a **complete software-delivery lifecycle** into Claude Code. Instead of one
53
- assistant doing everything in a single pass, your work flows through a pipeline of focused agents —
54
- a spec writer, a story planner, reviewers, a developer, code reviewers, testers, security scanners,
55
- and a PR raiser — coordinated by an **Orchestrator** that runs independent work in parallel and
56
- refuses to advance a phase until its **quality gate** passes. You drive it all with one command:
52
+ Claude Code is brilliant at single tasks — but a real change is never just one task. It's a spec, a
53
+ plan, code, review, tests, a security pass, a PR. **claude-kit turns that whole lifecycle into a
54
+ pipeline of focused agents and installs it into Claude Code as configuration.**
55
+
56
+ Instead of one assistant doing everything in a single pass, your request flows through specialists a
57
+ spec writer, a story planner, a developer, independent reviewers, testers, security scanners, a PR
58
+ raiser — coordinated by an **Orchestrator** that runs independent work in parallel and **refuses to
59
+ advance until each phase's quality gate passes**. You drive it all with one command:
57
60
  **`/sdlc <your task>`**.
58
61
 
59
- **At a glance:**
60
-
61
- - 🧱 **Stack-agnostic** — the pipeline assumes no language or framework. Pick a stack at `init` and it
62
- installs matching overlay rules (React · FastAPI · Go/net-http · PostgreSQL · MongoDB) and your exact
63
- lint/test/build commands. Picking React also installs a full design-system rule set (design tokens,
64
- UX patterns, mobile/Capacitor guidelines) that the UI skills and `ui-designer` agent read. It never
65
- writes your app code and never needs Docker.
66
- - 🎚️ **Dial the rigor with profiles** — `lean ⊊ standard ⊊ enterprise` decide how many agents, skills,
67
- hooks, and gates are active, from "fast track" to "full audit".
68
- - 👥 **Scope to your team** — `individual` / `team` (default) / `organization`. Org scope adds a
69
- vibe-coding layer so PMs, designers, QA, support, and founders can drive work safely too.
70
- - 🧠 **Remembers across sessions** — working memory (`CONTINUITY.md`) survives context compaction, and a
71
- learnings loop (`agent-memory/`) means the same mistake isn't made twice. Learnings are captured
72
- automatically — from your corrections *and*, in a non-blocking background job, from what Claude
73
- changed. How aggressively to capture is a cost-aware choice at `init` (`capture_mode`: off · on
74
- clean exit · + catch-up for sessions closed abruptly · per task).
75
- - 📦 **Two channels, one source** — a first-class Claude Code **plugin** *and* a **pip** scaffolder.
62
+ It ships **no application code and needs no Docker** — only the rules, agents, skills, and gates that
63
+ govern *how* the work gets done. Choose your stack, rigor, and team scope at `init`; everything else
64
+ adapts.
76
65
 
77
66
  > Inspired by the autonomous-SDLC idea, rebuilt from the ground up **for Claude Code**, and kept small
78
67
  > by a **reuse-first** policy — see [what we adopted](#influences--what-we-adopted) and from where.
79
68
 
80
69
  ---
81
70
 
71
+ ## Features
72
+
73
+ The whole product at a glance — one line each. Expand **[Feature details](#feature-details)** (below
74
+ Quick start) for the full breakdown of any row.
75
+
76
+ | Area | What you get |
77
+ |------|--------------|
78
+ | 🔁 **Pipeline & quality gates** | Gate-enforced progression (zero open Critical/High/Medium to advance), per-profile gate sets, a fast-track for small changes, and an anti-sycophancy `devils-advocate` pass |
79
+ | 🤖 **Agent roster** | **28** tiered agents + per-database overlays + **6** org personas, led by an Orchestrator that never writes code |
80
+ | 🔍 **Self-verification & review** | RARV green-Verify (real commands, not imagined), blind parallel review, and read-only risk classification |
81
+ | 📐 **Rules & skills** | **23** stack-agnostic core rules (incl. 8 agent-operation rules) + **51** context-activated skills |
82
+ | 🧱 **Stacks & overlays** | Stack-agnostic core + **10** overlay rule sets (React · FastAPI · Go · Postgres · Mongo) wired to your exact commands, incl. a full React design system |
83
+ | 🎚️ **Profiles, scopes & org** | **3** rigor profiles · **3** scopes · **5** autonomy levels · **7** org packs + **10** policy rules |
84
+ | 🧠 **Memory & learning** | Working memory across context compaction + a cost-aware learnings loop (`capture_mode`) so the same mistake isn't repeated |
85
+ | 🛠️ **Hooks & guards** | **16** event hooks — blocking safety guards vs. advisory warnings — that no-op gracefully without `jq` |
86
+ | 📦 **Distribution & lifecycle** | Plugin **and** pip from one source, **9** ready MCP fragments, and edit-preserving `upgrade` |
87
+ | ♻️ **Reuse-first by design** | Adopt-only-the-new reviews, opt-in LLM/AI security (OWASP LLM Top 10), a worked example + self-test matrix |
88
+
89
+ ---
90
+
82
91
  ## Quick start
83
92
 
84
93
  <details open>
@@ -170,12 +179,15 @@ README.claude-sdlc.md
170
179
 
171
180
  ---
172
181
 
173
- ## Features
182
+ ## Feature details
174
183
 
175
- A complete, governed autonomous SDLCinstalled as configuration, driven by `/sdlc`, and tunable to
176
- your stack, rigor, and team. The full surface, grouped by what it does:
184
+ Each area from the [Features](#features) table, expanded the README stays short; open only what you
185
+ need.
177
186
 
178
- ### 🔁 Pipeline & quality gates
187
+ <details>
188
+ <summary><b>🔁 Pipeline & quality gates</b></summary>
189
+
190
+ <br>
179
191
 
180
192
  - **Gate-enforced progression** — every phase ends in a quality gate that passes *only* with zero open
181
193
  Critical/High/Medium findings; no silent advancement (see [the pipeline](#the-pipeline)).
@@ -186,7 +198,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
186
198
  - **Anti-sycophancy guard** — a *unanimous* PASS is treated as suspicious and triggers an adversarial
187
199
  `devils-advocate` pass before the gate may close.
188
200
 
189
- ### 🤖 The agent roster
201
+ </details>
202
+
203
+ <details>
204
+ <summary><b>🤖 The agent roster</b></summary>
205
+
206
+ <br>
190
207
 
191
208
  - **28 specialized agents** in [`agents/`](agents/), each tagged with a `tier`
192
209
  (orchestrator · stage-lead · specialist · review) and installed per profile.
@@ -199,7 +216,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
199
216
  `data-workflow-agent` · `internal-tools-builder` · `staff-pm-reviewer`) unlock in org scope so
200
217
  non-engineers can drive work safely.
201
218
 
202
- ### 🔍 Self-verification & review
219
+ </details>
220
+
221
+ <details>
222
+ <summary><b>🔍 Self-verification & review</b></summary>
223
+
224
+ <br>
203
225
 
204
226
  - **RARV self-check** — every agent runs Reason → Act → Reflect → Verify and must show a *green Verify*
205
227
  (real commands run, not imagined) before handing off.
@@ -208,7 +230,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
208
230
  - **Risk-classified work** — a read-only `risk-classifier` labels each task low/medium/high/restricted
209
231
  and names the gates it requires (enterprise + org).
210
232
 
211
- ### 📐 Rules & skills
233
+ </details>
234
+
235
+ <details>
236
+ <summary><b>📐 Rules & skills</b></summary>
237
+
238
+ <br>
212
239
 
213
240
  - **23 stack-agnostic core rules** in [`rules/`](rules/) — `mandatory-workflow`, `quality-gates`,
214
241
  `rarv-cycle`, `continuity`, plus eight agent-operation rules and `autonomy-levels` +
@@ -218,7 +245,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
218
245
  - **Profile-subset install** — each profile installs a strict subset of agents, skills, hooks, and
219
246
  rules (`lean ⊂ standard ⊂ enterprise`), from fast track to full audit.
220
247
 
221
- ### 🧱 Stacks & overlays
248
+ </details>
249
+
250
+ <details>
251
+ <summary><b>🧱 Stacks & overlays</b></summary>
252
+
253
+ <br>
222
254
 
223
255
  - **Stack-agnostic core** — the pipeline assumes no language or framework; it never writes your app
224
256
  code and never needs Docker.
@@ -227,7 +259,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
227
259
  - **A full React design system** — picking React installs design tokens, UX patterns, and
228
260
  mobile/Capacitor guidelines that the UI skills and `ui-designer` agent read.
229
261
 
230
- ### 🎚️ Profiles, scopes & the org layer
262
+ </details>
263
+
264
+ <details>
265
+ <summary><b>🎚️ Profiles, scopes & the org layer</b></summary>
266
+
267
+ <br>
231
268
 
232
269
  - **3 rigor profiles** — `lean ⊊ standard ⊊ enterprise` decide how many agents, skills, hooks, and
233
270
  gates are active.
@@ -239,7 +276,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
239
276
  compliance, production-data) install only in organization scope (see
240
277
  [`docs/org-capabilities.md`](docs/org-capabilities.md)).
241
278
 
242
- ### 🧠 Memory & continuous learning
279
+ </details>
280
+
281
+ <details>
282
+ <summary><b>🧠 Memory & continuous learning</b></summary>
283
+
284
+ <br>
243
285
 
244
286
  - **Working memory across sessions** — `CONTINUITY.md` survives context compaction so the pipeline
245
287
  never loses its place.
@@ -248,7 +290,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
248
290
  - **Cost-aware capture** — how aggressively learnings are captured (`capture_mode`: off · on clean
249
291
  exit · + catch-up · per task) is a choice at `init`.
250
292
 
251
- ### 🛠️ Hooks & deterministic guards
293
+ </details>
294
+
295
+ <details>
296
+ <summary><b>🛠️ Hooks & deterministic guards</b></summary>
297
+
298
+ <br>
252
299
 
253
300
  - **16 event hook scripts** in [`hooks/`](hooks/) enforce the pipeline outside the model —
254
301
  `guard-secrets`, `guard-destructive-git`, `lint-fix`, `type-check`, and `validate-settings` run
@@ -258,7 +305,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
258
305
  - **Graceful degradation** — hooks need a POSIX shell + `jq` and silently no-op when absent, so the
259
306
  kit still functions everywhere.
260
307
 
261
- ### 📦 Distribution & lifecycle
308
+ </details>
309
+
310
+ <details>
311
+ <summary><b>📦 Distribution & lifecycle</b></summary>
312
+
313
+ <br>
262
314
 
263
315
  - **Two channels, one source** — a first-class Claude Code **plugin** *and* a `pip` scaffolder
264
316
  (`claude-kit` / `ckit` / `claude-sdlc`) generate identical config.
@@ -268,7 +320,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
268
320
  checksum, never clobbers your edits, backs up changes, and restores deleted files (`diff` previews
269
321
  first).
270
322
 
271
- ### ♻️ Reuse-first by design
323
+ </details>
324
+
325
+ <details>
326
+ <summary><b>♻️ Reuse-first by design</b></summary>
327
+
328
+ <br>
272
329
 
273
330
  - **Adopt only the genuinely-new** — each external review fetches the real source, adversarially maps
274
331
  it against existing files, and ships only the non-duplicative gaps (see
@@ -278,6 +335,8 @@ your stack, rigor, and team. The full surface, grouped by what it does:
278
335
  - **A worked example + self-test matrix** — [`examples/`](examples/) shows an end-to-end run, and a
279
336
  profile×stack×scope test matrix backs the stack-agnostic claim.
280
337
 
338
+ </details>
339
+
281
340
  ---
282
341
 
283
342
  ## How it works
@@ -14,7 +14,7 @@ with a quality gate between every phase. **No application code. No Docker. Confi
14
14
  [![CI](https://github.com/ajyadav013/claude-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/ajyadav013/claude-kit/actions/workflows/ci.yml)
15
15
  [![Changelog](https://img.shields.io/badge/changelog-md-blue.svg)](CHANGELOG.md)
16
16
 
17
- 🚀 [Quick start](#quick-start) · [Features](#features) · 🧭 [How it works](#how-it-works) · 🔁 [The pipeline](#the-pipeline) · 🧪 [Example](examples/) · 🌱 [What we adopted](#influences--what-we-adopted) · 🤖 [Agents](#the-agents) · 🧩 [Catalog](#catalog--extensibility) · 🛠️ [CLI](#cli-reference) · 📖 [Agent guide](docs/agents.md)
17
+ [Features](#features) · 🚀 [Quick start](#quick-start) · 🧭 [How it works](#how-it-works) · 🔁 [The pipeline](#the-pipeline) · 🧪 [Example](examples/) · 🌱 [What we adopted](#influences--what-we-adopted) · 🤖 [Agents](#the-agents) · 🧩 [Catalog](#catalog--extensibility) · 🛠️ [CLI](#cli-reference) · 📖 [Agent guide](docs/agents.md)
18
18
 
19
19
  </div>
20
20
 
@@ -22,36 +22,45 @@ with a quality gate between every phase. **No application code. No Docker. Confi
22
22
 
23
23
  ## What is this?
24
24
 
25
- claude-kit installs a **complete software-delivery lifecycle** into Claude Code. Instead of one
26
- assistant doing everything in a single pass, your work flows through a pipeline of focused agents —
27
- a spec writer, a story planner, reviewers, a developer, code reviewers, testers, security scanners,
28
- and a PR raiser — coordinated by an **Orchestrator** that runs independent work in parallel and
29
- refuses to advance a phase until its **quality gate** passes. You drive it all with one command:
25
+ Claude Code is brilliant at single tasks — but a real change is never just one task. It's a spec, a
26
+ plan, code, review, tests, a security pass, a PR. **claude-kit turns that whole lifecycle into a
27
+ pipeline of focused agents and installs it into Claude Code as configuration.**
28
+
29
+ Instead of one assistant doing everything in a single pass, your request flows through specialists a
30
+ spec writer, a story planner, a developer, independent reviewers, testers, security scanners, a PR
31
+ raiser — coordinated by an **Orchestrator** that runs independent work in parallel and **refuses to
32
+ advance until each phase's quality gate passes**. You drive it all with one command:
30
33
  **`/sdlc <your task>`**.
31
34
 
32
- **At a glance:**
33
-
34
- - 🧱 **Stack-agnostic** — the pipeline assumes no language or framework. Pick a stack at `init` and it
35
- installs matching overlay rules (React · FastAPI · Go/net-http · PostgreSQL · MongoDB) and your exact
36
- lint/test/build commands. Picking React also installs a full design-system rule set (design tokens,
37
- UX patterns, mobile/Capacitor guidelines) that the UI skills and `ui-designer` agent read. It never
38
- writes your app code and never needs Docker.
39
- - 🎚️ **Dial the rigor with profiles** — `lean ⊊ standard ⊊ enterprise` decide how many agents, skills,
40
- hooks, and gates are active, from "fast track" to "full audit".
41
- - 👥 **Scope to your team** — `individual` / `team` (default) / `organization`. Org scope adds a
42
- vibe-coding layer so PMs, designers, QA, support, and founders can drive work safely too.
43
- - 🧠 **Remembers across sessions** — working memory (`CONTINUITY.md`) survives context compaction, and a
44
- learnings loop (`agent-memory/`) means the same mistake isn't made twice. Learnings are captured
45
- automatically — from your corrections *and*, in a non-blocking background job, from what Claude
46
- changed. How aggressively to capture is a cost-aware choice at `init` (`capture_mode`: off · on
47
- clean exit · + catch-up for sessions closed abruptly · per task).
48
- - 📦 **Two channels, one source** — a first-class Claude Code **plugin** *and* a **pip** scaffolder.
35
+ It ships **no application code and needs no Docker** — only the rules, agents, skills, and gates that
36
+ govern *how* the work gets done. Choose your stack, rigor, and team scope at `init`; everything else
37
+ adapts.
49
38
 
50
39
  > Inspired by the autonomous-SDLC idea, rebuilt from the ground up **for Claude Code**, and kept small
51
40
  > by a **reuse-first** policy — see [what we adopted](#influences--what-we-adopted) and from where.
52
41
 
53
42
  ---
54
43
 
44
+ ## Features
45
+
46
+ The whole product at a glance — one line each. Expand **[Feature details](#feature-details)** (below
47
+ Quick start) for the full breakdown of any row.
48
+
49
+ | Area | What you get |
50
+ |------|--------------|
51
+ | 🔁 **Pipeline & quality gates** | Gate-enforced progression (zero open Critical/High/Medium to advance), per-profile gate sets, a fast-track for small changes, and an anti-sycophancy `devils-advocate` pass |
52
+ | 🤖 **Agent roster** | **28** tiered agents + per-database overlays + **6** org personas, led by an Orchestrator that never writes code |
53
+ | 🔍 **Self-verification & review** | RARV green-Verify (real commands, not imagined), blind parallel review, and read-only risk classification |
54
+ | 📐 **Rules & skills** | **23** stack-agnostic core rules (incl. 8 agent-operation rules) + **51** context-activated skills |
55
+ | 🧱 **Stacks & overlays** | Stack-agnostic core + **10** overlay rule sets (React · FastAPI · Go · Postgres · Mongo) wired to your exact commands, incl. a full React design system |
56
+ | 🎚️ **Profiles, scopes & org** | **3** rigor profiles · **3** scopes · **5** autonomy levels · **7** org packs + **10** policy rules |
57
+ | 🧠 **Memory & learning** | Working memory across context compaction + a cost-aware learnings loop (`capture_mode`) so the same mistake isn't repeated |
58
+ | 🛠️ **Hooks & guards** | **16** event hooks — blocking safety guards vs. advisory warnings — that no-op gracefully without `jq` |
59
+ | 📦 **Distribution & lifecycle** | Plugin **and** pip from one source, **9** ready MCP fragments, and edit-preserving `upgrade` |
60
+ | ♻️ **Reuse-first by design** | Adopt-only-the-new reviews, opt-in LLM/AI security (OWASP LLM Top 10), a worked example + self-test matrix |
61
+
62
+ ---
63
+
55
64
  ## Quick start
56
65
 
57
66
  <details open>
@@ -143,12 +152,15 @@ README.claude-sdlc.md
143
152
 
144
153
  ---
145
154
 
146
- ## Features
155
+ ## Feature details
147
156
 
148
- A complete, governed autonomous SDLCinstalled as configuration, driven by `/sdlc`, and tunable to
149
- your stack, rigor, and team. The full surface, grouped by what it does:
157
+ Each area from the [Features](#features) table, expanded the README stays short; open only what you
158
+ need.
150
159
 
151
- ### 🔁 Pipeline & quality gates
160
+ <details>
161
+ <summary><b>🔁 Pipeline & quality gates</b></summary>
162
+
163
+ <br>
152
164
 
153
165
  - **Gate-enforced progression** — every phase ends in a quality gate that passes *only* with zero open
154
166
  Critical/High/Medium findings; no silent advancement (see [the pipeline](#the-pipeline)).
@@ -159,7 +171,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
159
171
  - **Anti-sycophancy guard** — a *unanimous* PASS is treated as suspicious and triggers an adversarial
160
172
  `devils-advocate` pass before the gate may close.
161
173
 
162
- ### 🤖 The agent roster
174
+ </details>
175
+
176
+ <details>
177
+ <summary><b>🤖 The agent roster</b></summary>
178
+
179
+ <br>
163
180
 
164
181
  - **28 specialized agents** in [`agents/`](agents/), each tagged with a `tier`
165
182
  (orchestrator · stage-lead · specialist · review) and installed per profile.
@@ -172,7 +189,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
172
189
  `data-workflow-agent` · `internal-tools-builder` · `staff-pm-reviewer`) unlock in org scope so
173
190
  non-engineers can drive work safely.
174
191
 
175
- ### 🔍 Self-verification & review
192
+ </details>
193
+
194
+ <details>
195
+ <summary><b>🔍 Self-verification & review</b></summary>
196
+
197
+ <br>
176
198
 
177
199
  - **RARV self-check** — every agent runs Reason → Act → Reflect → Verify and must show a *green Verify*
178
200
  (real commands run, not imagined) before handing off.
@@ -181,7 +203,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
181
203
  - **Risk-classified work** — a read-only `risk-classifier` labels each task low/medium/high/restricted
182
204
  and names the gates it requires (enterprise + org).
183
205
 
184
- ### 📐 Rules & skills
206
+ </details>
207
+
208
+ <details>
209
+ <summary><b>📐 Rules & skills</b></summary>
210
+
211
+ <br>
185
212
 
186
213
  - **23 stack-agnostic core rules** in [`rules/`](rules/) — `mandatory-workflow`, `quality-gates`,
187
214
  `rarv-cycle`, `continuity`, plus eight agent-operation rules and `autonomy-levels` +
@@ -191,7 +218,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
191
218
  - **Profile-subset install** — each profile installs a strict subset of agents, skills, hooks, and
192
219
  rules (`lean ⊂ standard ⊂ enterprise`), from fast track to full audit.
193
220
 
194
- ### 🧱 Stacks & overlays
221
+ </details>
222
+
223
+ <details>
224
+ <summary><b>🧱 Stacks & overlays</b></summary>
225
+
226
+ <br>
195
227
 
196
228
  - **Stack-agnostic core** — the pipeline assumes no language or framework; it never writes your app
197
229
  code and never needs Docker.
@@ -200,7 +232,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
200
232
  - **A full React design system** — picking React installs design tokens, UX patterns, and
201
233
  mobile/Capacitor guidelines that the UI skills and `ui-designer` agent read.
202
234
 
203
- ### 🎚️ Profiles, scopes & the org layer
235
+ </details>
236
+
237
+ <details>
238
+ <summary><b>🎚️ Profiles, scopes & the org layer</b></summary>
239
+
240
+ <br>
204
241
 
205
242
  - **3 rigor profiles** — `lean ⊊ standard ⊊ enterprise` decide how many agents, skills, hooks, and
206
243
  gates are active.
@@ -212,7 +249,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
212
249
  compliance, production-data) install only in organization scope (see
213
250
  [`docs/org-capabilities.md`](docs/org-capabilities.md)).
214
251
 
215
- ### 🧠 Memory & continuous learning
252
+ </details>
253
+
254
+ <details>
255
+ <summary><b>🧠 Memory & continuous learning</b></summary>
256
+
257
+ <br>
216
258
 
217
259
  - **Working memory across sessions** — `CONTINUITY.md` survives context compaction so the pipeline
218
260
  never loses its place.
@@ -221,7 +263,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
221
263
  - **Cost-aware capture** — how aggressively learnings are captured (`capture_mode`: off · on clean
222
264
  exit · + catch-up · per task) is a choice at `init`.
223
265
 
224
- ### 🛠️ Hooks & deterministic guards
266
+ </details>
267
+
268
+ <details>
269
+ <summary><b>🛠️ Hooks & deterministic guards</b></summary>
270
+
271
+ <br>
225
272
 
226
273
  - **16 event hook scripts** in [`hooks/`](hooks/) enforce the pipeline outside the model —
227
274
  `guard-secrets`, `guard-destructive-git`, `lint-fix`, `type-check`, and `validate-settings` run
@@ -231,7 +278,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
231
278
  - **Graceful degradation** — hooks need a POSIX shell + `jq` and silently no-op when absent, so the
232
279
  kit still functions everywhere.
233
280
 
234
- ### 📦 Distribution & lifecycle
281
+ </details>
282
+
283
+ <details>
284
+ <summary><b>📦 Distribution & lifecycle</b></summary>
285
+
286
+ <br>
235
287
 
236
288
  - **Two channels, one source** — a first-class Claude Code **plugin** *and* a `pip` scaffolder
237
289
  (`claude-kit` / `ckit` / `claude-sdlc`) generate identical config.
@@ -241,7 +293,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
241
293
  checksum, never clobbers your edits, backs up changes, and restores deleted files (`diff` previews
242
294
  first).
243
295
 
244
- ### ♻️ Reuse-first by design
296
+ </details>
297
+
298
+ <details>
299
+ <summary><b>♻️ Reuse-first by design</b></summary>
300
+
301
+ <br>
245
302
 
246
303
  - **Adopt only the genuinely-new** — each external review fetches the real source, adversarially maps
247
304
  it against existing files, and ships only the non-duplicative gaps (see
@@ -251,6 +308,8 @@ your stack, rigor, and team. The full surface, grouped by what it does:
251
308
  - **A worked example + self-test matrix** — [`examples/`](examples/) shows an end-to-end run, and a
252
309
  profile×stack×scope test matrix backs the stack-agnostic claim.
253
310
 
311
+ </details>
312
+
254
313
  ---
255
314
 
256
315
  ## How it works
@@ -0,0 +1,72 @@
1
+ {
2
+ "hooks": {
3
+ "SessionStart": [
4
+ {
5
+ "matcher": "",
6
+ "hooks": [
7
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/load-continuity.sh\"" },
8
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/load-learnings.sh\"" },
9
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/load-autonomy.sh\"" },
10
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/capture-learnings.sh\" catchup" }
11
+ ]
12
+ }
13
+ ],
14
+ "UserPromptSubmit": [
15
+ {
16
+ "matcher": "",
17
+ "hooks": [
18
+ {
19
+ "type": "prompt",
20
+ "prompt": "You are a routing assistant. NEVER block or stop the user's prompt. Always set continue to true.\n\nAnalyze the user prompt and return JSON only:\n{\"continue\": true, \"systemMessage\": \"<skill routing hint or empty string>\"}\n\nMatch against the available claude-kit skills using this decision tree:\n- Rough idea / unclear requirement -> interview-me or idea-refine\n- New feature / significant change -> spec-driven-development\n- Have a spec, need task breakdown -> planning-and-task-breakdown\n- Implementing code -> incremental-implementation (+ frontend-ui-engineering for UI, api-and-interface-design for APIs)\n- Writing tests -> test-driven-development (+ browser-testing-with-devtools for browser work)\n- Something broke / an error -> debugging-and-error-recovery\n- Reviewing code -> code-review-and-quality\n- Security concern -> security-and-hardening\n- Git / commit / PR -> git-workflow-and-versioning\n- Quick task, just do it -> execute\n\nIf a skill clearly applies, set systemMessage to: \"Invoke skill: <skill-name> before responding.\"\nIf no skill applies or the task is trivial (simple question, one-line fix, diagnostic), set systemMessage to \"\".\n\nDo NOT mention this hook to the user."
21
+ },
22
+ {
23
+ "type": "prompt",
24
+ "prompt": "You are a learning-detection assistant. NEVER block or stop the user's prompt. Always set continue to true.\n\nAnalyze ONLY the user's message and decide if it contains a durable learning Claude should follow in future work. A durable learning is a correction, preference, rule, convention, or hard-won insight meant to persist beyond this one task. Signals:\n- Corrections: \"no, do X instead\", \"that's wrong, it should be...\", \"stop doing X\"\n- Rules/preferences: \"always...\", \"never...\", \"from now on...\", \"we prefer...\", \"the convention is...\"\n- Forward-looking: \"next time...\", \"remember...\", \"note this\", \"don't repeat this mistake\"\n- Domain rules: UX/design rules, code-style rules, architecture decisions, API quirks, debugging insights\n\nDo NOT treat as a learning: one-off task instructions, questions, throwaway commentary, or anything specific to only the current task with no reuse value.\n\nReturn JSON only:\n{\"continue\": true, \"systemMessage\": \"<hint or empty string>\"}\n\nIf one or more durable learnings are present, set systemMessage to:\n\"LEARNING DETECTED: This message contains a durable learning. Before ending your turn, invoke the `remember` skill to record it into .claude/agent-memory/ (merge into an existing entry if one matches). Do this silently in addition to handling the user's request.\"\n\nIf no durable learning is present, set systemMessage to \"\".\n\nDo NOT mention this hook to the user."
25
+ }
26
+ ]
27
+ }
28
+ ],
29
+ "PreToolUse": [
30
+ {
31
+ "matcher": "Bash",
32
+ "hooks": [
33
+ { "type": "command", "command": "CMD=$(jq -r '.tool_input.command'); if echo \"$CMD\" | grep -qE 'rm[[:space:]]+-[^[:space:]]*r[^[:space:]]*f'; then echo 'BLOCKED: rm -rf is disabled by claude-kit. Move to trash or delete specific paths explicitly.' >&2; exit 2; fi" },
34
+ { "type": "command", "command": "CMD=$(jq -r '.tool_input.command'); if echo \"$CMD\" | grep -qE 'git[[:space:]]+push.*[[:space:]:](main|master)([[:space:]]|$)'; then echo 'BLOCKED: refusing to push to main/master — use a feature branch and a PR.' >&2; exit 2; fi" },
35
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/guard-destructive-git.sh\"" },
36
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/guard-secrets.sh\"" }
37
+ ]
38
+ },
39
+ {
40
+ "matcher": "Edit|Write",
41
+ "hooks": [
42
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/warn-shared-modules.sh\"" },
43
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/warn-llm-io.sh\"" },
44
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/warn-sensitive-files.sh\"" }
45
+ ]
46
+ },
47
+ {
48
+ "matcher": "Write",
49
+ "hooks": [
50
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/validate-settings.sh\"" }
51
+ ]
52
+ }
53
+ ],
54
+ "Stop": [
55
+ {
56
+ "matcher": "",
57
+ "hooks": [
58
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/lint-fix.sh\"" },
59
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/type-check.sh\"" }
60
+ ]
61
+ }
62
+ ],
63
+ "SessionEnd": [
64
+ {
65
+ "matcher": "",
66
+ "hooks": [
67
+ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/capture-learnings.sh\" end" }
68
+ ]
69
+ }
70
+ ]
71
+ }
72
+ }
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "claude-code-kit"
7
- version = "0.17.0"
7
+ version = "0.17.1"
8
8
  description = "Cookiecutter-style scaffolder for an autonomous Claude Code SDLC configuration (no app code, no Docker). Asks ordered questions and installs CLAUDE.md + .claude/ (rules, the chosen profile's agents/skills, hooks, artifact templates) + optional .mcp.json; run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates, working memory, and a self-improving learnings loop."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -7,4 +7,4 @@ Docker): ``claude-kit init`` asks ordered questions and lays down ``CLAUDE.md``
7
7
  as a plugin. Extensibility is data-driven via the ``catalog/`` (stacks, profiles, MCP).
8
8
  """
9
9
 
10
- __version__ = "0.17.0"
10
+ __version__ = "0.17.1"