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
- Synthesize: Collect outputs from
fallout-predictor,risk-analyst, andsurvival-strategist. - Prioritize (BLUF): Place the most life-saving information at the very top (Bottom Line Up Front).
- Simplify: Convert technical jargon (rem, Gy, mach stem) into plain, actionable language.
- 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).
- Render: Pass the synthesized payload through
scripts/format_brief.pywith 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
- Style Guide: references/style_guide.md
- Templates: assets/templates.json