Adds @ghost to VS Code Copilot Chat — your invisible AI engineering team.
Release Version: 1.1.0
Usage
In Copilot Chat:
@ghost Build an e-commerce platform with user auth and payments
@ghost /epic Payment Gateway with Stripe
@ghost /feature Design the auth system architecture
@ghost /story Implement JWT authentication
@ghost /review Check the auth implementation
@ghost /status
How It Works
You describe what you want
@ghost creates an issue and orchestrates through the pipeline:
PM creates PRD (for Epics)
Architect designs ADR + Tech Spec (for Features)
Engineer writes code + tests (for Stories)
Reviewer reviews code quality
Each agent streams results in real-time
All artifacts saved to disk (docs/, src/, tests/)
Full event audit log in .agentx/events/
Features
Uses Copilot subscription models (zero API keys)
Agent constraints loaded from .github/agents/*.agent.md
Multi-step orchestration with progress streaming
Automatic artifact persistence
Event logging for audit trail
Issue tracking
Development
cd src/vscode-extension
npm install
npm run compile
# Press F5 in VS Code to launch Extension Host
Publishing
cd src/vscode-extension
npm run package
# Upload .vsix to VS Code Marketplace