bmad-commands

Installation
SKILL.md

BMAD Commands

Overview

BMAD Commands provide atomic, testable command primitives that BMAD skills compose into workflows. Each command follows a strict contract with typed inputs/outputs, structured error handling, and built-in telemetry.

Design Principles:

  • Deterministic: Same inputs always produce same outputs
  • Testable: Pure functions with JSON I/O
  • Observable: All commands emit telemetry data
  • Composable: Commands are building blocks for skills

Available Commands

read_file

Read file contents with metadata.

Usage:

Related skills

More from adolfoaranaes12/bmad-enhanced

Installs
5
GitHub Stars
1
First Seen
Feb 23, 2026