onex-plan-to-tickets

Parse Markdown project plans and generate Linear tickets for each task.

2|2|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Julian0444/omnicursor --skill onex-plan-to-tickets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onex-plan-to-tickets
Source: https://github.com/Julian0444/omnicursor/tree/main/.cursor/skills/onex-plan-to-tickets
Command: npx skills add https://github.com/Julian0444/omnicursor --skill onex-plan-to-tickets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the process of converting project plan documents into tickets in a project management tool like Linear.

Core Features & Use Cases

  • Ticket Creation: Automatically parses plan documents and creates tickets in Linear.
  • Task Mapping: Maps each task from the plan to a corresponding ticket.
  • Dry Run: Option to see what would be created without actually creating the tickets.

Quick Start

Create tickets from a plan document:

/plan-to-tickets docs/plans/my-plan.md

Frequently Asked Questions about onex-plan-to-tickets

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

FAQPage Schema
How do I automatically create Linear tickets from a Markdown project plan?

You can automatically create Linear tickets from a Markdown project plan by parsing the document to extract tasks and mapping each task to a corresponding ticket via the Linear API.

Can I preview ticket creation from a project plan before actually generating them in Linear?

Yes, you can preview ticket creation from a project plan by using the dry run option to see exactly what tickets would be generated without actually creating them in Linear.

Do I need Linear API access to automate ticket creation from project plans?

Yes, you need Linear API access to automate ticket creation from project plans, as the parsed Markdown tasks are mapped and pushed directly to your Linear project management environment.

What is the best way to map tasks from a project planning document to a project management tool?

The best way to map tasks from a project planning document to a project management tool is using Markdown parsing to extract individual tasks and automatically generate corresponding tickets in Linear.

Does the automated Markdown ticket creation process work for any project plan format?

The automated ticket creation process specifically parses Markdown project plans, extracting tasks from these documents to map and generate corresponding tickets in Linear.

Why should I automate task mapping from project plans instead of manually creating Linear tickets?

You should automate task mapping from project plans to eliminate manual data entry, automatically parsing plan documents to generate Linear tickets and significantly improve your workflow automation.