observation-triage-cycle

Automate triage and promotion of archived observations through a SCAN-TRIAGE-PROMOTE cycle.

1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Rwb3n/haios --skill observation-triage-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observation-triage-cycle
Source: https://github.com/Rwb3n/haios/tree/main/.claude/skills/observation-triage-cycle
Command: npx skills add https://github.com/Rwb3n/haios --skill observation-triage-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the triage and promotion of archived observations by guiding a structured SCAN-TRIAGE-PROMOTE workflow, reducing manual effort and ensuring consistent handling of observations.

Core Features & Use Cases

  • SCAN: Identify archived items with pending observations.
  • TRIAGE: Classify each observation by category, action, and priority with input validation.
  • PROMOTE: Execute actions such as spawning investigations or work items, storing insights, or flagging items for discussion, and update triage_status for traceability.

Quick Start

Manual invocation: Skill(skill="observation-triage-cycle"). Via recipe: just triage-observations. Scheduled: can be invoked during heartbeat or session-end to process pending items.

Frequently Asked Questions about observation-triage-cycle

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

FAQPage Schema
How do I automate triage of archived observations?

Automate triage of archived observations by running a structured SCAN-TRIAGE-PROMOTE cycle that scans pending work items, classifies them by category and priority, and promotes actions like spawning investigations or creating work items.

What is the observation triage cycle workflow?

The observation triage cycle is a structured SCAN-TRIAGE-PROMOTE workflow that identifies archived items with pending observations, validates dimensional inputs, and executes promotion actions while updating triage_status for traceability.

How do I promote archived observations into investigations or work items?

Promote archived observations by triggering external endpoints like /new-investigation and /new-work during the PROMOTE phase, which spawns investigations, creates work items, or stores memories based on triage classification.

Can I schedule observation triage to run automatically during a session?

Schedule observation triage by invoking the cycle during a heartbeat or session-end event to automatically process pending archived items without manual effort.

How does traceability work when triaging archived observations?

Traceability is maintained by updating the triage_status field in item frontmatter after classifying and promoting observations, ensuring every triage action is recorded for audit purposes.

What's the best way to classify archived observations with input validation?

Classify archived observations by prompting for category, action, and priority dimensions during the TRIAGE phase, which validates inputs before executing promotion actions to ensure consistent handling.