Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,577 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spec-Kit Safe πŸ”’

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.


What it does

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/

Installation

Prerequisites

  • Python 3.10+
  • uv or pip
  • An AI coding assistant that supports slash commands (Claude Code, GitHub Copilot, Cursor, Codex)

Install via uv (recommended)

uv tool install specify-cli

Install via pip

pip install specify-cli

Install from this repo

git clone https://github.com/athulchandroth/spec-kit-safe.git
cd spec-kit-safe
uv tool install .
# or: pip install .

Initialize in your project

cd your-project
specify init --here --ai claude    # or --ai copilot, --ai cursor, --ai codex

Verification: no telemetry

This 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.


License

MIT β€” same as upstream. See LICENSE.

About

Spec-Kit safe fork

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages