OthmanAdiOthmanAdiCommunity·8 Agent Skills Included

planning-with-files

Keep AI coding agents on track with persistent plan files

Keeps AI coding agents on task by storing plans, findings, and progress in three markdown files on disk. Stops agents from forgetting goals after context resets, crashes, or long multi-step sessions. Lifecycle hooks re-inject the plan automatically, so work resumes in fewer turns without re-explaining anything.
npx skills add OthmanAdi/planning-with-files --all -g -y

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install planning-with-files?

Run `npx skills add OthmanAdi/planning-with-files --all -g -y` in your terminal to install the skill globally for your agent.

How to stop AI agents from forgetting tasks?

This skill writes the goal, phases, and progress to markdown files on disk, so the agent re-reads them every turn instead of relying on its limited memory.

Does the plan survive /clear or a crash?

Yes. The plan lives on disk, not in the context window, so a fresh session reads the files and resumes exactly where it left off.

Which AI agents work with planning-with-files?

It follows the Agent Skills standard and installs across 60+ agents, including Claude Code, Cursor, Codex, Gemini, and OpenCode.

Do I need coding skills to use it?

No. Once installed, your agent creates and updates the planning files automatically whenever you give it a multi-step task.

Related Repositories in Software Engineering

View All in Software Engineering