reflect

Detect corrections with confidence levels and record approved learnings in version-controlled agent files.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Lutra23/content-workflow --skill reflect-lutra23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reflect
Source: https://github.com/Lutra23/content-workflow/tree/main/skills/reflect
Command: npx skills add https://github.com/Lutra23/content-workflow --skill reflect-lutra23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Corrections and successful patterns in conversations are often forgotten or inconsistently applied; this Skill persists those learnings by encoding them into agent definitions for durable improvement.

Core Features & Use Cases

  • Signal Detection: Detects corrections with confidence levels (HIGH/MEDIUM/LOW) and flags actionable learnings.
  • Category Classification: Routes learnings to the appropriate agent files (Code Style, Architecture, Process, Domain, Tools).
  • Skill Generation: Creates new skills from non-trivial debugging discoveries.
  • Metrics Tracking: Quantifies improvement with acceptance rates and statistics.
  • Human-in-the-Loop: All changes require explicit approval.
  • Git Integration: Full version control with easy rollback.

Quick Start

Speak or type reflect to start analyzing the current conversation for learnings.

Frequently Asked Questions about reflect

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

FAQPage Schema
How do I save conversation corrections so the agent does not repeat the same mistakes?

To save conversation corrections, you analyze interactions to detect successful patterns and errors, then encode them into agent definition files. This ensures improvements are durable and consistently applied across future interactive sessions.

How does human-in-the-loop approval work for agent learning updates?

Human-in-the-loop approval requires explicit user confirmation before applying any detected corrections or generated learnings to agent files. This mechanism ensures you maintain full control over automated improvements and prevents unintended behavioral changes.

Can I track agent improvements and corrections using version control?

Yes, you can track agent improvements using full version control integration. This records all learning changes in a version-controlled workflow, allowing you to monitor acceptance rates and easily rollback updates if needed.

How do I classify agent learnings into different categories like code style or architecture?

Agent learnings are classified through category classification, which automatically routes detected corrections to appropriate agent files such as Code Style, Architecture, Process, Domain, or Tools based on the conversation context.

What is the best way to generate new skills from debugging discoveries?

The best way to generate new skills from debugging discoveries is to use signal detection to identify non-trivial corrections with confidence levels, then automatically create new skills from these patterns for durable agent improvement.