Documentation
README
Last 1:1
Usage
/last-1on1โ Show last 1:1 date per person across all of your 1:1s. Default flag threshold: 2 weeks (anything older highlighted)./last-1on1 <weeks>โ Custom flag threshold (e.g./last-1on1 3)./last-1on1 @Nameโ Just for one person.
Why this skill exists
Direct-report 1:1s and peer syncs are easy to skip when calendars get busy. This skill surfaces the gap โ "haven't talked to [[@Alex Kim]] in 3 weeks" โ so the next scheduling round prioritizes them.
Workflow
Step 1: Pull the source data
Query obsidian base:query path=Meetings.base view=OneOnOnes format=json. Returns every meeting under Meetings/One-on-ones/ and Meetings/Tech Syncs/ with file.ctime and Participants columns.
Step 2: Aggregate by person
This is the opening of the README. Read the full README on GitHub.