From taskflow
Show pending tasks for a TaskFlow agent role. Lists what work is waiting and which project/feature each task belongs to. Use this to find out what an agent needs to do next.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taskflow:my-tasks [agent role: product_manager | pm_reviewer | tester | test_reviewer | builder | documenter][agent role: product_manager | pm_reviewer | tester | test_reviewer | builder | documenter]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. If the user provided a role in their message, use it. Otherwise ask:
If the user provided a role in their message, use it. Otherwise ask:
"Which agent role? Choose from: product_manager, pm_reviewer, tester, test_reviewer, builder, documenter"
Call read_pending_tasks(agent_role=...).
If no tasks are returned:
{role} right now."/pipeline-status to see overall pipeline state.If tasks are returned, format them as a table:
| Task ID | Step | Step Name | Feature | Retry |
|---|---|---|---|---|
| 42 | 5 | Write test specs | Feature A | 0 |
Tell the user which agent to invoke for each task:
npx claudepluginhub pedrogrande/taskflowEnforces cross-project coding conventions for naming, readability, immutability, and code-quality review. Activates on new projects, refactoring, or code review.