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
48 lines
1.5 KiB
YAML
48 lines
1.5 KiB
YAML
# Workflow Status Template
|
|
|
|
# This tracks progress through BMM methodology Analysis, Planning, and Solutioning phases.
|
|
# Implementation phase is tracked separately in sprint-status.yaml
|
|
|
|
# STATUS DEFINITIONS:
|
|
# ==================
|
|
# Initial Status (before completion):
|
|
# - required: Must be completed to progress
|
|
# - optional: Can be completed but not required
|
|
# - recommended: Strongly suggested but not required
|
|
# - conditional: Required only if certain conditions met (e.g., if_has_ui)
|
|
#
|
|
# Completion Status:
|
|
# - {file-path}: File created/found (e.g., "docs/product-brief.md")
|
|
# - skipped: Optional/conditional workflow that was skipped
|
|
|
|
generated: "2025-11-30T08:13:48Z"
|
|
project: "nuxt-portfolio-ali"
|
|
project_type: "brownfield"
|
|
selected_track: "bmad-method"
|
|
field_type: "brownfield"
|
|
workflow_path: ".bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml"
|
|
|
|
workflow_status:
|
|
# Prerequisite - Documentation
|
|
document-project: docs/index.md
|
|
|
|
# Phase 0 - Discovery (Optional - all skipped by user choice)
|
|
brainstorm-project: skipped
|
|
research: skipped
|
|
product-brief: skipped
|
|
|
|
# Phase 1 - Planning
|
|
prd: docs/prd.md
|
|
validate-prd: optional
|
|
create-design: conditional
|
|
|
|
# Phase 2 - Solutioning
|
|
create-architecture: docs/architecture.md
|
|
create-epics-and-stories: docs/epics.md
|
|
test-design: recommended
|
|
validate-architecture: optional
|
|
implementation-readiness: docs/implementation-readiness-report-2025-11-30.md
|
|
|
|
# Phase 3 - Implementation
|
|
sprint-planning: docs/sprint-artifacts/sprint-status.yaml
|