to-tickets

Convert plans or specifications into issue tickets with blocking dependencies.

26|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/rortan134/cache-app --skill to-tickets-rortan134
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-tickets
Source: https://github.com/rortan134/cache-app/tree/main/.agents/skills/to-tickets
Command: npx skills add https://github.com/rortan134/cache-app --skill to-tickets-rortan134

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps transform plans, specifications, or conversations into a set of tickets with clear blocking dependencies, streamlining project management and ensuring all steps are accounted for.

Core Features & Use Cases

  • Ticket Creation: Automatically generate tickets from a plan or specification.
  • Blocking Dependencies: Define blocking dependencies for each ticket.
  • Publishing: Output tickets in a local file format or directly to an issue tracker.
  • Use Case: Imagine you are planning a feature release and want to break it down into tickets. Use this Skill to generate the tickets and ensure all dependencies are defined.

Quick Start

Run the to-tickets skill with the reference to your plan, spec, or conversation and let it generate the tickets.

Frequently Asked Questions about to-tickets

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

FAQPage Schema
How do I convert a project plan into issue tickets with blocking dependencies?

To convert a project plan into issue tickets, provide the plan or specification to the skill. It automatically decomposes the input into actionable tickets and defines their blocking dependencies for streamlined issue tracking.

What is plan decomposition for issue tracking and when do I need it?

Plan decomposition for issue tracking is the process of breaking high-level specifications into actionable tickets with defined blocking dependencies. You need it when planning feature releases to ensure all project steps are accounted for and properly sequenced.

Can I publish generated tickets directly to an issue tracker or do I need to use local files?

You can publish generated tickets directly to an issue tracker or output them as local files. The skill supports both local file creation and issue tracker integration to fit various project management workflows.

What's the best way to automate ticket creation from a specification or conversation?

The best way to automate ticket creation from a specification is to run the skill against the referenced document or conversation. It processes the input text to generate structured tickets and automatically maps out their blocking dependencies.

Does this ticketing skill require any specific issue tracking platform to function?

No specific issue tracking platform is required to function. The skill operates independently to generate tickets and supports both local file output and direct integration with existing issue tracking systems.

Why define blocking dependencies when breaking down a project plan into tickets?

Defining blocking dependencies when breaking down a plan establishes the correct execution sequence for tasks. It ensures that project management workflows accurately reflect which tickets must be completed before others can begin.