Plan to Issues (To Issues)

Convert plans or PRDs into vertical-slice issue tickets with dependency blockers.

13|8|Updated May 8, 2026
One-click install
npx skills add https://github.com/ishandutta2007/Awesome-Claude-Skills --skill plan-to-issues-to-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Plan to Issues (To Issues)
Source: https://github.com/ishandutta2007/Awesome-Claude-Skills/tree/main/skills/to-issues
Command: npx skills add https://github.com/ishandutta2007/Awesome-Claude-Skills --skill plan-to-issues-to-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you convert a large plan, spec, or PRD into clear implementation tickets that deliver end-to-end value instead of fragmented tasks.

Core Features & Use Cases

  • Vertical slice breakdown: Breaks work into independently implementable “tracer-bullet” issues covering UI → API → DB.
  • Execution-ready issue planning: Labels issues as HITL or AFK, and specifies dependencies to produce a logical build order.
  • Tracker-ready output: Produces issue titles, blocked-by relationships, and acceptance criteria in an actionable format suitable for an issue tracker.

Quick Start

Ask the AI to break the provided PRD into vertical-slice implementation issues with HITL/AFK types, dependency blockers, and tracker-ready acceptance criteria.

Frequently Asked Questions about Plan to Issues (To Issues)

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

FAQPage Schema
How do I convert a PRD into implementation tickets for incremental delivery?

To convert a PRD into implementation tickets, break the specification into vertically sliced tracer-bullet issues that cut through UI, API, and DB layers. This produces tracker-ready tickets with explicit dependencies and acceptance criteria for incremental delivery.

What is vertical slicing in project planning and how does it map dependencies?

Vertical slicing in project planning breaks work into independently implementable tracer-bullet issues spanning UI to DB. It maps dependencies by defining blocked-by relationships, establishing a logical build order for implementation sequencing.

How do I label issue tickets to separate automated work from human review?

Label issue tickets using HITL (Human-in-the-Loop) and AFK (Away From Keyboard) tags. This separates tasks requiring human review from automated execution, clarifying execution readiness and incremental delivery expectations across integration layers.

Can I use this for PRD translation across UI, API, and DB integration layers?

Yes, PRD translation applies across UI, API, and DB integration layers. The process generates tracer-bullet issues that cut through these layers, ensuring end-to-end value delivery rather than fragmented tasks.

What is the best way to sequence implementation issues with explicit blockers?

The best way to sequence implementation issues is by defining explicit blocked-by relationships during issue planning. This establishes dependency order, preventing stale tasks and ensuring logical build sequencing across integration layers.

How to avoid stale hardcoded file paths when planning tracker-ready issues?

To avoid stale hardcoded file paths when planning tracker-ready issues, generate tickets with acceptance criteria focused on integration layers rather than specific file locations. This maintains execution readiness as the codebase evolves.