Skip to content

Instantly share code, notes, and snippets.

View Hoijof's full-sized avatar

Humberto Gomez Lopez Hoijof

  • getcircuit.com
  • Spain
View GitHub Profile
@Hoijof
Hoijof / process
Last active March 11, 2026 09:53
# The Hoijof Process
The "Hoijof Process" is a structured, documentation-first, and AI-friendly software development methodology designed to successfully deliver complex projects systematically with high test coverage and transparent decision-making. It is tailored to handle large context applications and maximize the efficiency of AI coding assistants.
---
## Quick Start (TL;DR)
1. **Check the Roadmap:** Read the current Phase Roadmap to understand the next priority and overarching goal.
2. **Read/Write the Design Doc:** Outline the "What" and the "Why" for the upcoming feature before any code is written. Get it approved.
3. **Follow the Implementation Plan:** Execute the strict Test-Driven Development (TDD) loop task-by-task.