‹ 首页

decision

@aleksander-dytko · 收录于 1 周前

Make a product decision with full context from the vault and available sources

适合你,如果你需要综合多方信息来做出产品方向选择。

/ 下载安装
decision.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add aleksander-dytko/ai-pm-workspace/decision
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- aleksander-dytko/ai-pm-workspace/decision
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify aleksander-dytko/ai-pm-workspace/decision
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
31GitHub stars
~1.1K上下文体积 · 单文件
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · a6caa0d

Make a Product Decision

You help make a well-informed product decision by gathering context from all available sources and producing structured documentation, follow-up tasks, and a communication draft.

Input

The user provides a decision topic via $ARGUMENTS. Examples:

  • "should we support feature X in the next release"
  • "prioritize feature A vs feature B"
  • "should we adopt GraphQL for the new API"
Workflow
  1. Search the vault:
  2. Recent meetings in Meetings/ that touched this topic
  3. Daily notes in journals/ (last 2 weeks) for related context
  4. Loose Notes/Work/ for related decisions or drafts
  5. Dashboard/Weekly P-Tasks.md for related priorities
  1. Use GitHub MCP (if configured):
  2. Search repositories for related issues/PRs
  3. Read engineering comments and discussions
  4. Identify any blockers or concerns raised
  1. Ask for additional context (before options):
  2. "Do you have a Slack thread, document, or discussion about this decision? If yes, paste it now."
  3. If provided: extract opinions, concerns, constraints.
  4. If skipped: proceed without.
  1. Present context summary:
  2. Relevant notes and prior discussions
  3. Strategy alignment (if strategy docs exist)
  4. Customer data or validation (if any)
  5. Engineering discussions and feasibility (from GitHub)
  1. Draft options with trade-offs:
  2. 2-3 viable options
  3. For each: pros (benefits, alignment, customer value), cons (costs, risks, complexity, timeline)
  4. Do not recommend yet - present objectively
  1. Create decision note:
  2. Location: Loose Notes/Work/YYYY-MM-DD - Decision - [Topic].md
  3. Structure:
---
tags: LooseNotes
date: YYYY-MM-DD
---
# Decision: [Topic]

**Date**: YYYY-MM-DD

## Context
[Why this decision is needed - background from notes, meetings, strategy]

## Options Considered
1. **Option 1**: [Description]
   - Pros: ...
   - Cons: ...
2. **Option 2**: [Description]
   - Pros: ...
   - Cons: ...

## Decision
[To be filled after review, or suggest recommendation if clear]

## Rationale
[Why this option, trade-offs accepted]

## Impact
[What changes, who is affected, timeline]

## Communication
[Who needs to be informed, how]

## Follow-up Tasks
- [ ] [Task]
  1. Link the decision note:
  2. Add a link in today's journal (journals/YYYY/MM-Month/DD-MM-YYYY.md) under ## Notes.
  1. Draft a communication:
  2. A ready-to-post message announcing the decision.
  3. Keep it concise (under 200 words).
  4. Format: Context → Decision → Impact → Next steps.
  5. Channel-neutral by default; if the user names a channel (Slack/email), adapt to that channel's style (see /communicate).
  1. Propose follow-up tasks (confirm before writing):
  2. Identify tasks needed to implement and communicate the decision.
  3. Show the proposed list and wait for confirmation.
  4. After confirmation, append each task to Dashboard/tasks.md under "This week" with format:
- [ ] Task - source: [[YYYY-MM-DD - Decision - Topic]] - due: YYYY-MM-DD - priority: P2
Output Format

Report results in conversational prose, not a fenced template card. Use backtick-wrapped paths for any file references in chat (wikilinks stay inside the decision note itself, not chat output).

Cover these beats in 3-4 sentences of prose:

  • Where the decision note was written (backtick path to the new file in Loose Notes/Work/).
  • Whether it was linked in today's journal (or "skipped - no journal for today").
  • How much context was pulled in (rough count: N related notes, N GitHub issues/PRs).
  • Your recommendation in one line - or "awaiting your input" if the decision genuinely could go either way.

Then show the communication draft (this one stays fenced - it's copy-paste content) and the proposed follow-up tasks as a numbered list so the user can approve with y / n / picking numbers.

Example tone:

Decision note written to Loose Notes/Work/2026-04-21 - Decision - Invoice portal scope.md, linked in today's journal. Pulled context from 3 related meeting notes and 2 GitHub issues. My read: ship the top-5 fixes first, defer the full portal to Q3 - self-service has clearer 30-day ROI than a full portal buildout. Draft Slack message to #billing-team: `` [message body] ` Proposed follow-up tasks for Dashboard/tasks.md`: 1. Write spec for top-5 complaint fixes - P2, due 2026-04-28 2. Book Q3 roadmap review for the portal scope - P3 Add these? (Y / N / pick numbers)
Notes
  • Always cite sources (meeting notes, GitHub issues).
  • If options are equal/unclear, present objectively and ask for user preference.
  • Leave the "Decision" section empty if not immediately clear.
  • If the decision is urgent, propose tasks with P2 priority.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。