AI Governor Framework — Summary
The AI Governor Framework (by Fr-e-d) is an archived methodology-doc framework that teaches AI coding assistants project-specific context via an in-repo knowledge base of rules and dev-workflow protocols. It has been explicitly superseded by the same author's GAAI framework.
Problem it solved: AI coding assistants lack awareness of a project's architecture, conventions, and constraints — they generate inconsistent, non-compliant code unless given structured context. The framework provides two components: passive governance rules (auto-applied by the IDE) and active operator protocols (manually invoked step-by-step).
Distinctive trait: A 6-protocol "Operator's Playbook" covering the full feature lifecycle (Bootstrap → Define PRD → Generate Tasks → Process Tasks → Quality Audit → Implementation Retrospective), with a 7-layer quality audit protocol and a /review command with 7 mode variants (quick, security, architecture, design, ui, deep-security, comprehensive).
Target audience: Developers using Cursor, Claude Code, or other AI assistants who want a structured, auditable development workflow governed by project-specific rules.
Status: ARCHIVED (GitHub: archived=True). The README explicitly redirects to GAAI: "This project has been superseded by GAAI — Governed Agentic AI Infrastructure."
Differs from seeds: Most similar to BMAD-METHOD (structured multi-phase workflow with explicit protocols and review gates) but uses in-repo rules rather than persona-based agents. Unlike BMAD's skill-activation pattern, AI Governor Framework uses Cursor's .mdc rules and Claude Code commands. The dev-workflow protocols are manually invoked, not auto-triggered — closer to agent-os's "commands that write markdown" pattern than BMAD's auto-activating skills.