reflect

Capture mistakes as categorized learning rules and persist them via add-reminder.sh.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/momingse/paceforge --skill reflect-momingse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reflect
Source: https://github.com/momingse/paceforge/tree/main/.claude/skills/reflect
Command: npx skills add https://github.com/momingse/paceforge --skill reflect-momingse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Stores, categorises, and retrieves rules for future sessions. Use after mistakes or when the user says "remember this", "don't forget", "note this", or "learn from this".

Core Features & Use Cases

  • Rule creation: Convert a mistake into a category, mistake, and correction for long-term recall.
  • Retrieval & guidance: Retrieve rules during subsequent sessions to inform decisions.
  • Workflow support: Propose additions to the user and persist after approval using the provided script.

Quick Start

Create and persist a new learning rule after identifying a lesson and obtaining user approval.

Frequently Asked Questions about reflect

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

FAQPage Schema
How do I capture mistakes as permanent learning rules for future sessions?

Capturing mistakes as learning rules involves identifying the mistake, formatting it with category, mistake, and correction, and persisting it after user approval for future session recall.

What's the best way to remember corrections and lessons during code reviews?

The best way to remember corrections during code reviews is to codify the lesson by categorizing the mistake and correction, proposing it as a rule, and persisting it for future retrieval.

How does converting mistakes into guidelines improve future interactions?

Converting mistakes into guidelines improves future interactions by storing categorized rules that are retrieved in subsequent sessions to inform decisions and prevent repeating errors.

Can I use this workflow to store rules when I say remember this or note this?

Yes, the workflow supports storing rules when triggered by phrases like remember this, note this, don't forget, or learn from this, capturing the lesson for long-term recall.

Do I need user approval before persisting a new learning rule?

Yes, user approval is required before persisting a new learning rule. The workflow proposes the formatted rule and executes the persistence script only after explicit approval.

When should I not use this approach for learning from mistakes?

You should not use this approach for transient or one-off corrections that do not warrant long-term recall, as it is designed for codifying persistent rules to guide future sessions.