planning-with-files

Manage multi-step tasks through task_plan.md, findings.md, and progress.md files.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/AndyAnh174/BanThuoc-SEO --skill planning-with-files-andyanh174
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/AndyAnh174/BanThuoc-SEO/tree/main/.agent/skills/planning-with-files
Command: npx skills add https://github.com/AndyAnh174/BanThuoc-SEO --skill planning-with-files-andyanh174

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 system for managing complex, multi-step tasks by leveraging persistent markdown files as an external memory, preventing information loss and ensuring task continuity.

Core Features & Use Cases

  • File-Based Planning: Utilizes task_plan.md, findings.md, and progress.md for structured task management.
  • Context Management: Implements Manus-style principles to maintain focus and prevent "lost in the middle" issues over long task durations.
  • Use Case: When embarking on a large software development project, use this Skill to meticulously plan phases, log research findings, track progress, and ensure no critical detail is overlooked, even across extended work sessions.

Quick Start

Begin any complex task by creating task_plan.md, findings.md, and progress.md in your project directory.

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 tasks over long durations?

Persistent context management prevents information loss during complex, multi-step tasks by mirroring Manus principles through markdown files. It maintains focus and prevents context loss over long durations. Progress is tracked using task_plan.md, findings.md, and progress.md.

What is the best way to track progress for multi-step software development projects?

Track progress for multi-step software development projects by writing structured updates to progress.md and logging research findings to findings.md. This file-based planning system ensures no critical detail is overlooked and supports error recovery during extended operations.

How do I set up task planning files for a new complex workflow?

Set up task planning files by creating task_plan.md, findings.md, and progress.md in your project directory. This establishes a structured external memory system to manage task execution and prevent lost context.

Can I use markdown files for error recovery during extended operations?

Yes, you can use markdown files for error recovery during extended operations by maintaining a structured workflow with reading, writing, and shell command tools. The progress.md and findings.md files ensure continuity and prevent context loss when errors occur.

Why does context get lost in the middle of long task durations?

Context gets lost in the middle of long task durations due to the lack of persistent external memory. Implementing Manus-style principles with structured markdown files maintains focus and prevents this information loss across extended work sessions.