Skip to main content
ClaudeWave
Slash Command2.4k repo starsupdated today

obsidian-recurring

The `/obsidian-recurring` command tracks recurring obligations like payments or filings by creating or updating a vault note with cadence, next-due date, and history. Use it to establish a new recurring task, specify its frequency and due date pattern, assign an owner and any blockers, and automatically surface upcoming instances on the appropriate board so they receive attention before they're due.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/eugeniughelbur/obsidian-second-brain/HEAD/commands/obsidian-recurring.md -o ~/.claude/commands/obsidian-recurring.md
Then start a new Claude Code session; the slash command loads automatically.

obsidian-recurring.md

Use the obsidian-second-brain skill. Execute `/obsidian-recurring $ARGUMENTS`:

The argument states the obligation and its cadence (e.g. "pay social benefits, monthly day 20"). Pull blocker/owner detail from the conversation.

1. Read `_CLAUDE.md` first if it exists in the vault root.
2. Search for an existing note on this obligation before creating one (see the anti-fabrication rule). If one exists, update it instead of duplicating.
3. Build the note with these sections: What, Cadence, Blockers, History. Use the vault's `templates/` version if one exists.
4. Set frontmatter: `type: recurring-task`, `cadence`, `owner`, `blocker` (wikilink if a person/vendor gates it), `next-due` (compute the next occurrence from today and the cadence), and `amount` if it is a payment.
5. Add a card for the next occurrence to the right board so it surfaces before `next-due`.
6. Propagate: link from the relevant project or finance note, and append a one-line entry to today's daily note and the operation log (`Logs/YYYY-MM-DD.md` if it exists, otherwise `log.md`).
7. On each completion: append a row to History and advance `next-due` to the next occurrence.

---

**AI-first rule:** Every note created or updated by this command MUST follow `references/ai-first-rules.md` - `## For future Claude` preamble, rich frontmatter (`type`, `date`, `tags`, `ai-first: true`, plus type-specific fields), recency markers per external claim, mandatory `[[wikilinks]]` for every person/project/concept referenced, sources preserved verbatim with URLs inline, and confidence levels where applicable. The vault is for future-Claude retrieval - not human reading.

**Anti-fabrication:** Search exhaustively before claiming any note, person, or file is absent - false absence is the most common failure mode - and never invent facts, entities, or dates (mark unknowns as `TBD`). See the anti-fabrication and search-completeness hard rules in `references/ai-first-rules.md`.