GitHub Spec Kit v0.8.0 is a meaningful AI tooling update centered on more flexible project scaffolding and template customization. This release adds composition strategies for templates, commands, and scripts, expands Copilot integration support for skills-based scaffolding, and fixes overwrite behavior for shared infrastructure files during initialization and upgrades.
The headline feature in v0.8.0 is the introduction of composition strategies for presets. Users can now prepend, append, or wrap templates, commands, and scripts, making scaffolding workflows more modular and easier to adapt to different team conventions and project structures.
The release also improves Copilot-related scaffolding by adding support for --integration-options="--skills". This enables skills-based setup flows, which should make AI-assisted project bootstrapping more configurable for teams building around reusable capabilities and extensions.
Beyond those features, GitHub added a Memory MD community extension, documented pipx as an alternative installation path, updated version-guard to v1.2.0, and fixed --force so it now correctly overwrites shared infrastructure files during init and upgrade workflows.
This version matters because it makes Spec Kit more practical for real-world AI engineering teams that need repeatable but customizable scaffolding. Composition controls reduce friction when teams want to layer organization-specific commands or scripts on top of base templates without rewriting them from scratch.
The skills-oriented Copilot integration is also notable. As AI development workflows increasingly rely on reusable skills, templates, and structured bootstrapping, support for skills-based scaffolding gives Spec Kit a stronger role in standardizing how AI-enabled projects are initialized.
Finally, the --force overwrite fix addresses a practical upgrade issue. For teams maintaining shared infrastructure files across repeated init or upgrade runs, predictable overwrite behavior is important to keep scaffolding operations reliable and avoid partial updates.
Official Source: https://github.com/github/spec-kit/releases/tag/v0.8.0