← ClaudeAtlas

workflow-vault-weeklylisted

Run the full weekly vault-health pipeline — vault-lint (consistency check) → backlinks (graph repair) → vault-index (rebuild overview) → weekly-signals (deferral / pattern surface) → weekly-learnings (publishable thread surface). Use when /weekly-review is invoked, on Friday afternoons, when the user says "weekly vault review", "audit my vault", "what should I publish this week", or after a week of heavy capture activity. Skips stages whose preconditions aren't met (e.g. weekly-learnings needs ≥3 daily notes from the week).
slogsdon/skills-workflows · ★ 0 · AI & Automation · score 70
Install: claude install-skill slogsdon/skills-workflows
# Skill: /workflow-vault-weekly Runs the five vault-health skills in dependency order so the later stages have current data from the earlier ones. Use weekly. ## When to use - Friday-afternoon vault review. - After a week of heavy note capture, before reviewing for patterns. - The user explicitly says "weekly vault review" / "what should I publish this week". ## When NOT to use - Daily; the daily rituals (`/morning`, `/eod`, `/log`) cover the within-day cadence. - For specific known issues (one orphan note, one stale tag) — call the targeted skill directly. ## Steps | Step name | Stage | Invokes | |--------------|-------------------|---------------------| | `lint` | Lint | `vault-lint` | | `backlinks` | Backlinks | `backlinks` | | `index` | Vault index | `vault-index` | | `signals` | Weekly signals | `weekly-signals` | | `learnings` | Weekly learnings | `weekly-learnings` | ### Stage 1: Lint — step `lint` — invokes `vault-lint` Scans Concepts/, finds orphans, broken links, missing pages, contradictions. Writes `vault-lint-report.md`. Output: report file exists. Checkpoint: surface any blocking issues before continuing. ### Stage 2: Backlinks — step `backlinks` — invokes `backlinks` Audits and repairs the backlink graph; flags structurally important orphans. Output: backlink-audit summary in conversation. Checkpoint: confirm fixes applied before rebuilding the index.