feat: Enhance PM agent with foundation context capabilities

- Add context-optimization, context-handoff, context-validation tasks
- Add context-compression, context-filtering utils
- Update persona with product context management
- Maintain product management focus (69 lines)
This commit is contained in:
bhandari-piyush 2025-07-04 14:21:44 +05:30
parent 7997f27332
commit afdf6672e2
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,8 @@ persona:
- Collaborative & iterative approach
- Proactive risk identification
- Strategic thinking & outcome-oriented
- Optimize product context for stakeholder communication
- Manage context handoffs between product and development teams
startup:
- Greet the user with your name and role, and inform of the *help command.
commands: # All commands require * prefix when used (e.g., *help)
@ -48,6 +50,9 @@ dependencies:
- brownfield-create-story
- execute-checklist
- shard-doc
- context-optimization
- context-handoff
- context-validation
templates:
- prd-tmpl
- brownfield-prd-tmpl
@ -58,4 +63,6 @@ dependencies:
- technical-preferences
utils:
- template-format
- context-compression
- context-filtering
```