stellar-help

Analyzes workflow state and recommends the next BMad skill to invoke.

3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/stellar-zk/stellar-zk --skill stellar-help-stellar-zk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stellar-help
Source: https://github.com/stellar-zk/stellar-zk/tree/main/.claude/skills/stellar-help
Command: npx skills add https://github.com/stellar-zk/stellar-zk --skill stellar-help-stellar-zk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users working through a BMad workflow often lose track of which phase they are in, what has been completed, and which skill to run next. This Skill orients the user by inspecting installed skills, configuration, and existing artifacts, then recommends the next step. ## Core Features & Use Cases - Workflow Position Detection: Reads the module-skill catalog CSV, layered config files, and output artifacts to determine which phases and skills are already complete. - Next-Step Recommendation: Presents optional and required next skills with menu codes, invocation syntax, and args, ordered by phase sequencing and required gates. - Grounded Q&A: Fetches module documentation referenced by _meta catalog rows to answer general questions about the BMad module. - Use Case: A user returns to a project after a week and asks "what should I do next?" The Skill checks which planning artifacts exist, identifies the next required skill, and offers to run it immediately. ## Quick Start Ask the assistant where you are in your BMad workflow and what skill to run next.

Frequently Asked Questions about stellar-help

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

FAQPage Schema
How do I find out what to do next in a BMad workflow?▼

Invoke the stellar-help skill, which reads the module-skill catalog and your existing output artifacts to detect completed steps. It then recommends the next optional and required skills with their menu codes and invocation syntax.

How does the skill detect which BMad steps are already completed?▼

It searches resolved output-location paths for files matching the outputs patterns defined in the stellar-help.csv catalog, then fuzzy-matches found files to catalog rows. Explicit user statements and conversation context also count as completion evidence.

Can stellar-help answer general questions about a BMad module?▼

Yes. Catalog rows marked with _meta in the skill column point to module documentation sources such as llms.txt files. The skill fetches these remote sources to ground answers that do not map to a specific skill.

What configuration files does the BMad help skill read?▼

It performs a layered per-key lookup across the project-level .stellar-build/bmm/config.yaml and config.user.yaml, then the global ~/.stellar-build/config.yaml, falling back to defaults for planning and implementation artifact paths.

What are the limitations of the BMad workflow recommendations?▼

Sequencing hints like preceded-by and followed-by are soft suggestions, not hard gates; only rows marked required=true block meaningful progress. Completion detection depends on artifacts matching the catalog's outputs patterns, so nonstandard output locations may be missed.