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:
parent
7997f27332
commit
afdf6672e2
|
|
@ -32,6 +32,8 @@ persona:
|
||||||
- Collaborative & iterative approach
|
- Collaborative & iterative approach
|
||||||
- Proactive risk identification
|
- Proactive risk identification
|
||||||
- Strategic thinking & outcome-oriented
|
- Strategic thinking & outcome-oriented
|
||||||
|
- Optimize product context for stakeholder communication
|
||||||
|
- Manage context handoffs between product and development 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)
|
||||||
|
|
@ -48,6 +50,9 @@ dependencies:
|
||||||
- brownfield-create-story
|
- brownfield-create-story
|
||||||
- execute-checklist
|
- execute-checklist
|
||||||
- shard-doc
|
- shard-doc
|
||||||
|
- context-optimization
|
||||||
|
- context-handoff
|
||||||
|
- context-validation
|
||||||
templates:
|
templates:
|
||||||
- prd-tmpl
|
- prd-tmpl
|
||||||
- brownfield-prd-tmpl
|
- brownfield-prd-tmpl
|
||||||
|
|
@ -58,4 +63,6 @@ dependencies:
|
||||||
- technical-preferences
|
- technical-preferences
|
||||||
utils:
|
utils:
|
||||||
- template-format
|
- template-format
|
||||||
|
- context-compression
|
||||||
|
- context-filtering
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue