planning-with-files

Create and update Markdown planning files to structure multi-step work.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/handsomelong922/my-codex-skills --skill planning-with-files-handsomelong922
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/handsomelong922/my-codex-skills/tree/main/skills/planning-with-files
Command: npx skills add https://github.com/handsomelong922/my-codex-skills --skill planning-with-files-handsomelong922

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a disciplined, persistent planning framework that keeps goals, phases, and progress outside volatile memory by storing them in Markdown files (task_plan.md, findings.md, progress.md). It ensures you never lose track during long multi-step work.

Core Features & Use Cases

  • Persistent planning artifacts: Automatically creates and updates task_plan.md, findings.md, and progress.md to track goals, discoveries, and session logs.
  • Context refresh & recovery: Re-reads planning files to restore focus before decisions and supports automatic session recovery after /clear.
  • Structured workflow for complex tasks: Ideal for research, product planning, and multi-phase projects that require 5+ tool calls or steps.

Quick Start

Create a new task_plan.md and begin outlining your phases to start a guided planning workflow.

Frequently Asked Questions about planning-with-files

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain task context for complex multi-step workflows?

Persistent planning artifacts store your multi-step workflows in Markdown files. By automatically creating and updating task_plan.md, findings.md, and progress.md, this approach tracks goals and session logs outside volatile memory to prevent context loss.

How do I recover my project planning state after a session is cleared?

Session recovery works by re-reading existing Markdown planning files like task_plan.md and progress.md. This restores focus and automatically recovers the exact project planning state before making iterative cross-phase decisions.

When should I use persistent Markdown files for task management?

Use persistent Markdown files for task management when handling complex projects or research tasks requiring five or more tool calls. This approach supports extensive cross-phase coordination and iterative decision-making across long multi-step work.

How do I structure multi-phase research tasks using Markdown?

Structure multi-phase research tasks by creating a task_plan.md to outline your phases. You then use findings.md and progress.md to log discoveries and track completion, ensuring structured workflow coordination across iterative tool interactions.

What are the limitations of using Markdown files for context management?

A limitation of using Markdown files for context management is the added overhead for simple tasks. The structured workflow targets complex multi-step projects requiring cross-phase coordination, making it less suitable for lightweight or short operations.