Constatar Run banner
JairoTorregrosa JairoTorregrosa

Constatar Run

Development community

Description

--- description: Execute a constatar plan.toml and report grounded results argument-hint: "<plan.toml> [run-dir]" --- Execute a constatar plan end to end. 1. Load the constatar-verify and constatar-plan skills' rules (verification ladder, invariants). 2. `constatar preflight` — abort with the error if adapters are missing. 3. Parse arguments: `$ARGUMENTS` = plan file, optional run dir (default `runs/<plan-name>-<date>`). 4. If the plan's repo has uncommitted changes, stop and tell the user (th

Installation

Installs to ~/.claude/skills/jairotorregrosa-jaiskills-constatar-run/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jairotorregrosa-jaiskills-constatar-run && curl -fsSL https://raw.githubusercontent.com/JairoTorregrosa/jaiskills/HEAD/commands/constatar-run.md -o ~/.claude/skills/jairotorregrosa-jaiskills-constatar-run/SKILL.md

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

Full documentation available on GitHub

View Source Repository