aitask-pick

Select and prioritize the next AI task from a file-based task management system.

6|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/beyondeye/aitasks --skill aitask-pick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aitask-pick
Source: https://github.com/beyondeye/aitasks/tree/main/.claude/skills/aitask-pick
Command: npx skills add https://github.com/beyondeye/aitasks --skill aitask-pick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aitask_lock.sh, aitask_ls.sh, aitask_update.sh, aitask_create.sh, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of selecting and prioritizing AI development tasks, ensuring you always work on the most relevant and actionable item.

Core Features & Use Cases

  • Intelligent Task Selection: Automatically lists and filters available tasks based on priority and labels.
  • Contextual Awareness: Handles direct task selection via arguments and provides summaries for informed choices.
  • Workflow Integration: Seamlessly integrates with task management and environment setup scripts.
  • Use Case: As a developer, you can quickly see your top 15 tasks, filter them by 'bug' or 'feature' labels, and select the highest priority one to start working on immediately.

Quick Start

Use the aitask-pick skill to select the next AI task for implementation.

Frequently Asked Questions about aitask-pick

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I select and prioritize the next AI development task to work on?

To select your next AI development task, use this Skill to automatically list and filter available tasks by priority and labels, then assign and execute the highest priority item.

How does task selection and filtering work with labels like bug or feature?

Task filtering works by evaluating your file-based task management system to display the top 15 tasks, allowing you to narrow down selections using specific labels like bug or feature.

Can I directly select a specific task for implementation using command arguments?

Yes, you can directly select a specific task for implementation by passing task identifiers as arguments, overriding automatic prioritization to force environment setup for that item.

Do I need existing task management scripts to use this workflow automation?

Yes, this Skill requires existing task management scripts like aitask_create.sh and aitask_lock.sh to manage task assignment, environment setup, and status updates within the workflow.

What is the best way to get contextual summaries for parent and child tasks?

The best way to get contextual summaries for parent and child tasks is through the integrated task selection process, which provides hierarchical context for informed development choices.

Why does my task selection not update the task status automatically?

Task status updates require the integrated aitask_update.sh script to execute properly within your environment, ensuring the selected task's state is correctly modified after assignment.