journey

Store and retrieve session learnings across Claude Code sessions in .claude/journeys/ files.

2|2|Updated Mar 21, 2025
One-click install
npx skills add https://github.com/MeshJS/governance --skill journey-meshjs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: journey
Source: https://github.com/MeshJS/governance/tree/main/.claude/skills/journey
Command: npx skills add https://github.com/MeshJS/governance --skill journey-meshjs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and maintain session learning logs to persist institutional memory across Claude Code sessions.

Core Features & Use Cases

  • Create journey files to summarize decisions, patterns, and learnings after a work session.
  • Read and reference past journeys to inform ongoing work and onboarding.
  • Use the standard Journey File Format to organize details such as date, summary, learnings, and decisions.

Quick Start

Create a new journey file in the configured journeys directory to document the latest session.

Frequently Asked Questions about journey

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

FAQPage Schema
How do I persist session learnings across Claude Code sessions?

To persist session learnings across Claude Code sessions, create journey files that document post-work reflections, architectural decisions, and QA learnings in a structured format. These logs are written to the .claude/journeys/ directory for future retrieval.

What is the best way to maintain institutional memory in Claude Code?

Maintaining institutional memory in Claude Code is done by writing structured journey files that capture summaries, dates, learnings, and decisions. This file-based persistence workflow stores logs in .claude/journeys/ for consistent reference.

Can I capture architectural decisions and QA learnings for future Claude Code sessions?

Yes, you can capture architectural decisions and QA learnings by creating journey files after a work session. The structured format organizes details such as date, summary, learnings, and decisions for future reference.

How do I create a journey file to document my latest Claude Code session?

Create a new journey file in the configured .claude/journeys/ directory to document your latest session. The standard Journey File Format organizes details such as date, summary, learnings, and decisions for persistent storage.

Does the journey file format enforce a specific structure for session logs?

Yes, the journey file format enforces a structured layout for session logs. It organizes details such as date, summary, learnings, and decisions to ensure consistency when writing journeys to the .claude/journeys/ directory.