openspec-for-copilot — Summary
openspec-for-copilot is a VS Code extension (published to the VS Code Marketplace as atman-dev.openspec-for-copilot) that brings the OpenSpec spec-driven development workflow to GitHub Copilot Chat users, providing a visual sidebar with spec management, prompt management, steering document management, and GitHub issue generation — all orchestrated through Copilot Chat (or optionally Codex) via pre-compiled Handlebars-templated prompts.
Problem it solves: GitHub Copilot Chat users have no native way to trigger structured spec-driven workflows; they must manually know what to ask the AI for each OpenSpec step. This extension adds a dedicated sidebar that compiles OpenSpec-formatted prompts and sends them directly to the Copilot Chat panel, making the full OpenSpec lifecycle accessible from a tree view.
Distinctive trait: The only VS Code extension in this batch. Ships a custom Webview UI (React + Vite) for spec creation, uses Handlebars-templated prompts compiled from Markdown sources at build time, and supports both GitHub Copilot Chat and Codex as AI backends via a configurable aiAgent setting.
Target audience: VS Code users on GitHub Copilot who want OpenSpec-style spec-driven development without installing the Node.js CLI or using a different editor.
Production-readiness: v1.1.0, 18 stars, last commit May 2026 (most recently updated framework in this batch). Published to VS Code Marketplace. Requires OpenSpec CLI installed globally.
Relationship to seeds: Most similar to kiro (Archetype 5 — IDE-specific integration) but as a VS Code extension rather than a full IDE fork. Like spec-kit (Archetype 2 — mirror commands + skills), it provides one UI action per OpenSpec workflow step. Originally forked from kiro-for-codex-ide (credited in README), making it the only framework in this batch with a documented fork lineage from a non-OpenSpec source.