BMAD-METHOD/bmad-core/agents
kevlingo e220638116 refactor(dev-agent): Break down workflow into modular tasks for minimal context loading
This commit refactors the monolithic implement-story-with-review.md into focused, reusable task components to address context window concerns and improve maintainability.

New modular task structure:
- story-analysis.md (40 lines): Handles codebase search, dependency analysis, and complexity assessment
- internal-review-process.md (30 lines): Manages 6-criteria code review workflow
- memory-synthesis.md (50 lines): Extracts and validates learnings into project memory
- implement-story-with-review.md (40 lines): Simplified orchestrator that coordinates sub-tasks

Key benefits:
- Minimal context loading: Each task loads only necessary information
- Reusability: Sub-tasks can be used independently or in other workflows
- Maintainability: Easier to update individual components without affecting others
- IDE compatibility: Better support for tools with short context windows like Cursor
- Separation of concerns: Clear boundaries between analysis, review, and synthesis phases

Updated dev agent dependencies to include all new modular tasks while maintaining full workflow functionality and backward compatibility.
2025-06-23 12:17:56 -04:00
..
analyst.md feat: update web builder to remove IDE-specific properties from agent bundles 2025-06-19 13:21:26 -05:00
architect.md feat: update web builder to remove IDE-specific properties from agent bundles 2025-06-19 13:21:26 -05:00
bmad-master.md feat: update web builder to remove IDE-specific properties from agent bundles 2025-06-19 13:21:26 -05:00
bmad-orchestrator.md feat(orchestrator): Add memory management commands for project learning 2025-06-23 12:17:04 -04:00
dev.md refactor(dev-agent): Break down workflow into modular tasks for minimal context loading 2025-06-23 12:17:56 -04:00
pm.md feat: update web builder to remove IDE-specific properties from agent bundles 2025-06-19 13:21:26 -05:00
po.md feat: update web builder to remove IDE-specific properties from agent bundles 2025-06-19 13:21:26 -05:00
qa.md feat: update web builder to remove IDE-specific properties from agent bundles 2025-06-19 13:21:26 -05:00
sm.md feat: update web builder to remove IDE-specific properties from agent bundles 2025-06-19 13:21:26 -05:00
ux-expert.md feat: update web builder to remove IDE-specific properties from agent bundles 2025-06-19 13:21:26 -05:00