planning-with-files

Create and manage task_plan.md, findings.md, and progress.md for multi-step tasks.

11|3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/MuduiClaw/ClawKing --skill planning-with-files-muduiclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/MuduiClaw/ClawKing/tree/main/workspace/skills/planning-with-files
Command: npx skills add https://github.com/MuduiClaw/ClawKing --skill planning-with-files-muduiclaw

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

Core Features & Use Cases

  • Structured Planning: Creates task_plan.md, findings.md, and progress.md to meticulously track goals, discoveries, and session logs.
  • Session Recovery: Automatically checks for and helps reconcile unsynced context from previous sessions.
  • Error Management: Implements a strict 3-strike protocol for errors and logs all failures for analysis.
  • Use Case: Ideal for starting complex software development projects, in-depth research, or any task requiring more than a few tool calls, ensuring a clear path from initiation to completion.

Quick Start

Run the init-session.sh script to create the necessary planning files in your current 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 complex multi-step tasks using markdown files for persistent state?

You can manage complex tasks using markdown files by creating task_plan.md, findings.md, and progress.md to track goals, discoveries, and session logs, preventing information loss across multi-step projects.

What is the best way to recover context after an interrupted development session?

The best way to recover context from interrupted sessions is using a file-based planning system that automatically checks for and reconciles unsynced context from previous progress logs.

How do I handle persistent errors during multi-step research and development?

To handle persistent errors during multi-step research, implement a strict 3-strike protocol for errors and log all failures in a dedicated markdown file for later analysis.

When do I need file-based planning for software engineering projects?

You need file-based planning for software engineering projects requiring more than a few tool calls, ensuring a clear execution path from initiation to completion through meticulous task tracking.

Can I use markdown files for context engineering in complex research workflows?

Yes, you can use markdown files for context engineering in complex research workflows by leveraging persistent files as external memory to structure task execution and manage detailed session logs.

How to start a structured planning session for a complex project?

To start a structured planning session, run the initialization script to generate the necessary planning markdown files in your current working directory, setting up the framework for task tracking.