๐ŸŽฏ

to-issues

๐ŸŽฏSkill

from mattpocock/skills

VibeIndex|
What it does
|

Breaks a plan, spec, or PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Each issue is a thin end-to-end path through every integration layer that can be demoed or verified on its own.

Overview

Part of Matt Pocock's "Skills For Real Engineers" collection, /to-issues takes a plan, spec, or PRD and breaks it into independently-grabbable GitHub issues. Each issue is structured as a tracer-bullet vertical slice, meaning it traces a thin end-to-end path through every integration layer so it can be demoed or verified on its own. This skill addresses the common problem where large plans get split into horizontal layers (all backend, then all frontend) that cannot be tested until everything is assembled.

Key Features

  • Vertical slice decomposition that produces issues where each one touches every relevant layer (UI, API, database) and can be independently verified
  • Tracer-bullet methodology inspired by "The Pragmatic Programmer," ensuring each issue delivers a thin but complete path through the system
  • Direct GitHub issue creation that posts structured, independently-assignable issues to your repository
  • Works with any input format including PRDs, conversation context, specs, or freeform plans created with /to-prd or /grill-with-docs

Who is this for?

  • Engineering leads and developers who need to decompose large features into manageable, independently-shippable units of work
  • Teams using AI agents for planning who want structured issue creation that follows vertical-slice best practices
  • Anyone who has experienced the pain of horizontal task splitting where nothing works until the last piece is assembled
๐Ÿ“ฆ

Same repository

mattpocock/skills(54 items)

to-issues

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add mattpocock/skills --skill to-issues
skills.sh Installโš  Installs to .agents/skills/
npx skills add mattpocock/skills --skill to-issues
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/to-issues/SKILL.md

SKILL.md

344,527Installs
-
AddedApr 17, 2026

More from this repository10

๐ŸŽฏ
grill-me๐ŸŽฏSkill

Interviews the user relentlessly about every aspect of a plan or design until reaching shared understanding, resolving each branch of the decision tree one by one. Provides recommended answers for each question and explores the codebase when answers can be found there.

๐ŸŽฏ
grill-with-docs๐ŸŽฏSkill

A skill that runs a grilling session to challenge your plan against an existing domain model, sharpen terminology by building a shared language in CONTEXT.md, and document architectural decisions in ADRs before coding begins.

๐ŸŽฏ
improve-codebase-architecture๐ŸŽฏSkill

An agent skill from Matt Pocock's engineering toolkit that helps improve your codebase architecture. Part of a composable skill set designed to fix common AI coding agent failure modes through structured, experience-based workflows.

๐ŸŽฏ
tdd๐ŸŽฏSkill

Enforces test-driven development with a strict red-green-refactor loop using vertical slices (one test then one implementation at a time), emphasizing behavior verification through public interfaces rather than implementation-coupled testing.

๐ŸŽฏ
setup-matt-pocock-skills๐ŸŽฏSkill

Initial setup skill for Matt Pocock's engineering skills collection that configures your backlog manager, triage labels, and documentation paths for AI coding agents.

๐ŸŽฏ
triage๐ŸŽฏSkill

A composable skill for triaging issues and tickets using configurable labels, designed to fix common failure modes in AI coding agents by providing structured backlog management workflows.

๐ŸŽฏ
handoff๐ŸŽฏSkill

A collection of small, composable engineering skills designed for real development workflows, featuring grilling sessions for requirement alignment, issue tracking integration, and task triage with customizable labels.

๐ŸŽฏ
to-prd๐ŸŽฏSkill

A skill that turns the current conversation context and codebase understanding into a structured PRD (Product Requirements Document) and submits it as a GitHub issue, with modular architecture and user story generation.

๐ŸŽฏ
prototype๐ŸŽฏSkill

Composable, model-agnostic agent skills for real engineering workflows, featuring /grill-me for requirement alignment, /prototype for rapid iteration, and task management tools designed to fix common failure modes in AI coding agents.

๐ŸŽฏ
teach๐ŸŽฏSkill

A collection of composable engineering skills by Matt Pocock designed to fix common AI coding agent failure modes: misalignment via grilling sessions, verbosity through shared domain language (CONTEXT.md), code quality with TDD red-green-refactor loops, and codebase entropy with architecture improvement workflows.