coco-research/pmstudio-irp
Generate an Incident Response Plan (IRP) with severity classification, escalation procedures, and communication templates. Use when someone asks to "create an incident response plan", "IRP", "incident procedures", "escalation matrix", "incident playbook", or needs to document how to handle incidents for a product/platform. Reads PRD, stakeholder directory, and project memory to build product-specific response procedures. Complementary to DR plan (DR = restore service; IRP = manage the incident while it's happening).
npx skills add https://github.com/coco-research/coco --skill pmstudio-irp
Generates an Incident Response Plan specific to the product/platform. Not a generic IT incident template — this plan is scoped to the product, uses its real stakeholders as escalation contacts, and ties severity to its data classification.
Read all that exist:
CLAUDE.local.md — architecture, stakeholders, vendor contacts, data classificationPRD/*.html or PRD/*.md — security section, RBAC, NFRs, integrationsData/Stakeholder-Directory.* — escalation contacts with roles and emailsOperational/DR-Plan*.html — recovery procedures to reference (if exists)Only ask what can't be inferred:
Output: Operational/IRP-{ProductName}-{Date}.html
Self-contained HTML with print-optimized CSS. No CDN dependencies — this document must work offline during an actual incident.
12 sections:
1. Purpose & Scope
2. Severity Classification
Build product-specific severity matrix. See references/severity-matrix.md for the framework.
Key rule: Data classification drives minimum severity.
| Severity | Definition | Response Time | Example |
|----------|-----------|---------------|---------|
| SEV1 — Critical | Data breach, complete service outage, legal/regulatory exposure | 15 min | Purple Data accessed by unauthorized user |
| SEV2 — High | Significant functionality loss, data integrity issue, >50% users affected | 1 hour | Integration failure causing data sync halt |
| SEV3 — Medium | Partial functionality loss, workaround available, <50% users affected | 4 hours | Single module unavailable, manual process possible |
| SEV4 — Low | Minor issue, cosmetic, single-user impact | Next business day | Report formatting error, UI glitch |
3. Detection & Reporting
4. Escalation Matrix
5. Response Procedures
references/escalation-patterns.md for playbook structure6. Communication Protocol
/stakeholder-comms incident template)7. Evidence Preservation
8. Resolution & Recovery
9. Post-Incident Review (PIR)
Meeting-Notes/PIR-{Date}-{Summary}.md10. Roles & Responsibilities
11. Vendor Escalation
12. Review & Maintenance
Show the complete plan structure with key content decisions highlighted:
Ask for approval before writing the file.
Take coco-research/pmstudio-irp from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.