suede-graph-flo-xr

Searches competing implementation plans and applies one evidence-gated winner to a Git worktree.

123|10|Updated May 24, 2026
One-click install
npx skills add https://github.com/JasonColapietro/suede-creator-skills --skill suede-graph-flo-xr-jasoncolapietro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suede-graph-flo-xr
Source: https://github.com/JasonColapietro/suede-creator-skills/tree/main/skills/suede-graph-flo-xr
Command: npx skills add https://github.com/JasonColapietro/suede-creator-skills --skill suede-graph-flo-xr-jasoncolapietro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Multi-file repository changes often involve several plausible implementation plans, and picking one without evidence leads to collisions, unsafe mutations, or wasted work. This Skill runs a bounded Graph-of-Thoughts search that generates, scores, refutes, and selects a single plan before any file is mutated, with hard halts on hazards like secrets, live worktrees, or budget exhaustion. ## Core Features & Use Cases - Evidence-gated plan selection: Generates competing plans, scores them on coverage, evidence, feasibility, safety, and efficiency, then refutes, improves, aggregates, and selects one deterministic winner. - Sandboxed mutation pipeline: Only the selected plan mutates an isolated origin/main worktree; patches are validated, applied via clamped Bash helpers, and attested with diff digests before any review stage. - Budget and safety controls: Light (55), standard (110), and deep (200) agent-call ceilings, macOS sandbox-exec gated acceptance checks, credential-stripped environments, and explicit halt reasons with resolutions. - Use Case: A developer needs a change spanning several files in a production repo. They invoke the skill with the repo path, scope, and a standard budget; the workflow scouts hazards, researches evidence, selects one plan, applies it in an isolated worktree, runs gated checks, and writes a handoff at .suede-graph-flo-xr/<runKey>/handoff.md. ## Quick Start Ask the agent to run suede-graph-flo-xr on your repository with an absolute repo path, a description of the multi-file change, and a chosen budget of light, standard, or deep.

Frequently Asked Questions about suede-graph-flo-xr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a gated multi-file code change with an AI agent?

Invoke the skill with an absolute repo path, a scope describing the change, and a budget of light, standard, or deep. The workflow generates competing plans, scores and refutes them, selects one winner, and only that plan mutates an isolated origin/main worktree.

What is a Graph of Thoughts workflow for code changes?

It is a search over implementation plans using Generate, Score, KeepBestN, Refute, Improve, Aggregate, and Select operations, adapted from ETH Zurich's Graph of Thoughts. Rejected plans remain evidence only and are never built speculatively.

Does this skill work outside Claude Code on macOS?

The bundled JavaScript workflow requires Claude Code on macOS with sandbox-exec and the six registered agent profiles. In Codex or skill-folder-only installs, the SKILL.md acts as an orchestration contract and the change is routed to direct implementation instead.

Why does the workflow halt before applying changes?

It halts on a tracked secret, a live target worktree, a protected-WIP collision, a duplicate file owner, budget exhaustion, or no selectable plan. The halt output names the blocker and offers two to four resolutions, and nothing mutates while halted.

Can the skill deploy or publish changes to production?

No. Production inspection is read-only, and the skill never deploys, publishes, pushes, merges, or changes credentials. Its ship verdict is evidence for the user, and Gate results stay unverified without trusted execution receipts.