Our Inspiration: Coordination Challenges in AI-Era Teams
The AI revolution has created a coordination problem: teams have significant execution capacity through AI agents, but lack unified frameworks for collaboration. AI agents can build effectively, but operate without shared truth or trusted coordination systems.
Our goal was to build infrastructure for intelligent work. We asked: What if we could design organizations like we design software—built on auditable, machine-readable principles?
GitGovernance is our answer: the operating system for human-AI collaboration.
What it does
GitGovernance is an operating system for intelligent work. It's not another task management tool; it's a fundamental protocol that orchestrates high-impact collaboration between humans and AI agents over an auditable Git history.
Every decision, every task, every piece of code is a verifiable Records, creating an auditable source of truth for the entire organization. The system has two faces:
-
gitgovCLI: A sovereign control plane for developers and agents, offering granular and powerful management. -
@gitgovAI Assistant: A conversational assistant that handles complexity, allowing users to interact with the system naturally.

The Revolutionary Difference: "Talk to Your Backlog"
Unlike traditional project management tools that force you to adapt to their rigid interfaces, GitGovernance lets you converse with your project in natural language:
- "Are we doing okay?" → "Our backlog health is at 80%, but there are 80 stalled tasks >7 days that need attention."
- "What should I work on now?" → "You have 1 pending feedback: 'Refactor compiler' (high priority, blocking 3 tasks)."
- "What's blocked?" → "3 critical blocks: Task X (12 days), Task Y (8 days), Task Z (5 days)."
This isn't just a chatbot—it's an intelligent project interface that understands your workflow, identifies bottlenecks, and provides actionable insights backed by real metrics.
Why It's Not "Another Jira"
GitGovernance is built on a different architectural paradigm: Protocol-First, not Application-First.
- Traditional Tools: The application is the product. The UI, its features, and its workflow define what's possible. The data is a byproduct, often locked in a proprietary format.
- GitGovernance: The protocol is the product. The verifiable
Recordsform a universal source of truth—a Git-based protocol.
Everything else is just a projection of that protocol. The same underlying data can be rendered as:
- A Kanban board for a human product manager.
- A dependency graph for an AI planning agent.
- A timeline of events for an auditor.
This architecture decouples the truth (the Git history) from its presentation. We're not just building a better board; we're building a verifiable data layer upon which infinite workflows and user interfaces can be built.
In essence, it provides the trust framework needed to build, operate, and govern organizations in the age of AI.
Why Git as the Foundation?
We built GitGovernance on Git because it's the most robust and adopted distributed traceability system in the world. This isn't just a technical choice—it's philosophical. Git provides immutable versioning, distributed ownership, and built-in auditability that no proprietary system can match.
How we built it
We embraced a "Kiro-native" approach from day one. Kiro was not just a tool for writing code faster; it was our development partner in architecting a complex, production-ready system with structured discipline. Our .kiro/ directory is a testament to this collaboration.
With
Steering(.kiro/steering/), we created a constitution for our code. Our 10 steering files defined the principles of our architecture, from design patterns to security standards. Kiro learned our laws and became a guardian of our architecture.With
Specs(.kiro/specs/), we implemented "Blueprint-Driven Development." For each of our 17 critical components, we created a trio ofrequirements.md,design.md, andtasks.mdfiles. We had deep architectural conversations with Kiro, refining the blueprints before writing a single line of code. This transformed development from a chaotic exploration into a deterministic execution.With
Hooks(.kiro/hooks/), we built automation foundations. We automated critical tasks like cache re-indexing (gitgov-auto-indexer.kiro.hook), creating the foundation for GitGovernance's self-maintaining capabilities.
All of this was built on a pnpm monorepo with TypeScript. The technical core is a microservices architecture where each business domain is handled by a specialized Adapter. This was the technical manifestation of our "water vs. rock" philosophy: a stable Git protocol surrounded by flexible, decoupled interfaces (the adapters), allowing the system to adapt to any shape.
Our Development Challenges: Managing AI Complexity
Teaching a Complex Vision to an AI: Our biggest challenge was translating a complex, multi-layered architectural vision into a format Kiro could understand and execute. The solution was our "Blueprint-Driven Development" process: breaking down every massive idea into atomic
specs(requirements,design,tasks) that Kiro could process.Maintaining Architectural Cohesion: With an AI generating code at high speed, maintaining consistency is a challenge. We solved this with a massive investment in Steering Files. Our 10 steering files acted as "guardrails" that kept Kiro aligned with our design patterns, even across hundreds of files.
Avoiding "AI-Washing": We didn't just want to "use AI." We wanted it to be fundamental. Our "AI-First = Protocol + Code" principle was the answer. By forcing ourselves to define everything in a machine-readable protocol before coding, we ensured the system was inherently understandable to the agents operating within it.
Our core principle became "AI-first = Prompt + Code" - every feature is defined first as a formal specification, then implemented as code. This ensures coherent collaboration between humans and AI agents.
Our Results: Building an Intelligent System
System Integration: The
gitgov dashboardrepresents our core achievement. It's not just a TUI; it's the integration of 6 core adapters, multiple methodologies, and a real-time intelligence engine, all working in coordination. It's the result of two months of development in an experience you can see and use.Conversational Project Intelligence: We've created a new capability: an AI assistant that doesn't just manage tasks, but understands your project's health and can answer complex questions in natural language. Ask "Are we doing okay?" and get intelligent insights about bottlenecks, blocked tasks, and team efficiency—all backed by real metrics from your Git-based protocol.
Disciplined Engineering: We are immensely proud of the structure in our
.kiro/directory. With 10 steering files, 17 detailed component specifications, and 7 automation hooks, we have demonstrated a level of engineering discipline and rigor that we believe is exemplary.Building a Self-Governing System: We have used GitGovernance to build GitGovernance. With over 220
Recordsand 45 developmentCycles, we have "dogfooded" our own system, proving that our vision of a protocol-governed workflow is not just a theory, but a practical reality.
Our Key Learnings
AI is an Architectural Partner, not just an Assistant: We learned that Kiro's true power is not in generating code, but in forcing you to think. The process of creating specs and steering files forced us to be clearer, more deliberate, and better architects.
Explicit Knowledge is the New Moat: In a world where code is generated quickly, the competitive advantage shifts from implementation to design. We learned that a well-structured set of
specsandsteering filesis a form of intellectual capital more valuable than the code itself.The Future is Governance: Human-agent collaboration at scale is not a code generation problem; it's a governance problem. We learned that trust, traceability, and auditability are the pillars on which the next generation of software will be built.
Protocol-First Architecture Changes Everything: By separating the verifiable truth (the Git history of Records) from the presentation layer (projections), we discovered that the same project data can serve multiple audiences simultaneously. A human sees a Kanban board, an AI sees a dependency graph. This protocol-first philosophy means we're not building another rigid tool; we're building the infrastructure for infinite adaptability.
The Road Ahead: From Protocol to Global Standard
The hackathon is not the end; it's the genesis. Our vision for GitGovernance extends far beyond a single product—we aim to establish a new, open standard for intelligent work. Our go-to-market strategy is therefore rooted in the Open Core model: we will win by creating an ecosystem, not by building a walled garden. The protocol must be a public good to become a global standard.
Our details the road ahead:
- Open Source the Standard (Q4 2025): We will release the protocol, core, and CLI to the community. This is the cornerstone of our strategy to build trust and drive universal adoption.
- Launch the Commercial Cloud (Q4 2025): We will launch a SaaS platform that provides coordination, advanced analytics, and professional-grade features on top of the open protocol. This is how we'll monetize.
- Build the Ecosystem: We will foster the creation of a marketplace for third-party
MethodologiesandAgents, creating a vibrant ecosystem. - Conversational Intelligence Evolution: We will expand the
@gitgovAI assistant to understand not just project health, but strategic planning, resource allocation, and predictive analytics. Imagine asking "Should we hire more developers?" and getting data-driven insights about your team's capacity, bottlenecks, and growth trajectory.
Our vision is bold: GitGovernance will not be just a tool; it will be the infrastructure on which the next generation of organizations is built. The future of work isn't about managing tasks—it's about conversing with your organization's intelligence.
Log in or sign up for Devpost to join the conversation.