source-command-ff-linear

Create, update, and manage Linear tickets from thoughts documents via MCP tools.

1|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/redblacktree/fastflow --skill source-command-ff-linear-redblacktree
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: source-command-ff-linear
Source: https://github.com/redblacktree/fastflow/tree/main/.agents/skills/source-command-ff-linear
Command: npx skills add https://github.com/redblacktree/fastflow --skill source-command-ff-linear-redblacktree

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the manual effort of translating research notes and thoughts documents into well-structured Linear tickets, and keeps ticket status, comments, and links consistent with team workflow conventions. ## Core Features & Use Cases - Ticket Creation from Thoughts Documents: Reads a thoughts markdown document, distills the problem and solution, drafts a ticket, and creates it in Linear with the correct project, priority, labels, and GitHub links. - Comments and Link Management: Adds concise, insight-focused comments to existing tickets and attaches reference links using the Linear links parameter. - Workflow Status Progression: Moves tickets through the team's defined pipeline from Triage through Research, Plan, Dev, Code Review, and Done. - Use Case: After finishing a research document in thoughts/, ask the assistant to turn it into a Linear ticket; it drafts the title and description, confirms project and priority, then creates the ticket in Triage status with a link back to the source document. ## Quick Start Ask the assistant to create a Linear ticket from a specific thoughts document, for example by saying: create a Linear ticket from thoughts/shared/session-config.md.

Frequently Asked Questions about source-command-ff-linear

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

FAQPage Schema
How do I create a Linear ticket from a markdown document?▼

Provide the path to the thoughts document or a topic to search for. The skill reads the document, drafts a title and description with a clear problem statement, confirms project and priority with you, then creates the ticket in Triage status with a GitHub link to the source.

How do I add a comment to an existing Linear ticket?▼

The skill identifies the relevant ticket from conversation context or fetches it with get_issue for confirmation. It then posts a concise comment focused on key insights, with file references formatted as backtick-wrapped paths plus GitHub links.

What Linear tools are required for ticket management?▼

The Linear MCP server must be enabled so mcp__linear__ tools are available. If they are missing, run the /mcp command to enable the Linear MCP server before attempting ticket operations.

What status does a new Linear ticket start in?▼

New tickets are always created in Triage status by default. From there they progress through Spec Needed, Research, Plan, Ready for Dev, In Dev, Code Review, and Done according to the team's workflow.

Why does ticket creation ask for a problem to solve?▼

Every ticket must include a clear problem statement from a user perspective, not just implementation details. If you only provide technical steps, the skill will ask you to explain the underlying problem before drafting the ticket.