Gratia

An instruction set architecture for structured knowledge work.

Intent Protocol Domain Pack Runtime

What is Gratia?

Gratia is a protocol — not a framework, not an AI tool. It's an instruction set architecture for structured knowledge work.

🫁 Atomic Verbs

Human state operations — breathe, orient, cartography. Pure intent, no runtime.

✨ Patterns

Compositions of atomic verbs that form structured workflows for collaboration.

📦 Domain Packs

Extend the protocol with domain-specific templates, guides, and manifests.

Quick Start

npm install @gratiaos/gratia
import vocabulary from '@gratiaos/gratia/vocabulary.json';

const breathe = vocabulary.verbs.find((v) => v.id === 'breathe');
console.log(breathe.description);

Packages

PackageVersionDescription
@gratiaos/gratia0.2.1Protocol ISA — atomic verbs, patterns, adapter contract
@gratiaos/pack-product0.2.1Product domain pack — BRD, PRD templates, writing guides

Reference

Links