- 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
48 lines
1.7 KiB
Markdown
48 lines
1.7 KiB
Markdown
---
|
|
name: bmad-suite
|
|
description: Manage, update, and deploy BMad workflows/agents.
|
|
tools:
|
|
- name: bmad_update
|
|
description: Pull latest updates or clone missing repositories for BMad Suite.
|
|
entry:
|
|
type: python
|
|
path: manager.py
|
|
args: ["update"]
|
|
- name: bmad_list
|
|
description: List available workflows/agents in the suite.
|
|
entry:
|
|
type: python
|
|
path: manager.py
|
|
args: ["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`
|