@cloudkinetix/bmad-enhanced
Version:
Cloud-Kinetix enhanced fork of BMAD-METHOD - Breakthrough Method of Agile AI-driven Development with robust versioning and unified validation.
103 lines (100 loc) • 5 kB
YAML
name: ck-llm-agent-dev
version: 3.0.0
description: LLM Agent Development expansion pack for BMAD Method - Research-driven LLM development with dynamic knowledge discovery, comprehensive safety governance, and production-ready capabilities
author: Cloud-Kinetix
files:
- source: agents/llm-wizard.md
destination: .bmad-core/agents/llm-wizard.md
- source: agents/llm-orchestrator.md
destination: .bmad-core/agents/llm-orchestrator.md
- source: agents/llm-architect.md
destination: .bmad-core/agents/llm-architect.md
- source: agents/llm-engineer.md
destination: .bmad-core/agents/llm-engineer.md
- source: agents/llm-safety-governance.md
destination: .bmad-core/agents/llm-safety-governance.md
- source: agent-teams/team-llm-dev.yaml
destination: .bmad-core/agent-teams/team-llm-dev.yaml
- source: templates/llm-agent-spec-tmpl.md
destination: .bmad-core/templates/llm-agent-spec-tmpl.md
- source: templates/llm-navigation-guide-tmpl.md
destination: .bmad-core/templates/llm-navigation-guide-tmpl.md
- source: templates/prompt-library-tmpl.md
destination: .bmad-core/templates/prompt-library-tmpl.md
- source: templates/evaluation-suite-tmpl.md
destination: .bmad-core/templates/evaluation-suite-tmpl.md
- source: templates/llm-architecture-tmpl.md
destination: .bmad-core/templates/llm-architecture-tmpl.md
- source: templates/safety-report-tmpl.md
destination: .bmad-core/templates/safety-report-tmpl.md
- source: templates/monitoring-dashboard-tmpl.md
destination: .bmad-core/templates/monitoring-dashboard-tmpl.md
- source: templates/voice-agent-config-tmpl.md
destination: .bmad-core/templates/voice-agent-config-tmpl.md
- source: tasks/prompt-testing-setup.md
destination: .bmad-core/tasks/prompt-testing-setup.md
- source: tasks/create-agent-spec.md
destination: .bmad-core/tasks/create-agent-spec.md
- source: tasks/design-evaluation-suite.md
destination: .bmad-core/tasks/design-evaluation-suite.md
- source: tasks/setup-observability.md
destination: .bmad-core/tasks/setup-observability.md
- source: tasks/multi-agent-orchestration.md
destination: .bmad-core/tasks/multi-agent-orchestration.md
- source: tasks/voice-agent-setup.md
destination: .bmad-core/tasks/voice-agent-setup.md
- source: tasks/safety-testing.md
destination: .bmad-core/tasks/safety-testing.md
- source: tasks/performance-benchmarking.md
destination: .bmad-core/tasks/performance-benchmarking.md
- source: checklists/llm-agent-readiness-checklist.md
destination: .bmad-core/checklists/llm-agent-readiness-checklist.md
- source: checklists/prompt-quality-checklist.md
destination: .bmad-core/checklists/prompt-quality-checklist.md
- source: checklists/safety-review-checklist.md
destination: .bmad-core/checklists/safety-review-checklist.md
- source: checklists/performance-optimization-checklist.md
destination: .bmad-core/checklists/performance-optimization-checklist.md
- source: checklists/production-deployment-checklist.md
destination: .bmad-core/checklists/production-deployment-checklist.md
- source: data/llm-best-practices.md
destination: .bmad-core/data/llm-best-practices.md
- source: data/prompt-patterns.md
destination: .bmad-core/data/prompt-patterns.md
- source: data/safety-guidelines.md
destination: .bmad-core/data/safety-guidelines.md
- source: data/tool-integrations.md
destination: .bmad-core/data/tool-integrations.md
- source: workflows/llm-agent-greenfield.yaml
destination: .bmad-core/workflows/llm-agent-greenfield.yaml
- source: workflows/llm-agent-enhancement.yaml
destination: .bmad-core/workflows/llm-agent-enhancement.yaml
- source: workflows/prompt-optimization.yaml
destination: .bmad-core/workflows/prompt-optimization.yaml
- source: workflows/multi-agent-system.yaml
destination: .bmad-core/workflows/multi-agent-system.yaml
# Workflow Plan Tasks
- source: tasks/create-llm-workflow-plan.md
destination: .bmad-core/tasks/create-llm-workflow-plan.md
- source: tasks/domain-research.md
destination: .bmad-core/tasks/domain-research.md
# Core utilities required by expansion pack framework
- source: tasks/create-doc.md
destination: .bmad-core/tasks/create-doc.md
- source: tasks/execute-checklist.md
destination: .bmad-core/tasks/execute-checklist.md
- source: utils/template-format.md
destination: .bmad-core/utils/template-format.md
- source: utils/workflow-management.md
destination: .bmad-core/utils/workflow-management.md
workflows:
- source: workflows/llm-agent-design.yaml
destination: .bmad-core/workflows/llm-agent-design.yaml
- source: workflows/llm-agent-implementation.yaml
destination: .bmad-core/workflows/llm-agent-implementation.yaml
- source: workflows/multi-agent-orchestration.yaml
destination: .bmad-core/workflows/multi-agent-orchestration.yaml
dependencies:
- architect
- developer
- qa