bmad-help

Read the current task file and execute its help directives exactly as written.

1|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/LucaDeLeo/ASTN --skill bmad-help-lucadeleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-help
Source: https://github.com/LucaDeLeo/ASTN/tree/main/.agents/skills/bmad-help
Command: npx skills add https://github.com/LucaDeLeo/ASTN --skill bmad-help-lucadeleo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a reliable way to surface and execute task-specific help instructions stored in the project, ensuring consistent guidance.

Core Features & Use Cases

  • In-context help discovery: reads the current task file and retrieves its instructions.
  • Deterministic execution: applies the help directives exactly as written, without deviation.
  • Use Case: When starting work on a task, invoke this skill to surface and execute the task's help instructions to ensure alignment with project goals.

Quick Start

Ask the assistant to execute the help instructions from the current task file 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 task-specific help instructions from a project file?

To execute task-specific help instructions, the skill reads your current task file, identifies the embedded directives, and applies them exactly as written to provide deterministic guidance for your workflow.

What is the best way to surface in-context help directives for an AI agent workflow?

The best way to surface in-context help is to parse the task file for predefined instructions, ensuring the AI agent retrieves and enforces project-specific constraints without deviation during task execution.

Can I use this approach to enforce a specific task execution sequence?

Yes, you can use this approach to enforce a specific task execution sequence. It reads the task file and applies its help instructions to ensure alignment with project goals and correct task ordering.

Do I need a structured task file format to retrieve deterministic help guidance?

You need a task file containing written help instructions. The skill parses this file to retrieve and execute the directives deterministically, ensuring consistent guidance within your project context.

Why does my AI agent deviate from the instructions defined in my task file?

Agents deviate when help instructions are not explicitly enforced. This skill solves that by reading the task file and applying its directives exactly as written, preventing deviation and ensuring safe execution.

When should I not rely on in-file task instructions for workflow guidance?

You should not rely on in-file task instructions when your workflow requires dynamic decision-making outside predefined constraints. This skill is designed for deterministic execution of written directives, not adaptive guidance.