npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Find Google Tasks that are past due and need attention.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Find Google Tasks that are past due and need attention.
Use this workflow when the user wants to review their task lists for overdue items, catch up on missed deadlines, or prioritize what to work on next.
gws tasks tasklists list --format table
For each task list (or the one the user specifies):
gws tasks tasks list \
--params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table
Review the due dates and flag tasks that are past due. Present them to the user sorted by how overdue they are.
Suggest which tasks to tackle first based on due date and any notes.
"showCompleted": false filters out done tasksdue date won't show as overdue — but may still need attentiongws tasks tasks patch after the user finishes them