recognition-primed-triage-state-machine-skill

Guide AI agents through gated triage protocols for urgent incidents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Formal, gated triage protocols prevent reckless actions and maintain response tempo in urgent incidents.

Core Features & Use Cases

  • Enforces a state-machine style triage with explicit pattern recognition, mental simulation, bounded action, reassessment, and hand-off.
  • Requires a mandatory diagnostic artifact (triage-record.md) to document each gate: pattern recognition, mental simulation, first action execution, and reassessment.
  • Provides a structured workflow with defined states (activation, pattern recognition, mental simulation, action, reassessment, hand-off), and strict tool-gating to avoid unsafe operations.

Quick Start

Activate the triage protocol by recognizing the pattern, simulating the first action, and recording the triage record before acting.

Frequently Asked Questions about recognition-primed-triage-state-machine-skill

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

FAQPage Schema
How do I enforce a safe triage protocol for incident response?

A safe triage protocol enforces a state-machine workflow with explicit gates for pattern recognition, mental simulation, and reassessment to manage urgent incidents. It mandates a diagnostic artifact to document each step before taking bounded action.

What is recognition-primed triage in high-stakes incident response?

Recognition-primed triage is a gated protocol that guides agents through pattern recognition and mental simulation before acting. It ensures quick yet safe decisions in high-stakes scenarios like critical outages and security alerts by imposing strict tool gating.

How do I document incident response steps during a critical outage?

You document incident response steps by maintaining a mandatory diagnostic artifact, triage-record.md. This record captures details across activation, pattern recognition, mental simulation, action execution, and reassessment gates to maintain response tempo.

Can I use a gated state machine workflow for security alerts?

Yes, a gated state-machine workflow is explicitly designed for security alerts and critical outages. It defines strict states and transitions, enforcing reassessment and hand-off procedures to prevent reckless actions during urgent incident response.

When should I not use an automated triage protocol?

You should avoid automated gated triage protocols in non-urgent, low-stakes scenarios where formal pattern recognition and mental simulation gates would unnecessarily slow down routine operations. It is built for high-stakes, urgent incident response requiring strict tool gating.

What's the best way to prevent reckless actions during critical incident triage?

The best way to prevent reckless actions is imposing a formal gated triage protocol with bounded actions and mandatory reassessment states. It requires simulating the first action and recording a triage-record artifact before executing any response.