plan-to-tickets

Create Linear tickets from markdown plan files with dependencies and epics.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill plan-to-tickets
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-to-tickets
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/plan-to-tickets
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill plan-to-tickets

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of project tickets from a structured plan document, saving significant manual effort and ensuring consistency in task management.

Core Features & Use Cases

  • Automated Ticket Creation: Parses markdown plans to create tickets in Linear.
  • Dependency Linking: Automatically links tickets based on defined dependencies within the plan.
  • Epic Management: Can create or link to an existing epic for the project.
  • Use Case: A product manager can provide a detailed plan with phases and dependencies, and this Skill will generate all the necessary tickets in Linear, ready for the development team to pick up.

Quick Start

Use the plan-to-tickets skill to create tickets from the file '~/my-project-plan.md'.

Frequently Asked Questions about plan-to-tickets

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

FAQPage Schema
How do I automate Linear ticket creation from a markdown plan file?▼

Automating Linear ticket creation from a markdown plan file is achieved by parsing project phases, milestones, and dependencies to batch generate tickets. The tool automatically creates or links epics and resolves inter-ticket dependencies for development teams.

Can I link ticket dependencies automatically when generating Linear tickets?▼

Yes, you can link ticket dependencies automatically when generating Linear tickets. The workflow parses defined dependencies within your markdown plan file and automatically resolves inter-ticket relationships during the batch creation process.

What is the best way to check architectural compliance before creating project tickets?▼

Checking architectural compliance before creating project tickets is handled through built-in validation checks during the parsing process. This enforces structural rules on your markdown plan file before any Linear tickets are actually generated.

Does the markdown to Linear tickets workflow support dry runs?▼

Yes, the markdown to Linear tickets workflow supports dry runs. This feature allows you to validate the batch creation process and review parsed phases and dependencies without writing actual tickets to your project management system.

How do I skip existing tickets when batch creating Linear tickets from a plan?▼

To skip existing tickets when batch creating Linear tickets from a plan, the workflow includes a specific feature to ignore previously generated items. This ensures robust workflow integration by preventing duplicate tickets during repeated plan processing.