mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-02-07 00:07:08 +01:00
- Add comprehensive agent workflow definitions for 8 specialized roles (analyst, architect, developer, product manager, scrum master, technical writer, UX designer, QA engineer) - Add 35+ workflow definitions covering analysis, planning, solutioning, and implementation phases - Add BMAD configuration system with agent, task, tool, workflow, and file manifests - Add BMM (Business Model Methodology) documentation including quick-start guides, architecture references, and workflow analysis - Add test architecture knowledge base with 20+ testing patterns and best practices - Add team configuration templates and party mode setup for collaborative development - Establish foundation for enterprise agentic development framework with adaptive scaling capabilities
709 B
709 B
| 1 | name | displayName | description | module | path | standalone |
|---|---|---|---|---|---|---|
| 2 | advanced-elicitation | Advanced Elicitation | When called from workflow | core | .bmad/core/tasks/advanced-elicitation.xml | true |
| 3 | index-docs | Index Docs | Generates or updates an index.md of all documents in the specified directory | core | .bmad/core/tasks/index-docs.xml | true |
| 4 | validate-workflow | Validate Workflow Output | Run a checklist against a document with thorough analysis and produce a validation report | core | .bmad/core/tasks/validate-workflow.xml | false |
| 5 | workflow | Execute Workflow | Execute given workflow by loading its configuration, following instructions, and producing output | core | .bmad/core/tasks/workflow.xml | false |