reflect

Extract HIGH/MED/LOW learnings from sessions and log them to .squad files.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Leep-GH/Lee-s-squad --skill reflect-leep-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reflect
Source: https://github.com/Leep-GH/Lee-s-squad/tree/main/packages/squad-cli/templates/skills/reflect
Command: npx skills add https://github.com/Leep-GH/Lee-s-squad --skill reflect-leep-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reflect captures high/medium/low confidence learnings from conversations to prevent repeating mistakes and to preserve successful patterns across sessions.

Core Features & Use Cases

  • Identify and log corrections (HIGH) to prevent repeating errors.
  • Capture praise and edge cases (MED/LOW) to reinforce best practices and fill knowledge gaps.
  • Integrate with .squad/agents/{agent}/history.md and .squad/decisions.md for cross-agent learning and consistent guidance.

Quick Start

Analyze the current session to extract HIGH/MED/LOW learnings and log them to the appropriate history or decisions path.

Frequently Asked Questions about reflect

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

FAQPage Schema
How do I capture conversation learnings to prevent repeating the same mistakes?

To capture conversation learnings, you analyze work sessions to extract corrections, praises, and edge cases. The system logs these as HIGH, MED, or LOW confidence signals to prevent repeating errors and preserve successful patterns for future guidance.

What is team-memory and how does it organize cross-agent knowledge?

Team-memory organizes cross-agent knowledge by persisting conversation learnings into structured history and decisions files. This allows agents to share a unified memory of corrections and best practices to guide future decisions consistently across sessions.

How do I log corrections and edge cases across multiple agents during a work session?

You log corrections and edge cases by applying the capture process during active work sessions. It detects HIGH/MED/LOW signals from conversations and persists results directly to agent-specific history files and shared decisions files for cross-agent learning.

Does this conversation learning tool integrate with existing .squad files?

Yes, the tool integrates with existing .squad files. It detects conversation signals and persists extracted learnings directly to the .squad/agents/{agent}/history.md and .squad/decisions.md paths to maintain consistent cross-agent guidance.

What is the best way to preserve successful patterns and prevent repeated errors in AI agents?

The best way to preserve successful patterns is to systematically log high-confidence corrections and medium-to-low confidence edge cases. This creates a persistent team memory that updates agent history and decisions, guiding future actions and preventing repeated errors.

When should I not use automated conversation learning for team memory?

You should not use automated conversation learning when your workflow lacks structured .squad files for persistence, or when conversations do not contain distinct corrections, praises, or edge cases suitable for extracting actionable HIGH/MED/LOW confidence signals.