cluster-planner

Plans Kubernetes cluster deployments by researching components and tracking dependencies.

1|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/agentydragon/cluster --skill cluster-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cluster-planner
Source: https://github.com/agentydragon/cluster/tree/main/.claude/skills/cluster-planner
Command: npx skills add https://github.com/agentydragon/cluster --skill cluster-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines planning for complex Kubernetes deployments by researching components, tracking live dependencies, detecting circular dependencies, validating plans with critic agents, and designing robust bootstrap strategies.

Core Features & Use Cases

  • Research-driven component analysis to map dependencies and requirements
  • Live scratchpad and dependency matrix to track changes and detect cycles
  • Critic-agent validation to ensure reliability before deployment

Quick Start

Initialize a cluster dependency scratchpad, run targeted component research, evaluate critic feedback, and finalize a bootstrap plan.

Frequently Asked Questions about cluster-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a complex Kubernetes cluster deployment?

Plan Kubernetes deployments by researching components, mapping dependencies with a live scratchpad, detecting circular dependencies, and validating with critic agents before executing the bootstrap sequence.

Can I use cluster planning to detect circular dependencies in my deployment?

Yes, the cluster planner maintains a live dependency matrix that automatically detects circular dependencies, helping you identify and resolve conflicting component requirements before deployment.

How do I validate a Kubernetes cluster deployment plan before bootstrapping?

Validate plans by running critic-agent validation against your component research and dependency analysis, then refine based on feedback to ensure reliability before executing bootstrap steps.

Does cluster planning work with existing Kubernetes clusters?

Yes, the planner applies to both new and existing clusters, analyzing live manifests and Terraform configurations to plan updates while tracking dependencies and enabling phased bootstrap sequencing.

What output does a cluster deployment plan include?

The planner outputs exact deployment steps, health checks, and rollback procedures derived from validated component research and dependency analysis.

When should I use a dependency scratchpad during cluster planning?

Use a live scratchpad throughout planning to track component changes, maintain an up-to-date dependency matrix, and catch conflicts before they affect your deployment.