Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/davekilleen/Dex --skill decision-log명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
Connect Google Workspace (Gmail, Calendar, Docs) for email-aware planning and meeting prep. Use when the user says 'connect Gmail/Google', 'hook up my work email'. Not for local macOS calendar speed only; use `calendar-setup`. Not for Microsoft; use `ms-teams-setup`.
Grant Python calendar access for ~30x faster calendar queries. Use when the user says 'connect my calendar', 'calendar is slow', 'set up calendar access'. Not for connecting Google Workspace as a whole; use `google-workspace-setup`.
Set up and verify Apple Mail search on macOS, including the search index that silently returns nothing when it was never built. Use when the user says 'connect Apple Mail', 'set up mail search', 'Dex can't find my emails', 'mail search returns nothing'. Not for Gmail or Google Workspace; use `google-workspace-setup`.
SOC 직업 분류 기준
| name | decision-log |
| description | Document major decisions made |
| role_groups | ["leadership"] |
| jtbd | Important decisions get made and the context is lost. This provides a decision template, prompts for context/options/rationale, links to supporting materials, and saves to a searchable decision log so you can reference why choices were made. |
| time_investment | 15-20 minutes per decision |
Maintain searchable log of major decisions with full context and rationale.
/decision-log [decision] - Document specific decision/decision-log list - View all logged decisionsPrompt for decision details:
Document context:
Capture rationale:
Save decision record in 06-Resources/Decisions/
# Decision: [Title]
**Date:** [Today]
**Deciders:** [Names]
**Status:** Decided
## Context
[Why was this decision needed?]
## Options Considered
1. [Option 1] - Pros/Cons
2. [Option 2] - Pros/Cons
## Decision
We chose [Option] because [rationale].
## Trade-offs Accepted
- [Trade-off 1]
## Follow-up Actions
- [ ] [Action 1] - Owner: [Name]