spec-kitty

How to Install and Upgrade Spec Kitty

Use this guide to install the Spec Kitty CLI and upgrade existing projects.

Install from PyPI

pip install spec-kitty-cli
uv tool install spec-kitty-cli

Install from GitHub

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

One-Time Usage

pipx run spec-kitty-cli init <PROJECT_NAME>
uvx spec-kitty-cli init <PROJECT_NAME>

Upgrade Existing Projects

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

Verify Installation

spec-kitty --version

Command Reference

See Also

Background

Getting Started