planning-with-files
仓库创建 2026年1月3日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由
为 Kiro 环境提供同类 Manus 风格的磁盘记忆,便于断点续作与阶段跟踪。
▸ 风险提示
需要文件系统权限并可能依赖运行时插件或脚本。
这个 Skill 做什么
在 .kiro/plan/ 下创建并维护计划、发现与进度的持久化 Markdown 文件。
沿用 Manus 的思想把工作记在磁盘上,但文件放在 .kiro/plan/ 目录下,自动维护 task_plan.md、findings.md 和 progress.md。用在分解工作、跟踪阶段或在上下文被压缩后恢复进度时最合适。特点是把模型的短期记忆搬到文件里,方便多次中断后无缝续做和协作。
▸ 展开 SKILL.md 英文原文
Manus-style file-based planning for complex tasks. Creates and maintains task_plan.md, findings.md, and progress.md under .kiro/plan/. Use when planning, breaking down work, resuming a multi-step task, tracking phases, or restoring context after compaction. Trigger phrases include start planning, continue task, resume work, current phase, restore context.
2.6w
Stars
2.2k
Forks
18
仓库内 Skill
+860
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/OthmanAdi/planning-with-files/master/.kiro/skills/planning-with-files/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/OthmanAdi/planning-with-files/master/.kiro/skills/planning-with-files/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Planning with Files (Kiro) Work like **Manus**: use persistent markdown as your **working memory on disk** while the model context behaves like volatile RAM. Deep background: [references/manus-principles.md](references/manus-principles.md). Kiro complements this with: - **Agent Skills** (this file) — progressive disclosure when the task matches the description. - **Steering** — after bootstrap, `.kiro/steering/planning-context.md` uses `inclusion: auto` and `#[[file:.kiro/plan/…]]` live references ([Steering docs](https://kiro.dev/docs/steering/)). **Hooks are not bundled:** project-level hooks affect every chat in the workspace. Prefer this skill + steering + the reminder block belo
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有