Agent skill · Workflow & Productivity

planning-with-files-es

Sistema de planificación basado en archivos estilo Manus para organizar y rastrear el progreso de tareas complejas. Crea task_plan.md, findings.md y progress.md. Cuando el usuario solicita planificación, desglose u organización de proyectos multipaso, tareas de investigación o trabajos que requieren más de 5 llamadas a herramientas. Soporta recuperación automática de sesión tras /clear. Palabras clave: planificación de tareas, planificación de proyecto, crear plan de trabajo, analizar tareas, organizar proyecto, seguimiento de progreso, planificación multipaso, ayúdame a planificar, desglosar

OthmanAdigithub.com/OthmanAdiGitHub ↗
claude-codecodexcursorcopilotcan modify filesships scriptsMIT
Install
npx skills add OthmanAdi/planning-with-files --skill planning-with-files-es --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 12
SKILL.md size: 13 KB
Bundled scripts: yes
Version: 3.9.0
Allowed tools: ReadWriteEditBashGlobGrep
Path: skills/planning-with-files-es/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 25,969 · +158 this week
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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: 1. Si `task_plan.md` existe, lee inmediatamente `task_plan.md`, `progress.md` y `findings.md`. 2. Luego verifica si la sesión anterior tiene contexto no sincronizado: ```bash # 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)" ``` ```powershell # Windows PowerShell & (Get-Command python -ErrorAction SilentlyContinue).Source "$env:USERPROFILE\.claude\skills\planning-with-files-es\scripts\session-catchup.py" (Get-Location) ``` Si el informe de recuperación muestra contexto no sincronizado: 1. Ejecuta `git diff --stat` para ver los cambios reales en el código 2. Lee los archivos de planificación actuales 3. Actualiza los archivos de planificación según el informe de recuperación y el git diff 4. Luego continúa con la tarea ## Importante: Ubicación de los archivos - Las **plantillas** están en `${CLA

What's inside
Steps it walks through
  1. Paso 1: Recuperar contexto (v2.2.0)
  2. Importante: Ubicación de los archivos
  3. Inicio rápido
  4. Patrón central
  5. Propósito de los archivos
  6. Reglas clave
  7. 1. Crear el plan primero
  8. 2. Regla de dos operaciones
  9. 3. Releer antes de decidir
  10. 4. Actualizar tras actuar
  11. 5. Registrar todos los errores
  12. 6. Nunca repetir un fallo
  13. 7. Continuar tras completar
  14. Protocolo de tres fallos
Ships with 11 files
  • scripts/check-complete.ps1
  • scripts/check-complete.sh
  • scripts/init-session.ps1
  • scripts/init-session.sh
  • scripts/inject-plan.sh
  • scripts/ledger-summary.sh
  • scripts/resolve-plan-dir.sh
  • scripts/session-catchup.py
  • templates/findings.md
  • templates/progress.md
  • templates/task_plan.md
Commands it runs
Linux/macOS
More from planning-with-files
All skills →
About this skill
What does the planning-with-files-es skill do?

Sistema de planificación basado en archivos estilo Manus para organizar y rastrear el progreso de tareas complejas. Crea task_plan.md, findings.md y progress.md. Cuando el usuario solicita planificación, desglose u organización de proyectos multipaso, tareas de investigación o trabajos que requieren más de 5 llamadas a herramientas. Soporta recuperación automática de sesión tras /clear. Palabras clave: planificación de tareas, planificación de proyecto, crear plan de trabajo, analizar tareas, organizar proyecto, seguimiento de progreso, planificación multipaso, ayúdame a planificar, desglosar

How do I install it?

Run `npx skills add OthmanAdi/planning-with-files --skill planning-with-files-es --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From OthmanAdi/planning-with-files, a repository with 25,969 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going