GAAI Framework — Summary
GAAI (Governed Agentic AI Infrastructure) is a drop-in .gaai/ folder framework (Markdown + YAML + bash, no SDK, no package) that implements a dual-track architecture — Discovery (conversational, scope-defining) and Delivery (autonomous, execution-only) — with structured backlog management, persistent cross-session memory, 61 skills, and a background delivery daemon that runs parallel story deliveries via tmux.
Problem it solves: AI coding tools are fast but without governance produce "drift" — agents touch code they shouldn't, forget decisions from prior sessions, and ship features nobody can verify against acceptance criteria. GAAI enforces scope authorization, structured delivery with QA gates, and cross-session decision memory.
Distinctive trait: Discovery and Delivery never share a context window — Delivery runs as a separate OS process (claude -p via tmux), completely isolated from Discovery residue. The backlog is the contract: nothing gets built that isn't in it. The delivery daemon polls the backlog and delivers multiple stories in parallel (up to 3 concurrent claude -p sessions), each running Planning → Implementation → QA sub-agents sequentially.
Target audience: Solo founders, senior engineers, and small teams with product clarity who need an AI that ships reliably without going off-script. Explicitly not for collaborative product discovery or complex external brainstorming.
Production-readiness: Active (v2.39.0, 142 stars, last commit 2026-05-24). Battle-tested per README: "176 stories, 177 decisions, 84,000 lines of TypeScript."
Differs from seeds: GAAI is closest to BMAD-METHOD (multi-agent roles with skills) but adds what BMAD lacks: cross-session persistent memory, backlog-as-contract enforcement, a background daemon for autonomous parallel delivery, and hard OS-process isolation between Discovery and Delivery contexts. The successor to ai-governor-framework by the same author (Fr-e-d).