📦 Planning with files — 文件规划

v2.35.0

采用 Manus 风格文件规划,自动生成 task_plan.md、findings.md、progress.md,结构化拆分复杂任务并持续追踪进度。

43· 1.7万·156 当前·163 累计
othmanadi 头像by @othmanadi (Ahmad Othman Ammar Adi.)
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it claims: create and maintain task_plan.md, findings.md, and progress.md and attempt to recover previous session context by reading local agent session storage and git diffs. Before installing or running it, consider: 1) the scripts will read agent session directories (~/.claude, ~/.codex) and may surface prior conversation content — if those sessions contain sensitive data you may prefer not to enable session-catchup; 2) the Stop hook dynamically executes a check-...
详细分析 ▾
用途与能力
Name/description describe filesystem-based planning and persistent markdown files. The provided templates, init script, check-complete script, and session-catchup script all support that purpose and are proportionate to creating/maintaining task_plan.md, findings.md, and progress.md.
指令范围
SKILL.md instructs the agent to read/write planning files in the project directory and to run a session-catchup script that scans local agent session storage (e.g., ~/.claude/projects or ~/.codex/sessions) and to run git diff if unsynced context is found. These actions are consistent with 'restore context' behavior but do access agent session files and repository diffs outside the immediate project files.
安装机制
Instruction-only skill with no install spec. Scripts are included in the bundle and nothing is downloaded or extracted at install time.
凭证需求
The skill does not declare required env vars but references runtime environment variables and paths (CLAUDE_PLUGIN_ROOT, CODEX_THREAD_ID, CODEX_SESSIONS_DIR, HOME/USERPROFILE). Accessing ~/.claude or ~/.codex session files is sensitive but appropriate for the stated 'session recovery' function. No unrelated external credentials are requested.
持久化与权限
always:false and the skill is user-invocable. Hooks execute local scripts (including a Stop hook that attempts to execute a check-complete script from ~/.claude/plugins/cache). Executing a script discovered under plugin cache is expected for completion reporting, but the Stop hook's dynamic invocation could run the first matching check-complete script it finds — a benign design choice here but one to be aware of.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv2.35.02026/1/26

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install planning-with-files
镜像加速npx clawhub@latest install planning-with-files --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库