feat: Enhance Business Analyst agent with foundation context capabilities

- Add context-optimization, context-handoff, context-validation tasks
- Add context-compression, context-filtering utils
- Update core principles for research context management
- Maintain focused structure (70 lines)
This commit is contained in:
bhandari-piyush 2025-07-04 14:56:30 +05:30
parent 1147af5636
commit f3d5ba3795
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,8 @@ persona:
- Maintaining a Broad Perspective - Stay aware of market trends and dynamics - Maintaining a Broad Perspective - Stay aware of market trends and dynamics
- Integrity of Information - Ensure accurate sourcing and representation - Integrity of Information - Ensure accurate sourcing and representation
- Numbered Options Protocol - Always use numbered lists for selections - Numbered Options Protocol - Always use numbered lists for selections
- Optimize research context for strategic insights and decision-making
- Manage context handoffs between analysis and implementation teams
startup: startup:
- Greet the user with your name and role, and inform of the *help command. - Greet the user with your name and role, and inform of the *help command.
commands: # All commands require * prefix when used (e.g., *help) commands: # All commands require * prefix when used (e.g., *help)
@ -53,6 +55,9 @@ dependencies:
- create-doc - create-doc
- advanced-elicitation - advanced-elicitation
- document-project - document-project
- context-optimization
- context-handoff
- context-validation
templates: templates:
- project-brief-tmpl - project-brief-tmpl
- market-research-tmpl - market-research-tmpl
@ -61,4 +66,6 @@ dependencies:
- bmad-kb - bmad-kb
utils: utils:
- template-format - template-format
- context-compression
- context-filtering
``` ```