consensus-loop:retrospect

Extract session learnings into deduplicated, governed memories for future reference.

15|4|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/berrzebb/consensus-loop --skill consensus-loop-retrospect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consensus-loop:retrospect
Source: https://github.com/berrzebb/consensus-loop/tree/main/skills/retrospect
Command: npx skills add https://github.com/berrzebb/consensus-loop --skill consensus-loop-retrospect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Extract learnings from audit history and conversations and convert them into durable memories that guide future work.

Core Features & Use Cases

  • Mine session data (audit_history, conversations) to generate structured memories
  • Deduplicate and organize memories for quick retrieval during retrospectives
  • Enforce memory governance: access control and integrity checks to avoid memory pollution

Quick Start

Run retrospective memory maintenance after a track or session to extract and persist learnings.

Frequently Asked Questions about consensus-loop:retrospect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract learnings from session audit history and save them as memories?

You can extract learnings from session audit history by mining the current session data and translating it into durable memories. The process deduplicates and organizes the extracted information for quick retrieval during future retrospectives.

When should I run retrospective memory maintenance on my sessions?

Retrospective memory maintenance should be run after completing a track, during a retrospective, or at the end of a session. This ensures that session learnings are captured and persisted while the context is still fresh.

How does memory governance prevent memory pollution during extraction?

Memory governance prevents memory pollution by enforcing access control and integrity checks on extracted learnings. This ensures that only deduplicated, verified memories are stored for future reference.

What is the best way to deduplicate session learnings before storing them?

The best way to deduplicate session learnings is to use a retrospective memory maintenance process that automatically mines session data, removes duplicates, and organizes the remaining learnings into durable memories.

Can I use audit history conversations to generate structured memories automatically?

Yes, you can mine audit history and conversations to generate structured memories automatically. The extracted learnings are then deduplicated and organized for quick retrieval.

Do I need any external dependencies to perform memory governance on session learnings?

No external dependencies are required to perform memory governance on session learnings. The process operates independently to extract, deduplicate, and store memories with access control and integrity checks.