to-issues

Break plans into dependency-ordered issue tracker tickets with triage labels.

1|Updated May 6, 2026
One-click install
npx skills add https://github.com/ThorStarlord/interface-skills --skill to-issues-thorstarlord
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-issues
Source: https://github.com/ThorStarlord/interface-skills/tree/main/skills/to-issues
Command: npx skills add https://github.com/ThorStarlord/interface-skills --skill to-issues-thorstarlord

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts a plan, spec, or PRD into independently-grabbable issue tracker tickets so work can be executed and triaged without losing end-to-end intent.

Core Features & Use Cases

  • Tracer-bullet vertical slices: Breaks work into thin slices that cut through schema, API, UI, and tests end-to-end (not horizontal layer work).
  • AFK/HITL classification: Marks slices as either automatable end-to-end or requiring human interaction (e.g., design reviews or architectural decisions).
  • Dependency-aware publishing: Requests approval from the user and then publishes issues in dependency order with correct triage labels and blocker references.
  • Issue tracker ingestion: Uses existing issue references from context by fetching full issue details and comments when provided.

Quick Start

Ask the AI to “Break the attached PRD into AFK/HITL vertical-slice tracer-bullet issues and publish them to the project issue tracker using the provided label vocabulary.”

Frequently Asked Questions about to-issues

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

FAQPage Schema
How do I break a PRD into vertical-slice issues for GitHub issue tracking?

To break a PRD into vertical-slice issues, the work is decomposed into thin tracer-bullet slices that cut through schema, API, UI, and tests end-to-end, ensuring each issue is independently actionable and maintains end-to-end intent for execution and triage.

What are tracer-bullet vertical slices in issue decomposition?

Tracer-bullet vertical slices are thin work segments that cut through all architectural layers—schema, API, UI, and tests—end-to-end, avoiding horizontal layer work, to ensure deliverables are independently grabbable and fully functional for tracking.

How do I classify issue tracker tickets as AFK or HITL during project planning?

During issue decomposition, tickets are classified as AFK (automatable end-to-end) or HITL (Human-in-the-Loop) to identify slices requiring human interaction, such as design reviews or architectural decisions, distinguishing automatable work from manual tasks.

How to publish decomposed issues with dependencies and triage labels?

To publish decomposed issues with dependencies, a numbered breakdown is drafted for user approval first, then issues are published in dependency order with correct triage labels and blocker references attached to maintain execution sequence.

Can I ingest existing GitHub issue context into the vertical-slice issue breakdown?

Yes, existing issue references can be ingested by fetching full issue details and comments from the context, allowing the breakdown to incorporate current tracker state and extract referenced issue context before drafting new tickets.