Agent skill
tasks
Show the current task backlog — pending, active, blocked, and overdue tasks. Use when the user asks about tasks, status, what needs to be done, or what's in progress.
Install this agent skill to your Project
npx add-skill https://github.com/backloghq/backlog/tree/main/skills/tasks
SKILL.md
Task Status Overview
Show the current state of the task backlog. Use the backlog MCP tools to query and present the following:
- Active tasks — call
task_listwith filter+ACTIVEto show tasks currently being worked on - Overdue tasks — call
task_listwith filter+OVERDUEto show tasks past their due date - Blocked tasks — call
task_countwith filter+BLOCKED status:pendingto count blocked tasks - Pending tasks by priority — call
task_listwith filterstatus:pendingand group results by priority (H, M, L, none) - Tasks with docs — call
task_countwith filter+doc status:pendingto count tasks with attached specs/docs - Recently completed — call
task_listwith filterstatus:completed end.after:now-7dto show work done in the last 7 days
Present the results in a concise, scannable format. Skip sections that have zero results. If the backlog is completely empty, say so and suggest using /backlog:plan to create tasks.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
refine
Review and improve the backlog — identify vague tasks, missing priorities, broken dependencies, tasks needing specs, and stale items. Use when the user wants to groom, refine, clean up, or improve their task backlog.
implement
Pick up a task from the backlog and implement it. Reads the spec if one exists, starts the task, does the work, and marks it done. Use when the user wants to work on a specific task or the next available task.
handoff
Prepare a session handoff — summarize progress, annotate tasks with current status, and identify what's ready for the next session. Use at the end of a work session or when the user says they're done for now.
spec
Write a detailed spec document for a task before implementation begins. Use when the user wants to define requirements, acceptance criteria, or technical design for a task.
plan
Break down a goal into actionable tasks with dependencies, priorities, and optional specs. Use when the user wants to plan work, decompose a feature, or create a task breakdown.
standup
Daily standup summary — what was completed recently, what's in progress, and what's blocked. Use when the user asks for a standup, status update, or summary of recent work.
Didn't find tool you were looking for?