chore: add BMAD agent workflows and configuration system

- 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
This commit is contained in:
mahdiarghyani
2025-11-30 14:36:05 +03:30
parent af8b45aadb
commit 1586bb7f80
355 changed files with 73215 additions and 306 deletions
+67
View File
@@ -0,0 +1,67 @@
# Sprint Status - Resume Export Feature
# =====================================
# generated: 2025-11-30
# project: nuxt-portfolio
# project_key: resume-export
# tracking_system: file-system
# story_location: docs/sprint-artifacts
# STATUS DEFINITIONS:
# ==================
# Epic Status:
# - backlog: Epic exists in epic file but not contexted
# - contexted: Epic tech context created (required before drafting stories)
#
# Story Status:
# - backlog: Story only exists in epic file
# - drafted: Story file created in stories folder
# - ready-for-dev: Draft approved and story context created
# - in-progress: Developer actively working on implementation
# - review: Under SM review (via code-review workflow)
# - done: Story completed
#
# Retrospective Status:
# - optional: Can be completed but not required
# - completed: Retrospective has been done
generated: "2025-11-30"
project: nuxt-portfolio
project_key: resume-export
tracking_system: file-system
story_location: docs/sprint-artifacts
development_status:
# ═══════════════════════════════════════════════════════════════
# Epic 1: Resume Data & Types
# Goal: Establish data foundation with TypeScript types and sample data
# FRs: FR1-4
# ═══════════════════════════════════════════════════════════════
epic-1: contexted
1-1-create-resume-typescript-interfaces: ready-for-dev
1-2-create-sample-resume-data-file: backlog
1-3-create-resume-data-composable: backlog
epic-1-retrospective: optional
# ═══════════════════════════════════════════════════════════════
# Epic 2: Resume Preview Page
# Goal: Create pixel-perfect resume preview matching PDF output
# FRs: FR5-9, FR15-25
# ═══════════════════════════════════════════════════════════════
epic-2: backlog
2-1-create-resume-page-route: backlog
2-2-create-resume-preview-container-component: backlog
2-3-create-resume-header-main-content-components: backlog
2-4-create-resume-sidebar-components: backlog
2-5-create-download-button-component: backlog
epic-2-retrospective: optional
# ═══════════════════════════════════════════════════════════════
# Epic 3: PDF Export
# Goal: Enable high-quality PDF generation matching web preview
# FRs: FR10-14
# ═══════════════════════════════════════════════════════════════
epic-3: backlog
3-1-create-pdf-generation-api-route: backlog
3-2-create-pdf-download-composable: backlog
3-3-connect-download-button-to-pdf-generation: backlog
epic-3-retrospective: optional