Commit Graph

20 Commits

Author SHA1 Message Date
James (Claude Code) 3182aa9f8d Implement automatic remediation execution in reality audit
Major Enhancement: Auto-Execute Remediation Instead of Just Recommending

CHANGES:
- Enhanced Phase 9: Added automatic scope issue detection and remediation execution
- Added SCOPE_REMEDIATION_NEEDED trigger for oversized stories (>8 tasks, >25 subtasks)
- Added mixed concerns detection (implementation + integration in same story)
- Automatic execution of create-remediation-story.md when triggers detected
- Enhanced QA agent with execution workflow and trigger conditions
- Added enhanced_auto_remediation section with complete workflow sequence

WORKFLOW IMPROVEMENT:
- Before: Analyze → Recommend → User runs *create-remediation → Get solution
- After: Analyze → Auto-execute → Present completed remediation stories

TRIGGER CONDITIONS:
- Reality score < 80
- Build/runtime failures
- Story tasks > 8 or subtasks > 25
- Mixed implementation/integration concerns
- Critical simulation patterns > 3

ELIMINATES USER CONFUSION:
- No more 'run this command next' recommendations
- Automatic story splitting when scope issues detected
- Immediate surgical remediation story generation
- Ready-to-use options presented automatically

This transforms the reality audit from an analysis tool into a complete
remediation execution system.
2025-07-21 16:09:42 -04:00
James (Claude Code) 74b6c489f5 Add automatic options presentation to reality audit
- Adds Phase 10: Automatic Next Steps Presentation
- Presents 4 grade-based option sets (A/B/C/D-F) with specific recommendations
- Eliminates user confusion about 'what's next' after audit results
- Provides immediate next commands based on reality score and issues
- Includes effort estimates and specific action items for each option
- Enhances user experience by removing need to ask 'what are my options'
- Covers all scenarios from excellent quality to significant issues
2025-07-21 15:53:14 -04:00
James (Claude Code) 86743bb3e6 Optimize reality audit to use Grep tool instead of bash commands
- Replace bash grep loops with Grep tool usage for pattern detection
- Eliminates need for multiple command approvals during QA audit
- Maintains all simulation pattern detection capabilities
- Improves user experience by reducing workflow interruptions
- Updated task instructions to guide agents to use Grep tool
- Preserves comprehensive scoring and reporting functionality
2025-07-21 12:02:58 -04:00
James (Claude Code) 1af89a3e69 Add Task Execution Enforcement feature to BMAD Quality Framework
- Enhanced enhancements.md with eighth game-changing feature
- Added task-execution-validation.md checklist for reliable automation
- Updated dev and qa agents with task execution enforcement
- Prevents automation workflow failures through mandatory file validation
- Ensures agents use Read tool instead of generic Task tool
- Includes comprehensive troubleshooting and validation steps
2025-07-21 11:52:10 -04:00
DevForgeAI e57448b652 enhancements 2025-07-21 09:43:38 -04:00
James (Claude Code) cb66340738 Fix missing *develop-story command preventing automatic task completion
- Added develop-story to commands list in dev agent
- Enables systematic workflow execution with automatic progress tracking
- Tasks now properly marked [x] as agent progresses through story implementation
2025-07-21 09:05:16 -04:00
James (Claude Code) 3faba78db0 Add automatic quality framework with loop detection and external LLM collaboration
The key elements captured:
- Enterprise-grade quality framework (main feature)
- Automatic loop detection (your key innovation)
- External LLM collaboration (the copy-paste prompt solution)
- Zero-touch workflow (eliminates manual handoffs)
2025-07-21 06:08:13 -04:00
Brian Madison afea271e5e fix: annoying YAML lint error 2025-07-13 15:51:46 -05:00
Brian Madison e9e541a52e feat: Claude Code slash commands for Tasks and Agents! 2025-07-12 21:08:13 -05:00
Brian Madison 92201ae7ed fix: build web bundles with new file extension includsion 2025-07-06 19:39:34 -05:00
Brian Madison 5fc69d773a web build optimization 2025-07-06 10:32:39 -05:00
Brian Madison 42684e68af fix: update web bundles 2025-07-04 21:31:52 -05:00
Brian Madison 094f9f3eab fix: yaml standardization in files and installer actions 2025-07-04 11:53:57 -05:00
Brian Madison eb960f99f2 readd dist back 2025-07-04 07:48:29 -05:00
Brian Madison f440d14565 doc and text cleanup 2025-07-04 07:47:57 -05:00
Brian Madison 87c451a5c3 fix: version bump and restore dist folder 2025-07-02 23:14:54 -05:00
Brian Madison e2985d6093 fix: centralized yamlExtraction function and all now fix character issues for windows 2025-07-02 21:08:43 -05:00
Brian Madison 3af3d33d4a feat: enhance QA agent as senior developer with code review capabilities and major brownfield improvements
This release introduces significant enhancements across multiple areas:

QA Agent Transformation:
- Transform QA agent into senior developer role with active code refactoring abilities
- Add review-story task enabling QA to review, refactor, and improve code directly
- Integrate QA review step into standard development workflow (SM → Dev → QA)
- QA can fix small issues directly and leave checklist for remaining items
- Updated dev agent to maintain File List for QA review focus

Knowledge Base Improvements:
- Add extensive brownfield development documentation and best practices
- Clarify Web UI vs IDE usage with cost optimization strategies
- Document PRD-first approach for large codebases/monorepos
- Add comprehensive expansion packs explanation
- Update IDE workflow to include QA review step
- Clarify agent usage (bmad-master vs specialized agents)

Brownfield Enhancements:
- Create comprehensive Working in the Brownfield guide
- Add document-project task to analyst agent capabilities
- Implement PRD-first workflow option for focused documentation
- Transform document-project to create practical brownfield architecture docs
- Document technical debt, workarounds, and real-world constraints
- Reference actual files instead of duplicating content
- Add impact analysis when PRD is provided

Documentation Task Improvements:
- Simplify to always create ONE unified architecture document
- Add deep codebase analysis phase with targeted questions
- Focus on documenting reality including technical debt
- Include Quick Reference section with key file paths
- Add practical sections: useful commands, debugging tips, known issues

Workflow Updates:
- Update all 6 workflow files with detailed IDE transition instructions
- Add clear SM → Dev → QA → Dev cycle explanation
- Emphasize Gemini Web for brownfield analysis (1M+ context advantage)
- Support both PRD-first and document-first approaches

This release significantly improves the brownfield development experience and introduces a powerful shift-left QA approach with senior developer mentoring.
2025-06-24 23:56:57 -05:00
Brian Madison b53b3a5b28 agents have clear file resolution and fuzzy task resolution instructions 2025-06-19 13:24:49 -05:00
Brian Madison 1fbeed75ea feat: robust installer 2025-06-16 21:57:51 -05:00