一键导入
crisis-response
Structured crisis response protocols for business emergencies — P0 through P3 classification, pre-built response plans, and communication templates
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Structured crisis response protocols for business emergencies — P0 through P3 classification, pre-built response plans, and communication templates
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Intelligent routing between Bravo and Codex — decides when to delegate tasks to Codex vs handle internally
Secrets and authentication management. Ensures API keys, tokens, and credentials are NEVER exposed in plain text. Use when handling any credential, API key, or sensitive configuration.
Use when CC asks to create a new agent, scaffold a new agent repo, or clone Bravo's architecture for a new domain (client agent, sibling agent, specialized agent). Generates a new AI-agent repo from templates, wires it into C_SUITE_ARCHITECTURE.md and brain/APP_REGISTRY.md, preserves the V5.6 outbound chokepoint, and gives the new agent a doctor command on day one.
Claims-based access control for multi-agent coordination. Defines what each agent can read, write, execute, and spawn. Enforces least-privilege: agents only access what they need. Use when: spawning agents, multi-agent tasks, security-sensitive operations. Skip when: single-agent inline work, trivial tasks.
Build and maintain product-grade agent infrastructure: onboarding diagnostics, runtime home, packaging, skill lifecycle, tool manifests, and agent scaffolds.
Spawn and coordinate Claude Code Agent Teams (experimental) — parallel subagents for complex multi-domain tasks
| name | crisis-response |
| description | Structured crisis response protocols for business emergencies — P0 through P3 classification, pre-built response plans, and communication templates |
| tags | ["skill","crisis","response","ceo"] |
| triggers | ["crisis response","use crisis response","run crisis response"] |
| tier | standard |
When things go wrong, speed and clarity matter more than perfection. This skill provides pre-built response plans so Bravo can act fast without waiting for CC to think through the playbook in real-time.
| Level | Description | Response Time | Who Decides |
|---|---|---|---|
| P0 — Critical | Business survival at risk (major client churn, security breach, legal threat) | Immediate | CC |
| P1 — High | Significant revenue or reputation impact (client RED, public incident) | Within 4 hours | CC with Bravo recommendation |
| P2 — Medium | Operational disruption (tool outage, delivery delay, team issue) | Within 24 hours | Bravo, CC informed |
| P3 — Low | Minor inconvenience (cosmetic issue, non-urgent bug, preference conflict) | Within 1 week | Bravo auto-handles |
Trigger: Client health score drops to RED, or client explicitly expresses major dissatisfaction.
Trigger: MRR drops 20%+ in a single month, or major client gives notice.
Trigger: Exposed credentials, unauthorized access, data leak.
Trigger: Critical tool goes down (Supabase, Stripe, n8n, Vercel).
Trigger: Contractor quits, underperforms, or becomes unavailable.
skills/team-management/SKILL.md"[Client Name], I want to address [issue] directly. This fell below the standard I hold myself to, and I take full responsibility. Here's what happened: [brief explanation]. Here's what I'm doing about it: [specific actions]. I'll follow up with you on [date] to confirm this is fully resolved."
"Quick heads-up — [service] is experiencing an issue that may affect [specific impact]. I'm monitoring it closely and will have an update within [timeframe]. In the meantime, [workaround if applicable]."
## Incident: [Brief Description]
**Date:** [YYYY-MM-DD]
**Severity:** P0/P1/P2/P3
**Duration:** [X hours/days]
**Impact:** [What was affected]
**Root Cause:** [Why it happened]
**Resolution:** [What fixed it]
**Prevention:** [What will prevent recurrence]
All outbound communications (emails, notifications, messages) referenced in this skill MUST be routed through
scripts/integrations/send_gateway.py. Directsmtplibor raw SMTP calls are architecturally prohibited (V5.6 chokepoint rule). Use:python scripts/integrations/send_gateway.py send --channel email --to <email> --subject "..." --body "..." --lead-id <uuid>See [[skills/send-gateway/SKILL.md]] for the full contract.