help

Analyze repository workflow artifacts to recommend the next development action.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/WindXRan/y3td --skill help-windxran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/WindXRan/y3td/tree/main/.claude/skills/help
Command: npx skills add https://github.com/WindXRan/y3td --skill help-windxran

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates uncertainty about what to do next by determining your current phase in the workflow and recommending the next required action, while highlighting any in-progress work.

Core Features & Use Cases

  • Phase detection from repo artifacts: Reads production/stage.txt (or infers phase from other design and architecture artifacts) to select the correct workflow phase.
  • Step completion tracking: Uses .claude/docs/workflow-catalog.yaml plus file globbing/grepping to mark required and optional steps as complete or incomplete.
  • Context-aware guidance: Surfaces the latest sprint and active session context from production/session-state/active.md to personalize the “next step” recommendation.
  • Workflow vs. uncataloged skills discovery: Detects skills installed locally that are not part of the phase-gated catalog and lists the most relevant ones.

Quick Start

Ask the AI what you should do next by invoking /help while your project is at the current point in the pipeline.

Frequently Asked Questions about help

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

FAQPage Schema
How do I find the next step in my development workflow when I am stuck?

To find the next step in your development workflow, this skill analyzes repository artifacts and session context to detect your current phase, then recommends the required action without modifying files.

What is phase gating and how does it track workflow step completion?

Phase gating tracks workflow step completion by reading the workflow catalog and using file globbing and grepping rules to mark required and optional steps as complete or incomplete based on repository artifacts.

How do I detect the current development phase from repository artifacts?

You can detect the current development phase by reading `production/stage.txt` or inferring the phase from other design and architecture artifacts present in the repository.

Does session context affect workflow guidance for game development?

Session context directly affects workflow guidance by surfacing the latest sprint and active session state from `production/session-state/active.md` to personalize the next step recommendation for game development.

Can I discover uncataloged skills installed locally during workflow detection?

Yes, during workflow detection, the skill identifies locally installed skills that are not part of the phase-gated catalog and lists the most relevant ones to supplement your workflow.

What are the limitations of using a workflow catalog for next-step guidance?

A limitation of using a workflow catalog for next-step guidance is that it only recommends actions as a short plan without modifying files, requiring manual execution of the suggested steps.