planning-with-files

Create and manage markdown-based task plans with session recovery.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the planning and tracking of complex tasks by leveraging markdown files as persistent "working memory on disk," facilitating organized and structured workflows.

Core Features & Use Cases

  • Task Planning: Facilitates the creation and management of comprehensive task plans using markdown files.
  • Session Recovery: Supports automatic session recovery after the '/clear' command, ensuring continuity of work.
  • Security Features: Utilizes hash attestation to prevent tampering and ensure plan integrity.
  • Use Case: Ideal for managing multi-step projects, research tasks, or any work requiring organization across multiple tool calls.

Quick Start

Initialize planning files with init-session.sh and create your task_plan.md for a new task.

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 complex project tasks using markdown files?

You can track complex project tasks using markdown files by implementing a file-based planning system that stores context on disk. This approach creates persistent working memory, facilitating structured workflows and organization across multiple tool calls.

How does session recovery work for task management after clearing the context?

Session recovery for task management automatically restores your working state after a context clear. It reads the persistent markdown task plans stored on disk, ensuring continuity of your multi-step work without losing prior progress.

Do I need Python to use markdown files for project organization and session recovery?

Yes, you need Python installed along with specific script execution permissions to utilize this markdown file-based project organization system. These dependencies are required to run the initialization scripts and enforce plan integrity.

What is the best way to prevent tampering with persistent task plans?

The best way to prevent tampering with persistent task plans is to use hash attestation. This security mechanism verifies the integrity of your markdown files, ensuring the task context remains untampered with across sessions.

When should I use file-based planning over standard task management for complex work?

You should use file-based planning for complex work when managing multi-step projects or research tasks requiring organization across multiple tool calls. It leverages markdown files as persistent working memory, which is ideal for maintaining context continuity.