Skip to content

Releases: github/spec-kit

Spec Kit - 0.11.1

17 Jun 15:29

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.11.1
specify init my-project

What's Changed

  • chore: bump version to 0.11.1
  • chore: ignore Copilot dogfooding scaffolding in .gitignore (#3019)
  • docs: clarify Taskify specify command (#3016)
  • docs: document evolving specs in existing projects (#2902)
  • feat(workflows): opt-in output_format: json exposes parsed shell stdout as output.data (#2963)
  • fix: non-zero exit code when a workflow run ends failed or aborted (#2959)
  • fix(skills): preserve non-ASCII characters in skill frontmatter (#2917)
  • fix: prevent extension self-install from deleting source dir (#2990) (#2991)
  • fix: disable Rich Live transient mode on Windows to prevent PS 5.1 hang (#2938)
  • Update a11y-governance preset to v0.4.0 (#2981)
  • chore: release 0.11.0, begin 0.11.1.dev0 development (#3012)

Spec Kit - 0.11.0

16 Jun 23:05

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.11.0
specify init my-project

What's Changed

  • chore: bump version to 0.11.0
  • Add workflow step catalog — community-installable step types (#2394)
  • feat(dev): add integration scaffolder (#2685)
  • Add Command Density preset to community catalog (#3006)
  • fix(tests): don't run PowerShell tests via WSL-interop powershell.exe (#2971)
  • Add Zed integration (#2780)
  • Update architecture-governance preset to v0.5.0 (#2929)
  • Update Superpowers Implementation Bridge extension to v1.1.0 (#3011)
  • Update isaqb-architecture-governance preset to v0.2.0 (#2984)
  • Update security-governance preset to v0.6.0 (#2932)
  • chore: update CITATION.cff to v0.10.2 (2026-06-11) (#2966)
  • chore: release 0.10.4, begin 0.10.5.dev0 development (#3010)

Spec Kit - 0.10.4

16 Jun 20:34

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.10.4
specify init my-project

What's Changed

  • chore: bump version to 0.10.4
  • fix: fail loudly when a fan-out 'items' expression does not resolve to a list (#2957)
  • refactor: move preset command handlers to presets/_commands.py (PR-6/8) (#2826)
  • Update agent-parity-governance preset to v0.3.0 (#2982)
  • Update cross-platform-governance preset to v0.2.0 (#2983)
  • Add Data Model Diagram extension to community catalog (#2922)
  • Add Spec Kit TLDR extension to community catalog (#3007)
  • docs: add guide for handling complex features (#3004)
  • Add Loop Engineering extension to community catalog (#3002)
  • Update MemoryLint extension to v1.5.1 (#3000)
  • chore: release 0.10.3, begin 0.10.4.dev0 development (#2999)

Spec Kit - 0.10.3

16 Jun 14:38

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.10.3
specify init my-project

What's Changed

  • chore: bump version to 0.10.3
  • Update Superpowers Bridge extension to v1.6.0 (#2998)
  • Add Improve Extension to community catalog (#2997)
  • Update Product Forge extension to v1.7.0 (#2996)
  • Update Linear Integration extension to v0.5.0 (#2995)
  • Update Superpowers Implementation Bridge extension to v1.0.3 (#2993)
  • Update Ralph community extension to v1.1.1 (#2861)
  • Update Linear Integration extension to v0.4.0 (#2942)
  • Update DocGuard — CDD Enforcement to v0.26.0 (#2941)
  • Add SpecKit Companion extension to community catalog (#2937)
  • chore: release 0.10.2, begin 0.10.3.dev0 development (#2936)

Spec Kit - 0.10.2

11 Jun 12:56

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.10.2
specify init my-project

What's Changed

  • chore: bump version to 0.10.2
  • Add Research Harness extension to community catalog (#2935)
  • Add Coding Standards Drift Control extension to community catalog (#2934)
  • Add Spec Trace extension to community catalog (#2527)
  • fix(extensions): preserve argument-hint in extension Claude SKILL.md (#2916)
  • fix(presets): harden preset URL installs against unsafe redirects (#2911)
  • fix: skip recovered files during refresh_managed overwrite check (#2918) (#2919)
  • Update multi-model-review extension to v0.1.1 (#2900)
  • feat: add category and effect as first-class fields in extension schema (#2899)
  • chore(catalog): add Jira Integration (Sync Engine) extension (#2895)
  • chore: release 0.10.1, begin 0.10.2.dev0 development (#2910)

Spec Kit - 0.10.1

09 Jun 22:12

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.10.1
specify init my-project

What's Changed

  • chore: bump version to 0.10.1
  • Update DocGuard — CDD Enforcement extension to v0.25.1 (#2909)
  • Update a11y-governance preset to v0.3.0 (#2867)
  • docs: document spec persistence models (#2856)
  • chore(catalog): bump Linear Integration to v0.3.0 (repo renamed to spec-kit-linear-sync) (#2893)
  • chore: update DocGuard extension to v0.25.0 (#2707)
  • chore: remove unused open_github_url/_StripAuthOnRedirect from _github_http.py (#2883)
  • fix(catalogs): validate extension and preset catalog payload shape (#2621)
  • feat(integration): add status reporting (#2674)
  • chore: release 0.10.0, begin 0.10.1.dev0 development (#2904)

Spec Kit - 0.10.0

09 Jun 11:20

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.10.0
specify init my-project

Migration

  • Git extension is now opt-in. The --no-git flag has been removed.
    specify init no longer auto-installs the git extension. To add it,
    run specify extension add git after init.
  • Legacy AI flags removed. --ai, --ai-commands-dir, and --ai-skills
    no longer exist. Use --integration <key> and --integration-options instead.

What's Changed

  • chore: bump version to 0.10.0
  • feat: make git extension opt-in and remove --no-git at v0.10.0 (#2873)
  • [Preset] UpdateFiction book writing v1.9.0 - Illustration support (#2821)
  • test(workflows): cover executable override fallback preflight (#2843)
  • Add GitHub Copilot CLI guidance to readme (#2891)
  • Update Security Review extension to v1.5.3 (#2898)
  • Update Architecture Guard extension to v1.8.17 (#2897)
  • feat(extensions): per-event hook lists with priority ordering (#2798)
  • feat!: remove legacy --ai, --ai-commands-dir, and --ai-skills flags (0.10.0) (#2872)
  • chore: release 0.9.5, begin 0.9.6.dev0 development (#2875)

Spec Kit - 0.9.5

05 Jun 17:40

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.9.5
specify init my-project

What's Changed

  • chore: bump version to 0.9.5
  • feat(extensions): add bundled bug triage workflow extension (#2871)
  • fix: resolve GitHub release asset API URL for private repo preset and workflow downloads (#2855)
  • chore(deps): bump github/gh-aw-actions from 0.77.0 to 0.78.1 (#2860)
  • chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#2859)
  • chore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 (#2858)
  • chore(deps): bump github/codeql-action from 4.36.0 to 4.36.2 (#2857)
  • fix(workflows): render gate show_file contents in the interactive prompt (#2810)
  • feat: add support for rovodev (#2539)
  • chore: release 0.9.4, begin 0.9.5.dev0 development (#2853)

Spec Kit - 0.9.4

04 Jun 16:13

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.9.4
specify init my-project

What's Changed

  • chore: bump version to 0.9.4
  • feat(workflows): add JSON output for workflow run resume and status (#2814)
  • Update workflow-preset community catalog to v1.3.2 (#2841)
  • fix: recover active skills registration for extensions (#2803)
  • fix(cursor-agent): enable headless CLI dispatch end-to-end (-p --trust --approve-mcps --force + Windows .cmd shim resolution) (#2631)
  • Update Superpowers Implementation Bridge extension to v1.0.2 (#2852)
  • docs(agents): add PR review response guidance to AGENTS.md (#2850)
  • Allow specify workflow run to execute YAML files without a project (#2825)
  • feat(extensions): add --force flag to extension add for overwrite reinstall (#2530)
  • chore: release 0.9.3, begin 0.9.4.dev0 development (#2836)

Spec Kit - 0.9.3

03 Jun 21:26

Choose a tag to compare

Install

uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.9.3
specify init my-project

What's Changed

  • chore: bump version to 0.9.3
  • fix: render script command hints with active agent separator (#2649)
  • chore(tests): fix ruff lint violations in tests/ (#2827)
  • fix(workflows): validate run_id in RunState.load before touching the … (#2813)
  • feat(cli): implement specify self upgrade (#2475)
  • feat(workflows): allow resume to accept updated workflow inputs (#2815)
  • catalog: rename "superpowers-bridge" to "superspec" (v1.0.1) (#2772)
  • fix(cli): force UTF-8 stdout/stderr on Windows to prevent UnicodeEncodeError (#2817)
  • fix(plan): clarify quickstart validation guide scope (#2805)
  • chore: release 0.9.2, begin 0.9.3.dev0 development (#2823)