claude-code-kit 0.17.0__tar.gz → 0.17.2__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.2}/.claude-plugin/marketplace.json +1 -1
  2. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/.claude-plugin/plugin.json +2 -3
  3. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/CHANGELOG.md +59 -0
  4. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/PKG-INFO +105 -37
  5. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/README.md +104 -36
  6. claude_code_kit-0.17.2/hooks/hooks.json +72 -0
  7. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/pyproject.toml +1 -1
  8. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/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.2}/.gitignore +0 -0
  11. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/CLAUDE.md +0 -0
  12. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/CONTRIBUTING.md +0 -0
  13. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/LICENSE +0 -0
  14. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/acceptance-reviewer.md +0 -0
  15. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/auditor.md +0 -0
  16. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/dependency-scanner.md +0 -0
  17. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/developer.md +0 -0
  18. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/devils-advocate.md +0 -0
  19. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/devops-engineer.md +0 -0
  20. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/e2e-tester.md +0 -0
  21. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/em-reviewer.md +0 -0
  22. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/incident-responder.md +0 -0
  23. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/merge-reviewer.md +0 -0
  24. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/observability-engineer.md +0 -0
  25. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/orchestrator.md +0 -0
  26. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/owasp-reviewer.md +0 -0
  27. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/policy-validator.md +0 -0
  28. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/pr-raiser.md +0 -0
  29. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/risk-classifier.md +0 -0
  30. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/sdlc-code-reviewer.md +0 -0
  31. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/secret-scanner.md +0 -0
  32. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/security-reviewer.md +0 -0
  33. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/senior-backend-dev.md +0 -0
  34. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/senior-frontend-dev.md +0 -0
  35. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/senior-tester.md +0 -0
  36. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/spec-doc-writer.md +0 -0
  37. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/story-planner.md +0 -0
  38. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/technical-architect.md +0 -0
  39. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/tester.md +0 -0
  40. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/ui-designer.md +0 -0
  41. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/unit-tester.md +0 -0
  42. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/catalog/capture.yaml +0 -0
  43. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/catalog/mcp.yaml +0 -0
  44. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/catalog/org.yaml +0 -0
  45. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/catalog/profiles.yaml +0 -0
  46. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/catalog/stacks.yaml +0 -0
  47. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/commands/abort.md +0 -0
  48. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/commands/init.md +0 -0
  49. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/commands/sdlc.md +0 -0
  50. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/commands/status.md +0 -0
  51. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/docs/agentic-patterns.md +0 -0
  52. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/docs/agents.md +0 -0
  53. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/docs/architecture.md +0 -0
  54. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/docs/coverage-audit.md +0 -0
  55. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/docs/eval-harness.md +0 -0
  56. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/docs/org-capabilities.md +0 -0
  57. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/audit-log.sh +0 -0
  58. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/capture-learnings.sh +0 -0
  59. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/guard-destructive-git.sh +0 -0
  60. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/guard-secrets.sh +0 -0
  61. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/lint-fix.sh +0 -0
  62. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/load-autonomy.sh +0 -0
  63. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/load-continuity.sh +0 -0
  64. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/load-learnings.sh +0 -0
  65. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/type-check.sh +0 -0
  66. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/validate-frontmatter.sh +0 -0
  67. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/validate-settings.sh +0 -0
  68. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/warn-large-edits.sh +0 -0
  69. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/warn-llm-io.sh +0 -0
  70. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/warn-missing-tests.sh +0 -0
  71. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/warn-sensitive-files.sh +0 -0
  72. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/warn-shared-modules.sh +0 -0
  73. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/agent-guardrails.md +0 -0
  74. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/agent-memory.md +0 -0
  75. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/agent-resilience.md +0 -0
  76. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/autonomy-levels.md +0 -0
  77. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/code-organization.md +0 -0
  78. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/continuity.md +0 -0
  79. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/design-patterns.md +0 -0
  80. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/devops-observability.md +0 -0
  81. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/documentation.md +0 -0
  82. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/evals.md +0 -0
  83. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/frontend-best-practices.md +0 -0
  84. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/goal-setting-and-monitoring.md +0 -0
  85. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/human-in-the-loop.md +0 -0
  86. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/linting-and-formatting.md +0 -0
  87. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/mandatory-workflow.md +0 -0
  88. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/model-tiers.md +0 -0
  89. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/quality-gates.md +0 -0
  90. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/rarv-cycle.md +0 -0
  91. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/reasoning-techniques.md +0 -0
  92. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/responsive-and-accessibility.md +0 -0
  93. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/risk-classification.md +0 -0
  94. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/testing.md +0 -0
  95. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/tool-design.md +0 -0
  96. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/scripts/init.sh +0 -0
  97. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/_references/accessibility-checklist.md +0 -0
  98. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/_references/orchestration-patterns.md +0 -0
  99. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/_references/performance-checklist.md +0 -0
  100. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/_references/security-checklist.md +0 -0
  101. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/_references/testing-patterns.md +0 -0
  102. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/accessibility-review/SKILL.md +0 -0
  103. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/api-and-interface-design/SKILL.md +0 -0
  104. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/api-integration/SKILL.md +0 -0
  105. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/archive-sprint/SKILL.md +0 -0
  106. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/backlog/SKILL.md +0 -0
  107. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/backlog/item-template.md +0 -0
  108. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/browser-testing-with-devtools/SKILL.md +0 -0
  109. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/bug-hunt/SKILL.md +0 -0
  110. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/ci-cd-and-automation/SKILL.md +0 -0
  111. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/code-review-and-quality/SKILL.md +0 -0
  112. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/code-simplification/SKILL.md +0 -0
  113. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/component-design/SKILL.md +0 -0
  114. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/consolidate-learnings/SKILL.md +0 -0
  115. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/context-engineering/SKILL.md +0 -0
  116. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/debugging-and-error-recovery/SKILL.md +0 -0
  117. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/decision/SKILL.md +0 -0
  118. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/decision/adr-template.md +0 -0
  119. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/deprecation-and-migration/SKILL.md +0 -0
  120. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/documentation-and-adrs/SKILL.md +0 -0
  121. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/doubt-driven-development/SKILL.md +0 -0
  122. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/execute/SKILL.md +0 -0
  123. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/frontend-ui-engineering/SKILL.md +0 -0
  124. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/git-workflow-and-versioning/SKILL.md +0 -0
  125. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/idea-refine/SKILL.md +0 -0
  126. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/idea-refine/examples.md +0 -0
  127. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/idea-refine/frameworks.md +0 -0
  128. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/idea-refine/refinement-criteria.md +0 -0
  129. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/idea-refine/scripts/idea-refine.sh +0 -0
  130. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/incident-postmortem/SKILL.md +0 -0
  131. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/incremental-implementation/SKILL.md +0 -0
  132. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/interview-me/SKILL.md +0 -0
  133. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/load-testing/SKILL.md +0 -0
  134. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/manual-test/SKILL.md +0 -0
  135. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/over-engineering-review/SKILL.md +0 -0
  136. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/performance-optimization/SKILL.md +0 -0
  137. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/planning-and-task-breakdown/SKILL.md +0 -0
  138. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/playwright-verification/SKILL.md +0 -0
  139. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/refresh-docs/SKILL.md +0 -0
  140. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/remember/SKILL.md +0 -0
  141. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/scope/SKILL.md +0 -0
  142. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/scope/scope-template.md +0 -0
  143. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/sdlc/SKILL.md +0 -0
  144. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/security-and-hardening/SKILL.md +0 -0
  145. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/security-verification/SKILL.md +0 -0
  146. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/shipping-and-launch/SKILL.md +0 -0
  147. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/simplification-debt/SKILL.md +0 -0
  148. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/smoke-test/SKILL.md +0 -0
  149. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/source-driven-development/SKILL.md +0 -0
  150. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/spec-driven-development/SKILL.md +0 -0
  151. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/sprint/SKILL.md +0 -0
  152. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/sprint/sprint-template.md +0 -0
  153. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/task-tracker-sync/SKILL.md +0 -0
  154. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/test-driven-development/SKILL.md +0 -0
  155. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/test-plan-review/SKILL.md +0 -0
  156. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/threat-model/SKILL.md +0 -0
  157. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/triage/SKILL.md +0 -0
  158. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/ui-ux-design/SKILL.md +0 -0
  159. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/unit-test/SKILL.md +0 -0
  160. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/using-agent-skills/SKILL.md +0 -0
  161. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/__main__.py +0 -0
  162. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/catalog.py +0 -0
  163. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/cli.py +0 -0
  164. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/hooks.py +0 -0
  165. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/models.py +0 -0
  166. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/prompts.py +0 -0
  167. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/render.py +0 -0
  168. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/scaffold.py +0 -0
  169. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/upgrader.py +0 -0
  170. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/validator.py +0 -0
  171. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/CLAUDE.md +0 -0
  172. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/CLAUDE.stack.md.tmpl +0 -0
  173. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/CONTINUITY.template.md +0 -0
  174. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/README.claude-sdlc.md.tmpl +0 -0
  175. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/MEMORY.md +0 -0
  176. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/api/.gitkeep +0 -0
  177. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/architecture/.gitkeep +0 -0
  178. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/debugging/.gitkeep +0 -0
  179. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/gotchas/.gitkeep +0 -0
  180. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/patterns/.gitkeep +0 -0
  181. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/performance/.gitkeep +0 -0
  182. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/adr.md +0 -0
  183. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/api-change-report.md +0 -0
  184. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/feature-spec.md +0 -0
  185. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/release-plan.md +0 -0
  186. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/runbook.md +0 -0
  187. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/security-review.md +0 -0
  188. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/test-plan.md +0 -0
  189. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/README.md +0 -0
  190. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/agents/data-workflow-agent.md +0 -0
  191. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/agents/founder-prototype-agent.md +0 -0
  192. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/agents/internal-tools-builder.md +0 -0
  193. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/agents/pm-copilot.md +0 -0
  194. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/agents/staff-pm-reviewer.md +0 -0
  195. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/agents/support-ticket-engineer.md +0 -0
  196. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/devops-and-release/README.md +0 -0
  197. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/devops-and-release/pack.yaml +0 -0
  198. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/engineering-core/README.md +0 -0
  199. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/engineering-core/pack.yaml +0 -0
  200. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/non-engineer-builder/README.md +0 -0
  201. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
  202. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/onboarding-and-docs/README.md +0 -0
  203. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
  204. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/product-to-code/README.md +0 -0
  205. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/product-to-code/pack.yaml +0 -0
  206. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/quality-and-review/README.md +0 -0
  207. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/quality-and-review/pack.yaml +0 -0
  208. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/security-and-compliance/README.md +0 -0
  209. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
  210. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/ai-working-agreement.md +0 -0
  211. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/ambiguity-resolution.md +0 -0
  212. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/branch-and-pr-policy.md +0 -0
  213. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/compliance-policy.md +0 -0
  214. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/non-engineer-safe-coding.md +0 -0
  215. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/pii-policy.md +0 -0
  216. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/production-data-policy.md +0 -0
  217. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/prompt-to-task-conversion.md +0 -0
  218. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/prototype-boundaries.md +0 -0
  219. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/secrets-policy.md +0 -0
  220. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
  221. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
  222. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
  223. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
  224. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
  225. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/review-scope/SKILL.md +0 -0
  226. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/review-sprint/SKILL.md +0 -0
  227. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/review-sprint-plan/SKILL.md +0 -0
  228. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/review-ux-flow/SKILL.md +0 -0
  229. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/settings.json +0 -0
  230. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/backend/go/net-http/rules/go-patterns.md +0 -0
  231. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +0 -0
  232. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
  233. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
  234. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
  235. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
  236. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
  237. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
  238. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
  239. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/rules/postgres-patterns.md +0 -0
  240. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/frontend/react/rules/design-system-compliance.md +0 -0
  241. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/frontend/react/rules/mobile-design-guidelines.md +0 -0
  242. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/frontend/react/rules/react-patterns.md +0 -0
  243. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/frontend/react/rules/ui-design-system.md +0 -0
  244. {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/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.2",
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.2",
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",
@@ -20,6 +20,5 @@
20
20
  "automation",
21
21
  "scaffold",
22
22
  "cookiecutter"
23
- ],
24
- "hooks": "./hooks/hooks.json"
23
+ ]
25
24
  }
