Manage Kaizen development workflow

kaizen-devskillsetup L2381
majiayu000/claude-skill-registry
What it does

Coordinate Kaizen Kubernetes development workflow and deployment

Best for

K8s microservice development when standardized branching, manifest organization, and automated deployment scripts must be enforced consistently.

Inputs
  • · feature branch name
  • · conventional commit message
  • · K8s manifest path
Outputs
  • · git branch
  • · manifests/ organization
  • · deployment scripts validated
Requires
  • · git
  • · kubectl
Preconditions

Kaizen project structure present; K8s manifests in manifests/; scripts/ directory initialized

Failure modes

Non-conventional commit format; outdated manifests; deploy script failure; context misconfiguration

Trust signals
  • · majiayu000/claude-skill-registry repo
  • · conventional commit pattern
  • · Task Master integration