reflect

Installation
SKILL.md

Reflect

Mine the current conversation for durable learnings, then route them into skill edits.

When to invoke

  • The user said "reflect" or "/reflect".
  • A complex task (5+ tool calls) just landed cleanly and the recipe is worth keeping.
  • The agent hit dead ends, found the working path, and the path generalizes.
  • The user corrected the agent's approach mid-task.
  • A non-trivial workflow emerged that isn't captured anywhere.

Skip when the conversation is trivial, off-topic, or already covered by an existing skill the parent followed correctly. One-offs are not learnings.

Process

1. Locate the active transcript

The parent finds its own transcript file before fanning out: the newest session in this workspace's transcript store (locate it per the pstack-harness skill). Do not read other workspaces' transcript stores. That crosses workspace boundaries and reads private chats from unrelated projects.

Installs
10
First Seen
7 days ago
reflect — mdsmithaustin/pstack