A VS Code Copilot agent plugin packaging the Spec2Cloud spec-kit (preset + extension) as installable skills. Provides a complete spec-driven workflow tuned for shipping to Azure: constitution → specify → clarify → plan → tasks → implement → analyze → checklist → verify → deploy.
Generated folder. This directory is generated by the
package-speckit-spec2cloud-pluginskill from the source spec-kit atspec-kit/(preset atspec-kit/presets/spec2cloud/, extension atspec-kit/extensions/spec2cloud/). Manual edits will be overwritten on the next regeneration. Edit the source files instead.
| Skill | Source command | Description |
|---|---|---|
| constitution | speckit.constitution |
Create or update the project constitution (principles, non-negotiables, out-of-scope). |
| specify | speckit.specify |
Create spec.md from a feature description. |
| clarify | speckit.clarify |
Ask up to 5 targeted clarification questions to resolve ambiguity in the spec, then write the answers back into spec.md. |
| plan | speckit.plan |
Create plan.md (technical context, architecture, design decisions) from the spec. |
| tasks | speckit.tasks |
Create tasks.md and tasks.json (dependency-ordered, phase-grouped) from plan and spec. |
| implement | speckit.implement |
Execute pending tasks from tasks.md / tasks.json, updating both on completion. |
| analyze | speckit.analyze |
Read-only consistency, coverage, and Azure-readiness analysis across constitution, spec, plan, and tasks. |
| checklist | speckit.checklist |
Generate a domain-focused checklist that validates the quality of the requirements (completeness, clarity, consistency, measurability, coverage) — not the implementation. |
| verify | speckit.spec2cloud.verify |
Run the implemented feature on local servers (provisioning Azure-only dependencies first) to verify it works before deploying to Azure. |
| deploy | speckit.spec2cloud.deploy |
Deploy the implemented feature to Azure once spec / plan / tasks / implement are complete. |
Templates referenced by the skills (constitution-template.md, spec-template.md, plan-template.md, azure-template.md, tasks-template.md, checklist-template.md) are bundled inside each skill's assets/ directory.
Register the plugin folder via the chat.pluginLocations VS Code setting, or publish through a marketplace. See the VS Code agent plugins documentation for details on plugin format, install paths, and discovery.
- Plugin manifest:
.github/plugin/plugin.json - Source preset:
spec-kit/presets/spec2cloud/preset.yml - Source extension:
spec-kit/extensions/spec2cloud/extension.yml