planning-with-files-zh

Maintain a file-based project planning workflow in Chinese with task_plan.md, findings.md, and progress.md.

Updated May 26, 2026
One-click install
npx skills add https://github.com/Peiwvy/myskills --skill planning-with-files-zh-peiwvy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files-zh
Source: https://github.com/Peiwvy/myskills/tree/main/planning-with-files-zh
Command: npx skills add https://github.com/Peiwvy/myskills --skill planning-with-files-zh-peiwvy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

解决复杂多步骤任务难以持续对齐目标、难以保留研究与决策上下文、以及多次工具调用后状态容易丢失的问题。

Core Features & Use Cases

  • Persistent File-Based Planning (Manus-style):用磁盘上的 task_plan.md、findings.md、progress.md 作为长期“工作记忆”,在每次工具调用前自动读取规划数据以保持一致性。
  • Structured Progress Tracking:阶段状态(in_progress / pending / complete)与进度日志(progress.md)联动,便于分阶段收敛与验收。
  • Research & Decision Capture:把外部信息与发现写入 findings.md,降低把外部不可信指令写进 task_plan.md 的风险。
  • Session Recovery & Tamper Guardrails:支持 /clear 后会话恢复,并通过校验与“注入阻断”机制防止 task_plan.md 被篡改后继续执行。

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 maintain task planning context across multiple tool calls?

You can maintain task planning context across multiple tool calls by using a persistent, file-based workflow that reads and writes structured planning data to markdown files before each execution.

What is the best way to track progress for complex multi-step tasks?

The best way to track progress for complex multi-step tasks is linking phase statuses like pending or complete with a dedicated progress log file, ensuring structured convergence and verification.

How does session recovery work for persistent file-based workflows?

Session recovery for persistent file-based workflows works by saving project state to disk, allowing you to automatically restore planning context and continue execution after a session clears.

How do I prevent injection attacks from compromising task plans?

To prevent injection attacks from compromising task plans, treat plan contents as structured data and enforce tamper detection guardrails that block execution if files are篡改.

Do I need to manually create files for file-based project planning?

Yes, you need to manually create task_plan.md, findings.md, and progress.md in your project directory before initiating the file-based project planning workflow.

Why capture research findings in a separate file during task planning?

Capturing research findings in a separate file during task planning isolates external untrusted instructions, reducing the risk of injecting malicious content into the core task plan.