planning-with-files

Coordinate multi-step tasks using persistent markdown planning files.

Updated Sep 16, 2025
One-click install
npx skills add https://github.com/mukles/platejs-markdown-converter --skill planning-with-files-mukles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/mukles/platejs-markdown-converter/tree/main/.agents/skills/planning-with-files
Command: npx skills add https://github.com/mukles/platejs-markdown-converter --skill planning-with-files-mukles

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manus-style planning with persistent markdown files enables teams to organize, track, and recover context across long-running, multi-tool tasks by storing goals, progress, and research in files like task_plan.md, findings.md, and progress.md.

Core Features & Use Cases

  • Persistent planning backbone: automatically creates and updates task_plan.md, findings.md, and progress.md to coordinate phases and decisions.
  • Session recovery and continuity: supports automatic session catchup and context restoration across breaks.
  • Phase governance and decision traceability: uses status markers (pending, in_progress, complete) and a read-before-decide pattern to maintain focus.

Quick Start

Create task_plan.md in your project root to begin planning and update it as you progress.

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 tasks and progress across multiple tool invocations?

Track complex tasks by maintaining persistent markdown planning files like task_plan.md, findings.md, and progress.md to store goals, phases, and research for context recovery and auditing across long-running sessions.

What is the best way to manage context recovery for long research tasks?

Manage context recovery using a structured workflow that automatically catches up sessions and restores context by reading progress.md and findings.md before making decisions.

How do I create a persistent planning backbone for a debugging session?

Create a task_plan.md file in your project root to establish the planning backbone, then update phase statuses like pending, in_progress, and complete as you progress through the debugging session.

Can I use markdown planning files to enforce phase governance in complex projects?

Yes, markdown planning files enforce phase governance by using status markers and a read-before-decide pattern to maintain focus, trace decisions, and coordinate multi-step tasks effectively.

When do I need persistent markdown files for task management?

You need persistent markdown files for task management when working on long research tasks, complex projects, or debugging sessions that require tracking phases, findings, and progress across many tool invocations.

Does this multi-step task planning approach work without external dependencies?

Yes, this multi-step task planning approach works without external dependencies, relying solely on scripts to coordinate phases and update markdown files for tracking progress and findings.