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.
npx skills add JeonJe/claude-plugins --skill ma-make-decisionsgit clone --depth 1 https://github.com/JeonJe/claude-pluginsWrote 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.
[](https://agentmods.dev/skills/jeonje/claude-plugins/ma-make-decisions)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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-writeartifact. - 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
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.
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.
- 8d ago First seen · 121 lines · 143 tokens per session scan A f3c81f8e8b51
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.
Other skills, from other repositories
solr-extending
To build Solr plugins: SearchComponent, QParser, URP, DocTransformer.
openclaw-plugin
Skill "openclaw-plugin" from christopherkarani/ryk, covering ryk, when to use ryk, how it works, prerequisites and example policy behavior.
doctor
Check ryk installation, policy status, host integration status, and plugin readiness.
init
Create or repair an ryk policy for the current repository.
protect
Explain how to run the current Claude Code workflow under ryk protection.
redteam
Run ryk red-team fixtures and summarize results.