- Add human intervention detection with BLOCKING/WARNING pattern matching
- Detects .env issues, API keys, permissions, connection failures
- Categorizes issues for Barry to handle appropriately
- Add story context extraction for fix documents
- Extracts acceptance criteria from story files
- Includes Dev Agent Record (implementation notes)
- Enhance fix context generation
- Includes human intervention items section
- Adds root cause hints for each failure
- Appends story context with AC mapping
- Add human actions file generation
- Creates epic-{id}-human-actions.md with actionable checklist
- Provides specific guidance per issue type
- Add timing metrics to track UAT evaluation duration
- Captures start_time, end_time, duration_seconds
- Shows duration in summary output
- Update output signals with human action flags
- UAT_HUMAN_ACTION_REQUIRED: true/false
- UAT_HUMAN_ACTION_COUNT: N
- UAT_HUMAN_ACTION_FILE: path
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Replace inline prompts with actual BMAD workflow files:
- dev-story workflow (workflow.yaml, instructions.xml, checklist.md)
- code-review workflow (workflow.yaml, instructions.xml, checklist.md)
- UAT generation templates (step-04-generate-uat.md, uat-template.md)
- Add workflow validation at startup to ensure all required files exist
- Implement self-healing fix loop for review failures:
- When review fails, capture HIGH/MEDIUM severity findings
- Spawn new fix phase using dev-story workflow in targeted fix mode
- Re-run review after fixes to verify resolution
- Retry up to 3 times before marking story as failed
- Enhanced metrics tracking:
- fix_loop.total_fix_attempts: count of all fix phases
- fix_loop.stories_requiring_fixes: stories needing at least one fix
- fix_loop.max_retries_hit: stories that failed after 3 attempts
- story_details: per-story fix attempt outcomes with timestamps
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add two new implementation workflows for the Scrum Master agent:
- epic-execute: Sequential story execution with isolated dev/review phases
- epic-chain: Multi-epic execution with dependency detection
Includes orchestration scripts and SM agent menu items.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>