planning-with-files

仓库创建 2026年1月3日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由

適合需要跨多次互動維持狀態的工作與研究任務。

▸ 风险提示

會在使用者主目錄創建/修改檔案並可能執行本地安裝/恢復腳本,使用前請審核來源。

这个 Skill 做什么

將多步任務的計畫、發現與進度保存在本地 Markdown 文件以防會話丟失。

将多步工作拆解后的计划、发现和进展分别写入 task_plan.md、findings.md 和 progress.md,作为磁盘上的“工作记忆”。会在你需要分工、拆任务或长期跟进、频繁调用工具时派上用场,可以把临时想法和结论保留下来。它的特点是持久化存储并支持 /clear 后的自动恢复,方便接力式工作。

▸ 展开 SKILL.md 英文原文

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Supports automatic session recovery after /clear.

开发编程任務規劃持久化記憶檔案化通用
2.6w
Stars
2.2k
Forks
18
仓库内 Skill
+860
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/OthmanAdi/planning-with-files/master/.continue/skills/planning-with-files/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/OthmanAdi/planning-with-files/master/.continue/skills/planning-with-files/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Planning with Files

Work like Manus: Use persistent markdown files as your "working memory on disk."

## FIRST: Restore Context (v2.2.0)

**Before doing anything else**, check if planning files exist and read them:

1. If `task_plan.md` exists, read `task_plan.md`, `progress.md`, and `findings.md` immediately.
2. Then check for unsynced context from a previous session:

```bash
python3 .continue/skills/planning-with-files/scripts/session-catchup.py "$(pwd)" || python .continue/skills/planning-with-files/scripts/session-catchup.py "$(pwd)"
```

If catchup report shows unsynced context:
1. Run `git diff --stat` to see actual code changes
2. Read current planning files
3. Update planning fil
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有