create-tickets

Convert architecture-update.md and usecases.md into sequenced tickets with dependencies.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/busboom-software-studio/design-trainer --skill create-tickets-busboom-software-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-tickets
Source: https://github.com/busboom-software-studio/design-trainer/tree/main/.claude/skills/create-tickets
Command: npx skills add https://github.com/busboom-software-studio/design-trainer --skill create-tickets-busboom-software-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks a sprint architecture and its use-cases into sequenced, numbered implementation tickets to clarify work, assign ownership, and track progress.

Core Features & Use Cases

  • Converts architecture-update.md and usecases.md into an ordered set of tickets that can be implemented in discrete sessions.
  • Orders tickets by dependencies so foundational work is completed before dependent features.
  • Propagates references and ensures complete coverage and traceability across the sprint documentation.

Quick Start

Generate a set of numbered tickets from the architecture and use-cases to guide implementation planning.

Frequently Asked Questions about create-tickets

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

FAQPage Schema
How do I convert sprint architecture into sequenced tickets?

To convert sprint architecture into sequenced tickets, provide architecture-update.md and usecases.md files. The system parses them to generate numbered ticket files with dependencies, acceptance criteria, and implementation plans in the sprint's tickets directory.

What is the best way to generate agile tickets with dependencies?

Generating agile tickets with dependencies requires parsing architecture and use-case documents. The tool propagates references, ensures complete traceability, and orders foundational work before dependent features to prevent circular dependencies.

Do I need architecture-update.md and usecases.md files to generate sprint tickets?

Yes, architecture-update.md and usecases.md files are required inputs to generate sprint tickets. The system reads these documents to extract features, map dependencies, and produce actionable ticket files with frontmatter fields for tracking.

Can I automate sprint planning by breaking use cases into implementation tickets?

You can automate sprint planning by feeding architecture and use-case documents into the ticket generation process. It outputs ordered ticket files containing descriptions, acceptance criteria, and implementation plans to guide discrete development sessions.

How does ticket traceability work across sprint documentation?

Ticket traceability works by propagating references across sprint documentation. Each generated ticket includes frontmatter fields linking use-cases and depends-on IDs, ensuring complete coverage from architecture updates through to implementation plans.