You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability |`docs`| Read+Write |[spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model)|
151
151
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts |`code`| Read-only |[spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify)|
152
+
| Verify Review Ship | Adds post-implementation verify, review, and ship readiness gates to Spec Kit workflows |`process`| Read-only |[spec-kit-verify-review-ship](https://github.com/cadugevaerd/spec-kit-verify-review-ship)|
152
153
| Verify Tasks Extension | Detect phantom completions: tasks marked [X] in tasks.md with no real implementation |`code`| Read-only |[spec-kit-verify-tasks](https://github.com/datastone-inc/spec-kit-verify-tasks)|
153
154
| Version Guard | Verify tech stack versions against live npm registries before planning and implementation |`process`| Read-only |[spec-kit-version-guard](https://github.com/KevinBrown5280/spec-kit-version-guard)|
154
155
| What-if Analysis | Preview the downstream impact (complexity, effort, tasks, risks) of requirement changes before committing to them |`visibility`| Read-only |[spec-kit-whatif](https://github.com/DevAbdullah90/spec-kit-whatif)|
|`--integration`| Override the integration used when refreshing components; applied only when the project's active integration can't be determined |
58
+
|`--offline`| Do not access the network |
58
59
59
60
Re-resolves a bundle and **refreshes** its components through each primitive's update path, bringing already-installed components up to the bundle's newly pinned versions while preserving primitive-level overrides (such as preset priority). Provide a bundle id, or use `--all` to update everything installed.
|[GitHub Copilot](https://code.visualstudio.com/)|`copilot`|Defaults to legacy markdown mode: `.agent.md` command files under `.github/agents/`, companion `.prompt.md` files under `.github/prompts/`, and a `.vscode/settings.json` merge. Pass `--integration-options="--skills"` to scaffold skills as `speckit-<command>/SKILL.md` under `.github/skills/` instead. Legacy markdown mode is deprecated and will stop being the default in a future release.|
22
22
|[Goose](https://goose-docs.ai/)|`goose`| Uses YAML recipe format in `.goose/recipes/`|
23
23
|[Hermes](https://github.com/NousResearch/hermes-agent)|`hermes`| Skills-based integration; installs skills globally into `~/.hermes/skills/`|
|`generic`|`--commands-dir`| Required. Directory for command files |
221
221
|`kimi`|`--migrate-legacy`| Migrate legacy `.kimi/skills/` installs to `.kimi-code/skills/` (including dotted→hyphenated skill naming, e.g. `speckit.xxx` → `speckit-xxx`) |
222
+
|`copilot`|`--skills`| Scaffold commands as agent skills (`speckit-<command>/SKILL.md` under `.github/skills/`, invoked as `/speckit-<command>`) instead of the default legacy markdown mode (`.github/agents/*.agent.md` plus `.github/prompts/*.prompt.md` and a `.vscode/settings.json` merge). Without this flag, install warns that legacy markdown mode is deprecated. |
0 commit comments