Retrospective — Retrospective工具
v1.0.0[AI辅助] Run a structured weekly agent retrospective. Analyses wins, failures, skill gaps, cron health, and config issues from the last 7 days. Produces honest, speci...
详细分析 ▾
运行时依赖
版本
Initial release: Structured weekly agent retrospective for honest self-review. - Analyzes concrete wins, failures, skill gaps, cron health, and configuration issues from the past 7 days. - Produces specific, evidence-based output—avoiding generic platitudes. - Outputs in a detailed markdown template, including tables for struggles and skill gaps. - Auto-schedules a Friday cron job to run retrospectives weekly. - Triggerable via several keywords, such as "retrospective" or "reflect". - Includes explicit instructions for prioritizing actionable recommendations.
安装命令 点击复制
技能文档
Run a structured self-review covering the last 7 days from the run date. Produce honest, specific analysis — not generic platitudes.
Process
1. Gather Context
- 读取
memory/files 对于 review period (daily logs) - 读取
MEMORY.md对于 long-term context (待处理 tasks, blocked items, decisions) - Check cron 任务 history:
cron(action="列表")— note failures 和 consecutive errors - Check 会话 status 对于 usage patterns
2. Analyse: 什么 Went Well
List concrete wins with evidence:
- Tasks 已完成 successfully
- Automations ran reliably
- Problems solved creatively
- 时间/effort saved 对于 用户
Keep it brief. 3-7 bullet points max.
3. Analyse: 什么 Didn't Go Well
Be brutally honest. For each struggle:
- 什么: specific task 或 goal
- 为什么 失败: Root cause (不 symptoms)
- 时间 wasted: Rough estimate 的 turns/attempts spent
- Pattern: recurring struggle 或 one-off?
Categories to check:
- Bot detection / scraping failures
- Browser automation reliability
- API quota / auth issues
- Tasks attempted manually skill could handle
- Blocked items stayed blocked too long
- 在...上-engineering (built 当...时 simpler approach existed)
- Responsiveness issues (slow replies, timeouts, retries)
- Communication issues (用户 有过 到 repeat themselves)
4. Skill Gap Analysis
Search for skills that address identified struggles. For each promising skill:
- Note name, version, relevance score
- Assess whether genuinely solves problem vs. 正在 low-quality wrapper
- Recommend install 仅 如果 clearly saves future effort
Also check: are any installed skills underused or misconfigured?
5. 配置 & Infrastructure Review
Check for improvements to:
- Cron jobs: 任何 consistently failing? 应该 任何 added/removed?
- Auth/credentials: 任何 已过期, rotated, 或 missing?
- Memory/context: MEMORY.md getting stale? daily logs 正在 written?
- Tool 配置: 任何 env vars, API keys, 或 integrations 需要 attention?
- Workspace hygiene: Temp files, stale scripts, orphaned projects?
6. Recommendations
Produce a prioritised action list:
- Quick wins (< 5 min 每个) — 配置 fixes, skill installs, cleanup
- Medium effort (< 1 hour) — 新的 automations, script fixes, unblocking items
- Larger projects — 新的 integrations, architectural changes
Each recommendation must be specific and actionable (not "improve scraping" but "install X to bypass Cloudflare on Y").
输出 格式
Write the retro to memory/retro-YYYY-MM-DD.md:
# Retrospective — [date range]Wins
- [concrete win with evidence]
Struggles
Task Root Cause Time Spent Recurring? ... ... ... yes/no
Skill Gaps
Problem Skill Action ... skill-name v1.0 install / skip / evaluate
Config Issues
- [specific issue + fix]
Action Items
Quick Wins
- [action]
Medium Effort
- [action]
Larger Projects
- [action]
Scheduling
Set up a weekly cron job on first use (check cron(action="list") first — only create once):
cron(action="add", job={
"name": "Weekly Retrospective",
"schedule": {"kind": "cron", "expr": "0 16 5", "tz": "local"},
"sessionTarget": "isolated",
"payload": {
"kind": "agentTurn",
"message": "Run a full retrospective for the last 7 days following the retrospective skill. Read memory files, check cron status, search for skills addressing struggles, write retro to memory/retro-YYYY-MM-DD.md, update MEMORY.md with key findings, deliver a concise summary."
},
"delivery": {"mode": "announce"}
})
Guidelines
- 否 fluff. Every line 应该 contain information.
- self-critical. point improvement, 不 highlight reel.
- Cite evidence. Reference specific memory files, dates, 错误 messages.
- Don't recommend skills blindly. 仅 recommend 如果 genuinely useful.
- Cap action items 在 10. Prioritise ruthlessly.
- 更新 MEMORY.md 带有 键 findings 之后 retro.
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制