- 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
1.7 KiB
1.7 KiB
name, description, tools
| name | description | tools | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bmad-suite | Manage, update, and deploy BMad workflows/agents. |
|
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):
- Framework:
bmad-code-org/BMAD-METHOD - Creative Intelligence Suite:
bmad-code-org/bmad-module-creative-intelligence-suite - Test Architecture Enterprise (TEA):
bmad-code-org/bmad-method-test-architecture-enterprise