ito-tasks

Manage task lifecycle with start, complete, and shelve CLI commands.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/withakay/research --skill ito-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ito-tasks
Source: https://github.com/withakay/research/tree/main/.opencode/skills/ito-tasks
Command: npx skills add https://github.com/withakay/research --skill ito-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the lifecycle of tasks in a project change by providing commands to manipulate task statuses, prioritize next steps, and shelve work.

Core Features & Use Cases

  • Task Lifecycle Management: Start, complete, shelve, and unshelve tasks within a change.
  • Status Checks: Show the current status and next available task within a change.
  • Task Creation: Add new tasks to the change workflow.
  • Use Case: For project managers juggling multiple tasks, this skill streamlines the tracking and progress of implementation tasks to ensure work is done efficiently.

Quick Start

Use 'ito-tasks ready' to see ready tasks across all changes.

Frequently Asked Questions about ito-tasks

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

FAQPage Schema
How do I manage implementation tasks for a software project change via CLI?

You can manage implementation tasks for a software project change via CLI by using commands to start, complete, and shelve tasks within a specified change context. The interface handles status queries and initiates new task creation to streamline workflow.

What is the best way to track task status and prioritize next steps in a change workflow?

The best way to track task status and prioritize next steps in a change workflow is to use status check commands that show the current state and the next available task. This streamlines tracking and progress of implementation tasks to ensure efficient completion.

Can I shelve and unshelve incomplete tasks within a project change?

Yes, you can shelve and unshelve incomplete tasks within a project change. The task lifecycle management functionality includes commands to temporarily shelve work and later unshelve it, allowing you to manipulate task statuses and prioritize ongoing implementation efforts.

How do I see which tasks are ready to work on across all active changes?

To see which tasks are ready to work on across all active changes, you can run a 'ready' command. This queries the task statuses across all changes and displays the available tasks, helping you prioritize next steps without checking each change individually.

Does this CLI tool require any external dependencies for project tracking?

No, this CLI tool for project tracking does not require any external dependencies. It operates independently to manage the lifecycle of tasks in a project change, allowing you to manipulate task statuses and prioritize next steps without installing additional packages.