reflexion

Store and retrieve feedback episodes with session_id, task, reward, success, and critique parameters.

Updated Jul 2, 2025
One-click install
npx skills add https://github.com/dug-21/neural-data-platform --skill reflexion-dug-21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reflexion
Source: https://github.com/dug-21/neural-data-platform/tree/main/.claude/skills/reflexion
Command: npx skills add https://github.com/dug-21/neural-data-platform --skill reflexion-dug-21

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The reflexion skill captures and stores feedback on patterns to train the recommendation system and support continuous improvement.

Core Features & Use Cases

  • Feedback capture: Records episodes of work to help train patterns and improve suggestions.
  • Pattern discovery: Provides data for the learner to auto-discover new patterns over time.
  • Use Case: After completing a task, log what worked and what didn’t to refine future recommendations.

Quick Start

Use the reflexion_store function to log a session with a task description and a success rating. The body following the frontmatter can be used by the system to persist and retrieve experiences.

Frequently Asked Questions about reflexion

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

FAQPage Schema
How do I capture task feedback to improve pattern discovery?

To capture task feedback for pattern discovery, you log session details such as the task description, reward, success rating, and critique. This records episodes of work to train the recommendation system and refine future suggestions.

What parameters do I need to store feedback for experiential learning?

Storing feedback for experiential learning requires a session_id, task, reward, success, and critique parameters. These inputs are logged using the store operation to persist experiences for the recommendation system.

How does logging post-work critique help refine future recommendations?

Logging post-work critique helps refine future recommendations by capturing what worked and what didn't. This feedback data enables the learner to auto-discover new patterns over time and improve suggestion accuracy.

Can I retrieve past session feedback to review workflow patterns?

Yes, you can retrieve past session feedback to review workflow patterns. The skill exposes retrieve operations to manage and access previously stored feedback data, supporting continuous improvement during workflow reviews.

What is the best way to record episodes of work for a recommendation system?

The best way to record episodes of work for a recommendation system is to use the reflexion_store function. This logs the task description and success rating after completing a task to support continuous pattern improvement.

When should I use feedback capture to support continuous improvement?

You should use feedback capture to support continuous improvement after completing a task or during workflow reviews. Logging what worked and what didn't provides the data necessary for the learner to auto-discover new patterns.