episode-log-steps

Installation
SKILL.md

Episode Log Steps

Log execution steps during episode execution for detailed tracking and learning.

Purpose

Record individual execution steps to build a complete picture of task execution for pattern learning.

When to Log Steps

  1. Tool usage: Each time a significant tool is used
  2. Decision points: When making architectural or implementation choices
  3. Error handling: When encountering and resolving errors
  4. Milestones: Key progress points (test passing, module complete)

Step Structure

pub struct ExecutionStep {
    pub tool: String,           // Tool/action used
Related skills

More from d-o-hub/rust-self-learning-memory

Installs
32
GitHub Stars
7
First Seen
Feb 21, 2026