Product-org-os escalation-rule

'Define escalation rules and triggers for a specific decision area. Activate when: "when to escalate", "escalation path", "create escalation rule", escalation triggers, escalation criteria,

install
source · Clone the upstream repo
git clone https://github.com/yohayetsion/product-org-os
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/yohayetsion/product-org-os "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/escalation-rule" ~/.claude/skills/yohayetsion-product-org-os-escalation-rule && rm -rf "$T"
manifest: skills/escalation-rule/SKILL.md
source content

Document Intelligence

This skill supports three modes: Create, Update, and Find.

Mode Detection

SignalModeConfidence
"update", "revise", "modify" in inputUPDATE100%
File path providedUPDATE100%
Rule ID mentioned (e.g., ESC-2026-001)UPDATE100%
"create", "new", "define" in inputCREATE100%
"find", "search", "list"FIND100%
"the escalation rule", "our rules"UPDATE85%
Just decision areaCREATE60%

Threshold: ≥85% auto-proceed | 70-84% state assumption | <70% ask user

Mode Behaviors

CREATE: Generate complete new escalation rule using template below.

UPDATE:

  1. Check document registry first, then search user's structure
  2. Preserve rule ID and version
  3. Update triggers, matrix, or resolution expectations
  4. Show diff summary

FIND: Check registry, then search user's folders for escalation rules.


Define Escalation Rules for a specific decision area.

Vision to Value Phase

Phase 2: Strategic Decisions - Escalation rules ensure decision quality when standard authority is insufficient.

Prerequisites: Decision charters or patterns established Outputs used by: All phases (provides escalation governance)

Purpose

Escalation rules ensure decisions move up appropriately when they exceed normal authority or encounter blockers.

Output Structure

# Escalation Rule: [Decision Area]

**Rule ID**: ESC-[YYYY]-[NNN]
**Version**: 1.0
**Effective Date**: [Date]
**Owner**: [Role]

## Scope

**Decision Area**: [What types of decisions this covers]
**Default Owner**: [Role who normally decides]
**Normal Authority**: [What they can decide without escalation]

## Escalation Triggers

### Trigger 1: [Name]
**Condition**: [When this trigger activates]
**Examples**:
- [Example situation]
- [Example situation]

**Escalate To**: [Role]
**Timeline**: [How quickly]

### Trigger 2: [Name]
**Condition**: [When this trigger activates]
**Examples**:
- [Example situation]
- [Example situation]

**Escalate To**: [Role]
**Timeline**: [How quickly]

### Trigger 3: [Name]
**Condition**: [When this trigger activates]
**Examples**:
- [Example situation]
- [Example situation]

**Escalate To**: [Role]
**Timeline**: [How quickly]

## Escalation Matrix

| Trigger Type | Level 1 | Level 2 | Level 3 |
|--------------|---------|---------|---------|
| Budget exceeded | [Role] | [Role] | [Role] |
| Timeline risk | [Role] | [Role] | [Role] |
| Stakeholder conflict | [Role] | [Role] | [Role] |
| Technical blocker | [Role] | [Role] | [Role] |
| Resource constraint | [Role] | [Role] | [Role] |

## Escalation Process

### Step 1: Recognize the Trigger
- Identify which trigger condition applies
- Document the situation clearly

### Step 2: Prepare the Escalation
Before escalating, prepare:
- [ ] Summary of the situation (1 paragraph)
- [ ] What has been tried
- [ ] Options with pros/cons
- [ ] Recommended action
- [ ] Timeline for decision needed

### Step 3: Escalate
- Contact the appropriate escalation owner
- Provide prepared information
- Agree on decision timeline

### Step 4: Follow Up
- Document the escalated decision
- Communicate to affected parties
- Update relevant plans

## Information Required for Escalation

**Always include:**
1. What triggered the escalation
2. Impact if not resolved
3. Options considered
4. Recommended path forward
5. Decision needed by when

**Format**: [Template or document to use]

## Resolution Expectations

| Priority | Response Time | Resolution Time |
|----------|---------------|-----------------|
| Critical | < 4 hours | < 24 hours |
| High | < 24 hours | < 72 hours |
| Medium | < 48 hours | < 1 week |
| Low | < 1 week | < 2 weeks |

## Anti-Patterns (Don't Do This)

- **Escalating without preparation**: Always come with options
- **Skipping levels**: Follow the escalation path
- **Waiting too long**: Escalate early when triggers hit
- **Escalating everything**: Use judgment; not everything needs escalation

## Related Rules

- [Link to related escalation rules]
- [Link to related decision charters]

Instructions

  1. Ask about the decision area if not specified
  2. Reference any governance documents provided via @file syntax
  3. Be specific about trigger conditions
  4. Include clear escalation paths
  5. Define expected resolution times
  6. Save in rules/ or governance/ folder