planning-with-files

Plan multi-step tasks using markdown files for persistent memory and session recovery.

Updated Nov 13, 2025
One-click install
npx skills add https://github.com/466852675/TISHICIKU-2025 --skill planning-with-files-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/466852675/TISHICIKU-2025/tree/main/07-Skill%E5%BA%93/planning-with-files
Command: npx skills add https://github.com/466852675/TISHICIKU-2025 --skill planning-with-files-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a robust framework for managing complex, multi-step tasks by leveraging persistent markdown files as external memory, preventing information loss and ensuring task completion.

Core Features & Use Cases

  • Persistent Task Planning: Creates and maintains task_plan.md, findings.md, and progress.md to track goals, discoveries, and session logs.
  • Session Recovery: Automatically attempts to recover unsynced context from previous sessions.
  • Structured Workflow: Enforces a Manus-style approach to task execution, including error handling and decision logging.
  • Use Case: When starting a large research project or developing a new feature, use this Skill to break down the work into manageable phases, log all findings, and ensure no steps are missed.

Quick Start

Use the planning-with-files skill to start a new complex task by creating task_plan.md, findings.md, and progress.md.

Frequently Asked Questions about planning-with-files

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

FAQPage Schema
How do I manage context for complex multi-step tasks without losing information?

You can recover context from previous sessions because this Skill automatically attempts to restore unsynced context from prior markdown logs, preventing information loss during task execution.

How do I start a new complex task using file-based planning?

To start a complex task using file-based planning, you create task_plan.md, findings.md, and progress.md to track goals, log discoveries, and record session logs throughout the workflow.

When do I need a structured file-based workflow for AI agent behavior?

You need a structured file-based workflow when executing large research projects or developing new features, as it breaks work into manageable phases and enforces robust decision logging.

Does this task management approach handle error handling and decision logging?

Yes, this task management approach handles error logging and decisions by enforcing a structured workflow that records findings and decisions directly within the persistent markdown files.

What are the limitations of using markdown files for persistent task memory?

A limitation of using markdown files for persistent task memory is that context recovery depends entirely on the manual synchronization and availability of the task_plan.md and progress.md files.