Install
$ agentstack add skill-markfive-proto-obsidian-brain-vault-review ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Review Pack — "I never close the loop"
Structured review rituals that use your vault as the ground truth.
Commands
/today — Morning planning ritual
When the user invokes /today:
- Gather context:
obs daily open --json— today's daily note (create if needed:obs daily create)obs daily open --date --json— yesterday's noteobs tasks pending --json— all open tasksobs files list --since 1d --sort modified --json— what changed yesterday
- Analyze:
- Unfinished tasks from yesterday
- Open items carried forward
- What was actively worked on (recently modified files)
- Any scheduled items (check frontmatter for
duedates matching today)
- Generate a morning briefing:
``` ## Today — YYYY-MM-DD
### Carried forward
- [ ] [Unfinished task from yesterday]
- [ ] [Open item]
### Active projects
- [[project]] — last touched yesterday, [status]
### Suggested focus
- [Most important thing based on momentum + deadlines]
- [Second priority]
- [Third priority]
### Quick wins (< 15 min)
- [ ] [Small tasks that can be knocked out]
```
- Offer to write this plan into today's daily note
- If the daily note already has content, append the plan rather than overwrite
/closeday — Evening wrap-up ritual
When the user invokes /closeday:
- Gather the day's data:
obs daily open --json— today's daily noteobs files list --since 1d --sort modified --json— everything touched todayobs tasks pending --jsonandobs tasks done --json— task progress
- Analyze the day:
- What files were created or significantly modified?
- Which tasks were completed vs. still open?
- What new notes or ideas appeared?
- Generate an evening summary:
``` ## End of day — YYYY-MM-DD
### Completed
- [x] [Tasks finished]
- [Files created/updated]
### Still open
- [ ] [Remaining tasks — carry forward?]
### New ideas captured
- [[new note]] — [one-line summary]
### Tomorrow
- [ ] [Suggested priority based on what's open]
```
- Offer to append this to today's daily note
- Flag anything that's been open for more than a week as potentially stale
/weekly — Weekly review and reflection
When the user invokes /weekly:
- Gather the week's data:
obs files list --since 1w --sort modified --json— all files touched this weekobs tasks pending --jsonandobs tasks done --json— task overviewobs tags all --json— tag activityobs vault wordcount --json— writing volume
- Read a sample of the week's modified files to understand themes
- Generate a weekly review:
``` ## Weekly Review — Week of YYYY-MM-DD
### By the numbers
- Files created: N
- Files modified: N
- Tasks completed: N
- Tasks still open: N
- Words written: ~N
### What you worked on
- [Area 1]: [Summary of activity]
- [Area 2]: [Summary of activity]
### Patterns this week
- [Recurring themes or topics]
- [Tags that saw the most activity]
### Stale projects
- [[project]] — not touched in N days, M open tasks
### Emerging themes
- [New topics or connections that appeared]
### Reflection prompts
- What got the most energy this week?
- What did you avoid?
- What surprised you?
```
- Offer to save as a weekly review note:
Reviews/YYYY-WNN.md - Compare with previous weekly reviews if they exist for trend spotting
Tips
- /today should be quick and actionable. Don't overwhelm — 3 priorities max.
- /closeday should create a sense of closure. Acknowledge what was done before listing what's left.
- /weekly is the most analytical. Take time to read files and find genuine patterns.
- Respect the user's daily note format. Read existing content before appending.
- Use yesterday's date for /closeday if invoked after midnight.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: markfive-proto
- Source: markfive-proto/obsidian-brain-vault
- License: MIT
- Homepage: https://supermarcus.ai/brain-os
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.