linear-task-planner

Fetches Linear task details and generates a Markdown implementation plan for iOS work.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/cemege/skills-playground --skill linear-task-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-task-planner
Source: https://github.com/cemege/skills-playground/tree/main/skills/linear-task-planner
Command: npx skills add https://github.com/cemege/skills-playground --skill linear-task-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of planning iOS development tasks by fetching detailed information from Linear and generating a structured implementation plan.

Core Features & Use Cases

  • Automated Data Fetching: Retrieves task details, comments, and attachments from Linear via its API.
  • Context Persistence: Saves workspace configuration for repeatable use.
  • Structured Planning: Generates a Markdown plan incorporating best practices from other skills.
  • Use Case: A product manager creates a new feature ticket in Linear. The AI uses this Skill to fetch all relevant details, including design links and recent discussions, and then generates a clear, actionable implementation plan for the engineering team.

Quick Start

Use the linear-task-planner skill to create an implementation plan for Linear issue ENG-123.

Frequently Asked Questions about linear-task-planner

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

FAQPage Schema
How do I generate an implementation plan from Linear tasks for iOS development?

Generating an implementation plan from Linear tasks is done by fetching issue details, comments, and attachments via the Linear API, then producing a structured Markdown plan that incorporates iOS best practices like SwiftUI and concurrency.

What is the best way to automate task planning from a Linear board?

Automating task planning from a Linear board involves using an AI skill to retrieve task details through the Linear API and generate a structured Markdown implementation plan for the engineering team.

Can I save and reuse my Linear workspace context when planning iOS work?

You can save and reuse Linear workspace context through context persistence features, which store your workspace configuration for repeatable automated task planning across multiple issues.

Does the linear-task-planner work with SwiftUI and concurrency best practices?

The linear-task-planner works with SwiftUI and concurrency by incorporating these iOS best practices into the generated Markdown implementation plan alongside the fetched Linear task details.

How do I fetch Linear issue details like design links and discussions for a development plan?

Fetching Linear issue details like design links and discussions is performed through the Linear API integration, retrieving all task metadata and comments to structure into an actionable development plan.

What limitations exist when automating iOS task planning from Linear projects?

Limitations of automating iOS task planning from Linear projects depend on Linear API access and workspace configuration; task planning fails if API authentication is missing or workspace context is not properly saved.