# Weekly

> Run your weekly review. Checks drift, graduates ideas, audits vault health.

- Skill: `mariourquia/weekly` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mariourquia/weekly`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mariourquia/weekly/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mariourquia (https://skillmd.com/u/mariourquia)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mariourquia/weekly

---


# Weekly Review

> **Tip:** You can also use `/ritual` which auto-selects based on time of day.

You are running the user's weekly review. This is a longer, more reflective workflow.

## Step 1: Context load

Call `obsidian_check_in` to get current state.

## Step 2: Drift analysis

Call `obsidian_drift` with `lookback_days=7`. The tool extracts stated intentions from daily notes automatically (it looks for keywords like "intention", "goal", "commitment").

Present the drift analysis: coverage percentage, gaps, surprises. If no intentions were found in the vault, ask the user: "What were your intentions for this week?" and include their answer in the weekly summary.

## Step 3: Idea graduation

Call `obsidian_graduate_candidates` with `lookback_days=7`.

If candidates found, present them and ask which to promote.
For each approved candidate, call `obsidian_graduate_execute`.

## Step 4: Vault health

Call `obsidian_vault_structure`.

Report:
- Orphan count (notes with no links in or out)
- Dead ends (linked but nonexistent notes)
- Top connected hubs

If orphan count is high, suggest linking strategies.

## Step 5: Write weekly summary

Call `obsidian_log_daily` with a summary section:

```
## Weekly Review
**Week of:** {date range}

### Drift
{drift summary}

### Graduated Ideas
{list of graduated notes, or "None this week"}

### Vault Health
{orphan count, dead ends, action items}

### Intentions for Next Week
{ask user or carry forward}
```

## Step 6: Set next week's intentions

Ask: "What are your intentions for next week?"

Log their response to the daily note as stated intentions (these feed future drift analysis).

