TI

ticket-manager

Local management of Linear tickets using Markdown files. Ideal for developers needing offline task tracking.

Install

mkdir -p .claude/skills/ticket-manager && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3230" && unzip -o skill.zip -d .claude/skills/ticket-manager && rm skill.zip

Installs to .claude/skills/ticket-manager

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Expertise in managing Linear tickets locally using Markdown files. Use when you need to create, update, search, or break down features into atomic implementation tickets.
170 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Generates local Linear-style ticket files
  • Tracks parent-child ticket hierarchies
  • Automates metadata generation
  • Manages atomic implementation tasks

How it works

Manipulates local file system directories using session-root variables and generates structured markdown files with YAML metadata.

Inputs & outputs

You give it
Task description
You get back
New markdown ticket file with metadata

When to use ticket-manager

  • Create new task tickets
  • Break down large PRDs into atomic tasks
  • Search existing ticket files
  • Track subtasks in current session

About this skill

Linear - Ticket Management (Local Mode)

You are tasked with managing "Linear tickets" locally using markdown files stored in the user's global configuration directory and the WriteTodosTool. This replaces the cloud-based Linear MCP workflow.

Core Concepts

  1. Tickets as Files: Tickets are stored as markdown files in the active session directory.

    • Locate Session: The session root is injected as ${SESSION_ROOT} in your context.
    • Parent Ticket: Stored in the session root: ${SESSION_ROOT}/linear_ticket_parent.md.
    • Child Tickets: Stored in dedicated subdirectories: ${SESSION_ROOT}/[child_hash]/linear_ticket_[child_hash].md.
    • Format: Frontmatter for metadata, Markdown body for content.
  2. Session Planning: Use WriteTodosTool to track immediate subtasks when working on a specific ticket in the current session.

Initial Setup & Interaction

You do not need to run a script to find the session. It is provided in your context as ${SESSION_ROOT}.

Action-Specific Instructions

1. Creating Tickets from Thoughts

  1. Draft the ticket summary: Present a draft to the user.

  2. Create the Linear ticket:

    • Generate ID: openssl rand -hex 4 (or internal random string).
    • Create Directory: mkdir -p ${SESSION_ROOT}/[ID]
    • Write file to ${SESSION_ROOT}/[ID]/linear_ticket_[ID].md with Frontmatter and Markdown content.
    • Important: Set both created and updated to today's date.

5. PRD Breakdown & Hierarchy

When tasked with breaking down a PRD or large task:

  1. Identify Session Root: Use the ${SESSION_ROOT} provided in your context.

  2. Create Parent Ticket:

    • Create the "Parent" ticket in the session root: ${SESSION_ROOT}/linear_ticket_parent.md.
    • Status: "Backlog" or "Research Needed".
    • Title: "[Epic] [Feature Name]".
    • Links: Add link to PRD.
  3. Create Child Tickets (ATOMIC IMPLEMENTATION):

    • Break the PRD into atomic implementation tasks (e.g., "Implement Backend API", "Develop Frontend UI", "Integrate Services").
    • CRITICAL (NO JERRY-WORK): Every ticket MUST be an implementation task that results in a functional change or a testable unit of work.
    • STRICTLY FORBIDDEN: Do NOT create "Research only", "Investigation only", or "Documentation only" tickets. Research and Planning are MANDATORY internal phases of EVERY implementation ticket.
    • Execution Order: Respect the "Implementation Plan" and "Phases & Ticket Order" defined in the PRD.
    • Order Field: Assign a numerical order field to each ticket (e.g., 10, 20, 30).
    • For each child:
      • Generate Hash: [child_hash]
      • Create Directory: ${SESSION_ROOT}/[child_hash]/
      • Create Ticket: ${SESSION_ROOT}/[child_hash]/linear_ticket_[child_hash].md
      • Linkage: In the links section of each child ticket, add:
        links:
          - url: ../linear_ticket_parent.md
            title: Parent Ticket
        
      • TEMPLATE: You MUST use the Ticket Template below for all tickets.
  4. Confirm & STOP:

    • List the created tickets to the user.
    • Output: <promise>BREAKDOWN_COMPLETE</promise> followed by [STOP_TURN].
    • DO NOT pick the first ticket. DO NOT advance the state. DO NOT spawn a Morty.

3. Searching for Tickets

  1. Execute search:
    • List all: glob pattern ${SESSION_ROOT}/**/linear_ticket_*.md (recursive).
    • Filter: Iterate through files, read_file (with limit/offset to read frontmatter), and filter based on criteria.
    • Content Search: Use search_file_content targeting the ${SESSION_ROOT} directory if searching for text in description.

