to-issues

Break plans, specs, or PRDs into vertical-slice issues for issue trackers.

16|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Insik-Han/han-monorepo-template --skill to-issues-insik-han
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-issues
Source: https://github.com/Insik-Han/han-monorepo-template/tree/main/.agents/skills/to-issues
Command: npx skills add https://github.com/Insik-Han/han-monorepo-template --skill to-issues-insik-han

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

Core Features & Use Cases

  • Vertical-slice drafting: Breaks plans into complete, end-to-end slices that cut across all layers.
  • Context-driven planning: Uses existing conversations or references to anchor issue definitions.
  • Publication workflow: Generates issues from the slices using a standard template and blocks by dependencies.

Quick Start

Draft the initial set of tracer-bullet vertical-slice issues for the current plan and load them into the issue tracker.

Frequently Asked Questions about to-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I break down a PRD into actionable issue tickets?

Breaking down a PRD into actionable issue tickets involves dividing the plan into tracer-bullet vertical slices that cut across all layers, then publishing them to an issue tracker using a standard template that blocks tasks by dependencies. The Skill gathers context, drafts slices, quizzes you, and publishes the issues.

What are tracer-bullet vertical slices in backlog planning?

Tracer-bullet vertical slices in backlog planning are complete, end-to-end implementation tickets that cut across all architectural layers. They ensure each issue is independently grabbable by different teams, allowing parallel development while maintaining a functional path through the system.

How do I create independently grabbable issues for multi-team software projects?

Creating independently grabbable issues for multi-team projects requires drafting vertical slices that are self-contained end-to-end. The Skill uses context from existing conversations or references to anchor definitions, then generates issues with a standard template and blocks by dependencies to manage cross-team coordination.

Can I convert existing specs into implementation tickets without starting from scratch?

Converting existing specs into implementation tickets uses context-driven planning. The Skill anchors issue definitions using existing conversations or references, optionally explores the codebase, drafts the slices, quizzes you for validation, and publishes the issues without requiring a blank start.

What is the best way to structure work breakdown for a project issue tracker?

The best way to structure work breakdown for a project issue tracker is using tracer-bullet vertical slices. This approach creates complete, end-to-end slices that cross all layers, ensuring each ticket is independently grabbable and properly blocked by its dependencies.

When should I not use vertical slices for issue breakdown?

Vertical slices for issue breakdown may not suit projects lacking clear end-to-end paths or where layers cannot be crossed in a single ticket. The approach targets multi-team software projects needing independently grabbable issues, so isolated technical tasks or horizontal layer work may require a different breakdown strategy.