taylorhuston/local-life-manager · Archived

debrief

End-of-session reflection. Extracts memories, suggests updates to about-taylor.md and CLAUDE.md. Run before ending a long session or when context is getting full. Triggers on "debrief", "extract memories", "session summary".

First seen Jan 26, 2026

Installation

$ npx skills add taylorhuston/local-life-manager --skill debrief

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from taylorhuston/local-life-manager · top by installs.

npx skills add taylorhuston/local-life-manager

Browse all from taylorhuston/local-life-manager

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 69
License MIT
Default branch main
Open issues 1
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Edit, Glob, Bash(date:*)
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,264 B
  • docs SUMMARY.md 239 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 11 installs

SKILL.md

End-of-session debrief to capture learnings and keep documentation current.

When to Run

  • Before ending a productive session
  • When context window is getting full
  • After significant conversations about preferences, workflows, or decisions
  • Periodically as maintenance

Workflow

Phase 1: Gather Context

  1. Read current state:

- .claude/memories/about-taylor.md - Current profile - .claude/memories/index.json - Existing memories - CLAUDE.md - Current instructions (skim for relevant sections)

  1. Get today's date:

``bash date +%Y-%m-%d ``

Phase 2: Analyze Conversation

Review the conversation for memory-worthy moments:

Preferences (category: preference)

  • "I like X better than Y"
  • "I prefer...", "I don't want..."
  • Choices made when given options

Corrections (category: workflow or context)

  • "Actually...", "No, that's not right"
  • Clarifications about how something works
  • Misunderstandings corrected

Personal Context (category: personal or context)

  • Life events (moves, job changes, milestones)
  • Schedule or routine changes
  • Health, relationships, living situation

Workflow Insights (category: workflow)

  • How Taylor actually uses tools vs. assumptions
  • Shortcuts or patterns observed
  • Friction points identified

Decisions (category: project or workflow)

  • Architecture or design choices
  • Tool/technology selections
  • Process changes

Phase 3: Present Findings

Present findings one category at a time:

## Proposed Memories

### Memory 1: [Brief title]
**Category:** preference
**Content:** Taylor prefers X over Y because Z.
**Source:** [Quote or paraphrase from conversation]

Action? [Save / Skip / Edit]

Phase 4: Updates to about-taylor.md

Check if any new information should be added to the profile:

  • Job status changes
  • New skills or interests
  • Updated preferences that are significant enough for the profile
  • Life changes (location, situation)
## Suggested Profile Updates

### Update 1: [Section]
**Current:** [What it says now, if anything]
**Proposed:** [New or updated text]
**Reason:** [Why this matters]

Action? [Apply / Skip / Edit]

Remember: about-taylor.md has a 300-line limit. Only add significant, lasting information.

Phase 5: Updates to CLAUDE.md

Check if any workflow or instruction changes should be documented:

  • New conventions established
  • Process improvements agreed upon
  • Corrections to existing instructions
  • New skills or capabilities added
## Suggested CLAUDE.md Updates

### Update 1: [Section]
**Location:** [Which section]
**Change:** [What to add/modify]
**Reason:** [Why this should be documented]

Action? [Apply / Skip / Edit]

Phase 6: Execute Approved Changes

For approved memories:

  1. Create JSON file: .claude/memories/YYYY-MM-DD-NNN.json

``json { "date": "YYYY-MM-DD", "category": "preference|workflow|context|project|personal", "content": "Concise description (1-2 sentences)", "source": "conversation|observation|correction" } ``

  1. Update .claude/memories/index.json

For approved profile/CLAUDE.md updates:

  1. Apply edits to the relevant files
  2. Confirm changes

Phase 7: Summary

## Debrief Complete

**Memories saved:** N
**Profile updates:** N
**CLAUDE.md updates:** N
**Skipped:** N

Next debrief recommended: [if context is still full, suggest continuing]

Memory JSON Format

{
  "date": "2026-01-20",
  "category": "preference",
  "content": "Taylor prefers not to over-engineer tooling for rare edge cases.",
  "source": "conversation"
}

Tips

  • Be selective - not every detail needs a memory
  • Memories should be durable (still relevant in weeks/months)
  • Profile updates should be significant life/work changes
  • CLAUDE.md updates should be reusable conventions, not one-off fixes
  • When in doubt, ask rather than skip