Spec Kit 0.7.1: Claude Skill Chaining & Windows CI
Spec Kit 0.7.1 brings Claude skill chaining for hooks, Windows CI support, and deprecates the --ai flag in favor of --integration.
TL;DR
- Claude can now chain skills for hook execution — better multi-step automation
- Windows added to CI test matrix for broader platform coverage
--aiflag deprecated in favor of--integrationonspecify init
New
- architect-preview extension — registered in community catalog for early access to new features
- agent-assign extension — added to community catalog for automated task assignment workflows
Fixed
- Claude skill chaining — Claude can now chain skills for hook execution, enabling more complex automation sequences
- PyPI warning — removed unofficial PyPI warning that was causing confusion
- Legacy extension command auto-correction — old extension command names now auto-correct to current syntax
- Deprecated TLS references — removed
--skip-tlsreferences from local development guide
Breaking Changes
--aiflag deprecated onspecify init— use--integrationinstead
Update: uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.7.1
Source: Spec Kit