← All repos

spec-kit-sync

Spec Kit extension for detecting and resolving drift between specs and implementation

Browse cluster: Cluster 128
8commits
1contributors
0languages

Tech stack & purpose

spec-kit-sync is an extension for spec-kit that detects and resolves drift between software specifications and their implementations. The problem it addresses is that as codebases evolve through bug fixes, feature additions, and design changes, specifications become outdated—causing AI agents to generate code that conflicts with actual implementation. The tool analyzes specs and code to identify drifted requirements, unspecced features, and contradictions, then proposes and applies fixes through commands like `analyze`, `propose`, `apply`, and `backfill`. It is built by an individual author (bgervin) and is released under the MIT license.

Contributors