recognition-primed-triage-skill

Select a single bounded first move for urgent incident triage.

1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/StepowskiEric/Jerrys-agent-skills --skill recognition-primed-triage-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recognition-primed-triage-skill
Source: https://github.com/StepowskiEric/Jerrys-agent-skills/tree/main/.agents/skills/judgment-and-routing/recognition-primed-triage-skill
Command: npx skills add https://github.com/StepowskiEric/Jerrys-agent-skills --skill recognition-primed-triage-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly deciding on a strong first move under time pressure and incomplete information to avoid analysis paralysis and stalled responses.

Core Features & Use Cases

  • Pattern recognition to map situations to known triage templates.
  • One bounded action: select a single plausible next move.
  • Mental simulation to forecast consequences before acting.
  • Reassess and hand off to slower skills once the situation stabilizes.

Quick Start

Identify the situation pattern, select the first plausible bounded move, simulate its consequences, and act only if it survives.

Frequently Asked Questions about recognition-primed-triage-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make a fast first move during an outage response?

Rapid incident triage applies pattern recognition to map situations to known templates, enforces one bounded action for stabilization, and requires mental simulation to forecast consequences before acting under time pressure.

What is recognition-primed decision making for incident triage?

Recognition-primed decision making for incident triage involves mapping situations to known templates, selecting one plausible bounded move, and simulating its consequences to avoid analysis paralysis and stalled responses under time pressure.

How do I prevent analysis paralysis during rapid debugging?

Prevent analysis paralysis during rapid debugging by selecting a single bounded first move to stabilize the situation. Pattern recognition helps map the issue to a known template, while mental simulation validates the action before you commit.

What is the best way to stabilize an incident before a full root cause analysis?

The best way to stabilize an incident is applying a rapid first-move decision process that selects a single bounded action. Once the situation stabilizes, you reassess and hand off to slower, more deliberate debugging skills.

When should I not use rapid first-move triage for ops response?

Avoid rapid first-move triage when you have complete information and no time pressure, as it enforces a single bounded action rather than comprehensive analysis. Use it only for urgent situations requiring immediate stabilization to prevent stalled responses.