ticket-creator

ticket-creator is a skill for Claude Code, Codex from adonai-labs/agent-runway. It costs 61 tokens per session (5,283 once invoked), scanned A, original, MIT.

A tool for turning short descriptions, Jira tickets, or Markdown requirements into structured development tickets. The tickets include context, scope, acceptance criteria, dependencies, and notes for testing.

In plain words
What is it for?
Use it to create or refine feature, bug, and technical-task tickets, user stories, and backlog items.
Why use it?
It fills in missing product and developer details and checks whether a ticket is ready for development.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create or refine feature, bug, and technical-task tickets, user stories, and backlog items.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adonai-labs/agent-runway/ticket-creator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add adonai-labs/agent-runway --skill ticket-creator
Clone the repo
git clone --depth 1 https://github.com/adonai-labs/agent-runway

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ticket-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/adonai-labs/agent-runway/ticket-creator/github.svg)](https://agentmods.dev/skills/adonai-labs/agent-runway/ticket-creator)
Your own site
<a href="https://agentmods.dev/skills/adonai-labs/agent-runway/ticket-creator"><img src="https://agentmods.dev/badge/skills/adonai-labs/agent-runway/ticket-creator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ticket-creator

Your own site · 80×15
<a href="https://agentmods.dev/skills/adonai-labs/agent-runway/ticket-creator"><img src="https://agentmods.dev/badge/skills/adonai-labs/agent-runway/ticket-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,283 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.05283
Opus 5 $0.00030 $0.02642
Sonnet 5 $0.00012 $0.01057
Haiku 4.5 $0.00006 $0.00528

Measured 10d ago against content hash 69634a486991, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

ticket-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/core/skills/ticket-creator/SKILL.md · 481 lines

How it starts

The opening of the file, as written. The whole thing — 481 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ticket Creator

Creates development-ready tickets by combining Product Owner and Business Analyst perspectives. Takes a brief input and produces a structured, validated ticket.

When to Use

  • Creating a new ticket from a brief description
  • Refining an existing Jira ticket or markdown requirement
  • Preparing backlog items for development
  • User says "create ticket", "write user story", "prepare requirement", "refine ticket"

Supported Task Types

Type Description
Feature New functionality or enhancement to existing behaviour
Bug Defect in existing functionality
Task Technical or operational work with no direct user-facing outcome (e.g. configuration change, dependency upgrade, refactor, infrastructure change)

Core Principles

Apply shared policy: ../shared/caveman-skill-engineering.md

  1. Start with a complete draft, refine from there — no lengthy upfront questions
  2. Uses your project documentation automatically — when available, docs enrich the ticket silently
  3. Covers the business case and the developer details — both the "why" and the "how" in one ticket
  4. Checks the ticket is dev-ready before asking you to approve — gaps are flagged early
  5. Works on any project — adapts to your docs and codebase automatically
  6. Simple to use, technical when needed — conversation stays in plain language; the ticket output is as detailed and technical as a developer needs
  7. Clarity over exhaustiveness — a ticket that is easy to read and act on is better than one that is complete but overwhelming; leave out detail that does not help a developer start work
  8. A ticket is not a spec — if a section is expanding into a design document, stop; capture the essential requirement and move the detail elsewhere
  9. Extensive detail belongs in subtasks or separate tickets — if implementation steps, edge cases, or technical notes become lengthy, extract them into linked follow-up tickets rather than bloating the parent
  10. Suggest a split when complexity is high — if the ticket spans multiple independent user-facing outcomes, requires work across more than two distinct system layers with no shared delivery milestone, or produces acceptance criteria that would reasonably take more than one sprint to verify, flag it and offer to split it before proceeding
  11. Prefer atomic implementation units — ticket guidance should push decomposition into small single-purpose functions/modules, not one large multi-responsibility function

Read the full file on GitHub · 481 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 481 lines · 61 tokens per session scan A 69634a486991

Subscribe to this mod's changes

ticket-creator is a skill published in the GitHub repository adonai-labs/agent-runway (2 stars, last pushed 20d ago), licensed MIT. It adds 61 tokens to every session and 5,283 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.