planning-with-files

Create and maintain task_plan.md, findings.md, and progress.md files for multi-step tasks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Sjw2005/https---gitee.com-song-jiawei-2005-yolopro --skill planning-with-files-sjw2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/Sjw2005/https---gitee.com-song-jiawei-2005-yolopro/tree/main/.agents/skills/planning-with-files
Command: npx skills add https://github.com/Sjw2005/https---gitee.com-song-jiawei-2005-yolopro --skill planning-with-files-sjw2005

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creates and maintains a persistent planning workspace by generating and updating three core Markdown files (task_plan.md, findings.md, progress.md) to keep goals, discoveries, and progress in sync across sessions.

Core Features & Use Cases

  • Persistently store planning data in Markdown files to enable session recovery and resumption.
  • Coordinate multi-step tasks by tracking phases, findings, and progress in dedicated files.
  • Use across research, project planning, and development tasks to maintain context between tool calls.

Quick Start

Create and initialize the planning files in your project, then begin recording phases 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
How do I maintain task planning context across multiple sessions?

Task planning context is maintained across sessions by generating and updating persistent Markdown files such as task_plan.md, findings.md, and progress.md. These files keep your goals, discoveries, and progress synchronized and automatically recoverable after a session is cleared.

What is the best way to organize multi-step project workflows in Markdown?

Organizing multi-step project workflows in Markdown is best handled by creating a dedicated planning workspace that tracks phases, findings, and progress in separate files. This approach keeps complex tasks coordinated and ensures context is preserved between tool calls.

How does session recovery work for complex task management?

Session recovery for complex task management works by automatically restoring context from persistent on-disk planning files like task_plan.md, findings.md, and progress.md after a session is cleared. This allows you to seamlessly resume multi-step projects without losing track of goals or progress.

Can I coordinate research tasks across many tool calls without losing findings?

Yes, you can coordinate research tasks across many tool calls without losing findings by persistently storing discoveries in a dedicated Markdown file. This ensures all gathered data remains accessible and in sync with your overall task plan throughout the workflow.

Do I need any specific dependencies to use persistent planning files?

No specific dependencies are required to use persistent planning files. The system relies solely on generating and maintaining standard Markdown files on disk, allowing you to integrate persistent memory and task management into your workflows without external packages.