EAI Gofer brings the business specification-driven workflow into VS Code. It
keeps repository work visible from /eai through validation, mirrors the
repo-owned .specify/ scaffold, and packages the resources needed by the EAI
Gofer pipeline.
What It Does
- helps everyone, not just coders, write good code, that delivers a business outcome
- Work with AI to generate what you need whether it is business case, executive summary, technical diagram of otherwise for you and your stakeholders to know what will be built, not find out it is wrong later
- initializes the repo-owned EAI Gofer scaffold
- surfaces specs, memory, and progress inside VS Code
- helps launch and monitor supported AI CLI workflows
- keeps the VS Code surface aligned with the portable Claude/Codex/Copilot/Gemini bundle
Quick Start
- Open the Command Palette and run Gofer: Initialize Repository.
- Optional: run Gofer: Install Optional Developer Tools.
- Start every feature or follow-up request with
/eaiin slash-command CLIs,#eaiin Copilot Chat, or$eaiin hosts that use dollar-prefixed skills. - Gofer manages the internal pipeline for you:
start -> research -> specify -> plan -> tasks -> implement -> validate. You do not need to run numbered stage commands.
Common Commands
Gofer: Initialize RepositoryGofer: Install Optional Developer ToolsGofer: Upgrade to Gofer FormatGofer: Show Progress PanelGofer: Check for UpdatesGofer: Update Now
The authoritative command and settings contract lives in
extension/package.json.
Configuration
{
"gofer.markdownViewer": "preview",
"gofer.preferredAI": "ask",
"gofer.claudeCodeCommand": "claude",
"gofer.defaultCLI": "auto"
}
For the broader project documentation, see: