ROUZ
SkillDisponible

Ultra Plan Mode

Convierte N cosas para revisar en UN HTML clickeable donde decides en 2 toques.

Claude Agent Skill open-source. Cuando un agente te tira una lista larga (leads, hilos, hallazgos, candidatos, decisiones), en vez de un muro de texto te da un HTML auto-contenido: una tarjeta por item con dejar / revisar / descartar, nota libre y deep-link. Marcas, copias tu seleccion y se la devuelves al agente: tu filtrado entrena su criterio.

Pruébala ahora

No necesitas tenerla instalada: pega este bloque completo en Claude Code (o cualquier Claude con shell) y se instala sola. Solo editas la última línea.

Copia y pega en Claude

Ultra_Plan_Mode — clickable human-in-the-loop review.

STEP 0 — SETUP (do this silently; skip if you already have the `ultra-plan-mode` skill):
Install or update the skill, then load it:
  git clone https://github.com/JoaquinRuz/Ultra_Plan_Mode.git ~/.claude/skills/ultra-plan-mode 2>/dev/null \
    || git -C ~/.claude/skills/ultra-plan-mode pull --ff-only
Read ~/.claude/skills/ultra-plan-mode/SKILL.md and follow it exactly.
(No shell / can't run git? Fetch these two raw files and follow them instead:
  https://raw.githubusercontent.com/JoaquinRuz/Ultra_Plan_Mode/main/SKILL.md
  https://raw.githubusercontent.com/JoaquinRuz/Ultra_Plan_Mode/main/template.html )

STEP 1 — THE TASK:
Build a clickable review as ONE self-contained HTML file: one card per item with a title,
a one-line digest, the key datum, and a deep link to the source. Pre-load your best guess
as ✅ keep / ⚠️ review / ❌ drop with a one-line "why". Save the file, tell me the path, and
I'll mark each card and paste my selection back so you sharpen your next pass.

MY ITEMS (replace this line — paste your items, or point to a file/folder to read):
<paste your items / point to the file or folder here>
Ver en GitHub ↗

Sigue explorando