help

Analyze workflow catalog entries and session files to determine the next development step.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/CarlosQ96/robot-crawler --skill help-carlosq96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/CarlosQ96/robot-crawler/tree/main/.agents/skills/help
Command: npx skills add https://github.com/CarlosQ96/robot-crawler --skill help-carlosq96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps developers and teams who are unsure what to do next by reading project state, workflow catalog entries, and session context to identify the most important next action and any blockers. It reduces uncertainty when progress is unclear or when multiple optional tasks exist by giving a single, prioritized recommendation.

Core Features & Use Cases

  • Phase detection: Reads production/stage.txt and repository artifacts to determine the current project phase.
  • Artifact verification: Uses catalog artifact globs, grep checks, and sprint-status.yaml to mark steps as complete, manual, or unknown.
  • Session-aware guidance: Incorporates active session notes to personalize the next-step recommendation and surfaces in-progress work or blockers.
  • Use case: Ask when you're stuck after a code freeze or design review and get one clear required action plus optional tasks and coming-up steps.

Quick Start

Tell the help skill what you just finished and ask "what should I do next?" to get one prioritized next action and supporting context.

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 actionable step in my game development project?

To determine the next actionable step, the skill reads production/stage.txt, workflow-catalog.yaml, and active session notes to detect your current project phase and output a single prioritized action with supporting context.

What is gap-analysis for project workflow and when do I need it?

Gap-analysis for project workflow is the process of checking repository artifacts against catalog entries to mark steps as complete, manual, or unknown. You need it when progress is unclear or multiple optional tasks exist after a phase like code freeze.

How do I check artifact completion status using glob and grep checks?

You can check artifact completion status by applying glob and grep checks against artifact globs defined in your workflow catalog. This verifies repository artifacts and marks steps as complete, manual, or unknown based on the results.

Can I use session-aware guidance to identify blockers during a sprint?

Yes, you can use session-aware guidance to identify blockers during a sprint by incorporating active session notes from production/session-state/active.md to surface in-progress work and personalize your next-step recommendation.

Does this next-step recommendation tool work without sprint-status.yaml?

Yes, the tool works without sprint-status.yaml, reading it only when present. It relies primarily on workflow-catalog.yaml, stage.txt, and active session files to determine phase progress and available optional tasks.