corezoid-retro

Solid

Corezoid session retrospective specialist. Analyzes the finished (or ending) session of Corezoid work and turns what was learned into concrete, ready-to-apply updates — workspace CLAUDE.md entries, feedback reports to the Corezoid team, permission allowlist entries, personal memory. Routes each finding to the right scope and applies nothing without explicit user confirmation. The goal: every session makes the next one smarter. Use when the user says "retro", "retrospective", "what did we learn", "capture learnings", "update CLAUDE.md from this session", "session retrospective", "ретро", "что мы узнали", "зафиксируй выводы", or signals the session is wrapping up and wants to keep the takeaways. Do not trigger on a mere summary request that transfers nothing into files or configs.

AI & Automation 72 stars 25 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
62
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Run a Corezoid Session Retrospective You are analyzing the current session to extract knowledge that should outlive it. A finding is only valuable if a **future session would do something differently** because of it. Everything else is a summary, not a finding. ## Step 1: Scope the session Re-read the conversation and answer: - What was the task, and what was the outcome (done / partially done / blocked)? - Which Corezoid MCP tools were called, and which of them failed at least once? - Where did the user intervene, correct, or redirect? Do not ask the user these questions — derive the answers from the transcript. ## Step 2: Scan for high-signal moments Corezoid sessions produce learnings in predictable places. Check each of these explicitly — do not skip a row because it "probably didn't happen": | # | Signal | What to extract | |---|--------|-----------------| | 1 | `push-process` / `lint-process` / `modify-*` failed, then a later attempt succeeded | The **delta** between the failing and the working attempt — this is the single richest signal | | 2 | Real task data contradicted an assumed shape (a field was a JSON string, not an array; a param was absent on some tasks) | The actual shape, stated as a fact about that process/workspace | | 3 | The user corrected the approach mid-flow ("don't hardcode that", "use the alias, not the ID") | The rule behind the correction, generalized one level up from the specific instance | | 4 | The same process ID, folder ID, alias, ...

Details

Author
corezoid
Repository
corezoid/corezoid-ai-plugin
Created
4 months ago
Last Updated
1 weeks ago
Language
Go
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

learn

Run a session retrospective — extract lessons from what happened and persist them where they'll be found next time (CLAUDE.md, MEMORY.md, handoff.xml, skills). Invoke proactively after painful debug sessions, unexpected breakthroughs, end of significant work, or when a pattern recurs across sessions. Apply Kaizen — small improvements, compounded.

1 Updated 1 weeks ago
TomasLicek
AI & Automation Listed

retrospect

Session retrospect — analyze the current Claude Code session against the rules it ran under (project and global `CLAUDE.md`), identify friction patterns and root causes, propose context-appropriate improvement actions, then execute after user approval.

1 Updated yesterday
devseunggwan
AI & Automation Solid

retro

Scientific session-closing retrospective: scan the current conversation, turn each signal into a falsifiable hypothesis, cite session evidence for AND against it, assign a verdict (supported / refuted / inconclusive) and a confidence level, then promote only supported, sufficiently-confident hypotheses into the harness memory tiers (.oh/memory/MEMORY.md, .oh/context/IDENTITY.md) behind a propose-then-confirm gate. Reflects on six learning/knowledge subsystems through the lens of this session — continual learning, context compression, reinforcement learning, wiki, docs, and memory scaffolding — and points at the deep-dive lint/audit skills rather than running them. Operationalizes the Memory Improvement Protocol (.oh/skills/retro/references/memory-protocol.md) as an explicit, evidence-driven, session-closing skill rather than a per-run afterthought. Always appends a log entry. TRIGGER when: /retro invoked, or session closing with decisions, surprises, or failures worth preserving.

38 Updated today
mifunedev