to-issues

Convert project plans and PRDs into assignable vertical slice issue tickets.

Updated May 9, 2026
One-click install
npx skills add https://github.com/kk20300113-png/my-claude-skills --skill to-issues-kk20300113-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-issues
Source: https://github.com/kk20300113-png/my-claude-skills/tree/main/to-issues
Command: npx skills add https://github.com/kk20300113-png/my-claude-skills --skill to-issues-kk20300113-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually breaking down project plans, specs, or PRDs into well-structured, independently assignable issues is time-consuming and often results in poorly scoped tickets that can't be demoed or verified on their own, leading to integration delays and misalignment across development teams.

Core Features & Use Cases

  • Vertical Slice Issue Breakdown: Automatically splits work into tracer bullet issues that cut through all integration layers end-to-end, so each issue is demoable or verifiable on its own.
  • HITL/AFK Classification: Labels each issue as either requiring human-in-the-loop input (like design reviews or architectural decisions) or fully automatable, so teams can prioritize work appropriately.
  • Use Case: If you have a product PRD for a new user authentication feature, this skill will break it into thin, end-to-end issues like "Add password reset API endpoint with validation", "Build password reset UI with error handling", and "Write end-to-end tests for password reset flow", each marked as AFK or HITL based on required input.

Quick Start

Use the to-issues skill to break down your attached product PRD for the new checkout flow into trackable, vertical slice issues ready for your team to assign.

Frequently Asked Questions about to-issues

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

FAQPage Schema
How do I convert a PRD into trackable agile development issues?

To convert a PRD into trackable agile development issues, you can use automated breakdown tools that parse product specifications and output independently assignable, demoable issue tracker tickets complete with acceptance criteria and dependency tracking.

What is a vertical slice in issue tracking and why does it matter?

A vertical slice in issue tracking is a thin work item that cuts through all integration layers end-to-end. It matters because each slice is independently demoable and verifiable, preventing integration delays and team misalignment.

How do I break down project plans into tracer bullet tickets?

Breaking down project plans into tracer bullet tickets involves splitting work into thin vertical slices that cut end-to-end through the architecture. This generates structured templates with HITL/AFK classification to support agile development.

Can I automatically classify implementation tickets as requiring human input or fully automatable?

Yes, you can automatically classify implementation tickets by applying HITL/AFK classification. This labels each ticket as either human-in-the-loop, requiring design reviews, or fully automatable for appropriate work prioritization.

Does generating issue templates from specifications work for any project breakdown size?

Generating issue templates from specifications works for any project breakdown needing end-to-end integration. It structures tickets with acceptance criteria and dependency tracking, ensuring large work items split into demoable vertical slices.

When should I avoid using vertical slices for project breakdown?

You should avoid using vertical slices for project breakdown when your work items cannot be demoed end-to-end or lack clear integration layers, as this approach depends on creating verifiable tracer bullet issues across the full stack.