reflect-and-learn

Capture user corrections and validate them semantically for targeted persistence.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/DojoGenesis/gateway --skill reflect-and-learn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reflect-and-learn
Source: https://github.com/DojoGenesis/gateway/tree/main/plugins/wisdom-garden/skills/reflect-and-learn
Command: npx skills add https://github.com/DojoGenesis/gateway --skill reflect-and-learn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

User corrections spoken during sessions are often lost as conversation context compacts, leaving the agent without a way to remember behavioral improvements.

Core Features & Use Cases

  • Semantic Validation: Filters corrections with confidence scoring to ensure only genuine improvements are kept.
  • Targeted Persistence: Routes approved learnings to the most specific file—skill‑level SKILL.md, project‑level CLAUDE.md, or global CLAUDE.md.
  • Conflict Management: Detects and surfaces rule conflicts before writing, preserving consistency.
  • Pattern Discovery (optional): Analyzes historic sessions to suggest new skills or recurring workflow patterns.

Quick Start

Run the reflect-and-learn skill after a session to validate and store your corrections.

Frequently Asked Questions about reflect-and-learn

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

FAQPage Schema
How do I save user corrections to CLAUDE.md so they persist across sessions?

To save user corrections to CLAUDE.md, the skill captures behavioral feedback during a session, validates it semantically, and routes approved learnings to the most specific persistence target, such as a skill-level or project-level file. This ensures corrections permanently persist across sessions.

What is semantic validation for learning capture and how does it filter corrections?

Semantic validation for learning capture is a mechanism that applies confidence scoring to user corrections to ensure only genuine behavioral improvements are kept. It filters out transient or invalid feedback before routing approved learnings to the appropriate CLAUDE.md file.

Does reflect-and-learn require file system access to write to project onboarding files?

Yes, reflect-and-learn requires file system access to read and write CLAUDE.md files during project onboarding or periodic reviews. This access is necessary to route validated corrections to the correct skill-level, project-level, or global persistence target.

How do I manage rule conflicts when writing corrections to multiple CLAUDE.md files?

To manage rule conflicts when writing corrections to multiple CLAUDE.md files, the skill detects and surfaces conflicting rules before writing. This conflict management mechanism preserves consistency across global, project-level, and skill-level persistence targets.

Can I discover recurring workflow patterns by analyzing historic session corrections?

Yes, you can discover recurring workflow patterns by analyzing historic session corrections. The skill optionally analyzes past sessions to suggest new skills or identify repeating behavioral patterns, extending learning capture beyond immediate session feedback.