BMAD-METHOD/bmad-agent/quality-metrics
Daniel Bentes 804b9262a9 Enhance BMAD Method Documentation and Task Management
- Updated the README to reflect the new BMAD Method branding and comprehensive overview, emphasizing memory-enhanced workflows and quality enforcement.
- Expanded the description of orchestrator variations, detailing the IDE and Web orchestrators' features and best use cases.
- Revised task management documentation to include missing task files and improved naming conventions for clarity and consistency.
- Removed outdated memory orchestration task and memory-enhanced personas to streamline the agent's functionality and focus on quality integration.
- Updated checklist mappings to reflect new file paths for better organization and accessibility.
2025-05-30 17:53:11 +02:00
..
README.md Enhance BMAD Method Documentation and Task Management 2025-05-30 17:53:11 +02:00

README.md

Quality Metrics Directory

Purpose

This directory contains quality metrics definitions, collection scripts, dashboards, and historical metric data that support the BMAD quality measurement and tracking framework.

Future Contents

Metric Definitions

  • code-quality-metrics.yml - Code quality metric definitions and thresholds
  • process-quality-metrics.yml - Development process metrics
  • product-quality-metrics.yml - Product quality and reliability metrics

Collection Scripts

  • metric-collectors/ - Automated metric collection scripts
  • metric-aggregators/ - Data aggregation and analysis tools
  • metric-exporters/ - Export to monitoring systems

Dashboards

  • quality-dashboard-config.yml - Dashboard configuration
  • alert-rules.yml - Metric alert thresholds and rules
  • visualization-templates/ - Chart and graph templates

Historical Data

  • baselines/ - Quality metric baselines by project
  • trends/ - Historical trend data
  • benchmarks/ - Industry benchmark comparisons

Integration

This directory integrates with:

  • quality-tasks/quality-metrics-tracking.md for metric collection
  • Quality Enforcer persona for metric monitoring
  • Memory system for tracking quality trends over time

Storage Format

# Example metric storage format
metric:
  name: test_coverage
  timestamp: 2024-01-01T00:00:00Z
  value: 92.5
  unit: percentage
  threshold:
    green: ">90"
    yellow: "80-90"
    red: "<80"
  tags:
    - project: project-name
    - component: backend
    - sprint: 42

Note

This directory is currently a placeholder for future quality metrics infrastructure. As projects adopt the BMAD method, metric collection and storage will be implemented here.