go-vibe

The structured methodology for AI-powered development

Learn the Process

Why a Methodology?

New Generation AI coding tools often generate inconsistent code that violates architectural integrity, leading to technical debt, maintenance nightmares, and security vulnerabilities. This creates a critical gap between the promise of AI-assisted development and the reality of maintaining production-quality code.

  • Limited context window size affecting operations on large codebases
  • Inconsistent code quality & style across different AI models
  • Architectural integrity in generated code compared to desired architecture
  • AI hallucinations leading to incorrect or inconsistent code

Core Principles

go-vibe is a structured development methodology designed to maximize the ROI of AI-assisted development and vibe coding practices. Just as TDD revolutionized test-first development and Scrum transformed agile workflows, go-vibe provides a systematic approach to leveraging AI and Large Language Models in software development.


  • Docs at Centre Stage

    Keeping IDE rules, design and architecture documentation in markdown format alongside code ensures accessibility to both humans and AI tools.

  • Context-Aware Code Generation

    Using documentation as context in prompts helps maintain architectural consistency and design constraints when generating or modifying code.

  • Continuous Documentation Evolution

    Creating and updating documentation based on code evolution creates a feedback loop that keeps documentation current, using AI to assist in this process.

The go-vibe Iterative Process

%%{init: { 'theme': 'base', 'themeVariables': { 'primaryColor': '#4f46e5', 'primaryTextColor': '#fff', 'primaryBorderColor': '#4338ca', 'lineColor': '#4f46e5', 'secondaryColor': '#e2e8f0', 'tertiaryColor': '#cbd5e1', 'edgeLabelBackground': '#cbd5e1', 'labelTextColor': '#1e293b' } }}%% graph LR subgraph "1 - IDE Rules" subgraph "_" direction LR subgraph Docs_in_Markdown["Docs in Markdown"] D["Developer Docs"] end subgraph Code_Section["Code"] C["Code
Artefacts"] end end end D -. "Prompts
3 - Code Gen" .-> C C -. "Prompts
2 - Doc Gen
4 - Doc Evolve" .-> D style D fill:#6366f1,stroke:#4f46e5,stroke-width:2px,color:#fff style C fill:#6366f1,stroke:#4f46e5,stroke-width:2px,color:#fff style Docs_in_Markdown fill:#f1f5f9,stroke:#334155,stroke-width:1px style Code_Section fill:#f1f5f9,stroke:#334155,stroke-width:1px linkStyle 0,1 stroke:#6366f1,stroke-width:2px

1 Setup IDE Rules

Start by setting up the IDE rules for the project. This is a set of rules that will be used to generate the code.

Show How

2 Document Generation

Start by creating or updating documentation that clearly defines architectural patterns, design constraints, and feature requirements.

Show How

3 Context Aware Code Generation

Include relevant documentation as context when crafting prompts for AI code generation, ensuring alignment with established patterns.

Show How

4 Document Evolution

Validate AI-generated code against documentation, then update docs to reflect any approved changes, maintaining the documentation-code harmony.

Show How

A paradigm shift in how developers work

go-vibe process integrates AI coding IDEs (like Cursor) into the software development lifecycle, creating a seamless workflow where documentation, architecture, and implementation evolve together at a rapid phase.

Join the Community

go-vibe is an open-source methodology that thrives on community contributions. Help shape the future of AI-assisted development by sharing your experiences, suggesting improvements, and contributing to the methodology.

Ready to Contribute?

Start by exploring our GitHub repository and following our contribution guidelines.

Visit GitHub Repository