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/gratiaimport vocabulary from '@gratiaos/gratia/vocabulary.json';
const breathe = vocabulary.verbs.find((v) => v.id === 'breathe');
console.log(breathe.description);Packages
| Package | Version | Description |
|---|---|---|
@gratiaos/gratia | 0.2.1 | Protocol ISA — atomic verbs, patterns, adapter contract |
@gratiaos/pack-product | 0.2.1 | Product domain pack — BRD, PRD templates, writing guides |
Reference
- Vocabulary — Atomic verbs (ISA)
- Patterns — Compositions of atomic verbs
- Schemas — JSON Schema definitions