decision

decision is a skill for Claude Code from aleksander-dytko/ai-pm-workspace. It costs 15 tokens per session (1,201 once invoked), scanned A, original, MIT.

A guided workflow for making a product decision using notes, recent work, and available sources. It produces a context summary, compares options, records the decision, creates follow-up tasks, and drafts a message about it.

In plain words
What is it for?
Deciding whether to build a feature, choosing between product or technical options, checking related discussions and repository issues, documenting the outcome, assigning next steps, and preparing a communication draft.
Why use it?
Product choices are often scattered across meetings, daily notes, project priorities, and code discussions. Gathering that information first reduces the chance of missing earlier concerns or commitments.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Deciding whether to build a feature, choosing between product or technical options, checking related discussions and repository issues, documenting the outcome, assigning next steps, and preparing a communication draft.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aleksander-dytko/ai-pm-workspace/decision
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aleksander-dytko/ai-pm-workspace --skill decision
Clone the repo
git clone --depth 1 https://github.com/aleksander-dytko/ai-pm-workspace

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for decision

README.md
[![agentmods](https://agentmods.dev/badge/skills/aleksander-dytko/ai-pm-workspace/decision/github.svg)](https://agentmods.dev/skills/aleksander-dytko/ai-pm-workspace/decision)
Your own site
<a href="https://agentmods.dev/skills/aleksander-dytko/ai-pm-workspace/decision"><img src="https://agentmods.dev/badge/skills/aleksander-dytko/ai-pm-workspace/decision/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for decision

Your own site · 80×15
<a href="https://agentmods.dev/skills/aleksander-dytko/ai-pm-workspace/decision"><img src="https://agentmods.dev/badge/skills/aleksander-dytko/ai-pm-workspace/decision.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,201 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.01201
Opus 5 $0.00008 $0.00600
Sonnet 5 $0.00003 $0.00240
Haiku 4.5 $0.00002 $0.00120

Measured 12d ago against content hash ff2acd3b69f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

decision scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/decision/SKILL.md · 138 lines

How it starts

The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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:

    • Recent meetings in Meetings/ that touched this topic
    • Daily notes in journals/ (last 2 weeks) for related context
    • Loose Notes/Work/ for related decisions or drafts
    • Dashboard/Weekly P-Tasks.md for related priorities
  2. Use GitHub MCP (if configured):

    • Search repositories for related issues/PRs
    • Read engineering comments and discussions
    • Identify any blockers or concerns raised
  3. Ask for additional context (before options):

    • "Do you have a Slack thread, document, or discussion about this decision? If yes, paste it now."
    • If provided: extract opinions, concerns, constraints.
    • If skipped: proceed without.
  4. Present context summary:

    • Relevant notes and prior discussions
    • Strategy alignment (if strategy docs exist)
    • Customer data or validation (if any)
    • Engineering discussions and feasibility (from GitHub)
  5. Draft options with trade-offs:

    • 2-3 viable options
    • For each: pros (benefits, alignment, customer value), cons (costs, risks, complexity, timeline)
    • Do not recommend yet - present objectively
  6. Create decision note:

    • Location: Loose Notes/Work/YYYY-MM-DD - Decision - [Topic].md
    • 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]

Read the full file on GitHub · 138 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 138 lines · 15 tokens per session scan A ff2acd3b69f0

Subscribe to this mod's changes

decision is a skill published in the GitHub repository aleksander-dytko/ai-pm-workspace (34 stars, last pushed 4mo ago), licensed MIT. It adds 15 tokens to every session and 1,201 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

prd-taskmaster

Zero-config goal-to-tasks engine (the Atlas engine). Takes any goal (software, pentest, business, learning), runs adaptive discovery via brainstorming, generates a validated spec, parses into TaskMaster tasks, and hands off to execution. Use when user says "PRD", "product requirements", "I want to build", invokes…

anombyte93/prd-taskmaster · 80 tokens

loop-engineering

Use when a repeatable task must become a bounded Trigger -> Execute -> Verify -> State loop, scheduled automation, goal agent, or metric-driven research cycle.

Mark393295827/third-brain-v7-skills · 35 tokens

obsidian

Comprehensive guidelines for Obsidian.md plugin development including ESLint rules from eslint-plugin-obsidianmd v0.4.1, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, popout window compatibility, community.obsidian.md submission process, and Scorecard optimization. Use…

gapmiss/obsidian-plugin-skill · 105 tokens

ai-shaped-readiness-advisor

Assess whether your product work is AI-first or AI-shaped. Use when evaluating AI maturity and choosing the next team capability to build.

deanpeters/Product-Manager-Skills · 33 tokens

company-intel

Research a company, industry, or competitor set using web search and seven analytical lenses. Use when you need structured intel that feeds downstream PM skills.

deanpeters/Product-Manager-Skills · 33 tokens

acquisition-channel-advisor

Evaluate acquisition channels using unit economics, customer quality, and scalability. Use when deciding whether to scale, test, or kill a growth channel.

deanpeters/Product-Manager-Skills · 34 tokens