journal

Solid

Persistent state tracking and Architecture Decision Records across sessions. Use when recording a decision, ADR, or progress that must survive session boundaries. Manages progress state, module health, dependency graphs, and ADRs for any workflow.

AI & Automation 81 stars 23 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# journal ## Purpose Persistent state tracking and Architecture Decision Records across sessions. Journal manages the state files that allow any workflow to span multiple sessions without losing progress — rescue operations, feature development, deploy decisions, or audit findings. Separate from session-bridge which handles general context injection — journal writes durable, human-readable state that survives compaction. ## Triggers - Called by any skill needing decision persistence or progress tracking - Auto-trigger: after surgeon completes a module, after deploy, after audit phases ## Calls (outbound) None — pure L3 state management utility. ## Called By (inbound) - `surgeon` (L2): update progress after each surgery session - `rescue` (L1): read state for rescue dashboard - `autopsy` (L2): save initial health assessment - `cook` (L1): record key architectural decisions made during feature development - `deploy` (L2): record deploy decision, rollback plan, and post-deploy status - `audit` (L2): save AUDIT-REPORT.md and record health trend entry - `incident` (L2): record incident timeline and postmortem - `skill-forge` (L2): record skill creation decisions and rationale - `graft` (L2): auto-log graft operations — source URL, mode, challenge score, files changed - `retro` (L2): record retrospective insights and decisions - `improve-architecture` (L2): record an ADR when the user rejects a deepening candidate with a load-bearing reason ## Files Managed ``` .rune/RESC...

Details

Author
Rune-kit
Repository
Rune-kit/rune
Created
5 months ago
Last Updated
3 days ago
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category