When user asks about "portfolio", "across projects", "compare projects", "project health", "PR description", or wants cross-project insights. Provides strategic guidance across the codebase ecosystem.
This skill activates for cross-project strategic questions:
pm_portfolio detail=summary
Returns: Total projects, health scores, function counts, feature counts
Compare code quality across all projects:
Health Score Guide:
| Score | Rating | Meaning |
|---|---|---|
| 90-100 | Excellent | Clean, well-maintained |
| 75-89 | Good | Minor issues |
| 60-74 | Fair | Needs attention |
| 40-59 | Poor | Significant tech debt |
| 0-39 | Critical | Major refactoring needed |
Detect technologies across projects:
Find which projects have which features:
Track work patterns:
Find code/patterns across all projects:
memory_search_all query="authentication" type=files
memory_search_all query="useAuth" type=functions
| ID | Name | Type |
|---|---|---|
| gyst | GYST Mobile | React Native |
| gyst-web | GYST Website | Next.js |
| jamelna | Jamelna.com | Next.js |
| smartiegoals | Smartie Goals | Next.js |
| spread-your-ashes | Spread Your Ashes | Next.js |
| codetale | CodeTale | Next.js |
| android-gyst | Android GYST | Android/Kotlin |
| playbook | PlayBook | Next.js |
When creating PRs, the system can:
## Summary
- Bullet point 1
- Bullet point 2
## Changes
- Detailed change list
## Testing
- [ ] Test case 1
- [ ] Test case 2
## Screenshots
(Add if UI changes)
Use portfolio intelligence for:
"Which project has the best auth implementation?" → Search auth patterns across projects, compare approaches
"Where should I implement feature X?" → Check existing features, identify reuse opportunities
"What tech debt should I prioritize?" → Compare health scores, identify common issues
"How do other projects handle Y?" → Cross-project search for implementations
pm_portfolio - Get portfolio overviewpm_ask - Ask about priorities and projectsmemory_search_all - Search across all projectsmemory_roadmap - Project task tracking