agent-browser
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to…
Review open delegations — what you handed off, to whom, its status, and the next useful nudge. Use when the user says 'what did I delegate', 'who owes me', 'check my handoffs', 'follow up with someone'. Not for prepping a meeting; use meeting-prep.
$ npx -y skills add davekilleen/Dex --skill delegate-check --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/delegate-checkContext preview
The summary Claude sees to decide when to auto-load this skill.
Review open delegations — what you handed off, to whom, its status, and the next useful nudge. Use when the user says 'what did I delegate', 'who owes me', 'check my handoffs', 'follow up with someone'. Not for prepping a meeting; use meeting-prep.
name: delegate-check description: "Review open delegations — what you handed off, to whom, its status, and the next useful nudge. Use when the user says 'what did I delegate', 'who owes me', 'check my handoffs', 'follow up with someone'. Not for prepping a meeting; use meeting-prep."
Run inline in the current conversation by default, so this work can see what the user has already discussed, decided, or settled this session. Do not fork merely because this skill was selected. Only run in the background when the user explicitly asks for a background run or the host has already obtained a specific background-work approval for this run.
Give the user a clear view of work they have handed to other people without turning delegation into hovering. Find what is moving, what is waiting, and where a short follow-up would help.
Read `03-Tasks/Tasks.md` and recent notes in `00-Inbox/Meetings/`.
Look for plain-language patterns such as:
Check related person and project pages when they add useful context. If semantic search is available, use it to catch commitments expressed without the exact words above.
Do not count a general hope, discussion point, or completed promise as an open delegation.
The same handoff may appear in both `Tasks.md` and a meeting note. Treat matching owner, outcome, and timing as one delegation, and keep links to both sources.
When two records disagree, show the disagreement plainly and ask which status is current. Do not silently choose one.
For each open delegation, capture:
Present the items in this order:
1. Overdue or blocked 2. Due soon 3. Waiting normally 4. Status unclear
Keep healthy items brief. Spend attention where the user may need to act.
A good nudge is short and easy to answer. Draft it in the user's normal tone and include the outcome or date that matters.
Examples:
Do not send a message or create a task without the user's approval.
After the user confirms what changed:
Use a compact review:
## Delegations needing attention - **Pricing review — Morgan** - Expected: 2026-07-23 · Status: due soon - Last touch: Agreed in the 2026-07-16 launch meeting - Next nudge: Confirm whether Thursday still holds ## Waiting normally - **Customer notes — Riley** · Expected next week · No action today
If nothing is open, say so plainly: "I found no open delegations in Tasks.md or recent meeting notes."
A personal operating system for your work. Strategic work management, meeting intelligence, relationship tracking, daily planning — all configured for your specific role.
Repo: davekilleen/Dex
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to…
Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying…
This skill should be used when writing Ruby gems following Andrew Kane's proven patterns and philosophy. It applies when creating new Ruby gems, refactoring…
This skill should be used before implementing features, building components, or making changes. It guides exploring user intent, approaches, and design…
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
Expert guidance for creating, writing, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills,…