Runtime Validator banner
dackota dackota

Runtime Validator

Development community

Description

--- name: runtime-validator description: Independent runtime validator. In build mode, spawned by /next's post-build barrier when the diff is runnable — alongside the acceptance and correctness gates — to build, boot, and drive the just-built slice in its committed worktree. In release mode, spawned by /next's Land phase to verify a shipped release against its live deployment, read-only. It executes but never modifies source, mutates a live/shared environment, commits, or deploys. Returns PASS,

Installation

Installs to ~/.claude/agents/dackota-claude-projects-runtime-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dackota/claude-projects/HEAD/agents/runtime-validator.md -o ~/.claude/agents/dackota-claude-projects-runtime-validator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository