reflect

Installation
SKILL.md

Reflect Skill

Purpose

This skill captures learnings, patterns, gotchas, and decisions after a feature is complete. Reflections are stored in .agent/memory/reflections/ and indexed for future agent queries.

Based on the Reflection Loop pattern for iterative improvement through self-feedback.

When to Invoke

  • After @code-review approves the implementation
  • After a feature is merged
  • After resolving a significant bug or issue
  • When explicitly asked to document learnings

Prerequisites

Installs
1
First Seen
Jun 17, 2026
reflect — giantcroissant-lunar/fantasim-world-feb-2026