pi-planning-with-files

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

适合需要阶段性记录与恢复的项目,减少因上下文限制导致的工作中断损失。

▸ 风险提示

会在项目目录写入文件并可能触发自动化脚本,需留意权限与来源。

这个 Skill 做什么

实现 Manus 风格的文件化规划,生成并维护 task_plan.md、findings.md 与 progress.md。

用 Manus 风格把复杂任务文件化,会生成并维护 task_plan.md、findings.md 和 progress.md,把计划、发现和进度写到磁盘上。适合需要分阶段执行、跨多次工具调用或多人协同的五步以上任务。特点是把短期上下文持久化并支持会话恢复,避免丢失进展。

▸ 展开 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/.pi/skills/planning-with-files/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/OthmanAdi/planning-with-files/master/.pi/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

**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. The extension automatically checks for unsynced context from a previous session.

If catchup report shows unsynced context:
1. Run `git diff --stat` to see actual code changes
2. Read current planning files
3. Update planning files based on catchup + git diff
4. Then proceed with task

## Important: Where Files Go

- **Templates** are in `templates/` inside this skill
- **Your planning fi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有