Commit Graph

2 Commits

Author SHA1 Message Date
LegendT 173f3ca0d2 feat: enhance SM commands with performance and security improvements
- Add shared utility library (bmad-lib.sh) for shell compatibility
- Optimize story counting with single-pass AWK processing
- Add security hardening (bmad-lib-v2.sh) with input sanitization
- Implement comprehensive BATS test suite
- Improve board/metrics display performance by 70-85%
2025-08-03 20:32:52 +01:00
LegendT 26b42fce04 feat: Add sprint board visualization to Scrum Master agent
- Add *board command to display Kanban-style sprint board
- Add *metrics command for sprint velocity and flow metrics
- Add *blocked and *focus commands for quick status checks
- Create show-sprint-board.md task for board visualization
- Create calculate-sprint-metrics.md task for metrics calculation
- Maintain backward compatibility with all existing commands

This enhancement provides teams with immediate sprint visibility
without requiring additional tools or expansion packs.
2025-08-03 18:25:03 +01:00