plan-issue-creator

Creates or reuses canonical GitHub planning issues from conversational input.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ai212983/gh-csi --skill plan-issue-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-issue-creator
Source: https://github.com/ai212983/gh-csi/tree/main/skills/plan-issue-creator
Command: npx skills add https://github.com/ai212983/gh-csi --skill plan-issue-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps planning discussions in a single source of truth by creating or reusing a canonical GitHub planning issue from local discussion, preventing duplicate planning artifacts.

Core Features & Use Cases

  • Create or reuse one canonical planning issue from the current discussion and attach it as the task's source of truth.
  • Prevent duplicates by adopting existing canonical issues when appropriate and by mapping new discussions into canonical sections (objective, scope).
  • Seamlessly integrate with gh-csi workflows to drive planning from chat or native interfaces.

Quick Start

Use a single natural language instruction to create or reuse the canonical planning issue from the present discussion.

Frequently Asked Questions about plan-issue-creator

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

FAQPage Schema
How do I create a GitHub planning issue from a discussion thread?

To create a canonical GitHub planning issue from a local discussion, use a single natural language instruction. The tool maps the conversation into structured issue sections like objective and scope, establishing a single source of truth for the task.

What is a canonical planning issue and why do I need one?

A canonical planning issue is a single authoritative GitHub issue that captures all planning artifacts for a task. You need it to maintain a single source of truth, preventing duplicate planning issues and fragmented discussion across your repository.

How do I prevent duplicate planning issues in GitHub?

Prevent duplicate planning issues by reusing existing canonical issues when possible. The workflow checks for an existing canonical issue and adopts it, mapping new discussion content into the existing issue sections instead of generating a redundant artifact.

Can I automate GitHub issue creation directly from chat discussions?

Yes, you can automate GitHub issue creation directly from chat discussions by integrating with the gh-csi workflow. This allows you to drive planning from native chat interfaces and invoke the create-or-reuse-plan-issue workflow with structured parameters.

What sections are included when mapping a discussion into a GitHub issue?

When mapping a discussion into a GitHub issue, the workflow structures the content into canonical sections including the objective and scope. This ensures the local discussion is transformed into a structured planning artifact with clear boundaries.

Does this workflow require any specific dependencies to run?

No specific dependencies are required to run this workflow. It operates independently to identify the planning need and invokes the gh-csi workflow create-or-reuse-plan-issue with structured parameters to generate or reuse the canonical issue.