reflect

Solid

Learning capture system that extracts HIGH/MED/LOW confidence patterns from conversations to prevent repeating mistakes. Use after user corrections ("no", "wrong"), praise ("perfect", "exactly"), or when discovering edge cases. Complements .squad/agents/{agent}/history.md and .squad/decisions.md.

AI & Automation 58 stars 15 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
59
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Reflect Skill **Critical learning capture system** for Squad. Prevents repeating mistakes and preserves successful patterns across sessions. Analyze conversations and propose improvements to squad knowledge based on what worked, what didn't, and edge cases discovered. **Every correction is a learning opportunity.** --- ## Integration with Squad Architecture **Reflect complements existing Squad knowledge systems:** 1. **`.squad/agents/{agent}/history.md`** — Permanent learnings from completed work (append-only; each agent updates their own file; Scribe propagates cross-agent updates) 2. **`.squad/decisions.md`** — Team-wide decisions that all agents respect 3. **`reflect` skill** — Captures in-flight learnings from conversations that may graduate to history.md or decisions.md **Workflow:** - Use `reflect` during work to capture learnings - At session end, review captured learnings - Promote HIGH confidence patterns → lead agent for decision.md review - Promote agent-specific patterns → `{agent}/history.md` updates --- ## Triggers ### 🔴 HIGH Priority (Invoke Immediately) | Trigger | Example | Why Critical | |---------|---------|--------------| | User correction | "no", "wrong", "not like that", "never do" | Captures mistakes to prevent repetition | | Architectural insight | "you removed that without understanding why" | Documents design decisions (Chesterton's Fence) | | Immediate fixes | "debug", "root cause", "fix all" | Learns from errors in real-time | ### 🟡...

Details

Author
DanWahlin
Repository
DanWahlin/ai-agent-board
Created
6 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category