help

Analyze repository files and session context to recommend the next development action.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/polsegu/Claude-Code-Game-Dev --skill help-polsegu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/polsegu/Claude-Code-Game-Dev/tree/main/.claude/skills/help
Command: npx skills add https://github.com/polsegu/Claude-Code-Game-Dev --skill help-polsegu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many game development sessions lose momentum because it's unclear what the immediate next step is or whether required artifacts are complete. This Skill quickly orients a user by reading the studio workflow, project artifacts, and session context to produce a single, actionable next step and a short plan for what comes after.

Core Features & Use Cases

  • Phase detection: Reads production/stage.txt and falls back to artifact heuristics to determine the current project phase (concept → release).
  • Artifact checks: Uses configured globs and grep patterns from the workflow catalog to mark steps as complete, incomplete, MANUAL, or UNKNOWN.
  • Session-aware advice: Includes recent work from production/session-state/active.md and production/sprint-status.yaml (production special case) to personalize recommendations.
  • Installed-skill inventory: Detects uncataloged skills and surfaces them as optional tools without assuming they are part of the gated workflow.
  • Concise guidance: Produces one primary required next action, optional parallel opportunities, and a short coming-up list with suggested commands.

Quick Start

Ask for a single next action by invoking the help skill and optionally state what you just finished, for example: /help stuck on ADRs

Frequently Asked Questions about help

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

FAQPage Schema
How do I determine the next step in my game development workflow?

To determine the next step in your game development workflow, this Skill analyzes repository files and session context to identify your current phase and recommend the next required action. It checks artifact completion and sprint status to provide concise phase-aware guidance.

What is gap analysis for project artifacts and how does it work?

Gap analysis for project artifacts works by checking configured file globs and grep patterns against your workflow catalog to mark steps as complete, incomplete, MANUAL, or UNKNOWN. This identifies missing artifacts and produces a single required next action to close the gap.

How do I check sprint status and session state to get project guidance?

To check sprint status and session state for project guidance, this Skill reads production/sprint-status.yaml and production/session-state/active.md. It combines recent work context with artifact detection to personalize recommendations for your current development phase.

Can I use this workflow catalog tool for projects outside game development?

This workflow catalog tool is designed for game development projects following the studio workflow catalog. While it reads production/stage.txt and session state files, it applies phase-aware guidance specifically tuned for game development stages from concept to release.

How do I detect uncataloged skills installed in my project repository?

To detect uncataloged skills installed in your project repository, this Skill scans installed skills and surfaces them as optional tools without assuming they are part of the gated workflow. It distinguishes cataloged workflow steps from uncataloged skills to provide accurate next-step guidance.

Why does my project stage detection fall back to artifact heuristics?

Project stage detection falls back to artifact heuristics when production/stage.txt is missing or does not clearly indicate the current phase. The Skill uses file glob checks and grep patterns to infer your development phase from concept to release based on existing artifacts.