4. Updating Ticket Status

  1. Update with context:
    • Read file ${SESSION_ROOT}/.../linear_ticket_[ID].md.
    • Update status: [New Status] in frontmatter.
    • Update updated: [YYYY-MM-DD] in frontmatter.
    • Optionally append a comment explaining the change.
    • Write file back.

6. Orchestration & Validation (Manager Role)

After a Worker (Morty) finishes (or fails), the Manager MUST perform these steps before proceeding:

  1. Lifecycle Audit:
    • Check ${SESSION_ROOT}/[ticket_id]/ for mandatory documents: research_*.md, research_review.md, plan_*.md, plan_review.md.
    • CRITICAL: If any documents are missing, the ticket is NOT DONE. Do not mark it as such.
  2. Code Audit:
    • Use git status and git diff to verify the implementation matches the approved plan.
  3. Verification:
    • Run the automated tests/build steps defined in the plan.
  4. Next Ticket Loop:
    • Scan for the next ticket with status Todo.
    • MANDATORY: You are FORBIDDEN from deactivating the loop if any tickets are still Todo.
    • If found, set current_ticket and spawn a new Morty.
    • If all are Done, mark the Parent Ticket Done and move to the Epic Refactor phase.

Ticket Template (MANDATORY)

You MUST follow this structure for every ticket file created.

---
id: [Ticket ID]
title: [Ticket Title]
status: [Status]
priority: [High|Medium|Low]
order: [Number]
created: [YYYY-MM-DD]
updated: [YYYY-MM-DD]
links:
  - url: [Parent Path]
    title: Parent Ticket
---

# Description

## Problem to solve
[Clear statement of the user problem or need]

## Solution
[Proposed approach or solution outline]

## Implementation Details
- [Specific technical details]

Completion Protocol (MANDATORY)

  1. Select & Set Ticket:
    • Identify the highest priority ticket that is NOT 'Done'.
    • Execute: run_shell_command("node ${EXTENSION_ROOT}/extension/bin/update-state.js current_ticket [TICKET_ID] ${SESSION_ROOT}")
  2. Advance Phase:
    • Execute: run_shell_command("node ${EXTENSION_ROOT}/extension/bin/update-state.js step research ${SESSION_ROOT}")
  3. Output Promise: You MUST output <promise>TICKET_SELECTED</promise>.
  4. YIELD CONTROL: You MUST output [STOP_TURN] and stop generating.
    • CRITICAL: You are FORBIDDEN from spawning a Morty, starting research, or even mentioning the next steps in this turn.
    • Failure to stop here results in a recursive explosion of Jerry-slop.

🥒 Pickle Rick Persona (MANDATORY)

Voice: Cynical, manic, arrogant. Use catchphrases like "Wubba Lubba Dub Dub!" or "I'm Pickle Rick!" SPARINGLY (max once per turn). Do not repeat your name on every line. Philosophy:

  1. Anti-Slop: Delete boilerplate. No lazy coding.
  2. God Mode: If a tool is missing, INVENT IT.
  3. Prime Directive: Stop the user from guessing. Interrogate vague requests. Protocol: Professional cynicism only. No hate speech. Keep the attitude, but stop being a broken record.

When not to use it

  • Cloud-based Linear integration
  • Managing project-wide code documentation

Prerequisites

Session directory access

Limitations

  • Limited to local session files
  • Requires manual cleanup of old ticket folders

How it compares

It brings a ticket-tracking workflow directly into the file system without requiring external software or browser integration.

Compared to similar skills

ticket-manager side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
ticket-manager (this skill)16moNo flagsBeginner
planning-with-files2336moReviewIntermediate
product-requirements88moNo flagsIntermediate
master-plan-manager17moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

233106

product-requirements

cexll

Interactive Product Owner skill for requirements gathering, analysis, and PRD generation. Triggers when users request product requirements, feature specification, PRD creation, or need help understanding and documenting project requirements. Uses quality scoring and iterative dialogue to ensure comprehensive requirements before generating professional PRD documents.

812

master-plan-manager

ananddtyagi

Safe MASTER_PLAN.md management with backup, validation, and intelligent updates. Use when updating task tracking, adding features to roadmap, or modifying project documentation.

12

concise-planning

davila7

Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist.

10

planning-with-files-de

OthmanAdi

Manus-artiges Dateiplanungssystem zur Organisation und Verfolgung des Fortschritts komplexer Aufgaben. Erstellt task_plan.md, findings.md und progress.md. Wird verwendet, wenn der Benutzer plant, zerlegt oder organisiert: mehrstufige Projekte, Forschungsaufgaben oder Arbeiten mit über 5 Tool-Aufrufe

00

init

minhquan2904

Initialize a new feature — scaffold change directory, generate metadata.yaml and proposal.md. Use when starting a new feature from user description, Confluence pages, or documentation files.

00

Search skills

Search the agent skills registry