vault/Operations/Claude/skills/operations/briefing/SKILL.md
Update and open the Daily Briefing - 30 second scan of today's priorities
npx skillsauth add eddowding/cortex vault/Operations/Claude/skills/operations/briefingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Update Cockpit/Daily-Briefing.md with current priorities. This is {SYSTEM_NAME}'s primary daily workflow.
Check today's date and trigger appropriate actions:
| Day | Action | Auto? |
|-----|--------|-------|
| Monday | Surface "This Week" priorities, flag items still open from last week | Auto |
| Friday | Prompt: "Ready for weekly review? Run /weekly-review" | Ask |
| 1st of month | Prompt: "Monthly hygiene check? Run /hygiene" | Ask |
| Any day: overdue > 30 | Prompt: "You have {n} overdue tasks. Run /triage?" | Ask |
| Sunday | Lighter briefing - just HOT projects and tagged tasks | Auto |
Monday extras:
Friday prompt (don't auto-run):
It's Friday - time for weekly review?
Run `/weekly-review` to reflect on the week and plan next week.
Hygiene/Triage prompts (don't auto-run):
You have {n} overdue tasks. Consider running `/triage` to clear the backlog.
First of the month - run `/hygiene` to archive stale projects?
Inbox/ (excluding README.md) - surface in briefing if non-empty_archive or Archive)
ticktick package:
ticktick_get_all(search: "tasks") - get all tasksticktick_filter_tasks(filter_criteria: {due_end_date: "TODAY"}) - tasks due todayticktick_filter_tasks(filter_criteria: {due_end_date: "YESTERDAY"})ticktick package with native tag filtering:
ticktick_filter_tasks(filter_criteria: {tag_label: "{SYSTEM_NAME_LOWER}"})
This returns all tasks tagged for autonomous execution directly - no parsing needed.gmail__search_emails with query: "is:inbox newer_than:1d"VERIFICATION RULES (prevent false urgency):
Format the briefing as:
TODAY: [3 items max]
SLIPPING: [overdue items with days count]
INBOX: [X items need filing. Run `/inbox-file` to process.] (only if non-empty)
CHANGED: [files/folders modified since last session]
HOT: [active projects from git/file activity]
I CAN DO: [actionable offers - max 5]
Keep it scannable in 30 seconds. Ruthless prioritization - max 5 focus items.
Open in Obsidian using URI scheme:
open "obsidian://open?vault={VAULT_NAME}&file=Cockpit/Daily-Briefing.md"
tools
Dispatch to the right problem-solving technique based on how you're stuck.
testing
Interactive brainstorming and advisory mode that helps think through questions, critique approaches, propose alternatives, and reach optimal decisions.
tools
Find one insight that eliminates multiple components - 'if this is true, we don't need X, Y, or Z'
testing
Test at extremes (1000x bigger/smaller) to expose fundamental truths hidden at normal scales.