onex-execute-plan

Automates Linear ticket creation and executes the full pipeline from plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires linear, omnimarket, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of plans and creation of tickets in Linear, streamlining the implementation pipeline.

Core Features & Use Cases

  • Plan Review: Reviews plan files adversarially to ensure quality before execution.
  • Ticket Creation: Automatically creates Linear tickets from plan files.
  • Pipeline Execution: Runs the full ticket pipeline (implement → PR → CI → merge) for each ticket.
  • Fallback Mechanism: Executes inline implementation if the Omnimarket bridge is unavailable.
  • Dependency Handling: Handles dependencies between tickets and marks dependent tickets as skipped if a dependency is blocked.
  • Summary Reporting: Provides a summary report after all tickets are processed.
  • Use Case: Ideal for teams that use Linear for project management and need to automate the execution of plans and ticket creation.

Quick Start

Execute a plan by running the following command:

/execute-plan docs/plans/my-plan.md

Frequently Asked Questions about onex-execute-plan

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

FAQPage Schema
How do I automate plan execution and ticket creation in Linear?

To automate plan execution and ticket creation in Linear, you can use a Skill that reviews plan files, generates Linear tickets, and runs the full implementation pipeline automatically. It requires a Linear integration and the Omnimarket bridge to function.

How does automated ticket pipeline execution handle dependencies?

Automated ticket pipeline execution handles dependencies by tracking relationships between tickets and marking dependent tickets as skipped if a prerequisite dependency becomes blocked during the implementation pipeline.

Can I execute a plan and create Linear tickets from a markdown file?

Yes, you can execute a plan and create Linear tickets from a markdown file by running a simple command targeting your plan document. The system reviews the plan file adversarially to ensure quality before creating the tickets.

What happens if the Omnimarket bridge is unavailable during plan execution?

If the Omnimarket bridge is unavailable during plan execution, the system uses a fallback mechanism to execute inline implementation directly. This ensures your plan execution continues without interruption despite the missing bridge dependency.

Does this automated plan execution approach work for large project management workflows?

Yes, automated plan execution works for large project management workflows by processing all tickets in a plan file, running the full pipeline for each, and providing a comprehensive summary report after all tickets are processed.

Why does a ticket get marked as skipped during pipeline execution?

A ticket gets marked as skipped during pipeline execution when it has a dependency on another ticket that has been blocked. This dependency handling prevents downstream pipeline failures and ensures execution integrity.