Commit Graph

2 Commits

Author SHA1 Message Date
DevForgeAI 3b73e57fc2 docs: Add PR9 Sub-Agent Integration to quality framework enhancements
- Parallel task execution using Claude Code's sub-agent capabilities
- 40-60% performance improvement through concurrent processing
- Builds on PR0 hooks and PR7 workspace for context sharing
- Includes concrete example showing 3x speed improvement for reality audits
2025-07-25 15:06:46 -04:00
DevForgeAI 37d3a7a840 feat: PR0 - Claude Code Hooks Integration for BMAD Quality Enforcement
- Adds opt-in Claude Code hooks that integrate with BMAD's quality framework
- Prevents technical debt by blocking simulation patterns before they're written
- Automates story context loading and progress tracking
- Zero impact on non-Claude Code users (requires explicit opt-in)
- Uses only Node.js built-in modules (no external dependencies)

Includes:
- Complete hook implementation (UserPromptSubmit, PreToolUse, PostToolUse, Stop)
- Installation script with Claude Code detection
- Demo projects showing TODO prevention and security enforcement
- Comprehensive documentation and test scenarios
- Configuration system with presets (strict/balanced/relaxed)
2025-07-25 09:29:50 -04:00