planning-with-files

Persist plans, findings, and progress to disk for complex tasks.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/CodingHeader/MySkills --skill planning-with-files-codingheader
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/CodingHeader/MySkills/tree/main/skills/planning-with-files
Command: npx skills add https://github.com/CodingHeader/MySkills --skill planning-with-files-codingheader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manus-style file-based planning helps you keep a durable record of goals, decisions, and progress for complex tasks by writing critical artifacts to disk.

Core Features & Use Cases

  • Creates and maintains task_plan.md, findings.md, and progress.md to act as persistent working memory.
  • Supports long-running research, multi-phase tasks, and projects requiring many tool calls.
  • Provides templates and references to guide planning and execution.

Quick Start

Before starting a complex task, create task_plan.md, findings.md, and progress.md to establish your persistent working memory.

Frequently Asked Questions about planning-with-files

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

FAQPage Schema
How do I persist task context across sessions for complex research projects?▼

You can persist complex task context by writing goals, decisions, and progress to markdown files on disk. This approach maintains durable working memory across sessions for long-running research requiring many tool interactions.

What is file-based planning and when do I need it for workflows?▼

File-based planning is a method that maintains task_plan.md, findings.md, and progress.md to act as persistent working memory. You need it for multi-phase tasks or complex projects that require many tool interactions and durable context.

How to create a persistent working memory before starting a complex task?▼

To establish persistent working memory, create task_plan.md, findings.md, and progress.md on disk before starting your complex task. These files record plans, findings, and progress to maintain durable context across sessions.

Can I use markdown templates for task planning in long-running projects?▼

Yes, file-based planning supports markdown templates and references to guide task planning and execution. These templates help maintain task_plan.md, findings.md, and progress.md for long-running research or multi-phase projects requiring many tool calls.

What are the limitations of on-disk planning for complex task management?▼

On-disk planning is suited for research or complex projects requiring many tool interactions, but limitations arise if your task does not benefit from durable file-based artifacts or if your workflow avoids maintaining persistent markdown files on disk.

Does file-based planning work without external dependencies?▼

Yes, file-based planning works without external dependencies. It uses frontmatter in SKILL.md to define the skill name and description, while supporting optional references, scripts, and assets folders for extended planning guidance.