fix: remove incorrect Browser MCP references from documentation

- Remove Browser MCP references that don't apply to project-agnostic workflow
- Update testing references to use project-appropriate tools
- Clarify autonomous workflow nature

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2-gabadi 2025-06-19 03:23:41 -03:00
parent df2a970368
commit 23b0220910
No known key found for this signature in database
GPG Key ID: EA11A57F8E259893
1 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ Addresses the complexity gap in agile story implementation by providing:
- **implement-story-development.md**: Project-agnostic implementation with build integration - **implement-story-development.md**: Project-agnostic implementation with build integration
- **consolidate-review-feedback.md**: Multi-agent feedback consolidation with priority classification - **consolidate-review-feedback.md**: Multi-agent feedback consolidation with priority classification
- **implement-consolidated-fixes.md**: Systematic fix implementation based on consolidated feedback - **implement-consolidated-fixes.md**: Systematic fix implementation based on consolidated feedback
- **validate-consolidated-fixes.md**: Architect validation with browser MCP testing - **validate-consolidated-fixes.md**: Architect validation with comprehensive testing protocols
- **capture-learning-triage.md**: Structured learning extraction in 6 categories - **capture-learning-triage.md**: Structured learning extraction in 6 categories
- **party-mode-learning-review.md**: Collaborative team learning session - **party-mode-learning-review.md**: Collaborative team learning session
- **commit-and-prepare-pr.md**: Context generation for comprehensive PRs - **commit-and-prepare-pr.md**: Context generation for comprehensive PRs
@ -186,7 +186,7 @@ Implementation → Learning Triage → Collaborative Review → Epic Integration
### External Dependencies ### External Dependencies
- Git repository with proper branch management - Git repository with proper branch management
- Build system integration (detected automatically) - Build system integration (detected automatically)
- Browser MCP for testing validation (optional but recommended) - Project-specific testing tools (as defined in project documentation)
- GitHub CLI for PR creation (optional but recommended) - GitHub CLI for PR creation (optional but recommended)
## Customization ## Customization
@ -218,7 +218,7 @@ Customize story and epic templates to match:
- Both workflows require Task tool execution for proper expansion pack compliance - Both workflows require Task tool execution for proper expansion pack compliance
- Epic files must exist and be properly formatted before story creation - Epic files must exist and be properly formatted before story creation
- Learning system requires structured documentation for maximum effectiveness - Learning system requires structured documentation for maximum effectiveness
- Browser MCP integration highly recommended for comprehensive testing validation - Testing validation uses project-appropriate tools as defined in project documentation
- Epic retrospective triggers automatically - ensure team availability for collaborative sessions - Epic retrospective triggers automatically - ensure team availability for collaborative sessions
🔧 **Performance Optimization:** 🔧 **Performance Optimization:**