crisis-response
Project directory path (default current directory)
What this skill does
# Crisis Response Command
Coordinate rapid response to brand, reputation, or communications crisis.
## What This Command Does
1. **Assesses Situation**
- Crisis severity
- Stakeholder impact
- Response urgency
2. **Develops Response**
- Key messages
- Stakeholder communications
- Response timeline
3. **Coordinates Execution**
- Team mobilization
- Channel management
- Ongoing monitoring
## Orchestration Flow
```
Crisis Response Request
↓
[Crisis Communications] → Situation Assessment
↓
[Corporate Communications] → Executive Messaging
↓
[PR Specialist] → Media Response
↓
[Social Media Specialist] → Social Response
↓
[Internal Communications] → Employee Communications
↓
[Legal Reviewer] → Legal Review
↓
Crisis Response Package Ready
```
## Agents Involved
| Agent | Role | Output |
|-------|------|--------|
| Crisis Communications | Lead response | Crisis plan |
| Corporate Communications | Executive voice | Leadership messages |
| PR Specialist | Media | Press statements |
| Social Media Specialist | Social | Social response |
| Internal Communications | Internal | Employee comms |
| Legal Reviewer | Legal | Statement review |
## Severity Levels
| Level | Definition | Response Time |
|-------|------------|---------------|
| Low | Minor issue, limited impact | 24 hours |
| Medium | Moderate concern, some visibility | 4-8 hours |
| High | Significant risk, broad awareness | 1-2 hours |
| Critical | Major crisis, immediate threat | Immediate |
## Output Artifacts
Saved to `.aiwg/marketing/crisis/{crisis-id}/`:
- `situation-assessment.md` - Crisis analysis
- `response-plan.md` - Action plan
- `key-messages.md` - Approved messaging
- `stakeholder-comms/` - Audience-specific messages
- `media-statement.md`
- `social-response.md`
- `employee-message.md`
- `customer-message.md`
- `qa-document.md` - Q&A preparation
- `monitoring-plan.md` - Ongoing tracking
- `post-crisis-review.md` - After-action analysis
## Parameter Handling
### --guidance Parameter
**Purpose**: Provide upfront direction to tailor priorities and approach
**Examples**:
```bash
--guidance "Social media crisis, immediate response needed"
--guidance "Product recall scenario, multi-channel"
--guidance "Executive statement required"
```
**How Applied**:
- Parse guidance for keywords: priority, timeline, audience, focus, constraints
- Adjust agent emphasis and output depth based on stated priorities
- Modify deliverable order based on timeline constraints
- Influence scope and detail level based on context
### --interactive Parameter
**Purpose**: Guide through discovery questions for comprehensive input
**Questions Asked** (if --interactive):
1. What is the nature of the crisis?
2. When did it start?
3. What channels are affected?
4. Who needs to be involved in response?
5. What is the current public sentiment?
6. What responses have been issued so far?
## Usage Examples
```bash
# Medium severity
/crisis-response "product-recall-jan24" --severity medium
# High severity
/crisis-response "data-breach" --severity high
# Critical
/crisis-response "executive-misconduct" --severity critical
# With strategic guidance
/crisis-response "Example" --guidance "Your specific context here"
# Interactive mode
/crisis-response "Example" --interactive
```
## Success Criteria
- [ ] Situation fully assessed
- [ ] Severity level determined
- [ ] Key messages developed
- [ ] Stakeholder communications drafted
- [ ] Legal review complete
- [ ] Response team briefed
- [ ] Monitoring established
## References
- @$AIWG_ROOT/agentic/code/frameworks/media-marketing-kit/README.md — Media marketing kit framework overview
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/human-authorization.md — Authorization gates for crisis communications
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/vague-discretion.md — Measurable severity levels and response time criteria
- @$AIWG_ROOT/docs/cli-reference.md — CLI reference
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.