hyperbrief

Solid

Use AFTER hyperbrief-trigger-check returns FULL_HYPERBRIEF or MINIMAL_BRIEF. Generates the 8-section decision-delegation brief (JSON IR + deterministic MD/HTML render) and emits a paired Constellation DECISION_REQUEST + HyperbriefCard envelope. MUST run when (a) escalation_sum >= 4, (b) any MUST-trigger fires (irreversibility>=2 / cross-module blast radius / external-party notification / resource threshold / supersedes prior decision), (c) Superscalar fan-out gate just opened a write/deploy/send lane, (d) Constellation A2A DECISION_REQUEST is inbound for response. SKIP when trigger-check returned AUTONOMOUS_DECIDE or BLOCK_FRAMING.

AI & Automation 7 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Hyperbrief — 8-section decision brief generation You are about to produce a Hyperbrief because `hyperbrief-trigger-check` returned `FULL_HYPERBRIEF` (or `MINIMAL_BRIEF` for Cynefin chaotic). Follow this pipeline strictly. > **Core invariant**: you emit **JSON IR only**. The renderers (or the templates as fallback) produce MD and HTML. Do NOT write MD or HTML directly — it causes representation drift and turns the 8 sections into markdown cosplay. > **v0.6 compatibility note**: This skill targets schema v0.6 (4 additive optional slots: `evaluation_lenses`, `recommended_methodology`, `maturity_anchor`, `term_pairing`). v0.5.6 callers/IRs remain valid — every v0.6 slot is optional. Omit any slot whose trigger condition (see §1.v06) does not fire. ## 0. Generation pipeline (staged, NOT single-shot) ``` 1. compute escalation 4-score + classify reversibility, Cynefin domain, RAPID roles → §0 2. draft §1 (context horizon) + §6 (decision prompt) ← frame the question first 3. draft §2 (blast radius) + §3 (incremental path) + §4 (why blocks) 4. draft §5 (consequences — heaviest section: 7 sub-blocks) 5. draft §7 (decision tree — meta-branch + 3 root nodes + Cynefin-adaptive format) 6. derive §8 (recommendation) as a FUNCTION of §7 — cite ≥ 1 node ID 7. self-critique: name 3 omissions → patch IR 8. validate IR against schema/hyperbrief.schema.json 9. render → emit Constellation DECISION_REQUEST + HyperbriefCard pair 10. register §9 Decision Capture (revisit_date + ledger_p...

Details

Author
SoliEstre
Repository
SoliEstre/EstreGenesis
Created
2 months ago
Last Updated
today
Language
JavaScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

hyperbrief-trigger-check

ALWAYS run BEFORE composing any message that asks the user for a decision, approval, or choice. Cheap escalation rubric (4-score + 5 MUST-trigger conditions) that returns one of {AUTONOMOUS_DECIDE, FULL_HYPERBRIEF, MINIMAL_BRIEF, BLOCK_FRAMING}. Triggered by message-intent patterns ('괜찮을까요','할까요','should we','which option','approve','confirm','choose between','OK to') OR by Superscalar opening a write/deploy/send lane OR by inbound Constellation DECISION_REQUEST. Also routes audience-profile commands (tone L<n>.<n>.<n> + term_pairing L<n>.{E|I|N}.{C|D|B|R|A}[!|?]) to the hyperbrief skill for AudienceProfileFallback population. Invokes the full hyperbrief skill ONLY when outcome != AUTONOMOUS_DECIDE. Skip for pure read-only fan-outs.

7 Updated today
SoliEstre
AI & Automation Solid

hyperbrief-revisit

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.

7 Updated today
SoliEstre
AI & Automation Featured

brief

/cs:brief <topic> — Generate a one-page strategy brief from an office-hours intake. First step in the strategic sprint pipeline. Use when a strategic question needs to be framed before boardroom deliberation — e.g. locking options, assumptions, and success criteria for a pricing change or a market-entry decision.

23,342 Updated 1 weeks ago
alirezarezvani