Leaderboard/Agent Orchestration/planning-with-files
Last commit on September 19, 2026·Created on January 3, 2026

OthmanAdi/planning-with-files

Persistent file-based state management for multi-step AI agent workflows
Combined rank
#30
across all skills
In Agent Orchestration
#1
category rank
Stars
27k
+0.6% in last 7d
Forks
2.3k
+0.9% in last 7d
Watchers
116
-0.9% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill enables AI agents to maintain continuity across long-running tasks by storing task plans, findings, and progress directly on disk. By utilizing dedicated files for state tracking and lifecycle hooks for context injection, it prevents context rot in complex sequences.

It is designed for research or automation work requiring extensive tool calls, providing a mechanism for automatic recovery and session catch-up without relying on network uploads.

WHO IT'S FOR
AI agent / automation builders
implementing persistent state for long-running tasks
Context engineering specialists
mitigating context rot in multi-step workflows
AI coding assistant power users
managing complex research or coding projects
Platform / DevEx teams
creating deterministic completion gates for agents
Repository contents

18 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

I’m using

Claude Code plugin

Installs: Full planning-with-files plugin: skill, slash commands, and lifecycle hooks. · Claude Code

Before you start
  • Current stable Claude Code release
  1. Enter this command in a Claude Code session to add the author's plugin marketplace.

    /plugin marketplace add OthmanAdi/planning-with-files
  2. Then enter this command in the Claude Code session to install the plugin.

    /plugin install planning-with-files@planning-with-files
docs/installation.md · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026