From ops
Evening tomorrow-brief. Reads the Ops Ledger, calendar, and People DB. Surfaces tomorrow's meetings with prep status, birthdays hitting tomorrow, overdue outreach, top 3 priorities, and any unresolved decisions from today. Push notification if anything is genuinely time-sensitive.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ops:tonightThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The "before-bed brief." Counterpart to `/ops:go` (morning).
The "before-bed brief." Counterpart to /ops:go (morning).
next_nudge_due <= tomorrow. Top 3 only.status=awaiting_sam still open.kind=nudge, brand=OPS, claim_key=tonight:YYYY-MM-DD
so they don't both fireSuggested cron: 30 21 * * 1-5 Europe/Amsterdam (9:30pm weekdays)
Or run manually with /ops:tonight
Each section that surfaces an item writes a sub-entry so morning /ops:go can pick
up where this left off without re-deriving.
npx claudepluginhub lifecycle-innovations-limited/claude-ops --plugin opsDaily morning briefing that pulls calendar, tasks, pipeline, and outreach data into one view.
Generates a personalized morning report with today's reminders, unfinished Notion tasks, and vault storage. Pulls from Apple Reminders and a Notion tasks database. Activated by requests for morning briefing or daily summary.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.