boards-backlog-summary
Installation
SKILL.md
Get team backlog summary
This skill retrieves the team's Requirements-level backlog, filters to Active items assigned to the current user, enriches them with parent and child work item details, and displays them sorted by priority.
Project selection
- If the user provides a project name in their request (for example, "for Contoso"), use that project directly and do not call
core_list_projects. - If the project name is not provided, ask the user once to provide it.
- If the project name is still not provided after asking once, call
core_list_projectsto return a list of projects the user can choose from. - Do not continue if no project has been provided or selected.
Team selection
- If the user provides a team name, use it directly and do not call
core_list_project_teams. - If the team name is not provided, ask the user once to provide it.
- If the team name is still not provided after asking once, call
core_list_project_teamsfor the selected project so the user can pick a team. - Do not continue if no team has been provided or selected.