Skip to content

Engineering Docs

Engineering documentation index for the AI-Native SDLC runtime.

Procedural Cognitive Runtime Architecture — public engineering docs for ai-native-sdlc.org.

  1. Architecture — runtime harness thesis (read first)
  2. How It Works — condensed entry + doc map
ConceptDefinition
Runtime harness.sdlc/ + materialization + gates — the architecture
Runtime adapter{specialization_layer}/ — reference implementation binding (cursor, claude, …)
Procedural DSLsdlc.yaml — operational source of truth
Materializationinit, doctor, gate scripts — DSL → verifiable state
PlaybookAtomic procedural specification — not documentation
Workflow layerDelivery methodology (AIDLC-style) — sits on top
Runtime substrateAI Native SDLC — sits underneath

The agent coordinates. The harness governs. The LLM infers.

DocumentSubject
MaterializationInit learns repo, generates integration manifests
Workflow vs RuntimeWorkflow layer (AIDLC) vs runtime substrate
WorkflowsDSL stage contracts
LifecycleEnd-to-end execution
GatesDeterministic transitions
DocumentSubject
Composition StackExpertise externalization layers
Operational LayerHarness directory and DSL
Runtime LayerAdapter binding contract
ObservabilityDual trace layers
Context EconomicsHydration and token budget
DocumentSubject
IntegrationsClose SDLC cycles — generated at init
PlaybooksDomain procedures — lazy provision
DistributionInstall commands
Terminal window
npx @jambu/ai-native-sdlc@latest install
ai-native-sdlc install --runtime cursor # reference implementation
Workflow Layer (AIDLC-style methodology)
┌───────────────▼───────────────┐
│ Runtime Harness (.sdlc/) │
│ DSL · gates · materialization│
└───────────────┬───────────────┘
┌───────────────▼───────────────┐
│ Runtime Adapter (.cursor/…) │
│ hooks · commands · agents │
└───────────────┬───────────────┘
┌───────────────▼───────────────┐
│ Application (target_root/) │
│ any language · any structure │
└───────────────────────────────┘
IDDecision
ADR-009E2E orchestration composes workflows
ADR-010Playbooks as domain procedural units
ADR-011Distributable SDLC two-phase init
ADR-012Deterministic gate matrix