skills/groove-utilities-task-list/SKILL.md
List active tasks in the configured backend. Use to see current task status.
npx skillsauth add andreadellacorte/groove groove-utilities-task-listInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A consolidated view of active, ready tasks from the configured backend is displayed to the user. Blocked and in-progress tasks are clearly distinguished. Output is suitable for daily start context.
.groove/index.md frontmatter to determine tasks.backend and tasks.list_limit (default 15)tasks.backend: none, print a friendly no-op message and exitbeans: run skills/groove-utilities-task-list/scripts/list-tasks-by-priority.sh [LIMIT] with LIMIT from tasks.list_limit (or 15), then parse and format output (group by status: in-progress, todo, blocked)linear: use linear CLI or MCP to fetch assigned, active issuesgithub: run gh issue list --assignee @me --state open/groove-utilities-task-install)testing
Quantified compound-loop dashboard: lessons captured vs graduated, adherence streaks, and task velocity. Use to see whether the workflow is actually compounding.
data-ai
Groove engineering workflow system. Top-level entry point. Use groove-daily-*, groove-work-*, groove-utilities-*, groove-admin-* for all workflow and admin commands.
documentation
Document lessons, update rules/templates/docs. Use to capture learnings after review.
development
Set up task backend and configuration.