Runtime Harness
Operational infrastructure beneath any agent runtime — lifecycle hooks, structured memory, orchestration, and gate enforcement through `.sdlc/`. Runtime-neutral. Adapter-swappable.
Procedural Cognitive Runtime
The runtime harness coordinates cognitive workflows across sessions and agents. The SDLC harness externalizes expertise into executable contracts. Gates enforce verifiable stage transitions — not optimistic language claims.
npx @jambu/ai-native-sdlc@latest install Operational infrastructure beneath any agent runtime — lifecycle hooks, structured memory, orchestration, and gate enforcement through `.sdlc/`. Runtime-neutral. Adapter-swappable.
Procedural DSL as source of truth — workflows, playbooks, skills, commands, and materialization scripts that externalize expertise into versionable, executable contracts.
Stage transitions blocked until filesystem and API state confirm completion. Every gate is observable, verifiable, and auditable — not an LLM claim.
Three commands to materialize the harness in your repository.
npx @jambu/ai-native-sdlc@latest install /sdlc:init sdlc run --playbook feature/implement-login --intent "Add magic link auth"