← 返回 Skills 市场
beachanger

Project Retrospective

作者 BeAChanger · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
249
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install project-retrospective
功能描述
自动项目复盘机制。当完成复杂项目后,自动提取最优路径生成skill,并记录踩坑经验到memory。
安全使用建议
This skill analyzes completed conversations and writes two kinds of files into your agent workspace: a SKILL.md for a reusable skill and a pitfalls memory file. It does not request credentials or install software. Before installing, consider: (1) whether you want automatic triggers based on conversation length/turns — you may prefer explicit user initiation to avoid unexpected prompts; (2) review generated SKILL.md and memory files before they are used or shared (they can become reusable artifacts); (3) ensure workspace file permissions and backups are acceptable; (4) if you restrict autonomous agent actions, the skill's confirm-before-save step helps, but you may still want to keep it user-invocable only and not allow unattended autonomous invocation.
功能分析
Type: OpenClaw Skill Name: project-retrospective Version: 1.0.0 The 'project-retrospective' skill is a meta-utility designed to help the AI agent summarize project experiences and generate new skill templates based on conversation history. It operates within standard workspace directories (/root/.openclaw/workspace/) and requires user confirmation before saving files, showing no signs of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description (automatic project retrospective → generate a skill and record pitfalls) matches the instructions: detect long/complex conversations, extract steps/issues, and produce SKILL.md and memory files under the workspace. There are no unrelated env vars or binaries requested.
Instruction Scope
Instructions require reading the dialogue history and extracting project context, which is appropriate for the stated purpose. The skill will write files to /root/.openclaw/workspace/skills/<project-name>/SKILL.md and /root/.openclaw/workspace/memory/.... The SKILL.md specifies that the agent should ask the user to confirm before saving, which limits unilateral actions. One minor scope note: the trigger heuristics (2+ hours or 50+ messages, plus complexity conditions) could be broad and may produce prompts unexpectedly; consider whether you want automatic triggering or explicit user initiation only.
Install Mechanism
Instruction-only skill with no install step and no code files. This is the lowest-risk install mechanism and matches the description.
Credentials
No environment variables, binaries, or external credentials are requested. The skill only reads conversation context and writes workspace files, which fits its purpose.
Persistence & Privilege
The skill persists generated documents into the agent workspace (skills/ and memory/). Persisting new SKILL.md files can create reusable artifacts that might be later used by agents; however, the instructions include a user confirmation step before saving and do not instruct modifying other skills or global agent config. If you are concerned about persistent expansion of capabilities, review the generated files before enabling them or restrict autonomous behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install project-retrospective
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /project-retrospective 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of project-retrospective: - Adds an automated mechanism to trigger project retrospectives after completing complex projects. - Supports automatic extraction of optimal workflows into reusable skills. - Logs common pitfalls and lessons learned into memory files for future reference. - Offers user prompts and confirmation steps before saving generated documentation. - Provides standardized templates and naming conventions for both skill and memory files.
元数据
Slug project-retrospective
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Project Retrospective 是什么?

自动项目复盘机制。当完成复杂项目后,自动提取最优路径生成skill,并记录踩坑经验到memory。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 249 次。

如何安装 Project Retrospective?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install project-retrospective」即可一键安装,无需额外配置。

Project Retrospective 是免费的吗?

是的,Project Retrospective 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Project Retrospective 支持哪些平台?

Project Retrospective 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Project Retrospective?

由 BeAChanger(@beachanger)开发并维护,当前版本 v1.0.0。

💬 留言讨论