Telemetry-free fork of GitHub Spec-Kit β zero analytics, zero phoning home.
Original: github/spec-kit (MIT License, β117k+ stars)
A toolkit for spec-driven development (SDD) with AI coding assistants. Define what you're building before the AI writes a line of code.
| Command | What it generates |
|---|---|
/speckit.constitution |
Project-wide rules (once) |
/speckit.specify |
spec.md β user stories, requirements, edge cases |
/speckit.clarify |
Refined spec with ambiguities resolved |
/speckit.plan |
research.md + plan.md + data-model.md + quickstart.md + API contracts/ |
/speckit.tasks |
tasks.md β dependency-mapped task breakdown |
/speckit.implement |
Executes the tasks |
After /speckit.plan, you get this folder per feature:
.speckit/specs/001-your-feature/
βββ spec.md
βββ research.md
βββ data-model.md
βββ plan.md
βββ quickstart.md
βββ tasks.md
βββ contracts/
- Python 3.10+
uvorpip- An AI coding assistant that supports slash commands (Claude Code, GitHub Copilot, Cursor, Codex)
uv tool install specify-clipip install specify-cligit clone https://github.com/athulchandroth/spec-kit-safe.git
cd spec-kit-safe
uv tool install .
# or: pip install .cd your-project
specify init --here --ai claude # or --ai copilot, --ai cursor, --ai codexThis fork is identical to upstream except it has been audited and confirmed to contain zero telemetry, zero analytics, zero network calls beyond GitHub API for version checks. No modifications were needed β the original spec-kit has no telemetry. This private fork simply provides a safe, pinned copy.
MIT β same as upstream. See LICENSE.