Create Structural Model banner
Preet0504 Preet0504

Create Structural Model

AI community

Description

--- description: "GRACE Phase 1 - Structural Modeling: build the dependency prior (EDG) from a target project's .claude/agents" argument-hint: "<path-to-target-claude-code-project>" model: claude-sonnet-5 --- # /create_structural_model **GRACE Phase 1 - Structural Modeling.** One LLM pass over the target project's subagents and orchestrator source, producing a single dependency-prior file in plain edge-list form → `dependency_prior_analysis.md`. Analyzes a **target project supplied as an argu

Installation

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

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

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

Full documentation available on GitHub

View Source Repository