to-tickets

to-tickets is a skill for Claude Code from Kripu77/software-factory. It costs 20 tokens per session (122 once invoked), scanned A, original, MIT.

A procedure for turning a plan into small, end-to-end GitHub issues, where each issue can be demonstrated on its own.

In plain words
What is it for?
Use it to create tracer-bullet tickets, define acceptance criteria, identify blocking issues, and publish issues on the responsible service after human review.
Why use it?
It makes dependencies clear by recording which issue must be completed first. It avoids planning work as disconnected technical layers.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the software-factory plugin — 10 skills, 9 commands shipped together

Good fit Use it to create tracer-bullet tickets, define acceptance criteria, identify blocking issues, and publish issues on the responsible service after human review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kripu77/software-factory/to-tickets
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 Kripu77/software-factory --skill to-tickets
Clone the repo
git clone --depth 1 https://github.com/Kripu77/software-factory

Made for: Claude Code.

Or install software-factory, the plugin that ships this one along with the rest of its 10 skills, 9 commands.

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 to-tickets

README.md
[![agentmods](https://agentmods.dev/badge/skills/kripu77/software-factory/to-tickets/github.svg)](https://agentmods.dev/skills/kripu77/software-factory/to-tickets)
Your own site
<a href="https://agentmods.dev/skills/kripu77/software-factory/to-tickets"><img src="https://agentmods.dev/badge/skills/kripu77/software-factory/to-tickets/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 to-tickets

Your own site · 80×15
<a href="https://agentmods.dev/skills/kripu77/software-factory/to-tickets"><img src="https://agentmods.dev/badge/skills/kripu77/software-factory/to-tickets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 122 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.00020 $0.00122
Opus 5 $0.00010 $0.00061
Sonnet 5 $0.00004 $0.00024
Haiku 4.5 $0.00002 $0.00012

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

Security

Grade A, and why

to-tickets 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.

skills/to-tickets/SKILL.md · 24 lines

What it actually says

To tickets

Vertical slices, not layers. Each ticket is demoable. Each names what blocks it.

Open issues on the owning service. Label ready-for-agent. Quiz the human before publishing. Do not write local scratch ticket files.

Issue body

What to build

End-to-end behavior from the user's perspective.

Acceptance criteria

  • ...

Blocked by

None, or links to blocking issues.

No stale file paths in the body.

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 · 24 lines · 20 tokens per session scan A 6c769b524f8e

Subscribe to this mod's changes

to-tickets is a skill published in the GitHub repository Kripu77/software-factory (6 stars, last pushed 3d ago), licensed MIT. It adds 20 tokens to every session and 122 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

link-ticket-to-session

Link the current Claude Code session to a ticket (Linear, Jira, GitHub Issues, or GitHub Pull Requests) and cache its title/status in karma. Use when the user explicitly asks to link, attach, associate, or connect this session to a ticket, issue, or PR — e.g. "/link-ticket-to-session ABC-123", "link this session to…

JayantDevkar/claude-code-karma · 91 tokens

vibe-plan

Use when you have a spec, feature request, or set of requirements that needs to be broken into vibe-kanban issues - decomposes the spec into an issue tree with dependencies, assigns priorities and tier estimates, creates all issues in the project. Pass --local to write the plan to .vibe-flow/plan-local.json instead of…

OAI-Labs/vibe-flow · 83 tokens

vibe-ship

Use when you have vibe-kanban issues ready to dispatch to coding agents - turns an issue tree into execution waves with parallel dispatch, executor routing by complexity (T0-T4), and barrier sync between waves.

OAI-Labs/vibe-flow · 46 tokens

vibe-status

Use when you want a snapshot of all active vibe-kanban workspaces, their PRs, and any inconsistencies - shows dashboard-style table with workspace state, branch, PR status, CI, and review state, flags anything stuck or inconsistent.

OAI-Labs/vibe-flow · 52 tokens

vibe-export-kanban

Use after the final vibe-ship-fast PR has merged to sync results back to vibe-kanban - posts a comment with the PR url and commit SHA on each linked issue, then transitions the issue to done. Idempotent via a marker comment, never modifies title or description.

OAI-Labs/vibe-flow · 62 tokens

vibe-import-kanban

Use when you want to ship existing vibe-kanban issues locally with vibe-ship-fast - pulls issues from a vibe-kanban project via MCP and writes them to .vibe-flow/plan-local.json with kanbanid/simpleid preserved, so vibe-export-kanban can sync results back after merge.

OAI-Labs/vibe-flow · 65 tokens