planning-with-files

Coordinate multi-phase tasks using on-disk planning files.

52|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Zhow01/SkillAttack --skill planning-with-files-zhow01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/Zhow01/SkillAttack/tree/main/data/hot100skills/035_othmanadi_planning-with-files
Command: npx skills add https://github.com/Zhow01/SkillAttack --skill planning-with-files-zhow01

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables a disciplined, persistent planning workflow that stores phase plans, progress logs, and research findings on disk, ensuring continuity across sessions and tool usage.

Core Features & Use Cases

  • Persistent planning artifacts: Create and maintain task_plan.md, findings.md, and progress.md to track complex tasks and multi-step processes.
  • Session continuity: Recover context across sessions via on-disk memory and automated catchup.
  • Automation hooks: Includes scripts to initialize planning state, check completion, and recover unsynced work.

Quick Start

Create an initial planning scaffold in your project, then begin updating plan and findings as you work.

Frequently Asked Questions about planning-with-files

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

FAQPage Schema
What is persistent planning workflow for multi-phase tasks?

Persistent planning workflow stores phase plans, progress logs, and research findings on disk to coordinate multi-phase tasks, ensuring continuity across sessions. This approach uses files like task_plan.md, findings.md, and progress.md to track complex workflows.

How do I track task progress across multiple sessions using files?

You track task progress across sessions using files by maintaining task_plan.md, findings.md, and progress.md on disk. Automation scripts initialize, update, and recover planning state, enabling automated catchup and context recovery when resuming work.

Can I use markdown files to manage multi-step project planning and research findings?

Yes, you can use markdown files to manage multi-step project planning and research findings. This Skill enforces planning-first discipline by creating task_plan.md, findings.md, and progress.md to track phases, progress, and findings throughout complex workflows.

What's the best way to recover unsynced work when resuming a complex workflow?

The best way to recover unsynced work is using automation scripts designed to recover planning state. These scripts check completion and recover unsynced work from on-disk memory, allowing automated catchup to restore context across sessions.

Do I need automation scripts to maintain a task plan and progress log?

You need automation scripts to initialize, update, and recover planning state, ensuring on-disk memory stays synchronized. While manual updates are possible, these scripts enforce planning-first discipline and automate catchup for session continuity.

When should I not use on-disk planning files for task management?

You should not use on-disk planning files for simple, single-session tasks that do not require phase tracking or context recovery. This persistent planning workflow is specifically designed for multi-phase tasks, research, and multi-step workflows needing cross-session continuity.