reflect

Extracts confidence-rated learning patterns from conversations to update agent history and team decisions.

1|Updated Jul 7, 2026
One-click install
npx skills add https://github.com/seiggy/maf-copilot-studio-demo --skill reflect-seiggy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reflect
Source: https://github.com/seiggy/maf-copilot-studio-demo/tree/main/.squad/templates/skills/reflect
Command: npx skills add https://github.com/seiggy/maf-copilot-studio-demo --skill reflect-seiggy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams repeatedly make the same mistakes because corrections and successful patterns from conversations are never captured. This Skill analyzes conversations for user corrections, praise, and edge cases, then proposes structured updates to persistent knowledge files so learnings survive across sessions. ## Core Features & Use Cases - Confidence-Rated Signal Detection: Classifies learnings as HIGH (user corrections like "no" or "wrong"), MEDIUM (praise or edge cases), or LOW (accumulated preferences) with explicit thresholds for when to propose changes. - Routed Knowledge Persistence: Directs learnings to the right target: agent-specific history files, team decision inboxes, or skill improvement recommendations. - Approval-Gated Writes: Always presents proposed changes in a structured summary and waits for user confirmation before modifying any files. - Use Case: After a user corrects an agent for using grep instead of code search tools, the Skill captures a HIGH-confidence constraint and appends it to the agent's history.md so the mistake is never repeated. ## Quick Start Ask the assistant to reflect on this session and capture any learnings from corrections or feedback into the squad knowledge files.

Frequently Asked Questions about reflect

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

FAQPage Schema
How do I capture learnings from user corrections in a conversation?

Invoke the reflect workflow after a user correction such as "no" or "wrong". It classifies the correction as HIGH confidence, quotes the source, and proposes appending a constraint to the agent's history.md file after your approval.

What triggers the reflect skill during a session?

HIGH priority triggers include explicit corrections and architectural insights, MEDIUM triggers include praise and edge cases, and LOW triggers include repeated tool preferences. Proposals require at least one HIGH signal, two MEDIUM signals, or three LOW signals.

Where does the reflect skill store captured learnings?

Agent-specific learnings append to .squad/agents/{agent}/history.md, team-wide patterns go to .squad/decisions/inbox/ for lead review, and skill improvements are noted in session notes for the skill owner.

Does reflect modify files automatically without confirmation?

No. The skill always displays proposed changes in a structured summary with confidence levels, sources, and targets, then waits for explicit user approval before writing to any history or decision file.

When should I not use conversation reflection?

Skip reflection for simple one-off questions with no pattern, exploratory discussions without concrete decisions, or learnings already captured in history.md or decisions.md to avoid duplicate entries.