triage

Detect project state from artifacts and route to the appropriate gstack-game skill.

58|6|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/fagemx/gstack-game --skill triage-fagemx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/fagemx/gstack-game/tree/main/skills/triage
Command: npx skills add https://github.com/fagemx/gstack-game --skill triage-fagemx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects project state from existing artifacts, asks 0-2 targeted questions, and routes to the right gstack-game skill. Run this when you don't know which gstack-game skill to start with.

Core Features & Use Cases

  • Detects presence of GDDs, concept docs, and prior triage artifacts to determine the project's stage (IDEA, DOCUMENTED, REVIEWED, BUILDING, SHIPPING).
  • Considers prior triage outputs to ensure continuity across sessions and projects.
  • Outputs a recommended next skill and keeps telemetry for context.

Quick Start

Run the triage skill to detect your project state and route you to the correct next skill.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I route my game development project to the right workflow skill?

To route your game development project, run the triage skill to auto-detect existing artifacts like GDDs and concept docs, determining your project stage to surface the correct next workflow skill.

What is the best way to determine my game project's current development stage?

The best way to determine your game project's development stage is using artifact detection to scan for GDDs and concept docs, classifying your project state from IDEA through SHIPPING based on existing files.

Can I maintain project routing continuity across multiple sessions?

Yes, you can maintain project routing continuity across sessions because the triage skill reads prior triage state and records telemetry, ensuring context is preserved when resuming game development workflows.

How many questions do I need to answer before getting a recommended next step?

You need to answer zero to two targeted questions before receiving a recommended next step, as the workflow routing process primarily relies on auto-detecting design artifacts and shared project context.

When should I use an automated artifact detection workflow for game development?

You should use automated artifact detection workflow for game development when you don't know which skill to start with, enabling fast routing by analyzing existing design documents and prior project context.

Does the routing process work without prior triage history?

Yes, the routing process works without prior triage history by detecting project state directly from existing artifacts, though reading prior state enhances continuity across sessions when available.