Skip to content

Agentic Development#

The Agentic Development framework makes an organization the operating boundary for human and agent work. Each organization owns a docs repository for canonical knowledge and a memory repository for accumulated working context; every product repository carries a short router that points to those roots, and keeps its own nuance in the files a human already reads.

A repository adopts the framework by carrying a short router and the client routes that reach it, and by letting agents read outward — the repository's own files first, then the organization documentation and memory, then the current task. The organization selects which context applies; the reading order decides what is read first.

Page Description
Spec Requirements for refresh-first, index-first agentic development through canonical documentation, memory, and thin pointers.
Design How the agentic development framework is built — OKF documentation, org memory, thin repo pointers, and deterministic context resolution.
Memory Repository Template The concrete, copy-pasteable scaffold every organization's memory repository instantiates, and why it deliberately breaks from the Repository Standard.