Documentation
README
Sistema de Planificación con Archivos
Trabaja como Manus: usa archivos Markdown persistentes como tu «memoria de trabajo en disco».
Paso 1: Recuperar contexto (v2.2.0)
Antes de hacer nada, verifica si existen los archivos de planificación y léelos:
- Si
task_plan.mdexiste, lee inmediatamentetask_plan.md,progress.mdyfindings.md. - Luego verifica si la sesión anterior tiene contexto no sincronizado:
# Linux/macOS
SKILL_DIR="${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/skills/planning-with-files-es}"
$(command -v python3 || command -v python) "${SKILL_DIR}/scripts/session-catchup.py" "$(pwd)"
This is the opening of the README. Read the full README on GitHub.