planning-with-files-zh

Manage persistent planning documents for multi-step project decomposition and progress tracking.

23|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/dawei12138/casego-backend-pg --skill planning-with-files-zh-dawei12138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files-zh
Source: https://github.com/dawei12138/casego-backend-pg/tree/main/CaseGo/skills/planning-with-files-zh
Command: npx skills add https://github.com/dawei12138/casego-backend-pg --skill planning-with-files-zh-dawei12138

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

基于 Manus 风格的文件规划系统,用于组织和跟踪复杂任务的进度。创建 task_plan.md、findings.md 和 progress.md 三个文件。当用户要求规划、拆解或组织多步骤项目、研究任务或需要超过5次工具调用的工作时使用。支持 /clear 后的自动会话恢复。触发词:任务规划、项目计划、制定计划、分解任务、多步骤规划、进度跟踪、文件规划、帮我规划、拆解项目

Core Features & Use Cases

  • 基于文件的持久记忆:在项目根目录创建并维护 task_plan.md、findings.md、progress.md,跨会话持续跟踪决策与进度。
  • 自动上下文读取与检查:在每次工具调用前读取 task_plan.md,确保计划在上下文中可见并受控注入。
  • 会话恢复与模板化工作流:支持 /clear 后的自动会话恢复,提供模板化结构和清晰的阶段划分以管理复杂任务。
  • 适用场景:适用于需要拆解多步骤、进行研究、跨工具调用的任务,以及需要系统化组织输出的工作。

Quick Start

在你的项目根目录创建 task_plan.md、findings.md 和 progress.md,然后开始规划任务。

Frequently Asked Questions about planning-with-files-zh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan complex multi-step projects using markdown files?

To plan complex multi-step projects using markdown files, this workflow creates and maintains task_plan.md, findings.md, and progress.md to decompose tasks and track progress across sessions. It uses templates and scripted helpers to guide the planning process.

What is file-based task planning and when do I need it?

File-based task planning is a method that uses persistent markdown documents to organize, track, and recover context for complex tasks. You need it when your project requires decomposition, involves multiple tool calls, or needs systematic progress tracking.

Can I recover my project planning context after clearing the session?

Yes, you can recover your project planning context after clearing the session because the workflow maintains persistent files like progress.md and task_plan.md. It supports automatic session recovery by reading these files to restore previous state.

How to track progress for multi-step research tasks across sessions?

To track progress for multi-step research tasks across sessions, the workflow writes updates to progress.md and logs details to findings.md. It automatically reads task_plan.md before tool calls to ensure the current plan and context are visible.

Does file-based project management work for tasks needing more than five tool calls?

Yes, file-based project management works for tasks needing more than five tool calls by providing a structured template to manage extended workflows. It decomposes large tasks into manageable steps and guards the execution process using scripted helpers.

What are the limitations of using markdown files for task planning?

A limitation of using markdown files for task planning is that it requires creating three specific files in your project root directory to function properly. You must manually initialize and maintain these documents for the context injection and recovery hooks to work.