/obsidian-graduate
Promote an idea fragment into a full project spec with tasks, board entries, and structure
> /plugin marketplace add eugeniughelbur/obsidian-second-brain > /plugin install obsidian-second-brain@obsidian-second-brain
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/obsidian-graduate
Context preview
What this command does when you run it.
Promote an idea fragment into a full project spec with tasks, board entries, and structure
Command definition
obsidian-graduate.mddescription: Promote an idea fragment into a full project spec with tasks, board entries, and structure
category: thinking
triggers_en: ["promote idea", "graduate this to project", "make a project from this", "elevate idea"]
triggers_es: ["promociona esta idea", "convierte esto en proyecto", "haz un proyecto de esto", "eleva esta idea"]
triggers_pt: ["promova esta ideia", "transforme isto em projeto", "crie um projeto a partir disto", "eleve esta ideia"]
triggers_zh: ["把这个想法变成项目", "将这条灵感升级为项目", "为这个想法建立完整项目", "把它拆成项目和任务"]
Use the obsidian-second-brain skill. Execute `/obsidian-graduate $ARGUMENTS`:
The optional argument is the idea title, tag, or keyword. If not provided, scan recent notes for ideas tagged `#idea` or in the ideas folder (resolved per `references/folder-map.md`) and present them for selection.
1. Read `_CLAUDE.md` first if it exists in the vault root. Resolve the ideas folder and projects folder per `references/folder-map.md` (wiki-style: ideas in `wiki/concepts/`, projects in `wiki/projects/`; Obsidian-style: `Ideas/`, `Projects/`). 2. Find the idea to graduate:
- If argument given: search the ideas folder, daily notes, and captures for a matching idea (fuzzy match)
- If no argument: list recent ideas (last 14 days) and ask the user to pick one
3. Read the full idea note and any linked notes for context 4. Research the vault for related content:
- Existing projects that overlap
- People who were mentioned in connection with this idea
- Past decisions that relate
- Similar ideas that were previously explored (to avoid reinventing)
5. Generate a full project spec:
- **Project note** in the projects folder (resolved above) with the full `type: project` schema from `references/ai-first-rules.md` (`type: project`, `date`, `updated`, `status: planning`, `tags: [project]`, `related-people`, `related-projects`, `ai-first: true`) plus `graduated-from: "[[Idea Note]]"`
- **Description**: what this project is and why it matters
- **Goals**: 3-5 concrete outcomes
- **Key tasks**: broken into phases with priorities
- **Open questions**: what still needs answering
- **Related notes**: links to everything relevant found in step 4
6. Create board entries:
- Add a card to the relevant kanban board in `Backlog` or `This Week`
- Add individual task cards if multiple phases
7. Update the original idea note:
- Add `status: graduated` to frontmatter
- Add a link to the new project note
8. Link the new project from today's daily note 9. Report: what was created, what was linked, what needs the user's input
The idea doesn't die - it evolves. The original note stays as the origin story, the project note becomes the execution plan.
---
**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. If that path does not resolve from your working directory, search upward for it; if you still cannot read it, say so before writing rather than producing a note that silently skips the rule. 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`.
Read more
description: Promote an idea fragment into a full project spec with tasks, board entries, and structure category: thinking triggers_en: ["promote idea", "graduate this to project", "make a project from this", "elevate idea"] triggers_es: ["promociona esta idea", "convierte esto en proyecto", "haz un proyecto de esto", "eleva esta idea"] triggers_pt: ["promova esta ideia", "transforme isto em projeto", "crie um projeto a partir disto", "eleve esta ideia"] triggers_zh: ["把这个想法变成项目", "将这条灵感升级为项目", "为这个想法建立完整项目", "把它拆成项目和任务"]
Use the obsidian-second-brain skill. Execute `/obsidian-graduate $ARGUMENTS`:
The optional argument is the idea title, tag, or keyword. If not provided, scan recent notes for ideas tagged `#idea` or in the ideas folder (resolved per `references/folder-map.md`) and present them for selection.
1. Read `_CLAUDE.md` first if it exists in the vault root. Resolve the ideas folder and projects folder per `references/folder-map.md` (wiki-style: ideas in `wiki/concepts/`, projects in `wiki/projects/`; Obsidian-style: `Ideas/`, `Projects/`). 2. Find the idea to graduate:
- If argument given: search the ideas folder, daily notes, and captures for a matching idea (fuzzy match)
- If no argument: list recent ideas (last 14 days) and ask the user to pick one
3. Read the full idea note and any linked notes for context 4. Research the vault for related content:
- Existing projects that overlap
- People who were mentioned in connection with this idea
- Past decisions that relate
- Similar ideas that were previously explored (to avoid reinventing)
5. Generate a full project spec:
- **Project note** in the projects folder (resolved above) with the full `type: project` schema from `references/ai-first-rules.md` (`type: project`, `date`, `updated`, `status: planning`, `tags: [project]`, `related-people`, `related-projects`, `ai-first: true`) plus `graduated-from: "[[Idea Note]]"`
- **Description**: what this project is and why it matters
- **Goals**: 3-5 concrete outcomes
- **Key tasks**: broken into phases with priorities
- **Open questions**: what still needs answering
- **Related notes**: links to everything relevant found in step 4
6. Create board entries:
- Add a card to the relevant kanban board in `Backlog` or `This Week`
- Add individual task cards if multiple phases
7. Update the original idea note:
- Add `status: graduated` to frontmatter
- Add a link to the new project note
8. Link the new project from today's daily note 9. Report: what was created, what was linked, what needs the user's input
The idea doesn't die - it evolves. The original note stays as the origin story, the project note becomes the execution plan.
---
**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. If that path does not resolve from your working directory, search upward for it; if you still cannot read it, say so before writing rather than producing a note that silently skips the rule. 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`.
Persistent memory for Claude Code and 6 other CLI agents, stored as plain markdown in your Obsidian vault. Stop re-explaining your projects, decisions and people every session. 45 commands: hybrid semantic search, self-rewriting notes, key-less web research, and scheduled agents that maintain the vault while you sleep.
Repo: eugeniughelbur/obsidian-second-brain
Other commands on obsidian-second-brain.
- /create-command
Create a new obsidian-second-brain command via interview - zero markdown editing required
Open command - /idea-discovery
Surface 3-5 next-direction candidates by reading ungraduated ideas, open project questions, and orphan research notes - what is worth working on next
Open command - /notebooklm
Vault-first source-grounded research via Gemini File Search. One command, no browser. The grounded parallel to /research-deep (which is open-web via Perplexity).
Open command - /obsidian-architect
Scan a codebase and write a maintained set of architecture notes into the vault - overview, per-module notes, key decisions. Re-run to refresh without clobbering your edits
Open command - /obsidian-board-hygiene
Bulk-triage a kanban board - surface stale items and archive, reschedule, or mark them done in one pass
Open command - /obsidian-board
Show or update a kanban board - flags overdue items, updates from conversation
Open command

