bmad-help

Read and execute instructions from the bmad help task file.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RafaellsAlmeida/lifetrek --skill bmad-help-rafaellsalmeida
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-help
Source: https://github.com/RafaellsAlmeida/lifetrek/tree/main/.agents/skills/bmad-help
Command: npx skills add https://github.com/RafaellsAlmeida/lifetrek --skill bmad-help-rafaellsalmeida

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read the entire task file at: {project-root}/_bmad/core/tasks/help.md Follow all instructions in the task file exactly as written. This capability enables deterministic execution of documented guidance within the bmad workflow.

Core Features & Use Cases

  • Reads and executes instructions from a designated help task file.
  • Ensures exact adherence to documented steps and validates outcomes.
  • Use Case: teams can reproduce complex help-driven tasks consistently by following the help.md guidance.

Quick Start

Reference the help task file and run its instructions exactly as written.

Frequently Asked Questions about bmad-help

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

FAQPage Schema
How do I execute instructions from a markdown task file deterministically?

To execute instructions from a task file deterministically, you reference the designated help.md file path and run the skill to parse and execute its documented steps exactly as written with built-in validation.

What is the best way to reproduce complex help-driven tasks consistently across a team?

Reproducing complex help-driven tasks consistently requires a deterministic execution approach that reads a shared task file, follows its instructions exactly, and validates the results to eliminate manual deviation across team environments.

How does validation work when executing documented workflow steps?

Validation works by parsing the designated task file instructions, executing the specified steps exactly as written, and applying error handling to verify that the outcomes match the documented guidance precisely.

Do I need a specific project structure to run help task file instructions?

Yes, you need the designated help task file located at the project root within the bmad core tasks directory structure, ensuring the executor can successfully locate, load, and parse the documented guidance.

Why does my task file execution fail to follow instructions exactly?

Task file execution fails to follow instructions exactly when the designated file is missing from the expected project root path, or when the parsing mechanism encounters validation errors during the step execution process.