ARTICLE DETAIL

资讯详情

深耕编程入门与网站建设的一线实战洞察。

Project Context

Project Context Project Context【免费下载链接】planning-with-filesPersistent file-based planning for AI coding agents and long-running tasks. Crash-proof markdown plans, session recovery after /clear and compaction, per-turn re-injection against context rot, deterministic completion gate. Manus-style. Install from npm, the Claude Code plugin marketplace, or npx skills. Codex, Cursor, OpenCode, 60 agents.项目地址: https://gitcode.com/GitHub_Trending/pl/planning-with-filesAll planning files (task_plan.md, findings.md, progress.md) should be created in this directory.- **不用 subagent直接让技能在当前会话创建文件**Solution 4Help me plan this task using the planning-with-files approach. Create task_plan.md, findings.md, and progress.md here.### 多任务场景用 slug 模式隔离计划目录 如果你的环境已经用到 v2.36.0 的并行计划隔离README 版本表中 v2.36.0 条目规划文件不再直接落在项目根而是落在 .planning/YYYY-MM-DD-slug/ 下通过 .planning/.active_plan 选中。[scripts/resolve-plan-dir.sh](https://link.gitcode.com/i/aac26386d1721ddbd018e2e7a7153b3a) 的头部注释写明了钩子解析顺序$PLAN_ID 环境变量 → .planning/.active_plan → 最新的 .planning/dir/ → 回退到 legacy 的根目录 task_plan.md。docs/workflow.md 给出的初始化与切换命令是 bash scripts/init-session.sh slug scripts/set-active-plan.sh plan-id这类命令只读地解析和记录计划目录归属不会改动你的项目文件内容。验证结果在项目根目录执行ls -la task_plan.md findings.md progress.md【免费下载链接】planning-with-filesPersistent file-based planning for AI coding agents and long-running tasks. Crash-proof markdown plans, session recovery after /clear and compaction, per-turn re-injection against context rot, deterministic completion gate. Manus-style. Install from npm, the Claude Code plugin marketplace, or npx skills. Codex, Cursor, OpenCode, 60 agents.项目地址: https://gitcode.com/GitHub_Trending/pl/planning-with-files创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考
返回列表