to-issues

Installation
SKILL.md

To Issues

Break a plan into independently-grabbable issues using vertical slices (tracer bullets).

Resolve the repo's issue tracker: read a tracker: preference from the project CLAUDE.md or skills — github (default) or linear. Load the matching adapter — ~/.claude/skills/triage/issue-tracker-github.md or ~/.claude/skills/triage/issue-tracker-linear.md — together with ~/.claude/skills/triage/triage-labels.md for the canonical-role vocabulary. Default to GitHub when no preference is declared. This can be overridden by the user upon request.

Process

1. Gather context

Work from whatever is already in the conversation context. If the user passes an issue reference (issue number, URL, or path) as an argument, fetch it from the issue tracker and read its full body and comments.

2. Explore the codebase (optional)

If you have not already explored the codebase, do so to understand the current state of the code. Issue titles and descriptions should use the project's domain glossary vocabulary, and respect ADRs in the area you're touching.

3. Draft vertical slices

Break the plan into tracer bullet issues. Each issue is a thin vertical slice that cuts through ALL integration layers end-to-end, NOT a horizontal slice of one layer.

Installs
8
First Seen
May 13, 2026
to-issues — canhassancode/skills