09 / Get it running

One install. Thirty-plus agents.

bash
# Install the CLI (needs uv + Python 3.11+)
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git

# Bootstrap a project, wired to your agent of choice
specify init taskify --integration claude

# See every supported integration
specify integration list
Works with Claude, Copilot, Gemini, Cursor, Codex, Qwen, and 25+ more. Swap the agent without rewriting the spec.
Back to portfolio10 / 21