원클릭으로
journey
Create session learning logs that persist institutional memory across Claude Code sessions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create session learning logs that persist institutional memory across Claude Code sessions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scaffold a new dashboard chart component with registry, types, and proper theme integration.
Create a new customizable dashboard with its own chart registry, provider, and page. Use when adding dashboards like DRep or SPO dashboard.
Context window conservation rules. Invoke when approaching context limits or before large tasks.
Deep reflection on the skill learning system itself. Analyzes what's working, what's stale, and proposes structural improvements. The meta-skill.
End-of-session automation. Creates a journey and evolves skills based on session learnings.
Run the build and intelligently fix TypeScript errors with guardrails. Stops if fixes introduce more errors or the same error persists after 3 attempts.
| name | journey |
| updated | "2026-02-02T00:00:00.000Z" |
| description | Create session learning logs that persist institutional memory across Claude Code sessions. |
Create or update session learning logs that persist institutional memory across Claude Code sessions.
Use /journey when:
/journey {title}
Creates a new journey file with a summary of the current session.
/journey --list
Shows all existing journeys.
/journey --read {filename}
Reads a specific journey file.
/journey --recent
Shows the 5 most recent journeys.
Journeys are saved to .claude/journeys/ with naming: YYYY-MM-DD-{slug}.md
# Journey: {Title}
**Date:** YYYY-MM-DD
**Tags:** #tag1 #tag2 #tag3
## Summary
1-3 sentences describing what was accomplished and why it matters.
## What Was Done
1. **First major item**
- Details
- More details
2. **Second major item**
- Details
## Key Learnings
- **Learning 1**: Explanation with context
- **Learning 2**: Explanation with context
## Files Changed
| File | Change |
|------|--------|
| `path/to/file.ts` | Brief description |
## Patterns Discovered
### Pattern Name
\`\`\`code
// Example code showing the pattern
\`\`\`
## Decisions Made
| Decision | Rationale |
|----------|-----------|
| Choice made | Why it was made |
## Connected To
- Related skills, files, or future work
Common tags:
#bugfix - Bug fixes#feature - New features#refactor - Code restructuring#theming - Theme-related work#tooling - Build/dev tooling#performance - Performance work#meta - Claude Code/skills workAfter a session fixing theme issues:
/journey Dashboard Theming Fixes
Claude will create .claude/journeys/2026-02-02-dashboard-theming-fixes.md with:
Journeys create institutional memory that:
Unlike git commits (which track what changed), journeys track why and what was learned.