Skip to content
Remaker Digital edited this page Apr 17, 2026 · 2 revisions

GroundTruth KB Wiki

GroundTruth-KB is a specification-driven governance toolkit for AI engineering teams. It tracks specifications, tests, work items, architecture decisions, assertions, and readiness evidence so AI-assisted software work can stay auditable.

flowchart TB
    Specs["Specifications"]
    Tests["Tests"]
    ADRs["Architecture decisions"]
    Assertions["Assertions"]
    Doctor["Doctor checks"]
    Evidence["Readiness evidence"]

    Specs --> Tests
    Specs --> ADRs
    ADRs --> Assertions
    Tests --> Assertions
    Assertions --> Doctor
    Doctor --> Evidence
Loading

Start Here

Topic Page
Azure enterprise SaaS readiness Azure Enterprise Readiness
Source docs Repository documentation
Published docs GitHub Pages site

Core Workflow

flowchart LR
    Owner["Owner<br/>specs, clarifications, decisions"]
    Prime["Prime Builder"]
    LO["Loyal Opposition"]
    MemBase["MemBase"]
    App["Application repo"]

    Owner --> Prime
    Prime --> MemBase
    Prime --> App
    LO --> MemBase
    LO --> App
    MemBase --> Prime
Loading

Clone this wiki locally