crisis-response
Manage PR crises. Use when: reputational threat emerges, need stakeholder messaging, or communication timeline.
What this skill does
# /digital-marketing-pro:crisis-response
## Purpose
Provide rapid crisis assessment and a structured response plan. Classifies severity, identifies stakeholders, drafts messaging for each audience, and builds a communication timeline to contain damage and rebuild trust.
## Input Required
The user must provide (or will be prompted for):
- **What happened**: Description of the crisis or incident
- **When it started**: Timeline of events so far
- **Current exposure**: How widely known is it (internal only, social media, press coverage)
- **Stakeholders affected**: Customers, employees, investors, partners, public
- **Actions taken so far**: Any statements, fixes, or responses already issued
- **Spokesperson**: Who will speak for the brand
## Process
1. **Load brand context**: Read `~/.claude-marketing/brands/_active-brand.json` for the active slug, then load `~/.claude-marketing/brands/{slug}/profile.json`. Apply brand voice, compliance rules for target markets (`skills/context-engine/compliance-rules.md`), and industry context. **Also check for guidelines** at `~/.claude-marketing/brands/{slug}/guidelines/_manifest.json` — if present, load restrictions and relevant category files. Check for custom templates at `~/.claude-marketing/brands/{slug}/templates/`. Check for agency SOPs at `~/.claude-marketing/sops/`. If no brand exists, ask: "Set up a brand first (/digital-marketing-pro:brand-setup)?" — or proceed with defaults.
2. **Severity classification**: Level 1 (monitor), Level 2 (respond), Level 3 (full mobilization) based on reach, impact, and trajectory
3. Assess the narrative: What is being said? What is the public sentiment? What is the worst-case escalation?
4. Identify all stakeholder groups and prioritize communication order
5. Draft holding statement for immediate release (within first hour)
6. Draft tailored messaging per stakeholder: customers, employees, media, partners, social media
7. Build communication timeline: first hour, first 24 hours, first week, ongoing
8. Define channel strategy: which messages go where (social, email, press, internal comms)
9. Outline recovery plan: corrective actions, transparency updates, trust-rebuilding initiatives
10. Set monitoring cadence and escalation triggers
## Output
A structured crisis response plan containing:
- Severity classification with rationale
- Situation assessment and narrative analysis
- Holding statement (ready to publish)
- Stakeholder-specific messaging (customers, media, employees, partners)
- Communication timeline with milestones and decision points
- Channel deployment plan
- Social media response guidelines (what to reply, what to ignore, when to escalate)
- Recovery and trust-rebuilding roadmap
- Monitoring plan with escalation triggers
## Agents Used
- **brand-guardian** — Brand protection, messaging consistency, stakeholder communication, compliance
- **pr-outreach** — Media relations, press statement, journalist engagement strategy
Related in Security
mac-ops
IncludedComprehensive macOS workstation operations — diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.