tracker-linear

Provide a vendor-agnostic Linear tracker interface for AFK consumer skills.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/ValescoAgency/flightplan --skill tracker-linear
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tracker-linear
Source: https://github.com/ValescoAgency/flightplan/tree/main/tracker-linear
Command: npx skills add https://github.com/ValescoAgency/flightplan --skill tracker-linear

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates a vendor-agnostic, canonical Linear tracker interface to AFK consumer skills, standardizing issue operations and state semantics across the workflow.

Core Features & Use Cases

  • Implements the canonical operations fetch_issue, list_comments, post_comment, apply_labels, and set_status via the Linear MCP.
  • Serves consumer skills such as /triage, /draft-contract, /brief-to-contract, and /diagnose for tracker-backed workflows.
  • Ensures consistent status mapping and label handling, with per-session caching.

Quick Start

Configure .afk/config.yml to declare tracker: linear (the default) and let consumer skills load this adapter to operate against Linear issues.

Frequently Asked Questions about tracker-linear

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

FAQPage Schema
How do I automate Linear issue management in AFK workflows?

Automate Linear issue management in AFK workflows by declaring `tracker: linear` in `.afk/config.yml`, which loads this adapter to handle fetch_issue, list_comments, post_comment, apply_labels, and set_status operations.

What Linear issue operations are supported by the AFK tracker adapter?

The AFK tracker adapter supports the Linear issue operations fetch_issue, list_comments, post_comment, apply_labels, and set_status, interfacing directly with the Linear MCP to execute them.

How do I configure my environment to use Linear for AFK triage and contract workflows?

Configure your environment to use Linear for AFK triage and contract workflows by setting `tracker: linear` in your `.afk/config.yml` file, enabling consumer skills like /triage and /draft-contract to operate against Linear issues.

Does the Linear tracker adapter cache status and label mappings?

Yes, the Linear tracker adapter caches label and status mappings per session to enforce canonical semantics and ensure consistent state handling across multiple AFK workflow operations.

Can I use the AFK adapter for Linear issue tracking in diagnose workflows?

Yes, you can use the AFK adapter for Linear issue tracking in diagnose workflows, as it satisfies the tracker adapter contract to provide standardized issue operations across triage, draft-contract, brief-to-contract, and diagnose processes.