One-click install
npx skills add https://github.com/spontus-reach/spontus --skill to-issues-spontus-reach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-issues
Source: https://github.com/spontus-reach/spontus/tree/main/.agents/skills/to-issues
Command: npx skills add https://github.com/spontus-reach/spontus --skill to-issues-spontus-reach

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams convert a plan, spec, or PRD into a set of end-to-end issues that are small, testable, and straightforward to pick up.

Core Features & Use Cases

  • Vertical-slice issue breakdown: Produces tracer-bullet issues that cut through schema, API, UI, and tests so each issue is verifiable on its own.
  • Dependency-aware sequencing: Orders issue publication by blockers and records which slices must happen first.
  • HITL vs AFK labeling: Distinguishes slices needing human interaction (like architectural/design reviews) from those that can be implemented and merged autonomously.
  • Use case: When you’re about to implement a roadmap or ship a spec, it generates implementation-ready tickets aligned to the project’s domain vocabulary and triage label conventions.

Quick Start

Run the to-issues skill and provide the plan/spec/PRD text you want broken down so it can propose and then publish the vertical-slice issues to the project tracker.

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 product specification into independently actionable GitHub issues?

To break a product specification into GitHub issues, you translate the PRD into vertical tracer-bullet slices. This decomposes work into thin end-to-end units across schema, API, UI, and tests so each implementation ticket is verifiable on its own.

What is vertical slice issue decomposition and when should I use it for roadmap planning?

Vertical slice issue decomposition splits a roadmap into tracer-bullet issues that cut through all integration layers. You use it for roadmap-to-execution workflows when work must be split into thin end-to-end units that are small and straightforward to pick up.

How do I sequence implementation tickets based on dependencies before publishing to a project tracker?

Sequencing implementation tickets by dependencies involves applying dependency-aware grouping to the vertical slices. This records which slices must happen first and publishes the issues to the GitHub issue tracker in a blocker-first order.

Can I label GitHub issues to distinguish autonomous work from tasks needing human review?

Yes, you can label GitHub issues to distinguish autonomous work from human interaction by applying HITL versus AFK classification. This separates slices needing architectural or design reviews from those that can be implemented and merged autonomously.

Does converting a PRD into GitHub issues work without manually writing acceptance criteria?

Converting a PRD into GitHub issues automatically generates issue-body formatting with acceptance criteria. It aligns the implementation tickets to the project’s domain vocabulary and triage label conventions without requiring manual acceptance criteria writing.