A VSCode extension that integrates SpecManager directly into your development workflow. Manage specifications, track tasks, and handle approvals without leaving your editor.
Features
Project Management - View and switch between your SpecManager projects linked to GitHub repositories
Task Tracking - See all tasks with status indicators (pending, in-progress, done) and track progress
SpecManager also provides an MCP (Model Context Protocol) server for AI-powered development. When using Claude Code or other MCP-compatible tools, you can:
List and manage projects
View specs and tasks
Start, complete, and report progress on tasks
All from your AI assistant
Privacy & Security
Authentication tokens are stored securely using VSCode's SecretStorage API
All API communication uses HTTPS
OAuth flows include CSRF protection via state validation