一键导入
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 页面并帮你完成安装。
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 |