Use this guide to install the Spec Kitty CLI and upgrade existing projects.
pip install spec-kitty-cli
uv tool install spec-kitty-cli
pip install git+https://github.com/Priivacy-ai/spec-kitty.git
uv tool install spec-kitty-cli --from git+https://github.com/Priivacy-ai/spec-kitty.git
pipx run spec-kitty-cli init <PROJECT_NAME>
uvx spec-kitty-cli init <PROJECT_NAME>
Run upgrades from the project root so templates and automation stay in sync.
cd /path/to/project
spec-kitty upgrade
Preview changes before applying them:
spec-kitty upgrade --dry-run
spec-kitty --version
spec-kitty command reference