What problem does it solve? Agents lose working context between sessions and often dump mid-task findings, briefs, or transcripts into durable wiki pages where they get mistaken for organisational truth. This Skill keeps candidate notes in a separate working layer so durable memory stays clean. ## Core Features & Use Cases - Working-layer writes only: Appends mid-task candidate notes to dated files under chronicle/ (org scope) or journal/ (personal scope), never touching wiki/, _consolidated/, _sources/, or _staged/. - Session notes on consent: At task end, offers a compact session note (task, gathered sources, decisions, locators) and writes it only after the user says yes; an empty session is a successful no-op. - Safe write recipe: Uses list_files to confirm paths, write_file with create/append modes, and overwrite with if_match sha256 conflict handling for compacting notes. - Use Case: During a renewal-preparation task, an agent appends candidate findings to chronicle/2026-08-27-renewal-task.md, then at task end compacts them into a single index-style session note referencing the wiki paths and CRM records it read. ## Quick Start Ask the agent to record today's working notes and end-of-task session note in the Atmina Knowledge Base working layer using the memory-observe skill.