hyperbrief
v0.9.2Decision-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. 결정 위임 게이팅 규율: 사용자에게 결정을 묻는 행위 자체를 규율한다.
By SoliEstreLicense: Apache-2.08 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install hyperbrief for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add hyperbrief@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/SoliEstre/EstreGenesisClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hyperbrief/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/hyperbrief-revisit/SKILL.md└── .mcp.json
Included Skills1
Invoke when a stored Hyperbrief decision's revisit_date is reached, OR when an assumed_invariant in decision_lineage is violated by recent A2A signals, OR at session-start / Stop hook / 6h cron tick to scan the ledger. Loads the original IR, prompts user for actual outcome, computes outcome-quality vs decision-quality delta (Brier score increment), appends retrospective to ledger, supersedes/affirms decision_id chain. Closes the learning loop that fire-and-forget briefs leave open. v0.6: aware of 4 new schema slots (evaluation_lenses / recommended_methodology / maturity_anchor / term_pairing) — back-compat with v0.5.6 IRs preserved.
MCP servers1
- command
- node
- args
- ./mcp/server.cjs
- cwd
- .
Plugin manifests2
{
"name": "hyperbrief",
"version": "0.9.2",
"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": [
"./mcp/server.cjs"
],
"cwd": "."
}
}
}{
"name": "hyperbrief",
"version": "0.9.2",
"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"
]
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hyperbrief on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hyperbrief)