Skills › Product › Roadmap Priorities Brief
Roadmap Priorities Brief
Combine user feedback, competitor moves, and trending topics to build an evidence-based case for your next quarter's priorities.
Superpowers: handler_monitor · handler_research · handler_generate
When to use: You're running roadmap planning and need data to back up prioritisation decisions.
Steps
Scan what competitors are shipping and announcing
Superpower: handler_monitor — live API reference →
POST /v2/superpowers/handler_monitor
{
"task": "news",
"query": "[Competitor A] OR [Competitor B] product launch feature update roadmap"
}
Replace with your actual competitors.
Find trending discussions about problems in your space
Superpower: handler_monitor — live API reference →
POST /v2/superpowers/handler_monitor
{
"task": "reddit",
"query": "[product category] frustration problem wish feature request",
"days": 60
}
Research what leading PMs say about the space
Superpower: handler_research — live API reference →
POST /v2/superpowers/handler_research
{
"task": "answer",
"query": "What are the most important unsolved problems in [product category] in 2026?"
}
Build the priorities brief
Superpower: handler_generate — live API reference →
POST /v2/superpowers/handler_generate
{
"task": "chat",
"prompt": "You are a product strategist. Based on this data, produce a Q[X] roadmap priorities brief. For each recommended priority: (1) what it is, (2) evidence base (competitor move / user pain / market trend), (3) estimated user impact (high/medium/low), (4) strategic importance (table stakes / differentiator / moonshot). Rank the top 5 priorities. Data: [steps 1-3]"
}
From previous step: competitor news (step 1) + user discussions (step 2) + research (step 3) → inject
Outcome: Evidence-based roadmap priorities brief with top 5 items, supporting evidence, and strategic framing.
Fetch this skill via API
GET /v2/skills/roadmap-priorities-brief
Authorization: Bearer sk-hndlr-...