planning-with-files

Automates complex task planning by persisting structured Markdown files.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/SennTse/openclaw-backup --skill planning-with-files-senntse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/SennTse/openclaw-backup/tree/main/skills/planning-with-files
Command: npx skills add https://github.com/SennTse/openclaw-backup --skill planning-with-files-senntse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manages complex, multi-phase tasks by keeping an external, persistent memory of goals, decisions, and progress, ensuring continuity across tool calls and sessions.

Core Features & Use Cases

  • Creates task_plan.md, findings.md, and progress.md to track phases and decisions.
  • Supports multi-phase workflows with status tracking and automatic recovery after interruptions.
  • Keeps a reusable template-driven workflow that travels with the project.

Quick Start

Initialize planning by creating task_plan.md, findings.md, and progress.md in your project root and begin outlining your first phase.

Frequently Asked Questions about planning-with-files

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

FAQPage Schema
How do I track multi-phase task progress across interrupted sessions?

You can track multi-phase task progress by persisting workflow states and decisions to disk files like task_plan.md, findings.md, and progress.md. This external memory ensures continuity and automatic recovery after interruptions across sessions.

What is the best way to manage complex research project workflows using Markdown?

Managing complex research workflows with Markdown involves creating structured template files for goals, findings, and progress. This approach maintains a reusable, persistent record of decisions and phases that travels directly with your project directory.

How do I set up on-disk planning for tasks requiring multiple tool calls?

To set up on-disk planning, initialize planning by creating task_plan.md, findings.md, and progress.md in your project root. These Markdown templates provide a structured workflow for outlining phases and tracking status for multi-step tool operations.

Can I recover task state after an interruption without external databases?

Yes, you can recover task state without external databases by using Markdown files on disk. The skill stores structured workflow states and phase tracking locally in files, enabling automatic recovery after interruptions.

Does multi-phase planning work with standard Markdown files?

Multi-phase planning works directly with standard Markdown files. It uses accessible Markdown templates and optional scripts to ensure consistent state tracking and phase management without requiring specialized database formats.

Why does my complex workflow lose context between tool calls?

Complex workflows lose context between tool calls because session memory is volatile. Persisting your structured workflow, phase status, and findings to disk files provides an external memory that ensures continuity across multiple tool calls.