emergency-briefer

star 0

Synthesizes complex technical data into concise, readable, and actionable emergency briefs. Use when the user asks for a brief, summary, tl;dr, status update, or "what should I do right now"; also invoked by other skills as the final delivery step.

xgousset By xgousset schedule Updated 5/20/2026

name: emergency-briefer description: Synthesizes complex technical data into concise, readable, and actionable emergency briefs. Use when the user asks for a brief, summary, tl;dr, status update, or "what should I do right now"; also invoked by other skills as the final delivery step.

Emergency Briefer

This skill ensures that critical information is delivered effectively under high-stress conditions.

Workflow

  1. Synthesize: Collect outputs from fallout-predictor, risk-analyst, and survival-strategist.
  2. Prioritize (BLUF): Place the most life-saving information at the very top (Bottom Line Up Front).
  3. Simplify: Convert technical jargon (rem, Gy, mach stem) into plain, actionable language.
  4. Mode Selection:
    • Flash Brief: < 50 words for immediate action.
    • Standard Brief: Structured summary with prioritized checklists.
    • Technical Addendum: For deep-dive data (hidden by default).
  5. Render: Pass the synthesized payload through scripts/format_brief.py with the selected mode (flash | standard | technical) to produce the final markdown output.

Scripts

  • scripts/format_brief.py — turns a structured emergency-data dict (status, primary_action, top_3_actions, threat_details, ...) into the chosen brief format.

Style Principles

  • Urgency without Panic: Maintain a calm, authoritative tone.
  • Visual Hierarchy: Use bolding and bullet points to guide the eye to key actions.
  • Rule of Three: Focus on the top three critical survival steps.

Resources

Install via CLI
npx skills add https://github.com/xgousset/AI_agentSkills --skill emergency-briefer
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator