reflect

Extract and categorize learnings from conversational interactions by confidence level.

41|8|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/tamirdresher/squad-skills --skill reflect-tamirdresher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reflect
Source: https://github.com/tamirdresher/squad-skills/tree/main/plugins/reflect
Command: npx skills add https://github.com/tamirdresher/squad-skills --skill reflect-tamirdresher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps AI agents continuously improve by learning from their mistakes and successes, preventing repetitive errors and optimizing future performance.

Core Features & Use Cases

  • Capture Learnings: Extracts patterns from conversations, categorizing them by confidence level (HIGH, MEDIUM, LOW).
  • Prevent Mistakes: Learns from user corrections to avoid repeating errors.
  • Reinforce Successes: Documents what worked well for future reference.
  • Handle Edge Cases: Identifies and remembers scenarios requiring special handling.
  • Propose Improvements: Generates structured recommendations for knowledge base updates.
  • Use Case: After a user corrects the agent's approach to a task, the agent uses the 'reflect' skill to capture this correction as a HIGH-priority learning, ensuring it doesn't make the same mistake again.

Quick Start

Use the reflect skill to capture learnings from the last interaction.

Frequently Asked Questions about reflect

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

FAQPage Schema
How do I implement continuous improvement for AI agent behavior?

Capture learnings from conversational interactions by extracting patterns from user corrections and praise. The system categorizes these insights by confidence level to prevent repeated mistakes and reinforce successful strategies.

What is agent self-reflection in conversational AI?

Agent self-reflection is a mechanism that analyzes conversational context and user feedback to generate actionable insights. It identifies edge cases and prevents repetitive errors by updating the agent knowledge base.

How do I prevent repeating mistakes in an AI agent workflow?

Prevent repeating mistakes by capturing user corrections as high-priority learnings during interactions. The system analyzes these corrections to recognize patterns and automatically updates guidelines to avoid future errors.

Does the agent reflection system require specific dependencies or frameworks?

No specific dependencies or external frameworks are required to use the agent reflection system. It operates independently using provided scripts and references to analyze conversational context and user feedback.

What's the best way to document edge cases discovered during AI interactions?

Document edge cases by generating structured recommendations for knowledge base updates after analyzing interactions. The system identifies scenarios requiring special handling and proposes improvements for team guidelines.

When should I use an automated learning capture system for agents?

Use an automated learning capture system when you need to optimize future performance and prevent repetitive errors. It is essential for continuous improvement when agents handle complex tasks requiring pattern recognition.