hyperbrief

A set of rules and tools for deciding when and how to ask a user to make a decision, with records of those decisions.

In plain words
What is it for?
Use it when an agent must present options, assess them from several viewpoints, recommend a method, or revisit a previous decision.
Why use it?
It reduces unnecessary questions and makes important choices clearer and easier to review later.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add SoliEstre/EstreGenesis
agentmods
npx agentmods add plugins/soliestre/estregenesis/hyperbrief
Clone the repo
git clone --depth 1 https://github.com/SoliEstre/EstreGenesis

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

hyperbrief 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 2d 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/hyperbrief/.claude-plugin/plugin.json · 21 lines

What it actually says

{
  "name": "hyperbrief",
  "version": "0.9.0",
  "description": "Decision-delegation gating discipline. v0.6.0 substantive 4-slot additive cut (evaluation_lenses §0 multi-lens scoring + recommended_methodology §8 meta-decision methodology refs + maturity_anchor measurement-anchored maturity labels + term_pairing 4th tone-axis; 모두 optional, 기존 v0.5.6 IR back-compat 보존). Wraps Hyperbrief.md v0.6.0 as 3 model-invoked skills (trigger-check + hyperbrief + revisit) + IR schema + 2 templates + deterministic renderers (mini-engine.cjs + types.d.ts + bin/render.cjs + ajv) + MCP server exposing 4 tools (hyperbrief_render / hyperbrief_validate / decision_ledger_append / decision_ledger_query). v0.5 schema: surface_profile_estimate auto-computed (AF-18 declared-vs-effective drift warning) + recommended_artifacts {language, line_count, body_hash} sub-fields auto-stamped + audience_profile_fallback.telemetry opt-in phrase-learning + canonical button_label parenthetical universalization for adopter localization. 결정 위임 게이팅 규율: 사용자에게 결정을 묻는 행위 자체를 규율한다.",
  "author": {
    "name": "SoliEstre",
    "url": "https://github.com/SoliEstre/EstreGenesis"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/SoliEstre/EstreGenesis/blob/main/Hyperbrief.md",
  "repository": "https://github.com/SoliEstre/EstreGenesis",
  "mcpServers": {
    "hyperbrief-mcp": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/mcp/server.cjs"
      ]
    }
  }
}
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. 2d ago First seen · 21 lines scan A a3eff63bc776

Subscribe to this mod's changes

hyperbrief is a plugin published in the GitHub repository SoliEstre/EstreGenesis (8 stars, last pushed 8d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. 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.