gaia-triage-findings

Identify untriaged findings in story files and generate backlog stories with complete frontmatter.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-triage-findings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-triage-findings
Source: https://github.com/gaiastudio-ai/gaia-public/tree/main/plugins/gaia/skills/gaia-triage-findings
Command: npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-triage-findings

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Triage findings from story documents to convert into backlog work items and preserve source data for idempotent re-triage.

Core Features & Use Cases

  • Automates the identification and creation of backlog stories from findings, ensuring complete frontmatter.
  • Maintains the original findings tables for traceability and repeatable triage.
  • Supports epic-based organization and sequential story key generation to extend planning artifacts.

Quick Start

Run the triage-findings workflow to scan untriaged findings and generate a new backlog story with complete frontmatter.

Frequently Asked Questions about gaia-triage-findings

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

FAQPage Schema
How do I convert triage findings in markdown files into backlog stories?

To convert triage findings into backlog stories, this Skill identifies untriaged entries in story files and generates new backlog story entries with complete frontmatter. It preserves the source findings table for idempotent re-triage.

What is the best way to automate backlog story creation from epic findings?

Automating backlog story creation from epic findings involves scanning all E*-S*-*.md documents in docs/implementation-artifacts and creating frontmatter-complete stories under the correct epic. This approach assigns the next sequential story key automatically.

Does the triage process preserve the original findings table for repeatable runs?

Yes, the triage process preserves the original findings table to ensure idempotent re-triage. This means you can run the workflow repeatedly without duplicating stories or losing the source data.

Can I generate backlog stories with complete frontmatter using a script?

Yes, you can generate backlog stories with complete frontmatter using a script. The workflow enforces 15 required frontmatter fields and records an origin_ref for traceability back to the source finding.

How does the workflow assign sequential story keys across multiple epics?

The workflow assigns the next sequential story key by scanning existing backlog stories and updating the epics-and-stories planning artifacts. This ensures proper epic-based organization and extends planning artifacts without key conflicts.