ma-make-decisions

ma-make-decisions is a skill for Claude Code from JeonJe/claude-plugins. It costs 143 tokens per session (1,459 once invoked), scanned A, original, MIT.

A tool that extracts unresolved decisions from product requirements, designs, implementation plans, and reviews, then presents them in a browser form for collecting answers.

In plain words
What is it for?
Use it to prepare a checklist of decisions for an MA issue, collect comments in the HTML form, and apply the pasted answers to the relevant documents. It requires at least one existing project document.
Why use it?
It gathers scattered questions in one place so decisions can be reviewed and later copied back into the project documents.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ma-pipeline plugin — 8 skills shipped together

Good fit Use it to prepare a checklist of decisions for an MA issue, collect comments in the HTML form, and apply the pasted answers to the relevant documents. It requires at least one existing project document.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeonje/claude-plugins/ma-make-decisions
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 JeonJe/claude-plugins --skill ma-make-decisions
Clone the repo
git clone --depth 1 https://github.com/JeonJe/claude-plugins

Made for: Claude Code.

Or install ma-pipeline, the plugin that ships this one along with the rest of its 8 skills.

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 ma-make-decisions

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeonje/claude-plugins/ma-make-decisions/github.svg)](https://agentmods.dev/skills/jeonje/claude-plugins/ma-make-decisions)
Your own site
<a href="https://agentmods.dev/skills/jeonje/claude-plugins/ma-make-decisions"><img src="https://agentmods.dev/badge/skills/jeonje/claude-plugins/ma-make-decisions/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 ma-make-decisions

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeonje/claude-plugins/ma-make-decisions"><img src="https://agentmods.dev/badge/skills/jeonje/claude-plugins/ma-make-decisions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 143 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,459 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.00143 $0.01459
Opus 5 $0.00072 $0.00730
Sonnet 5 $0.00029 $0.00292
Haiku 4.5 $0.00014 $0.00146

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

Security

Grade A, and why

ma-make-decisions 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 8d 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.

plugins/ma-pipeline/skills/ma-make-decisions/SKILL.md · 121 lines

How it starts

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

/ma-make-decisions

Extract 결정사항(decisions) — PRD/design/PLAN/review에서 "확인 필요 / 미해결 / 후속 검토" 항목을 의미 — render HTML feedback form → user writes opinions per card → bulk copy → paste in CLI → batch apply to PRD/design/PLAN.

용어 통일: 본문은 **결정사항(decisions)**으로 통일. 동의어 — "오픈 이슈(open items/open issues)", "open decisions", "확인사항"은 사용자 트리거 매칭과 코드 식별자(파일명·localStorage key)에서만 유지하고 본문 설명에서는 사용하지 않는다.

HTML is a feedback collection form, not read-only. Doc edits happen only in Phase 5 after the user pastes.

Args

/ma-make-decisions [issue-key]
/ma-make-decisions [issue-key] --no-open   # skip auto browser
  • key: e.g. {key}. Omit → extract from recent /ma-write artifact.
  • Default: open in browser via open (macOS).

Precondition

At least one of:

  • {contextRoot}/{domain}/prd/{key}.md
  • {contextRoot}/{domain}/design/{key}.md
  • {contextRoot}/{domain}/plan/{key}-{project}.md
  • {stateRoot}/{key}/review-plan.md

If none → "/ma-write부터 실행하세요" + halt.

Workflow

Phase 1 — Source collection

Read PRD / design / per-project PLAN / review-plan in parallel. Tag each item source: prd | design | plan | review. This skill is the implementation approval blocker resolver: run it after /ma-review plan if open decisions block approval.

Detail: prompts/extract-rules.md (Phase 1 section).

Phase 2 — Normalize

Build per-item card objects (priority, owner, problem, why, check, tradeoff prose, risk, feedback placeholder).

Fact or decision — filter before carding. Every card spends the user's attention, so only decisions earn one:

  • Fact — the answer already exists in the tracker, the repo, DB, logs, or docs. Do not card it. Look it up, resolve it, and report it under 해소됨 with the evidence. An item that reads as open only because nobody looked is legwork, not a decision.
  • Decision — product policy, trade-off, priority, owner. Card it.

Detail: prompts/extract-rules.md (Phase 2 + priority/owner tables + hallucination guard).

Phase 3 — Render HTML

Read the full file on GitHub · 121 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 121 lines · 143 tokens per session scan A f3c81f8e8b51

Subscribe to this mod's changes

ma-make-decisions is a skill published in the GitHub repository JeonJe/claude-plugins (3 stars, last pushed 1mo ago), licensed MIT. It adds 143 tokens to every session and 1,459 once invoked, about $0.0007 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-31.