Interactive visual dashboard and multi-AI workflow studio for OpenSpec in VS Code.
Features
📊 Interactive Studio Dashboard: Full editor-tab dashboard presenting active changes, task checklists, progress metrics, and durable specifications.
⚡ Multi-AI Workflow Dispatcher: Trigger OpenSpec workflows (Propose, Explore, Apply, Sync, Archive) directly into GitHub Copilot Chat, the integrated terminal, or clipboard.
🚀 Automated Workspace Detection & Onboarding: Automatically detects openspec/ directories or guides you through 1-click initialization and local CLI installation.
📖 Durable Specs Explorer: Browse system capabilities, requirements, and scenarios in a structured view.
🗄️ Archived History: Keep track of archived changes and milestones.
Usage
Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P).
Run OpenSpec: Open Studio Dashboard.
Or click OpenSpec Studio in the Activity Bar or Status Bar.
Development
# Install dependencies
npm install
# Compile extension and webview
npm run build
# Run unit tests
npm test
# Package VSIX
npm run package