What problem does it solve? When working across multiple projects, it is hard to remember where context files, decision records, session logs, and investigation notes should live in a personal knowledge base. This Skill provides a quick-lookup reference so an AI agent always writes documentation to the correct location with the correct naming convention. ## Core Features & Use Cases - Path Reference: Defines exact file paths for context.md, runbook.md, gotchas.md, decisions, sessions, and investigations under ~/Documents/Notes/knowledge-base/projects/<project-slug>/. - Project Slug Resolution: Resolves the project slug from the nearest .git root or falls back to the current directory basename. - Update Triggers: Maps events like discovered gotchas, significant decisions, and completed work to the specific KB file that must be created or updated. - Scratch Workspace: Defines a SCRATCH-YYYY-MM-DD-topic.md convention for temporary planning files that are later distilled into permanent records. - Use Case: After finishing a debugging session, the agent consults this reference to create a session log in sessions/, link it from context.md, and record any new gotcha in gotchas.md without guessing paths. ## Quick Start Ask the agent to record today's completed work and any new gotchas in the knowledge base using the schema path reference.