Om Project Archive banner
breferrari breferrari

Om Project Archive

Development community

Description

# Project Archive Move a completed project from `work/active/` to `work/archive/YYYY/` and update all indexes. ## Usage ``` /om-project-archive <project name> ``` ## Workflow ### 1. Find the Note Search `work/active/` for the project name. Confirm with the user before proceeding. ### 2. Update Frontmatter - Set `status: completed` - Verify `quarter` property is set correctly - Verify `description` reflects the final state ### 3. Move the File ```bash git mv "work/active/<Note>.md" "wor

Installation

Installs to ~/.claude/commands/breferrari-obsidian-mind-om-project-archive.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/breferrari/obsidian-mind/HEAD/.claude/commands/om-project-archive.md -o ~/.claude/commands/breferrari-obsidian-mind-om-project-archive.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository