planning-with-files

Create persistent markdown files for task plans, findings, and progress tracking.

8|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/hxk622/TokenDance --skill planning-with-files-hxk622
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/hxk622/TokenDance/tree/main/backend/app/skills/builtin/planning-with-files
Command: npx skills add https://github.com/hxk622/TokenDance --skill planning-with-files-hxk622

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps manage complex, multi-step tasks by using persistent markdown files as an external memory, preventing information loss and ensuring focus on goals.

Core Features & Use Cases

  • Persistent Planning: Creates and manages task_plan.md, findings.md, and progress.md to track complex projects.
  • Context Management: Implements Manus-style principles to keep goals in focus over long task durations.
  • Use Case: When starting a new software feature development that involves multiple stages of research, coding, and testing, use this Skill to meticulously plan and track each step, ensuring no detail is missed.

Quick Start

Begin your complex task by creating a task_plan.md file 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 maintain task focus and context over long, multi-step software projects?

You can maintain task focus over multi-step software projects by using a file-based planning system that creates persistent markdown files like task_plan.md, findings.md, and progress.md to prevent information loss.

What is file-based context management for complex task execution?

File-based context management for complex task execution uses persistent markdown files as external memory to track plans, findings, and progress, ensuring goals remain focused during extended operations.

How do I start tracking a complex research and coding project using markdown files?

To start tracking a complex research and coding project, create a task_plan.md file in your project directory to outline stages, then use findings.md and progress.md to record research and monitor execution.

Do I need any external project management tools to track multi-step tasks with markdown?

You do not need external project management tools, as this approach uses standalone markdown files to manage multi-step task execution and research scenarios without dependencies.

When should I use a persistent markdown planning system instead of standard task tracking?

You should use a persistent markdown planning system for complex tasks, multi-step software feature development, or research projects requiring numerous tool calls and meticulous stage-by-stage tracking.

Why does my AI lose track of details during extended research operations with numerous tool calls?

Your AI loses track of details during extended operations due to context limits, but implementing Manus-style context engineering with persistent markdown files maintains focus across long durations.