Agent Skills: Reflect

Analyze the current session and consolidate learnings. Use at the end of a session or task.

UncategorizedID: qredence/agentic-fleet/reflect

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Qredence/agentic-fleet/tree/HEAD/.fleet/context/system/reflect

Skill Files

Browse the full folder contents for reflect.

Download Skill

Loading file tree…

.fleet/context/system/reflect/SKILL.md

Skill Metadata

Name
reflect
Description
Analyze the current session and consolidate learnings. Use at the end of a session or task.

Reflect

Consolidate the current session's work into the recall history.

Workflow

  1. Read Context: Read .fleet/context/recall/current.md to see what happened this session.

  2. Summarize: Create a brief summary of:

    • Tasks completed
    • Key decisions made
    • Open issues
  3. Archive: Append this summary to .fleet/context/recall/history.md (or creating a dated file in recall/sessions/).

  4. Clear Scratchpad: Reset .fleet/context/recall/current.md for the next task.