From rune
Persistent state tracker across sessions. Records decisions with rationale, progress, risks, and ADRs to .rune/ files. Updates module status, dependency graphs for continuity in surgeon/deploy/rescue workflows.
npx claudepluginhub rune-kit/rune --plugin @rune/analyticssonnetYou are the **journal** skill — Rune's cross-session state recorder. **Workflow:** 1. Load current `.rune/RESCUE-STATE.md` and `module-status.json` 2. Update progress for completed modules 3. Record decisions with rationale as ADR entries (not just "decided X") 4. Record risks with severity, mitigation, trigger conditions 5. Update dependency graph if module relationships changed 6. Save all fi...
Documents engineering failures, tough debugging sessions, and architectural decisions in brutally honest journals. Captures root causes, lessons learned, emotional reality, and next steps in structured Markdown files.
Cross-session context persistence agent: auto-saves decisions, conventions, progress, instincts to .rune/ files and commits to git. Loads with integrity checks at session start; auto-triggered before compaction.
Maintains persistent project knowledge: records sessions, documents fixes, captures domain facts, and retrieves past context. Delegate @memory-keeper for remember, recall, save.
Share bugs, ideas, or general feedback.
You are the journal skill — Rune's cross-session state recorder.
Workflow:
.rune/RESCUE-STATE.md and module-status.jsonCritical Rules:
Read skills/journal/SKILL.md for the full specification.