graph-block

graph-block is a command for Claude Code from sodam-ai/SoDam-Graph-Eng. It costs 33 tokens per session (675 once invoked), scanned A, original, Apache-2.0.

A command for recording a milestone blocker that only a person can resolve, or marking that blocker as resolved. A blocker is a condition that prevents work from continuing.

In plain words
What is it for?
Use it to record human testing, legal or licence work, an external account, a decision, or a purchase. Use it again to resolve a blocker once the person has completed it.
Why use it?
It keeps human-dependent work visible and stops resolved blockers from appearing as still open. Some blocker types can also prevent automatic completion.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the sodam-graph plugin — 9 commands, 1 hook shipped together

Good fit Use it to record human testing, legal or licence work, an external account, a decision, or a purchase. Use it again to resolve a blocker once the person has completed it.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add sodam-ai/SoDam-Graph-Eng
Claude Code
/plugin install sodam-graph

Made for: Claude Code.

Or install sodam-graph, the plugin that ships this one along with the rest of its 9 commands, 1 hook.

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 graph-block

README.md
[![agentmods](https://agentmods.dev/badge/commands/sodam-ai/sodam-graph-eng/graph-block/github.svg)](https://agentmods.dev/commands/sodam-ai/sodam-graph-eng/graph-block)
Your own site
<a href="https://agentmods.dev/commands/sodam-ai/sodam-graph-eng/graph-block"><img src="https://agentmods.dev/badge/commands/sodam-ai/sodam-graph-eng/graph-block/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 graph-block

Your own site · 80×15
<a href="https://agentmods.dev/commands/sodam-ai/sodam-graph-eng/graph-block"><img src="https://agentmods.dev/badge/commands/sodam-ai/sodam-graph-eng/graph-block.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 675 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.00033 $0.00675
Opus 5 $0.00016 $0.00338
Sonnet 5 $0.00007 $0.00135
Haiku 4.5 $0.00003 $0.00068

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

Security

Grade A, and why

graph-block 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 9d 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.

commands/graph-block.md · 40 lines

What it actually says

사람만 할 수 있는 일 때문에 막힌 마일스톤을 기록하세요. /graph-why 실행 결과 끝에 "며칠째 대기" 순으로 자동으로 뜹니다.

기록

node "${CLAUDE_PLUGIN_ROOT}/lib/judge.mjs" --block <마일스톤ID> --kind <종류> --description "무엇을 해야 풀리나"
  • <마일스톤ID>를 모르면 먼저 /graph-where/graph-next로 확인하세요. ID를 추측해서 지어내지 마세요.
  • <종류>는 다음 5개 중 하나만 허용됩니다: human_test(사람이 직접 하는 실사용 테스트) · legal(법무·라이선스) · external_account(외부 계정·가입) · decision(사람의 판단·결정) · purchase(구매·결제) — 이 외의 값은 거부됩니다.
  • 기록 시각(since)은 오늘 날짜로 자동 기입됩니다. 언제부터 막혀 있었는지 지어내지 마세요.

해제

풀린 블로커는 반드시 해제해야 합니다. 해제 안 하면 이미 끝난 일이 계속 "대기 중"으로 표시되고, legal/purchase/external_account 종류는 자동 완료 승격도 계속 막습니다.

node "${CLAUDE_PLUGIN_ROOT}/lib/judge.mjs" --resolve-block <블로커ID>
  • <블로커ID>/graph-why 출력이나 기록 시 안내된 blk-NNN 형식입니다.

결과를 이렇게 전해 주세요

  • 기록 성공: "블로커가 기록됐고, /graph-why에 대기 순으로 나타납니다"라고 알려주세요.
  • 기록 실패("허용되지 않는 kind"): 5개 종류 중 하나로 다시 물어보세요.
  • 기록 실패("없는 마일스톤"): ID를 다시 확인하세요.
  • 해제 성공: "블로커가 풀렸다고 기록했습니다"라고 알려주세요.
  • 해제 실패("없는 블로커 id"): ID가 맞는지 /graph-why 출력에서 다시 확인하세요.

규칙 (이 명령의 안전 범위)

  • 정본(graph.json)의 blockers 배열에만 씁니다 — 마일스톤 상태는 건드리지 않습니다.
  • kindlegal/purchase/external_account인 블로커는 그 마일스톤의 자동 완료 승격을 막습니다 (해당 마일스톤 ownerhuman일 때, 06_ANTI_STALL_SPEC.md §1). 잘못 기록하면 정당하게 끝난 항목이 계속 막힐 수 있으니, 해제를 잊지 마세요.
  • 형제 저장소는 여전히 읽기만 합니다.
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. 9d ago First seen · 40 lines · 33 tokens per session scan A a924428f142c

Subscribe to this mod's changes

graph-block is a command published in the GitHub repository sodam-ai/SoDam-Graph-Eng (4 stars, last pushed 8d ago), licensed Apache-2.0. It adds 33 tokens to every session and 675 once invoked, about $0.0002 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.