fractal
01Plugin Claude Code
Plugin marketplace listing 1 plugin: fractal.
Plugin Claude Code
Plugin marketplace listing 1 plugin: fractal.
Plugin Claude Code
Fractal Loop — recursive project management for Claude Code. Decomposes goals into predicates, works on the riskiest unknown first.
Instructions file
Claude Code instructions for rmolines/fractal-loop, covering claude.md, what this is, commands, test the state machine and view tree state (auto-discovers tree in .fractal/).
Agent
Evaluates a fractal objection: given a challenge and its existing children, finds the strongest reason the challenge still stands — or declares it refuted.
Agent
Evaluates a fractal predicate: given the predicate and its existing children, decides the next step — propose a new child, declare complete, classify as leaf, or mark unachievable.
Agent
Implements changes in an isolated worktree for the /fractal:patch fast-iteration flow.
Agent
Executes the full sprint cycle (planning → delivery → review → ship) for a leaf predicate. Runs internally with no human gates — the review is the quality gate.
Command
Executes an approved plan by orchestrating subagents in parallel batches. Use after /fractal:planning produces an approved plan.md.
Command
Validates fractal tree integrity and optionally fixes inconsistencies.
Command
Bootstrap (objection mode): extract a challenge/objection, create fractal tree, then hand off to /fractal:run-objection. Use to start a pre-mortem or to stress-test a plan.
Command
Bootstrap: extract objective, create fractal tree, then hand off to /fractal:run. Use to start a new project or redefine an existing objective.
Command
Fast iteration flow: implements a small, well-defined change in an isolated worktree, presents the result, user approves or discards. Use when you already know what to change — a conclusion from discussion, a quick fix, a small improvement. Triggers: 'vale um patch', 'faz esse ajuste', 'aplica essa mudança'…
Command
Transforms a fractal predicate into an executable plan with self-contained deliverables, dependency graph, and human gates. Use after /fractal:run produces a predicate.md.
Command
Propose a new challenge/objection and place it in the fractal tree. With no arguments, enters analyze mode: evaluates the active predicate and suggests a sub-objection. With text, reframes and places it manually.
Command
Propose a new predicate and place it in the fractal tree. With no arguments, enters analyze mode: evaluates the active predicate and suggests a sub-predicate. With text, reframes and places it manually.
Command
Decision gate that validates implementation against the fractal node predicate. Spawns an independent evaluator, then decides: back to planning, back to delivery, back to fractal, or approved for ship.
Command
Idempotent objection state machine. Evaluates the active challenge and advances one step. Call repeatedly to converge on the root objection.
Command
Idempotent fractal state machine. Evaluates the active predicate and advances one step. Call repeatedly to converge on the root predicate.
Command
Puts approved code into production and closes the cycle. PR + CI + deploy + simplify + docs + cleanup. Use after /fractal:review approves.
Command
Inspect target repo and generate .claude/standards.md with detected values. Replaces scripts/generate-standards.sh.
Command
Strategic review of the fractal tree — structural analysis, realignment suggestions, and predicate quality audit.
Command
Open the fractal viewer — real-time HTML dashboard with live tree updates.