Run Grace banner
Preet0504 Preet0504

Run Grace

Productivity community

Description

--- description: "GRACE - root-cause workflow for a target project's subagents (Phase 0: validation gate)" argument-hint: "<path-to-target-claude-code-project>" model: claude-haiku-4-5-20251001 --- # /run_grace GRACE is a four-phase workflow for a Claude Code project's subagents: build a dependency graph over the target's `.claude/agents/`, localize a failure to a single root-cause agent by backward causal slicing over execution traces, then inject a generalized fix into that agent's prompt.

Installation

Installs to ~/.claude/commands/preet0504-grace-run_grace.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Preet0504/GRACE/HEAD/.claude/commands/run_grace.md -o ~/.claude/commands/preet0504-grace-run_grace.md

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

Full documentation available on GitHub

View Source Repository