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…
Capture an important decision with its context, options, rationale, and review date, then find it again when it matters.
$ npx -y skills add davekilleen/Dex --skill decision-log --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/decision-logContext preview
The summary Claude sees to decide when to auto-load this skill.
Capture an important decision with its context, options, rationale, and review date, then find it again when it matters.
name: decision-log description: Capture an important decision with its context, options, rationale, and review date, then find it again when it matters.
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.
Keep important decisions from disappearing into meetings, messages, or memory. Record what was decided, why it made sense at the time, and when it should be looked at again.
Use this for decisions that would be costly, confusing, or time-consuming to reconstruct later. Do not turn every small preference into a formal entry.
Before recording a new decision, search for the topic in:
1. The active project's files under `04-Projects/` 2. `06-Resources/Decisions/Decision_Log.md` 3. Recent meeting notes under `00-Inbox/Meetings/` 4. Related person or company pages when the decision concerns them
If semantic search is available, use it to find decisions expressed in different words. Otherwise use a careful text search.
Surface a past decision only when it is genuinely relevant. Say what was decided, when, and whether the new choice confirms, changes, or replaces it.
Gather the minimum information needed for a useful record:
If anything important is missing, ask one question at a time. Do not invent options or reasoning the user did not give.
Use the narrowest useful location:
Create the parent folder or file when it does not exist. Append to an existing file; never replace earlier decisions.
Use this structure:
## YYYY-MM-DD — Decision title **Decision:** One sentence stating the choice. **Context:** The situation, constraint, or question that prompted it. **Options considered:** - Option A — the main benefit or trade-off - Option B — the main benefit or trade-off **Rationale:** Why this choice made the most sense with the information available. **Review:** YYYY-MM-DD — what would justify revisiting it **Related:** [[Project, goal, meeting, person, or company]]
If no review is needed, write `**Review:** No planned review` rather than leaving the field blank.
Keep the entry factual and compact. Preserve uncertainty: if the choice was a trial, say so.
After saving, confirm:
If the decision creates follow-up work, offer to add the next action through the normal task flow. Do not create a task without the user's confirmation.
Entries with a review date, a changed assumption, or an unresolved follow-up are designed to be surfaced during `/week-review`. When this skill records one of those, mention that `/week-review` can bring it back at the right time. This is a connection between the two skills; do not edit the week-review files.
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,…