@@ -4,6 +4,65 @@ 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.2] — 2026-06-17
8
+
9
+ **Fix: the plugin's hooks load (for real this time).** 0.17.1 wrapped `hooks/hooks.json` under a
10
+ top-level `hooks` key — necessary, but it uncovered a second problem the flat file had masked. Claude
11
+ Code **auto-discovers** `hooks/hooks.json` from the plugin root, yet `.claude-plugin/plugin.json` *also*
12
+ pointed its `hooks` field at the same `./hooks/hooks.json`. The loader then read the file twice and
13
+ failed with **`Hook load failed: Duplicate hooks file detected`** — so, again, none of the plugin's
14
+ hooks loaded. The manifest `hooks` field is reserved for *additional* hook files; the standard one is
15
+ loaded automatically and must not be re-declared. Every other Claude Code plugin (superpowers, hookify,
16
+ vercel, …) relies purely on auto-discovery. This affected only the **plugin** channel; the pip CLI was
17
+ always fine (it builds `.claude/settings.json` from `HOOK_REGISTRY`, `src/claude_kit/hooks.py`). After
18
+ upgrading, run `/plugin marketplace update claude-kit` → `/plugin update claude-kit@claude-kit` →
19
+ `/reload-plugins`, then `/doctor`, to confirm the error is gone.
20
+
21
+ ### Fixed
22
+ - **`.claude-plugin/plugin.json`** no longer sets `hooks: "./hooks/hooks.json"`. The file is
23
+ auto-discovered from the plugin root (and stays wrapped, per 0.17.1), so it now loads exactly once.
24
+
25
+ ### Changed
26
+ - **`tests/test_plugin.py`** now reads the auto-discovered `hooks/hooks.json` directly (not via the
27
+ manifest) and adds `test_manifest_does_not_redeclare_standard_hooks`, so the duplicate-load
28
+ regression can't come back.
29
+
30
+ ### Added
31
+ - **README** — a "Updating the plugin" snippet (`/plugin marketplace update` → `/plugin update` →
32
+ `/reload-plugins`) in the plugin Quick-start section.
33
+
34
+ ### Not adopted (deliberately)
35
+ - **Inlining the hooks into `plugin.json`** (the object form, which would also avoid the collision) —
36
+ still kept external; the `UserPromptSubmit` routing and learning-detection prompts read far better in
37
+ a dedicated file than inlined in the manifest.
38
+
39
+ ## [0.17.1] — 2026-06-17
40
+
41
+ **Fix: the plugin's hooks now load.** `.claude-plugin/plugin.json` points its `hooks` field at a file
42
+ (`./hooks/hooks.json`), and Claude Code requires a *referenced* hooks file to be shaped like a
43
+ settings fragment — a top-level `hooks` record mapping events to matcher groups. The kit had shipped
44
+ that file as a **flat** event map since 0.7.0, so the plugin loader rejected it (`invalid_type … path:
45
+ ["hooks"] … expected record, received undefined`) and **none of the plugin's hooks loaded** (the
46
+ destructive-command guards, context loaders, capture, and learning-detection). This affected only the
47
+ **plugin** channel; the pip CLI was always fine because it builds `.claude/settings.json` from
48
+ `HOOK_REGISTRY` (`src/claude_kit/hooks.py`), a separate source. Run `/reload-plugins` then `/doctor`
49
+ after upgrading to confirm the error is gone.
50
+
51
+ ### Fixed
52
+ - **`hooks/hooks.json`** is now wrapped under a top-level `hooks` key (inner content otherwise
53
+ byte-identical — every matcher group and prompt preserved). This matches every other Claude Code
54
+ plugin that references a hooks file (superpowers, hookify, vercel, …).
55
+
56
+ ### Added
57
+ - **`tests/test_plugin.py`** — a regression guard asserting the plugin hooks file is wrapped and
58
+ well-formed (known events, non-empty `hooks` lists, `command`/`prompt` entry types), so a flat file
59
+ can't ship again. Suite now 99 passing.
60
+
61
+ ### Not adopted (deliberately)
62
+ - **Inlining the hooks into `plugin.json`** (the other valid shape) — kept the external file because the
63
+ `UserPromptSubmit` routing and learning-detection prompts are long and read far better in a dedicated
64
+ file than inlined in the manifest.
65
+
7
66
  ## [0.17.0] — 2026-06-17
