executing-plans

Converts implementation plans into Linear tickets and routes them by project scope.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of converting a complete implementation plan into actionable tasks within Linear, ensuring efficient execution and proper routing for complex projects.

Core Features & Use Cases

  • Plan to Ticket Conversion: Automatically generates Linear tickets and epics from a given plan file.
  • Live PR State Verification: Checks the status of referenced Pull Requests to ensure they are mergeable and passing checks before proceeding.
  • Intelligent Routing: Routes the created tickets to either /epic-team or /ticket-pipeline based on project complexity and scope.
  • Use Case: You have a detailed plan for a new feature. This Skill will create all necessary tickets in Linear, verify that related PRs are ready, and then route them to the appropriate team or pipeline for development.

Quick Start

Use the executing-plans skill to convert the plan file 'feature-x.md' into Linear tickets and route them.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I convert an implementation plan into Linear tickets?

To convert an implementation plan into Linear tickets, you provide the plan file to the Skill. It automatically generates actionable Linear tickets and epics, then routes them to the appropriate team or pipeline for execution.

How does PR verification work with Linear ticket routing?

PR verification uses the GitHub CLI to check the live state of referenced Pull Requests. The Skill validates that PRs are mergeable and passing checks before proceeding with ticket creation and routing execution.

Do I need GitHub CLI to automate Linear workflow execution?

Yes, the GitHub CLI is a required dependency for automating this Linear workflow execution. It is specifically used to validate live PR states against your plan assumptions before routing tickets.

What is the best way to route Linear tickets for complex projects?

The best way to route Linear tickets for complex projects is using an intelligent routing strategy based on ticket count and project scope. The Skill directs tasks to either an epic team or ticket pipeline for development.

Can I execute plans in Linear without manual ticket creation?

You can execute plans in Linear without manual ticket creation by providing a detailed plan file. The Skill automatically parses the file to generate all necessary epics and tickets for your project.