to-issues

to-issues is a skill for Claude Code, Codex from bartolli/kmd. It costs 140 tokens per session (2,035 once invoked), scanned A, original, MIT.

A skill that breaks a wiki user story into small end-to-end implementation slices, where each slice crosses all needed layers and can be completed independently.

In plain words
What is it for?
Use it to refine slice boundaries, record dependencies, decide whether human input is needed, and optionally create matching issue-tracker items.
Why use it?
It turns broad stories into manageable work items and can mirror ready slices to GitHub or GitLab, with links back to the wiki.

Skill for Claude CodeCodex

Part of the wiki-sdd plugin — 9 skills, 5 hooks shipped together

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.

agentmods
npx agentmods add skills/bartolli/kmd/to-issues
Any agent
npx skills add bartolli/kmd --skill to-issues
Clone the repo
git clone --depth 1 https://github.com/bartolli/kmd

Made for: Claude Code, Codex.

Or install wiki-sdd, the plugin that ships this one along with the rest of its 9 skills, 5 hooks.

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-issues

README.md
[![agentmods](https://agentmods.dev/badge/skills/bartolli/kmd/to-issues.svg)](https://agentmods.dev/skills/bartolli/kmd/to-issues)
Your own site
<a href="https://agentmods.dev/skills/bartolli/kmd/to-issues"><img src="https://agentmods.dev/badge/skills/bartolli/kmd/to-issues.svg" alt="Measured on agentmods" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,035 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00140 $0.02035
Opus 5 $0.00070 $0.01018
Sonnet 5 $0.00028 $0.00407
Haiku 4.5 $0.00014 $0.00203

Measured today against content hash 6a832ad988aa, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

to-issues 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 today.

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.

plugins/claude/wiki-sdd/skills/to-issues/SKILL.md · 183 lines

How it starts

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

To Issues — Break Stories into Vertical Slices (and Optionally Mirror to GitHub/GitLab)

Take a wiki user story and decompose it into independently-grabbable vertical slices using tracer bullets. In GitHub/GitLab mode, also mirror ready-for-agent slices to the remote tracker.

Hand-off from /to-stories: /to-stories writes a rough slice draft (1-3 coarse slices) when synthesizing stories. /to-issues is the refinement pass — validates vertical-slice rules, splits coarse slices, sets blocked_by dependencies, and mirrors to GH/GitLab. Run /to-issues after /triage promotes a story to ready-for-agent, or earlier if the user wants to refine slicing before triage.

Prerequisites

  • WIKI_SCOPE: <scope> declared in the project instructions.
  • The target story file exists at projects/<scope>/plan/<plan-name>/story-N-<slug>.md.
  • WIKI_ISSUE_TRACKER declared in the project instructions (github, gitlab, or local).

What is a vertical slice (tracer bullet)?

A slice is a thin path that cuts through ALL integration layers end-to-end, NOT a horizontal slice of one layer.

  • Each slice delivers a narrow but COMPLETE path through every layer (schema · API · UI · tests).
  • A completed slice is independently demoable or verifiable.
  • Prefer many thin slices over few thick ones.

Slices may be AFK (autonomous-runnable) or HITL (needs human interaction — architectural decision, design review, manual testing). Prefer AFK over HITL where possible.

Anti-pattern: "Slice 1: build the schema. Slice 2: build the API. Slice 3: build the UI." That's horizontal — none of those slices is independently demoable. Convert to vertical: "Slice 1: end-to-end happy path. Slice 2: validation rules. Slice 3: error handling."

Process

1. Gather context

  • Read the target story file: frontmatter + body (User Story, Scenarios, existing Slices, References).
  • Read the parent plan/plan-{name}.md for context.
  • Read glossary.md for vocabulary; ADRs and specs referenced by the story for technical constraints.
  • Check WIKI_ISSUE_TRACKER to determine remote-mirror behavior.

Read the full file on GitHub · 183 lines

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. today Changed 6a832ad988aa
  2. 4d ago First seen · 183 lines · 140 tokens per session scan A 574ca782435b

Subscribe to this mod's changes

to-issues is a skill published in the GitHub repository bartolli/kmd (7 stars, last pushed today), licensed MIT. It adds 140 tokens to every session and 2,035 once invoked, about $0.0007 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

bmad-correct-course

Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change".

delorenj/mcp-server-trello · 29 tokens

bmad-correct-course

Assess the impact of a significant change during sprint execution across the PRD, epics, architecture, and UX documents, and produce a sprint change proposal. Use when the user says "correct course" or "propose sprint change".

bmad-code-org/BMAD-METHOD · 53 tokens

retrospective

Protocol for writing sprint retrospective lessons learned.

omnigentx/jarvis · 11 tokens

adev:retro

Analyze completed work over a time period to extract lessons, compute delivery metrics, identify improvement opportunities, and update context artifacts. Sprint retrospective for agentic development. Use when the user says 'run a retro', 'what went well', 'review the sprint', 'delivery metrics', or wants to reflect on…

agentic-development/adev-plugin · 78 tokens

zentao-tour

以轻松聊天的方式带用户上手禅道(ZenTao)与 zentao-cli,让用户顺着自己的角色(产品经理/项目经理/测试/开发/高管)在真实禅道环境里边聊边动手,熟悉产品、需求、计划、任务、Bug、测试用例等模块的增删改查与状态流转。当用户首次接触禅道、想上手 zentao-cli、希望了解禅道能做什么,或明确提出"带我了解禅道/给我一个禅道 tour/体验禅道"时使用本技能。.

easysoft/zentao-skills · 141 tokens

project-retrospective

Generate a LESSONS.md from a finished project: what worked, what didn't, what to reuse, what to retire — formatted for next-project carry-over.

ur-grue/autopunk-media-skills · 37 tokens