bmad-commands
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.