Sandbox
@ballred/obsidian-claude-pkm

Obsidian vault starter kit for Claude Code

This repo sets up an Obsidian vault that works with Claude Code as a goal and project system. It links long-term vision, yearly goals, projects, monthly goals, weekly reviews, and daily notes so each layer rolls into the next.

1,861 starsβ€’125 forksβ€’Shellβ€’Updated 7mo ago
Who it's for

Builders who want their Obsidian notes and Claude Code sessions to stay tied to goals, projects, and reviews.

What it delivers

You can turn a vault into an accountability system where daily work rolls up into goals instead of drifting in loose notes.

What it does

Goal-to-task cascade

Connects 3-year vision, yearly goals, projects, monthly goals, weekly reviews, and daily tasks across linked markdown files.

Slash command workflow

Adds `/daily`, `/weekly`, `/monthly`, `/project`, `/review`, `/push`, `/onboard`, `/adopt`, and `/upgrade` commands for common vault actions.

Specialized agents

Includes `goal-aligner`, `weekly-reviewer`, `note-organizer`, and `inbox-processor` agents with cross-session memory.

Productivity coach output style

Adds `/output-style coach` to make Claude challenge misalignment and ask review questions.

Vault automation

Uses hooks for auto-commit, session init, skill discovery, and first-run onboarding.

Existing-vault adoption

Scaffolds the system onto an existing Obsidian vault without changing your folder structure.

How to get it

  1. 1Run
    # Clone and set up
    git clone https://github.com/ballred/obsidian-claude-pkm.git
    cd obsidian-claude-pkm
    chmod +x scripts/setup.sh && ./scripts/setup.sh
    
    # Open vault in Obsidian, then start Claude Code:
    cd ~/your-vault-location
    claude
  2. 2You don't need to start from the template. Run /adopt from the root of your existing…
    cd ~/your-existing-vault
    claude
    # then type: /adopt
  3. 3Run
    git clone https://github.com/ballred/obsidian-claude-pkm.git
    cd obsidian-claude-pkm
    scripts\setup.bat

README

πŸ“Š Take the quick poll - Help shape what gets built next!


Obsidian + Claude Code: AI Accountability System

Not another PKM starter kit. This is an execution system that connects your 3-year vision to what you do today β€” and holds you accountable with AI.

3-Year Vision ──→ Yearly Goals ──→ Projects ──→ Monthly Goals ──→ Weekly Review ──→ Daily Tasks
                                      ↑
                              /project new
                         (the bridge layer)

Every layer connects. /daily surfaces your ONE Big Thing from the weekly review. /weekly shows project progress. /monthly checks quarterly milestones. /goal-tracking knows which goals have no active project. Nothing falls through the cracks.

v3.1 Β· Zero dependencies Β· MIT License

The Cascade

The #1 reason people star this repo: "I want goals β†’ projects β†’ daily notes β†’ tasks to actually connect."

