planning-with-files-es

planning-with-files-es is a skill for Claude Code from OthmanAdi/planning-with-files. It costs 164 tokens per session (3,584 once invoked), scanned A, original, MIT.

A file-based planning system for multi-step work by AI agents. It stores working information in Markdown files such as taskplan.md, findings.md, and progress.md so it can be recovered later.

In plain words
What is it for?
Planning multi-step coding tasks, recording findings and progress, recovering project planning files, and checking unrecorded code changes with git diff.
Why use it?
It keeps plans, discoveries, and progress on disk instead of relying only on the conversation, making long tasks easier to resume and track.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the TodoWrite tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the planning-with-files plugin — 6 skills, 15 commands, 10 hooks shipped together

Good fit Planning multi-step coding tasks, recording findings and progress, recovering project planning files, and checking unrecorded code changes with git diff.

Compare 6 skills from other repositories ↓
About the project

OthmanAdi/planning-with-files is a planning system that stores an AI coding agent's task plan, findings, and progress in project files so the work can be recovered after context resets, crashes, or compaction. It is for long-running coding tasks across many agent tools, including Claude Code, Codex CLI, and Cursor. The catalogue entries are the project's commands, hooks, skills, plugin, and instruction for maintaining those planning files.

OthmanAdi/planning-with-files · 26,765 stars · on GitHub · skills.sh

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add OthmanAdi/planning-with-files
Claude Code
/plugin install planning-with-files

Made for: Claude Code.

Or install planning-with-files, the plugin that ships this one along with the rest of its 6 skills, 15 commands, 10 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for planning-with-files-es

README.md
[![agentmods](https://agentmods.dev/badge/skills/othmanadi/planning-with-files/planning-with-files-es/github.svg)](https://agentmods.dev/skills/othmanadi/planning-with-files/planning-with-files-es)
Your own site
<a href="https://agentmods.dev/skills/othmanadi/planning-with-files/planning-with-files-es"><img src="https://agentmods.dev/badge/skills/othmanadi/planning-with-files/planning-with-files-es/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for planning-with-files-es

Your own site · 80×15
<a href="https://agentmods.dev/skills/othmanadi/planning-with-files/planning-with-files-es"><img src="https://agentmods.dev/badge/skills/othmanadi/planning-with-files/planning-with-files-es.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 164 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,584 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 22 May 2026
  • Snyk pass 22 May 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00164 $0.03584
Opus 5 $0.00082 $0.01792
Sonnet 5 $0.00033 $0.00717
Haiku 4.5 $0.00016 $0.00358

Measured 2d ago against content hash 6902de0badd6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

planning-with-files-es scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 22 executable files (scripts/attest-plan.ps1, scripts/attest-plan.sh, scripts/check-complete.ps1, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/i18n/planning-with-files-es/SKILL.md · 262 lines

How it starts

The opening of the file, as written. The whole thing — 262 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sistema de Planificación con Archivos

Trabaja como Manus: usa archivos Markdown persistentes como tu «memoria de trabajo en disco».

Paso 1: Recuperar el estado del proyecto

Antes de continuar, resuelve el directorio del plan que pertenece a esta tarea:

  1. Usa el scripts/resolve-plan-dir.sh instalado (o .ps1) con el PLAN_ID y PWF_PLAN_ROOT del host, y lee task_plan.md, progress.md y findings.md desde ese único directorio seleccionado.
  2. Si se rechaza un selector explícito, o el aislamiento de sesión está activo con varios planes y sin PLAN_ID, corrige el anclaje y no vuelvas a otra tarea. Usa los archivos heredados de la raíz del proyecto solo cuando no aplique ningún selector ni plan con nombre.
  3. Ejecuta git diff --stat para comprobar cambios de código todavía no registrados.

Todos los nombres de archivos de planificación siguientes se refieren a ese directorio seleccionado. Para tareas en paralelo, fija cada host antes de iniciarlo o usa worktrees separados; exportar una variable en un proceso hijo no cambia el entorno del host. Un orquestador es dueño del plan y de los resúmenes compartidos; los workers usan archivos o registros asignados.

La recuperación automática termina aquí. La ejecución sin opciones de session-catchup.py y los hooks del ciclo de vida no inspeccionan los almacenes de sesiones del agente. Solo cuando el usuario solicite de forma explícita consultar el historial local de sesiones, elige uno de estos modos:

# Linux/macOS
SKILL_DIR="${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/skills/planning-with-files-es}"
# Solo recuentos del mismo proyecto, sin extractos de transcripciones
$(command -v python3 || command -v python) "${SKILL_DIR}/scripts/session-catchup.py" --metadata "$(pwd)"

# Reproducción limitada y explícita, con extractos del mismo proyecto enmarcados con nonce
$(command -v python3 || command -v python) "${SKILL_DIR}/scripts/session-catchup.py" --replay "$(pwd)"
# Windows PowerShell
& (Get-Command python -ErrorAction SilentlyContinue).Source "$env:USERPROFILE\.claude\skills\planning-with-files-es\scripts\session-catchup.py" --metadata (Get-Location)
# Sustituye --metadata por --replay solo después de una solicitud explícita del usuario.

Read the full file on GitHub · 262 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed 6902de0badd6
  2. 3d ago Changed · +2 lines 51bdc79ecb03
  3. 7d ago Changed 73799b3dd7eb
  4. 9d ago Changed 9aea5e08c2c3
  5. 11d ago First seen · 260 lines · 164 tokens per session scan A 026456a0964b

Subscribe to this mod's changes

planning-with-files-es is a skill published in the GitHub repository OthmanAdi/planning-with-files (26,765 stars, last pushed yesterday), licensed MIT. It adds 164 tokens to every session and 3,584 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

google-ads-audit

Google Ads account audit and business context setup. Use for account-health audits and business-context setup. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should I fix in my ads", or when the user is new to NotFair and hasn't run…

nowork-studio/notfair-plugin · 86 tokens

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

webhook-management

Configure and validate CCAM webhook targets across supported chat, incident, automation, and generic providers. Use when listing provider requirements, creating or updating a target, scoping it to alert rules, sending a test notification, reviewing delivery history, or deleting a target.

hoangsonww/Claude-Code-Agent-Monitor · 56 tokens

gesellschaftsrechtliche-satzungen-agb

Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens

master-yinguang

A reference-based assistant for questions about Yinguang and Pure Land Buddhism, a Buddhist tradition focused on faith, ethical living, and practice connected with rebirth in the Pure Land. It can answer in Yinguang’s historical teaching style.

xr843/Master-skill · 274 tokens