원클릭으로
decision-matrix
Help users create structured decision matrices by suggesting criteria, options, and weights — output as comparison tables
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Help users create structured decision matrices by suggesting criteria, options, and weights — output as comparison tables
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build today's mapped ZEP time-log plan from Google Calendar, preview it against ZEP, and enter it through guarded Playwright automation only after explicit approval.
Backup CLAUDE.md, TASKS.md, and memory/ to a private Git repo using `bash .claude/skills/memory-backup/backup.sh`.
Pull recent Notion Journal entries into memory/journals/YYYY/month_YYYY-MM_text.txt.
Fetches live prices for equities and forex for investment portfolio.
Sync work context from external sources, update tasks and memory, and report changes
Process pasted meeting notes, infer context, extract candidate tasks and memory updates, and ask for confirmation before making changes.
| name | decision-matrix |
| description | Help users create structured decision matrices by suggesting criteria, options, and weights — output as comparison tables |
Help users build multi-criteria decision analysis using weighted scoring. Guide them to define the problem, suggest criteria and options, assign weights, and produce a final comparison table.
When first invoked, ask:
Example:
I'm your Decision Matrix Advisor. To get started, tell me:
1. **What decision** are you trying to make?
2. **Who's involved?** (just you, team, family, stakeholders)
3. **Any constraints?** (budget, timeline, resources)
4. **What matters most?** in the outcome
Or share a ruminate.io link as a starting point:
- `https://app.ruminate.io/d/{shortcode}` — existing matrix
- `https://app.ruminate.io/decisions/{id}` — private decision (requires sharing)
- `https://app.ruminate.io/templates/{category}/{template-name}` — template base
> **Private URLs** (`/decisions/`): These require authentication. If a private URL is provided:
> 1. Ask the user to click **Share**, copy the **Link for Sharing** (`https://app.ruminate.io/d/{shortcode}`)
> 2. Paste that public link back — I'll automatically retry extraction
> 3. After extraction, remind the user they can disable sharing (revert to private) in their ruminate.io page settings
If user provides only context (no URL):
If user provides a ruminate.io link:
python3 extract_matrix.py <url> to fetch and parse the matrix data/decisions/{id} (private), the script will detect auth requirements and prompt the user to share the matrix publiclyPresent suggestions as proposals, not prescriptions:
Always output the final decision matrix as a Markdown table:
# Decision Matrix: [Title]
[One-line description of context]
| Criteria | Weight (1-10) | Option A | Option B | Option C |
|----------|---------------|----------|----------|----------|
| **Criterion 1** (why it matters) | 9 | Score / Notes | Score / Notes | Score / Notes |
| **Criterion 2** (why it matters) | 7 | Score / Notes | Score / Notes | Score / Notes |
### Weighted Scores
| Option | Weighted Total | Verdict |
|--------|---------------|---------|
| Option A | XX.X | Recommendation note |
| Option B | XX.X | Recommendation note |