LayerFileSkillWhat It Does
VisionGoals/0. Three Year Goals.md/goal-trackingLife areas, long-term direction
AnnualGoals/1. Yearly Goals.md/goal-trackingMeasurable objectives, quarterly milestones
ProjectsProjects/*/CLAUDE.md/projectActive initiatives linked to goals
MonthlyGoals/2. Monthly Goals.md/monthlyRoll up weekly reviews, check quarterly progress
WeeklyGoals/3. Weekly Review.md/weeklyReflect, realign, plan next week
DailyDaily Notes/YYYY-MM-DD.md/dailyMorning planning, evening reflection

How It Flows

Morning β€” /daily creates today's note, shows your week's ONE Big Thing and active project next-actions. You pick your focus.

Evening β€” /daily summarizes which goals and projects got attention today. Unlinked tasks get flagged.

Sunday β€” /weekly reads all your daily notes, scans project status, calculates goal progress, and helps you plan next week. Optional agent team mode parallelizes the collection.

End of month β€” /monthly rolls up the weekly reviews, checks quarterly milestones against yearly goals, and sets next month's priorities.

Ad hoc β€” /project new creates a project linked to a goal. /project status shows a dashboard. /review auto-detects the right review type based on context.

Quick Start

Prerequisites

Setup

# Clone and set up
git clone https://github.com/ballred/obsidian-claude-pkm.git
cd obsidian-claude-pkm
chmod +x scripts/setup.sh && ./scripts/setup.sh

# Open vault in Obsidian, then start Claude Code:
cd ~/your-vault-location
claude

On first run, you'll see a welcome message with the cascade visualization. Run /onboard to personalize your vault β€” it asks your name, preferred review day, and goal areas, then configures everything.

Already have a vault?

You don't need to start from the template. Run /adopt from the root of your existing Obsidian vault β€” it scans your folder structure, detects your organization method (PARA, Zettelkasten, LYT, etc.), maps your folders interactively, and generates all config files scoped to your directory names. Your vault structure stays untouched.

cd ~/your-existing-vault
claude
# then type: /adopt

Windows

git clone https://github.com/ballred/obsidian-claude-pkm.git
cd obsidian-claude-pkm
scripts\setup.bat

Skills (Slash Commands)

SkillCommandPurpose
Daily/dailyMorning planning, midday check-in, evening reflection
Weekly/weekly30-min weekly review with project rollup
Monthly/monthlyMonthly review, quarterly milestone check
Project/projectCreate, track, archive projects linked to goals
Review/reviewSmart router β€” detects morning/Sunday/end-of-month context
Push/pushCommit and push vault changes to Git
Onboard/onboardInteractive setup + load vault context
Adopt/adoptScaffold onto an existing vault (BYOV)
Upgrade/upgradeUpdate to latest version, preserving your content
Goal Tracking(auto)Track progress across the full cascade
Vault Ops(auto)Read/write files, manage wiki-links

AI Agents

Four specialized agents with cross-session memory:

AgentWhat It Does
goal-alignerAudits daily activity against stated goals. Flags misalignment.
weekly-reviewerFacilitates the 3-phase weekly review. Learns your reflection style.
note-organizerFixes broken links, consolidates duplicates, maintains vault hygiene.
inbox-processorGTD-style inbox processing β€” categorize, clarify, organize.
claude "Use the goal-aligner agent to analyze my last 2 weeks"
claude "Use the inbox-processor agent to clear my inbox"

Agents use memory: project to learn your patterns across sessions β€” the goal-aligner remembers recurring misalignment patterns, the weekly-reviewer learns what reflection questions resonate.

Productivity Coach

An output style that transforms Claude into an accountability partner:

/output-style coach

The coach challenges assumptions, points out goal-action misalignment, asks powerful questions, and holds you to your commitments. Pairs naturally with /daily and /weekly.

Automation

Zero dependencies. Everything runs on bash and markdown.

  • Auto-commit β€” Every file write/edit triggers a Git commit via PostToolUse hook
  • Session init β€” Surfaces your ONE Big Thing, active project count, and days since last review
  • First-run welcome β€” New vaults get a guided onboarding experience
  • Skill discovery β€” Mention "skill" or "help" and available commands are listed automatically
  • Path-specific rules β€” Markdown standards, productivity workflow, and project management conventions loaded contextually

Structure

Your Vault/
β”œβ”€β”€ CLAUDE.md                    # AI context and navigation
β”œβ”€β”€ .claude/
β”‚   β”œβ”€β”€ agents/                  # 4 specialized AI agents (with memory)
β”‚   β”œβ”€β”€ skills/                  # 10 skills (8 listed above + 2 auto)
β”‚   β”œβ”€β”€ hooks/                   # Auto-commit, session init, skill discovery
β”‚   β”œβ”€β”€ rules/                   # Path-specific conventions
β”‚   β”œβ”€β”€ output-styles/           # Productivity Coach
β”‚   └── settings.json            # Permissions, env vars, hooks config
β”œβ”€β”€ Daily Notes/                 # YYYY-MM-DD.md
β”œβ”€β”€ Goals/                       # The cascade (3-year β†’ weekly)
β”œβ”€β”€ Projects/                    # Active projects with CLAUDE.md each
β”œβ”€β”€ Templates/                   # Reusable note structures
β”œβ”€β”€ Archives/                    # Completed/inactive content
└── Inbox/                       # Quick captures (optional)

Upgrading

Built-in upgrade (v3.1+)

/upgrade check    # Preview what's changed
/upgrade          # Interactive upgrade with backup

The upgrade skill creates a timestamped backup, shows diffs for each changed file, and never touches your content folders (Daily Notes, Goals, Projects, etc.).

Manual upgrade from v2.1

# Copy new skill directories
cp -r vault-template/.claude/skills/project your-vault/.claude/skills/
cp -r vault-template/.claude/skills/monthly your-vault/.claude/skills/
cp -r vault-template/.claude/skills/review your-vault/.claude/skills/
cp -r vault-template/.claude/skills/upgrade your-vault/.claude/skills/

# Update agents, hooks, settings
cp vault-template/.claude/agents/*.md your-vault/.claude/agents/
cp vault-template/.claude/hooks/* your-vault/.claude/hooks/
cp vault-template/.claude/settings.json your-vault/.claude/
chmod +x your-vault/.claude/hooks/*.sh

From v1.x

cp -r vault-template/.claude-plugin your-vault/
cp -r vault-template/.claude your-vault/
cp vault-template/CLAUDE.md your-vault/
chmod +x your-vault/.claude/hooks/*.sh

Documentation

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines. Good first issues are labeled β€” check the issues page.

License

MIT β€” Use this freely for your personal knowledge management journey.

Files in the repo

Repository payloadβ€’9 top-level entries
  • .claude
  • docs
  • github-actions
  • scripts
  • vault-template
  • .gitignore
  • CONTRIBUTING.md
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More templates

A self-organizing Obsidian vault that gives AI coding agents persistent memory. Claude Code, Codex CLI, Gemini CLI.

4.6k
idavidov13/
agentic-playwright

Production-grade Playwright + TypeScript Scaffold for Agentic Testing. Harness for all major AI coding agents baked in.

163
gavishap/
omnia-vault

Omnia Vault - the all-in-one project brain: an Obsidian LLM wiki, Graphify code graphs, a living plan that triages new videos against itself, and a Claude Code ⇄ Codex relay. Everything your project knows, in one clonable vault.

60

🎬 TαΊ‘o video "so sΓ‘nh kiαΊΏn thα»©c" ngαΊ―n tα»± Δ‘α»™ng β€” HyperFrames + AI voice, 1 template nhiều chα»§ đề.

169
GregorBiswanger/
featherspec

A featherweight spec-driven development template with a Memory Bank, for Claude Code and GitHub Copilot.

48
alirezarezvani/
claude-code-skill-factory

Claude Code Skill Factory β€” A powerful open-source toolkit for building and deploying production-ready Claude Skills, Code Agents, custom Slash Commands, and LLM Prompts at scale. Easily generate structured skill templates, automate workflow integration, and accelerate AI agent development with a clean, developer-friendly setup.

860