reflect

Record mistakes, corrections, and insights to a persistent YAML log.

28|2|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/labs21-dev/agents-stack --skill reflect-labs21-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reflect
Source: https://github.com/labs21-dev/agents-stack/tree/main/templates/.agents/skills/using-agents-stack/reflect
Command: npx skills add https://github.com/labs21-dev/agents-stack --skill reflect-labs21-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Records mistakes, corrections, and insights to a persistent log for cross-session recall.

Core Features & Use Cases

  • Record learnings: extract and store what happened, why, and how to prevent recurrence to .agents-stack/learnings/.
  • Recall past learnings: read all records and surface relevant insights by type or keywords.
  • Structured notes: each entry uses a YAML frontmatter template for consistent processing.

Quick Start

Record a learning by saying "remember this mistake" and recall past learnings by saying "recall".

Frequently Asked Questions about reflect

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

FAQPage Schema
How do I persist agent learning context across multiple sessions?

To persist agent learning context across multiple sessions, record mistakes, corrections, and insights to a structured YAML log stored in the `.agents-stack/learnings/` directory for later recall.

What is the best way to maintain an audit trail of agent behavior and QA findings?

Maintain an audit trail of agent behavior by logging QA findings and iterative improvements into structured YAML frontmatter entries, ensuring consistent processing and cross-session recall.

How do I record and recall past learnings on demand?

Record and recall past learnings on demand by saying "remember this mistake" to log an entry, and "recall" to surface relevant historical insights filtered by type or keywords.

Does this cross-session logging approach require a specific file format?

Yes, this cross-session logging approach requires a YAML frontmatter template for each entry to format structured notes and enforce read/write boundaries for consistent processing.

Can I use this for workflows requiring iterative improvements across multiple sessions?

Yes, this approach applies directly to workflows requiring iterative improvements, capturing what happened, why, and how to prevent recurrence across multiple sessions.