create-issue

Convert Plan-mode outputs into Issue format with automated numbering and metadata.

1|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/kasiopeiya/oidc-learning-sandbox --skill create-issue-kasiopeiya
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/kasiopeiya/oidc-learning-sandbox/tree/main/.claude/skills/create-issue
Command: npx skills add https://github.com/kasiopeiya/oidc-learning-sandbox --skill create-issue-kasiopeiya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts Plan-mode outputs into Issue format with auto-numbering and metadata, streamlining issue management from planning to execution.

Core Features & Use Cases

  • Automatic Plan-to-Issue conversion with traceable copies in docs/issues.
  • Automatic numbering, slug generation, and per-Plan metadata prompts.
  • Supports single or multi-issue decomposition with dependency chaining for complex plans.

Quick Start

Run the /create-issue command to convert the latest Plan into an Issue and follow the prompts to specify dependencies and labels.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I convert plan-mode outputs into structured issues automatically?▼

To convert plan-mode outputs into structured issues automatically, run the /create-issue command on Plan files stored under ~/.claude/plans. This generates traceable issues with automated numbering, slug generation, and metadata in docs/issues.

Can I decompose a single project plan into multiple issues with dependency chaining?▼

Yes, you can decompose a single project plan into multiple issues with dependency chaining. The conversion supports multi-issue decomposition, allowing you to specify dependencies and labels through interactive prompts during the process.

What is slug generation and how does it work for markdown issue creation?▼

Slug generation for markdown issue creation produces traceable, URL-friendly naming identifiers from your plan content. It ensures every issue converted to docs/issues maintains a structured, unique name based on the original plan metadata.

Do I need any external dependencies to use this issue creation workflow?▼

No external dependencies are required to use this issue creation workflow. The skill operates independently to apply template-based conversion, handling numbering and metadata prompts without needing additional project-management tools.

How do I manage project plans stored in the ~/.claude/plans directory?▼

Project plans stored in the ~/.claude/plans directory are managed by running the /create-issue command, which targets the latest Plan file. It applies template-based conversion to generate structured outputs in docs/issues.