What problem does it solve?
This Skill helps you manage Mathematica notebooks as first-class SourceVault sources by deterministically extracting header metadata and Todo status without relying on LLM guesswork.
Core Features & Use Cases
- Deterministic notebook discovery: Converts natural-language notebook requests into structured SourceVault queries (e.g., OpenTodos, NextReview, Deadline, Title/Keywords, and Scope="Today") and enforces the correct formatting pipeline via SourceVaultFindNotebooks + SourceVaultFormatNotebookList.
- Safe parsing and consistent interpretation: Extracts Header information via Import[path, "Initialization"] with whitelist validation and extracts TodoItem cells via NotebookImport with style-based cell retrieval (fallbacks included).
- Consistency linting for operational reliability: Detects 7+ integrity issues (e.g., header status vs open Todo mismatch, malformed dates, Todo status heuristic-only cases) so review dashboards remain trustworthy.
Quick Start
Ask Claude to generate a deterministic notebook list query for today’s OpenTodos using SourceVaultFindNotebooks[..., "Format" -> True] and return the results wrapped in SourceVaultFormatNotebookList so the dashboard has the expected columns and actions.