speckit-spec2cloud (VS Code agent plugin)

May 8, 2026 · View on GitHub

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-plugin skill from the source spec-kit at spec-kit/ (preset at spec-kit/presets/spec2cloud/, extension at spec-kit/extensions/spec2cloud/). Manual edits will be overwritten on the next regeneration. Edit the source files instead.

Skills

SkillSource commandDescription
constitutionspeckit.constitutionCreate or update the project constitution (principles, non-negotiables, out-of-scope).
specifyspeckit.specifyCreate spec.md from a feature description.
clarifyspeckit.clarifyAsk up to 5 targeted clarification questions to resolve ambiguity in the spec, then write the answers back into spec.md.
planspeckit.planCreate plan.md (technical context, architecture, design decisions) from the spec.
tasksspeckit.tasksCreate tasks.md and tasks.json (dependency-ordered, phase-grouped) from plan and spec.
implementspeckit.implementExecute pending tasks from tasks.md / tasks.json, updating both on completion.
analyzespeckit.analyzeRead-only consistency, coverage, and Azure-readiness analysis across constitution, spec, plan, and tasks.
checklistspeckit.checklistGenerate a domain-focused checklist that validates the quality of the requirements (completeness, clarity, consistency, measurability, coverage) — not the implementation.
verifyspeckit.spec2cloud.verifyRun the implemented feature on local servers (provisioning Azure-only dependencies first) to verify it works before deploying to Azure.
deployspeckit.spec2cloud.deployDeploy 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.

Install

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.

Manifest