Skip to main content

EAI Gofer

EAI Gofer is a business specification-driven delivery workflow for repositories. It provides a shared 0-6 pipeline, repo-owned artifacts in .specify/, a VS Code extension, and portable plugin surfaces for Claude Code, Codex, GitHub Copilot, and Gemini.

Core Pipeline

StageCommandPurpose
Business Scenario/0_business_scenarioKick off the workflow, gather context, and route the work
Research/1_gofer_researchExplore the codebase, constraints, and delivery options
Specify/2_gofer_specifyWrite the feature specification
Plan/3_gofer_planProduce architecture, data model, and contracts
Tasks/4_gofer_tasksBreak the work into dependency-ordered execution units
Implement/5_gofer_implementMake code and documentation changes
Validate/6_gofer_validateRun validation, blast-radius review, and final quality gates

Optional helpers:

  • /0a_problem_validation
  • /7_gofer_save
  • /8_gofer_resume
  • /9_gofer_tests
  • /7a_stakeholder_comms
  • /gofer:check-workspace
  • /gofer:bootstrap-workspace

Release Feed

Start Here

Install Surfaces

SurfaceRecommended source
VS CodeMarketplace first, VSIX as fallback
Claude Codeeai-tools/eai-gofer GitHub marketplace
CodexGitHub repo marketplace
GitHub Copilot CLIGitHub repo marketplace
Gemini CLIGitHub repo install with --auto-update

Model And Cost Policy

Bootstrap creates a user-owned model policy at .specify/memory/gofer-model-policy.yaml from the shipped .specify/templates/gofer-model-policy.yaml template. Edit the memory copy to tune simple, medium, hard, and arbiter routes across Claude, Codex/OpenAI, Gemini, and Copilot. Copilot uses Auto for simple/default work by default because exact model availability depends on client, plan, and organization policy.

Community

References

Public Launch Notes

This documentation set is being cleaned up for a public launch. Community health files, GitHub Discussions, contributor routing, and public install paths are now first-class. Remaining legacy enterprise-profile internals are tracked separately as follow-up launch work.