This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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. |