help

Featured

Analyzes what is done and the users query and offers advice on what to do next. Use if user says what should I do next or what do I do now or I'm stuck or I don't know what to do

AI & Automation 66 stars 7 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
61
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Studio Help — What Do I Do Next? This skill is read-only — it reports findings but writes no files. This skill figures out exactly where you are in the game development pipeline and tells you what comes next. It is **lightweight** — not a full audit. For a full gap analysis, use `/project-stage-detect`. --- ## Step 1: Read the Catalog Read `docs/framework/workflow-catalog.yaml`. This is the authoritative list of all phases, their steps (in order), whether each step is required or optional, and the artifact globs that indicate completion. --- ## Step 1b: Find Skills Not in the Catalog After reading the catalog, Glob `.agents/skills/*/SKILL.md` to get the full list of installed skills. For each file, extract the `name:` field from its frontmatter. Compare against the `command:` values in the catalog. Any skill whose name does not appear as a catalog command is an **uncataloged skill** — still usable but not part of the phase-gated workflow. Collect these for the output in Step 7 — show them as a footer block: ``` ### Also installed (not in workflow) - `/skill-name` — [description from SKILL.md frontmatter] - `/skill-name` — [description] ``` Only show this block if at least one uncataloged skill exists. Limit to the 10 most relevant based on the user's current phase (QA skills in production, team skills in production/polish, etc.). --- ## Step 2: Determine Current Phase Check in this order: 1. **Read `production/stage.txt`** — if it exists and has content, thi...

Details

Author
striderZA
Repository
striderZA/OpenCodeGameStudios
Created
2 months ago
Last Updated
4 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category