SpecAg — VSCode Extension
Run an AI engineering team with full cost control and traceability, right from VSCode.
Features
- Setup Wizard — Interactive multi-step wizard to initialize new or existing projects
- Project Scanner — Automatically detects modules, languages, and frameworks in existing projects
- Spec Explorer — Sidebar tree view showing all specs with status, priority, and story points
- Sprint Dashboard — View current sprint, tier, velocity, and active hooks at a glance
- Spec Snippets — Type
spec in any .md file to scaffold a complete spec template
- Right-Click Scan — Right-click any folder to generate a spec from it
Getting Started
- Install the specag Python package:
pip install specag
- Open your project in VSCode
- Run
SpecAg: Initialize Project from the Command Palette (Ctrl+Shift+P)
- Follow the setup wizard
Commands
| Command |
Description |
SpecAg: Initialize Project |
Open the setup wizard |
SpecAg: Scan Project & Generate Specs |
Scan existing code and create spec drafts |
SpecAg: Sprint Prepare |
Validate specs for next sprint |
SpecAg: Show Stats |
View token usage and cost summary |
SpecAg: Refresh Spec Explorer |
Refresh the sidebar spec tree |
Requirements
- VSCode 1.85+
- Python 3.9+ with
specag package installed (pip install specag)
Links
License
MIT
| |