Public Implementations¶
These projects put the patterns into a form you can read, inspect, run, or adapt. Start with the one closest to the question you are trying to answer.
Explore The Implementations¶
| Implementation | What you can explore | Start here |
|---|---|---|
| Agentic Operating Patterns | The public pattern language, architecture pages, and reader guides. | Home |
| Knowledge Operating System | An architecture for capture, curation, governed retrieval, evaluation, and human checking. | Overview |
| Pathway routing | A method for choosing how different kinds of agent work should be handled. | Pattern |
| Safe Lane | An intake, fanout, and review method for mixed or ambiguous agent work. | Pattern |
| Agentic SDLC Adoption Guide | A practical guide for software teams adding agents to delivery work while keeping review control. | Guide |
| Pathway Protocol | A docs-first package for route choice, role selection, review, deterministic evals, and synthetic proof records. | Repository |
| House Style System | A writing-quality gate with synthetic evals, optional review layers, and explicit room for human judgment. | Repository |
| Penny Writing Workspace | A local writing workspace with a tested two-model Gemma 4 reference setup, deterministic checks, data-only voice packs, and writer-reviewed suggestions. | Repository |
Reading Path¶
Start with the Knowledge Operating System when you want the system view. Use the pattern catalog when you want a single reusable method. Use the Agentic SDLC Adoption Guide when you want a practical guide for software delivery work.