start-next-task

Fetch unstarted Linear issues and update local tasks.md.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/coryfin/list-box --skill start-next-task-coryfin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-next-task
Source: https://github.com/coryfin/list-box/tree/main/.github/skills/start-next-task
Command: npx skills add https://github.com/coryfin/list-box --skill start-next-task-coryfin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill simplifies the task selection process by fetching unstarted Linear issues and letting you select the next task to work on.

Core Features & Use Cases

  • Fetch Linear Issues: Retrieves all unstarted issues from Linear.
  • User Selection: Allows the user to choose an issue to work on.
  • Update Local Task Tracking: Updates your local tasks.md with the selected issue.
  • Implementation Guidance: Provides project-level specs and implementation hints from the issue description.

Quick Start

/select-next-issue

Frequently Asked Questions about start-next-task

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

FAQPage Schema
How do I fetch unstarted Linear issues for project management?

To fetch unstarted Linear issues for project management, this skill retrieves all unresolved tickets via the Linear API, allowing you to review and select your next task directly from the returned list.

How does task selection from Linear update my local workflow automation?

Task selection from Linear updates your local workflow automation by writing the chosen issue details into a local `tasks.md` file, ensuring your local task tracking reflects your current development focus.

Do I need a Linear API key to select my next issue?

Yes, you need Linear API access for issue fetching. The skill requires this authentication to connect to your workspace and retrieve unstarted issues for selection.

Can I get implementation guidance from Linear issue descriptions?

Yes, you can get implementation guidance from Linear issue descriptions. After selecting an issue, the skill provides project-level specs and implementation hints extracted directly from the ticket's text.

What's the best way to integrate Linear issue tracking with local file systems?

The best way to integrate Linear issue tracking with local file systems is using a single command like `/select-next-issue`, which fetches remote tickets and automatically updates your local `tasks.md` tracking file.

Are there limitations when using a basic script for Linear task selection?

A limitation of using a basic script for Linear task selection is that it strictly requires both Linear API access for remote fetching and local file system access to update `tasks.md`, lacking offline capabilities.