help

Analyze workflow phase and session context to determine the next best action.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you figure out what you should do next when you are unsure, stuck, or asking what to do now, by orienting you to the current project phase and progress.

Core Features & Use Cases

  • Pipeline-aware next steps: Reads the workflow catalog and the repository’s current stage to identify the next required step.
  • Completion detection via artifacts: Uses file globs and grep checks (plus sprint-status YAML in production) to determine which steps are done or blocked.
  • Session context personalization: Surfaces what was recently worked on from active session state to tailor recommendations.

Quick Start

Ask the skill what to do next for your current situation.

Frequently Asked Questions about help

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

FAQPage Schema
How do I figure out the next best action for my project workflow when I'm stuck?

To determine the next best action when stuck, the skill reads your repository's current workflow phase, session context, and catalog step completion to orient you and identify the next required step.

How does artifact detection work for checking project stage completion?

Artifact detection for project stage completion works by using file globs and grep checks, along with sprint-status YAML, to verify which workflow steps are done or blocked without writing any files.

Can I use this to track active session context across the development pipeline?

Yes, you can use it to track active session context. It surfaces what was recently worked on from the active session state to personalize next step recommendations within the studio development pipeline.

Does this workflow orientation tool modify or write files in my repository?

No, this workflow orientation tool is strictly read-only. It reads stage and session state files and detects step completion using glob and grep checks without writing any files to your repository.

When do I need pipeline-aware next steps for my repository?

You need pipeline-aware next steps when you are unsure what to do next, feel stuck, or require lightweight orientation within the studio development pipeline to understand your current project phase and progress.