Files
pm-template/skills/bmad-suite/SKILL.md
Max Mayfield df667e0db8 v2: Forge Console + Open WebUI artifacts + Docker
- web/: Local chat UI (Express + WS → Codex bridge)
- openwebui/: Preset, pipelines, knowledge manifest
- Dockerfile + docker-compose.yml
- Updated README with 3 frontend options
- CLI-agnostic: works with Codex, Claude Code, Kiro, Gemini
2026-02-27 06:56:34 +00:00

1.7 KiB

name, description, tools
name description tools
bmad-suite Manage, update, and deploy BMad workflows/agents.
name description entry
bmad_update Pull latest updates or clone missing repositories for BMad Suite.
type path args
python manager.py
update
name description entry
bmad_list List available workflows/agents in the suite.
type path args
python manager.py
list

BMad Creative Suite Manager

This skill manages the BMad Suite ecosystem, handling installation (git clone) and updates (git pull).

Capabilities

  • Update/Install: Automatically clones repositories if missing, or pulls latest changes if present.
  • List: Enumerates available agents and workflows across all modules.

Documentation Sources

Refer to these files for detailed usage, architecture, and agent definitions:

1. Framework

  • Core Documentation: framework/README.md
  • Agent Definitions: framework/src/agents/

2. Creative Intelligence Suite (CIS)

  • Agent Catalog: creative-intelligence-suite/docs/reference/agents.md
  • Main Documentation: creative-intelligence-suite/README.md
  • Agent Definitions: creative-intelligence-suite/src/agents/*.agent.yaml

3. Test Architecture Enterprise (TEA)

  • Main Documentation: test-architecture-enterprise/README.md
  • Workflows: test-architecture-enterprise/src/workflows/testarch/README.md

Repositories

Managed repositories (auto-cloned to ../../bmad/ relative to this skill, or $BMAD_PATH):

  1. Framework: bmad-code-org/BMAD-METHOD
  2. Creative Intelligence Suite: bmad-code-org/bmad-module-creative-intelligence-suite
  3. Test Architecture Enterprise (TEA): bmad-code-org/bmad-method-test-architecture-enterprise