to-issues

Convert plans, specs, or PRDs into dependency-ordered issue-tracker tickets.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/Soham407/studio-kickstart --skill to-issues-soham407
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-issues
Source: https://github.com/Soham407/studio-kickstart/tree/main/architecture/matt-pocock-to-issues
Command: npx skills add https://github.com/Soham407/studio-kickstart --skill to-issues-soham407

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you convert a plan, spec, or PRD into a set of independently-implementable issues that your team can execute and track without losing end-to-end intent.

Core Features & Use Cases

  • Tracer-bullet vertical slicing: Breaks work into thin vertical slices that cut through schema, API, UI, and tests so each slice is independently demoable or verifiable.
  • HITL vs AFK classification: Marks slices as human-in-the-loop (e.g., architectural/design reviews) or fully automatable/mergeable (AFK) to optimize execution flow.
  • Issue-tracker publishing with dependencies: Publishes new issues in dependency order using an issue body template and a triage label vocabulary provided by setup, so blocked work is clear.

Quick Start

Use the skill to ask an AI to take your PRD text in the conversation and publish a tracer-bullet issue breakdown with correct HITL/AFK markings and dependency ordering to your project’s 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 convert a PRD into issue-tracker tickets?

To convert a PRD into issue-tracker tickets, the Skill transforms product requirements into independently-grabbable tickets using tracer-bullet vertical slices. It breaks down work into end-to-end slices that cut through schema, API, UI, and tests so each piece is demoable.

What is tracer-bullet vertical slicing for issue breakdown?

Tracer-bullet vertical slicing is an issue breakdown technique that cuts work into thin, end-to-end slices through schema, API, UI, and tests. This ensures each slice is independently demoable or verifiable rather than split horizontally by technical layer.

How do I map dependencies when creating tickets from product requirements?

To map dependencies when creating tickets, the Skill publishes issues in dependency-aware sequencing with blocked-by relationships. It uses an issue body template and triage label vocabulary to ensure blocked work is explicitly clear during project planning.

Can I classify issue slices as human-in-the-loop or fully automatable?

Yes, you can classify issue slices as human-in-the-loop (HITL) or fully automatable/mergeable (AFK). The Skill marks slices requiring architectural or design reviews as HITL, while leaving fully automatable execution slices as AFK to optimize workflow.

Does this issue breakdown approach require user approval before publishing?

Yes, the issue breakdown process requires user approval iteration. The Skill mandates human-in-the-loop decisions on end-to-end slice definitions and dependency-aware sequencing before publishing templated issues to your tracker.

What's the best way to break down a spec into independently implementable issues?

The best way to break down a spec into independently implementable issues is using dependency-aware sequencing with vertical slices. This preserves end-to-end intent through templated issue creation with triage labels and blocked-by relationships for clear execution tracking.