planning-with-files

Initialize and update Markdown planning files for multi-phase tasks.

16|1|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill planning-with-files-bahayonghang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/bahayonghang/my-claude-code-settings/tree/main/skills/planning-with-files
Command: npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill planning-with-files-bahayonghang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates Manus-style planning by providing persistent Markdown files (task_plan.md, findings.md, progress.md) to coordinate multi-step tasks and preserve context across sessions.

Core Features & Use Cases

  • Manus-style planning with on-disk memory using Markdown templates
  • Creates and updates task_plan.md, findings.md, and progress.md for phase tracking and progress logging
  • Supports automatic session recovery and seamless resumption for long-running projects

Quick Start

To start a new planning session, run the init-script to create planning templates and then begin by editing task_plan.md in your project root.

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 and progress tracking across multiple sessions?

Yes, local filesystem templates and Bash scripts can initialize planning sessions and verify completion, automating Manus-style planning to catch up unsynced context for complex, multi-phase tasks.

What is the best way to manage complex multi-phase research projects using Markdown?

The best way to manage multi-phase research projects with Markdown is to create persistent on-disk files for phase tracking and progress logging, ensuring context is preserved and recovered automatically across different work sessions.

Does session recovery for project planning work without external dependencies?

Yes, session recovery works without external dependencies by leveraging local filesystem templates and included Bash and Python scripts to initialize sessions, verify completion, and catch up unsynced context directly on disk.

How do I initialize a new task planning session using local scripts?

To initialize a new task planning session, run the included init-script to generate local Markdown templates, then begin by editing the task_plan.md file created in your project root directory.

When should I use on-disk Markdown files for project planning instead of other task management tools?

You should use on-disk Markdown files for project planning when handling complex, multi-phase tasks or research projects requiring reliable tracking and recovery across sessions, utilizing local templates instead of external task management platforms.