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.
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/.claude-plugin/marketplace.json +1 -1
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/.claude-plugin/plugin.json +2 -3
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/CHANGELOG.md +59 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/PKG-INFO +105 -37
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/README.md +104 -36
- claude_code_kit-0.17.2/hooks/hooks.json +72 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/pyproject.toml +1 -1
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/__init__.py +1 -1
- claude_code_kit-0.17.0/hooks/hooks.json +0 -70
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/.gitignore +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/CLAUDE.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/CONTRIBUTING.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/LICENSE +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/acceptance-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/auditor.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/dependency-scanner.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/developer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/devils-advocate.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/devops-engineer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/e2e-tester.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/em-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/incident-responder.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/merge-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/observability-engineer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/orchestrator.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/owasp-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/policy-validator.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/pr-raiser.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/risk-classifier.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/sdlc-code-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/secret-scanner.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/security-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/senior-backend-dev.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/senior-frontend-dev.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/senior-tester.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/spec-doc-writer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/story-planner.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/technical-architect.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/tester.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/ui-designer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/agents/unit-tester.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/catalog/capture.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/catalog/mcp.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/catalog/org.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/catalog/profiles.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/catalog/stacks.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/commands/abort.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/commands/init.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/commands/sdlc.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/commands/status.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/docs/agentic-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/docs/agents.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/docs/architecture.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/docs/coverage-audit.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/docs/eval-harness.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/docs/org-capabilities.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/audit-log.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/capture-learnings.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/guard-destructive-git.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/guard-secrets.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/lint-fix.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/load-autonomy.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/load-continuity.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/load-learnings.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/type-check.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/validate-frontmatter.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/validate-settings.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/warn-large-edits.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/warn-llm-io.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/warn-missing-tests.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/warn-sensitive-files.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/hooks/scripts/warn-shared-modules.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/agent-guardrails.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/agent-memory.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/agent-resilience.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/autonomy-levels.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/code-organization.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/continuity.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/design-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/devops-observability.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/documentation.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/evals.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/frontend-best-practices.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/goal-setting-and-monitoring.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/human-in-the-loop.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/linting-and-formatting.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/mandatory-workflow.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/model-tiers.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/quality-gates.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/rarv-cycle.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/reasoning-techniques.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/responsive-and-accessibility.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/risk-classification.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/testing.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/rules/tool-design.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/scripts/init.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/_references/accessibility-checklist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/_references/orchestration-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/_references/performance-checklist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/_references/security-checklist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/_references/testing-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/accessibility-review/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/api-and-interface-design/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/api-integration/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/archive-sprint/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/backlog/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/backlog/item-template.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/browser-testing-with-devtools/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/bug-hunt/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/ci-cd-and-automation/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/code-review-and-quality/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/code-simplification/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/component-design/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/consolidate-learnings/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/context-engineering/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/debugging-and-error-recovery/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/decision/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/decision/adr-template.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/deprecation-and-migration/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/documentation-and-adrs/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/doubt-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/execute/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/frontend-ui-engineering/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/git-workflow-and-versioning/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/idea-refine/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/idea-refine/examples.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/idea-refine/frameworks.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/idea-refine/refinement-criteria.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/idea-refine/scripts/idea-refine.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/incident-postmortem/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/incremental-implementation/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/interview-me/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/load-testing/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/manual-test/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/over-engineering-review/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/performance-optimization/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/planning-and-task-breakdown/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/playwright-verification/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/refresh-docs/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/remember/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/scope/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/scope/scope-template.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/sdlc/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/security-and-hardening/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/security-verification/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/shipping-and-launch/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/simplification-debt/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/smoke-test/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/source-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/spec-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/sprint/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/sprint/sprint-template.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/task-tracker-sync/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/test-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/test-plan-review/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/threat-model/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/triage/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/ui-ux-design/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/unit-test/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/skills/using-agent-skills/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/__main__.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/catalog.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/cli.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/hooks.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/models.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/prompts.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/render.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/scaffold.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/upgrader.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/src/claude_kit/validator.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/CLAUDE.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/CLAUDE.stack.md.tmpl +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/CONTINUITY.template.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/README.claude-sdlc.md.tmpl +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/MEMORY.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/api/.gitkeep +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/architecture/.gitkeep +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/debugging/.gitkeep +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/gotchas/.gitkeep +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/patterns/.gitkeep +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/agent-memory/performance/.gitkeep +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/adr.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/api-change-report.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/feature-spec.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/release-plan.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/runbook.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/security-review.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/artifacts/test-plan.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/agents/data-workflow-agent.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/agents/founder-prototype-agent.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/agents/internal-tools-builder.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/agents/pm-copilot.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/agents/staff-pm-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/agents/support-ticket-engineer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/devops-and-release/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/devops-and-release/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/engineering-core/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/engineering-core/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/non-engineer-builder/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/onboarding-and-docs/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/product-to-code/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/product-to-code/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/quality-and-review/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/quality-and-review/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/security-and-compliance/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/ai-working-agreement.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/ambiguity-resolution.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/branch-and-pr-policy.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/compliance-policy.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/non-engineer-safe-coding.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/pii-policy.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/production-data-policy.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/prompt-to-task-conversion.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/prototype-boundaries.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/rules/secrets-policy.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/review-scope/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/review-sprint/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/review-sprint-plan/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/org/skills/review-ux-flow/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/settings.json +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/backend/go/net-http/rules/go-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/rules/postgres-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/frontend/react/rules/design-system-compliance.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/frontend/react/rules/mobile-design-guidelines.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/frontend/react/rules/react-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.2}/templates/stacks/frontend/react/rules/ui-design-system.md +0 -0
- {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.
|
|
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.
|
|
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.
|
|
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
|
[](https://github.com/ajyadav013/claude-kit/actions/workflows/ci.yml)
|
|
42
42
|
[](CHANGELOG.md)
|
|
43
43
|
|
|
44
|
-
|
|
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
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
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
|
-
**
|
|
60
|
-
|
|
61
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
176
|
-
|
|
196
|
+
<details>
|
|
197
|
+
<summary><b>🔁 Pipeline & quality gates</b></summary>
|
|
177
198
|
|
|
178
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
[](https://github.com/ajyadav013/claude-kit/actions/workflows/ci.yml)
|
|
15
15
|
[](CHANGELOG.md)
|
|
16
16
|
|
|
17
|
-
|
|
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
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
-
**
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
149
|
-
|
|
169
|
+
<details>
|
|
170
|
+
<summary><b>🔁 Pipeline & quality gates</b></summary>
|
|
150
171
|
|
|
151
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|