bmad-loop-setup

Configure and maintain the BMad Loop automation environment with preflight checks.

4|2|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/Luizcc87/zapo-manager-suite --skill bmad-loop-setup-luizcc87
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-loop-setup
Source: https://github.com/Luizcc87/zapo-manager-suite/tree/main/_bmad/bmad-loop/bmad-loop-setup
Command: npx skills add https://github.com/Luizcc87/zapo-manager-suite --skill bmad-loop-setup-luizcc87

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the complex installation, configuration, and upgrade process for the BMad Loop orchestrator, ensuring your development environment is correctly bootstrapped and synchronized across projects.

Core Features & Use Cases

  • Automated Orchestrator Setup: Installs or upgrades the bmad-loop Python tool and its associated automation skills.
  • Configuration Management: Consolidates project-wide and user-specific settings using an anti-zombie merge pattern to prevent stale configurations.
  • Environment Validation: Performs preflight checks to ensure your coding CLI hooks, git status, and sprint planning artifacts are ready for automated development.

Quick Start

Run the bmad-loop-setup skill to configure your current project for automated development with the default settings.

Frequently Asked Questions about bmad-loop-setup

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

FAQPage Schema
How do I automate orchestrator setup and configuration for development loop environments?

Automated orchestrator setup installs and upgrades the bmad-loop Python tool and its CLI hooks, consolidating project-wide settings to bootstrap and synchronize your development environment.

What is the best way to manage project-specific automation configurations without stale settings?

Managing project-specific automation configurations uses an anti-zombie merge pattern to consolidate user settings and project files, preventing stale configurations from persisting across upgrades.

How do I validate environment readiness before running automated development workflows?

Validating environment readiness requires running preflight checks that verify coding CLI hooks, git status, and sprint planning artifacts to ensure your project is prepared for automated development.

Does bmad-loop setup require specific dependencies to install and configure the automation orchestrator?

The bmad-loop setup requires the pyyaml dependency to manage and parse the YAML configuration files needed for orchestrating the automation environment.

Can I upgrade an existing bmad-loop package without losing my current coding CLI hooks?

Upgrading an existing bmad-loop package seamlessly updates the tool and its associated automation skills while maintaining your project-specific configuration files through anti-zombie merge patterns.

Why does my automated development workflow fail preflight checks during environment setup?

Automated development workflow preflight checks fail when coding CLI hooks, git status, or sprint planning artifacts are missing or unconfigured, preventing inconsistent policy enforcement across development stages.