A team of AI agents, available as a plugin for GitHub Copilot and Claude Code.
Gaia is a team of AI agents that builds and evolves software using spec-driven development. You describe your goal; Gaia coordinates architecture, planning, implementation, testing, and release.
The workflow contract lives in AGENTS.md.
copilot plugin marketplace add frostaura/ai.toolkit.gaia
copilot plugin install gaia-foundation@frostaura/plugin marketplace add frostaura/ai.toolkit.gaia
/plugin install gaia-foundation@frostauraOpen any project and prompt your assistant:
"Create a REST API for a blog with posts and comments."
Gaia will refine the request, draft architecture into docs/, plan the work, implement it, test it, and validate release gates — automatically.
copilot -p "Create a REST API for a blog with posts and comments" --yoloGaia uses a remote MCP server by default so plans, memories, and evolution lessons persist across machines and sessions (including GitHub Copilot's web coding agent).
Stored: evolution suggestions, task plans, project memory — all segregated by project name. Not stored: user PII, project code, specs, or documentation.
Prefer fully local? Point the MCP config at a local STDIO server instead.
Working on Gaia itself? Install the plugin from a local clone so changes are picked up immediately.
copilot plugin install /absolute/path/to/ai.toolkit.gaia/plugin marketplace add /absolute/path/to/ai.toolkit.gaia
/plugin install gaia-foundation@frostaura"In Greek mythology, Gaia is the personification of Earth and the ancestral mother of all life."