8
67
 
9
68
  **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.2
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>
@@ -104,6 +113,15 @@ Then, inside any project you want the pipeline to manage:
104
113
  > `/sdlc` is a **project skill** installed by `init`, so it becomes available after the restart. The
105
114
  > plugin also exposes `/claude-kit:sdlc <task>`, which works immediately (no restart needed).
106
115
 
116
+ **Updating the plugin** to a newer release later (the plugin is cached, so a plain `/reload-plugins`
117
+ won't fetch new code — refresh the marketplace snapshot first):
118
+
119
+ ```text
120
+ /plugin marketplace update claude-kit # refresh the marketplace snapshot from the repo
121
+ /plugin update claude-kit@claude-kit # install the newer version into the cache
122
+ /reload-plugins # load it into the running session
123
+ ```
124
+
107
125
  </details>
108
126
 
109
127
  <details>
@@ -170,12 +188,15 @@ README.claude-sdlc.md
170
188
 
171
189
  ---
172
190
 
173
- ## Features
191
+ ## Feature details
192
+
193
+ Each area from the [Features](#features) table, expanded — the README stays short; open only what you
194
+ need.
174
195
 
175
- A complete, governed autonomous SDLC — installed as configuration, driven by `/sdlc`, and tunable to
176
- your stack, rigor, and team. The full surface, grouped by what it does:
196
+ <details>
197
+ <summary><b>🔁 Pipeline & quality gates</b></summary>
177
198
 
178
- ### 🔁 Pipeline & quality gates
199
+ <br>
179
200
 
180
201
  - **Gate-enforced progression** — every phase ends in a quality gate that passes *only* with zero open
181
202
  Critical/High/Medium findings; no silent advancement (see [the pipeline](#the-pipeline)).
@@ -186,7 +207,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
186
207
  - **Anti-sycophancy guard** — a *unanimous* PASS is treated as suspicious and triggers an adversarial
187
208
  `devils-advocate` pass before the gate may close.
188
209
 
189
- ### 🤖 The agent roster
210
+ </details>
211
+
212
+ <details>
213
+ <summary><b>🤖 The agent roster</b></summary>
214
+
215
+ <br>
190
216
 
191
217
  - **28 specialized agents** in [`agents/`](agents/), each tagged with a `tier`
192
218
  (orchestrator · stage-lead · specialist · review) and installed per profile.
@@ -199,7 +225,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
199
225
  `data-workflow-agent` · `internal-tools-builder` · `staff-pm-reviewer`) unlock in org scope so
200
226
  non-engineers can drive work safely.
201
227
 
202
- ### 🔍 Self-verification & review
228
+ </details>
229
+
230
+ <details>
231
+ <summary><b>🔍 Self-verification & review</b></summary>
232
+
233
+ <br>
203
234
 
204
235
  - **RARV self-check** — every agent runs Reason → Act → Reflect → Verify and must show a *green Verify*
205
236
  (real commands run, not imagined) before handing off.
@@ -208,7 +239,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
208
239
  - **Risk-classified work** — a read-only `risk-classifier` labels each task low/medium/high/restricted
209
240
  and names the gates it requires (enterprise + org).
210
241
 
211
- ### 📐 Rules & skills
242
+ </details>
243
+
244
+ <details>
245
+ <summary><b>📐 Rules & skills</b></summary>
246
+
247
+ <br>
212
248
 
213
249
  - **23 stack-agnostic core rules** in [`rules/`](rules/) — `mandatory-workflow`, `quality-gates`,
214
250
  `rarv-cycle`, `continuity`, plus eight agent-operation rules and `autonomy-levels` +
@@ -218,7 +254,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
218
254
  - **Profile-subset install** — each profile installs a strict subset of agents, skills, hooks, and
219
255
  rules (`lean ⊂ standard ⊂ enterprise`), from fast track to full audit.
220
256
 
221
- ### 🧱 Stacks & overlays
257
+ </details>
258
+
259
+ <details>
260
+ <summary><b>🧱 Stacks & overlays</b></summary>
261
+
262
+ <br>
222
263
 
223
264
  - **Stack-agnostic core** — the pipeline assumes no language or framework; it never writes your app
224
265
  code and never needs Docker.
@@ -227,7 +268,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
227
268
  - **A full React design system** — picking React installs design tokens, UX patterns, and
228
269
  mobile/Capacitor guidelines that the UI skills and `ui-designer` agent read.
229
270
 
230
- ### 🎚️ Profiles, scopes & the org layer
271
+ </details>
272
+
273
+ <details>
274
+ <summary><b>🎚️ Profiles, scopes & the org layer</b></summary>
275
+
276
+ <br>
231
277
 
232
278
  - **3 rigor profiles** — `lean ⊊ standard ⊊ enterprise` decide how many agents, skills, hooks, and
233
279
  gates are active.
@@ -239,7 +285,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
239
285
  compliance, production-data) install only in organization scope (see
240
286
  [`docs/org-capabilities.md`](docs/org-capabilities.md)).
241
287
 
242
- ### 🧠 Memory & continuous learning
288
+ </details>
289
+
290
+ <details>
291
+ <summary><b>🧠 Memory & continuous learning</b></summary>
292
+
293
+ <br>
243
294
 
244
295
  - **Working memory across sessions** — `CONTINUITY.md` survives context compaction so the pipeline
245
296
  never loses its place.
@@ -248,7 +299,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
248
299
  - **Cost-aware capture** — how aggressively learnings are captured (`capture_mode`: off · on clean
249
300
  exit · + catch-up · per task) is a choice at `init`.
250
301
 
251
- ### 🛠️ Hooks & deterministic guards
302
+ </details>
303
+
304
+ <details>
305
+ <summary><b>🛠️ Hooks & deterministic guards</b></summary>
306
+
307
+ <br>
252
308
 
253
309
  - **16 event hook scripts** in [`hooks/`](hooks/) enforce the pipeline outside the model —
254
310
  `guard-secrets`, `guard-destructive-git`, `lint-fix`, `type-check`, and `validate-settings` run
@@ -258,7 +314,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
258
314
  - **Graceful degradation** — hooks need a POSIX shell + `jq` and silently no-op when absent, so the
259
315
  kit still functions everywhere.
260
316
 
261
- ### 📦 Distribution & lifecycle
317
+ </details>
318
+
319
+ <details>
320
+ <summary><b>📦 Distribution & lifecycle</b></summary>
321
+
322
+ <br>
262
323
 
263
324
  - **Two channels, one source** — a first-class Claude Code **plugin** *and* a `pip` scaffolder
264
325
  (`claude-kit` / `ckit` / `claude-sdlc`) generate identical config.
@@ -268,7 +329,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
268
329
  checksum, never clobbers your edits, backs up changes, and restores deleted files (`diff` previews
269
330
  first).
270
331
 
271
- ### ♻️ Reuse-first by design
332
+ </details>
333
+
334
+ <details>
335
+ <summary><b>♻️ Reuse-first by design</b></summary>
336
+
337
+ <br>
272
338
 
273
339
  - **Adopt only the genuinely-new** — each external review fetches the real source, adversarially maps
274
340
  it against existing files, and ships only the non-duplicative gaps (see
@@ -278,6 +344,8 @@ your stack, rigor, and team. The full surface, grouped by what it does:
278
344
  - **A worked example + self-test matrix** — [`examples/`](examples/) shows an end-to-end run, and a
279
345
  profile×stack×scope test matrix backs the stack-agnostic claim.
280
346
 
347
+ </details>
348
+
281
349
  ---
282
350
 
283
351
  ## 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>
@@ -77,6 +86,15 @@ Then, inside any project you want the pipeline to manage:
77
86
  > `/sdlc` is a **project skill** installed by `init`, so it becomes available after the restart. The
78
87
  > plugin also exposes `/claude-kit:sdlc <task>`, which works immediately (no restart needed).
79
88
 
89
+ **Updating the plugin** to a newer release later (the plugin is cached, so a plain `/reload-plugins`
90
+ won't fetch new code — refresh the marketplace snapshot first):
91
+
92
+ ```text
93
+ /plugin marketplace update claude-kit # refresh the marketplace snapshot from the repo
94
+ /plugin update claude-kit@claude-kit # install the newer version into the cache
95
+ /reload-plugins # load it into the running session
96
+ ```
97
+
80
98
  </details>
81
99
 
82
100
  <details>
@@ -143,12 +161,15 @@ README.claude-sdlc.md
143
161
 
144
162
  ---
145
163
 
146
- ## Features
164
+ ## Feature details
165
+
166
+ Each area from the [Features](#features) table, expanded — the README stays short; open only what you
167
+ need.
147
168
 
148
- A complete, governed autonomous SDLC — installed as configuration, driven by `/sdlc`, and tunable to
149
- your stack, rigor, and team. The full surface, grouped by what it does:
169
+ <details>
170
+ <summary><b>🔁 Pipeline & quality gates</b></summary>
150
171
 
151
- ### 🔁 Pipeline & quality gates
172
+ <br>
152
173
 
153
174
  - **Gate-enforced progression** — every phase ends in a quality gate that passes *only* with zero open
154
175
  Critical/High/Medium findings; no silent advancement (see [the pipeline](#the-pipeline)).
@@ -159,7 +180,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
159
180
  - **Anti-sycophancy guard** — a *unanimous* PASS is treated as suspicious and triggers an adversarial
160
181
  `devils-advocate` pass before the gate may close.
161
182
 
162
- ### 🤖 The agent roster
183
+ </details>
184
+
185
+ <details>
186
+ <summary><b>🤖 The agent roster</b></summary>
187
+
188
+ <br>
163
189
 
164
190
  - **28 specialized agents** in [`agents/`](agents/), each tagged with a `tier`
165
191
  (orchestrator · stage-lead · specialist · review) and installed per profile.
@@ -172,7 +198,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
172
198
  `data-workflow-agent` · `internal-tools-builder` · `staff-pm-reviewer`) unlock in org scope so
173
199
  non-engineers can drive work safely.
174
200
 
175
- ### 🔍 Self-verification & review
201
+ </details>
202
+
203
+ <details>
204
+ <summary><b>🔍 Self-verification & review</b></summary>
205
+
206
+ <br>
176
207
 
177
208
  - **RARV self-check** — every agent runs Reason → Act → Reflect → Verify and must show a *green Verify*
178
209
  (real commands run, not imagined) before handing off.
@@ -181,7 +212,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
181
212
  - **Risk-classified work** — a read-only `risk-classifier` labels each task low/medium/high/restricted
182
213
  and names the gates it requires (enterprise + org).
183
214
 
184
- ### 📐 Rules & skills
215
+ </details>
216
+
217
+ <details>
218
+ <summary><b>📐 Rules & skills</b></summary>
219
+
220
+ <br>
185
221
 
186
222
  - **23 stack-agnostic core rules** in [`rules/`](rules/) — `mandatory-workflow`, `quality-gates`,
187
223
  `rarv-cycle`, `continuity`, plus eight agent-operation rules and `autonomy-levels` +
@@ -191,7 +227,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
191
227
  - **Profile-subset install** — each profile installs a strict subset of agents, skills, hooks, and
192
228
  rules (`lean ⊂ standard ⊂ enterprise`), from fast track to full audit.
193
229
 
194
- ### 🧱 Stacks & overlays
230
+ </details>
231
+
232
+ <details>
233
+ <summary><b>🧱 Stacks & overlays</b></summary>
234
+
235
+ <br>
195
236
 
196
237
  - **Stack-agnostic core** — the pipeline assumes no language or framework; it never writes your app
197
238
  code and never needs Docker.
@@ -200,7 +241,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
200
241
  - **A full React design system** — picking React installs design tokens, UX patterns, and
201
242
  mobile/Capacitor guidelines that the UI skills and `ui-designer` agent read.
202
243
 
203
- ### 🎚️ Profiles, scopes & the org layer
244
+ </details>
245
+
246
+ <details>
247
+ <summary><b>🎚️ Profiles, scopes & the org layer</b></summary>
248
+
249
+ <br>
204
250
 
205
251
  - **3 rigor profiles** — `lean ⊊ standard ⊊ enterprise` decide how many agents, skills, hooks, and
206
252
  gates are active.
@@ -212,7 +258,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
212
258
  compliance, production-data) install only in organization scope (see
213
259
  [`docs/org-capabilities.md`](docs/org-capabilities.md)).
214
260
 
215
- ### 🧠 Memory & continuous learning
261
+ </details>
262
+
263
+ <details>
264
+ <summary><b>🧠 Memory & continuous learning</b></summary>
265
+
266
+ <br>
216
267
 
217
268
  - **Working memory across sessions** — `CONTINUITY.md` survives context compaction so the pipeline
218
269
  never loses its place.
@@ -221,7 +272,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
221
272
  - **Cost-aware capture** — how aggressively learnings are captured (`capture_mode`: off · on clean
222
273
  exit · + catch-up · per task) is a choice at `init`.
223
274
 
224
- ### 🛠️ Hooks & deterministic guards
275
+ </details>
276
+
277
+ <details>
278
+ <summary><b>🛠️ Hooks & deterministic guards</b></summary>
279
+
280
+ <br>
225
281
 
226
282
  - **16 event hook scripts** in [`hooks/`](hooks/) enforce the pipeline outside the model —
227
283
  `guard-secrets`, `guard-destructive-git`, `lint-fix`, `type-check`, and `validate-settings` run
@@ -231,7 +287,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
231
287
  - **Graceful degradation** — hooks need a POSIX shell + `jq` and silently no-op when absent, so the
232
288
  kit still functions everywhere.
233
289
 
234
- ### 📦 Distribution & lifecycle
290
+ </details>
291
+
292
+ <details>
293
+ <summary><b>📦 Distribution & lifecycle</b></summary>
294
+
295
+ <br>
235
296
 
236
297
  - **Two channels, one source** — a first-class Claude Code **plugin** *and* a `pip` scaffolder
237
298
  (`claude-kit` / `ckit` / `claude-sdlc`) generate identical config.
@@ -241,7 +302,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
241
302
  checksum, never clobbers your edits, backs up changes, and restores deleted files (`diff` previews
242
303
  first).
243
304
 
244
- ### ♻️ Reuse-first by design
305
+ </details>
306
+
307
+ <details>
308
+ <summary><b>♻️ Reuse-first by design</b></summary>
309
+
310
+ <br>
245
311
 
246
312
  - **Adopt only the genuinely-new** — each external review fetches the real source, adversarially maps
247
313
  it against existing files, and ships only the non-duplicative gaps (see
@@ -251,6 +317,8 @@ your stack, rigor, and team. The full surface, grouped by what it does:
251
317
  - **A worked example + self-test matrix** — [`examples/`](examples/) shows an end-to-end run, and a
252
318
  profile×stack×scope test matrix backs the stack-agnostic claim.
253
319
 
320
+ </details>
321
+
254
322
  ---
255
323
 
256
324
  ## How it works