spec-driver (davidlee) — Summary
A Python CLI (spec-driver) that installs a spec-driven development workspace into any repository, shipping 24 skills, 2 hooks, and a configurable TOML-based workflow configuration. Installable via Homebrew, pip (uv/PyPI), or Nix flake. The framework's tagline is "Slow is smooth. Smooth is fast."
The key architectural distinction from other SDD frameworks: spec-driver is built for evergreen specifications — specs that stay accurate as implementations evolve. Rather than write-and-forget planning documents, it maintains a living registry of specifications synchronized to the actual codebase via delta tracking, drift ledgers, and revision history.
A dedicated TUI (spec-driver tui) allows browsing project documentation and following active agent sessions in real time ("live agent session follow mode"). Three ceremony modes (pioneer/settler/town_planner) scale governance from lightweight kanban to full ADR-based policy enforcement.
This is a fork-style relative of the SEED spec-driver already in the corpus at spec-system/spec-driver/. The relationship is direct: the seed spec-driver and this spec-driver-davidlee refer to the same repository (davidlee/spec-driver). The seed analysis was done at an earlier version (v0.9.2 installed config, but v0.9.7 is the current VERSION file); this analysis represents a current-version deep dive with v3 rubric fields populated.