planExportGithub

Export PROJECT_PLAN.md tasks to GitHub Issues with labels and dependencies.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/BekaChkhiro/claude-plan-plugin --skill planexportgithub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planExportGithub
Source: https://github.com/BekaChkhiro/claude-plan-plugin/tree/main/commands/planExportGithub
Command: npx skills add https://github.com/BekaChkhiro/claude-plan-plugin --skill planexportgithub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams convert a structured PROJECT_PLAN.md into actionable GitHub Issues, enabling better visibility, tracking, and collaboration across phases and tasks.

Core Features & Use Cases

  • Directly export plan tasks to GitHub Issues with phase and complexity labels
  • Maintain dependencies between tasks and reflect them in issue relationships
  • Use Case: A software team wants to mirror their plan in GitHub to drive sprint planning and issue tracking.

Quick Start

Run the plan export command to generate GitHub Issues from PROJECT_PLAN.md in your configured repository.

Frequently Asked Questions about planExportGithub

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

FAQPage Schema
How do I export PROJECT_PLAN.md tasks to GitHub Issues automatically?

To export PROJECT_PLAN.md tasks to GitHub Issues, use a tool that parses the markdown file and creates issues with phase, complexity, and dependency metadata. It validates Git and GitHub CLI prerequisites before applying labels and linking dependencies.

Can I create GitHub Issues from a markdown project plan with phase and complexity labels?

Yes, you can create GitHub Issues from a markdown project plan by parsing the file and applying phase and complexity labels. The tool maintains task dependencies and links the generated issues back to the original plan in your configured repository.

Do I need GitHub CLI to export tasks from PROJECT_PLAN.md?

Yes, you need the GitHub CLI installed to export tasks from PROJECT_PLAN.md. The export process validates Git and GitHub CLI prerequisites before parsing the plan and creating issues with appropriate metadata in your configured repository.

What's the best way to mirror a project plan in GitHub for sprint planning?

The best way to mirror a project plan in GitHub is exporting the structured PROJECT_PLAN.md directly to GitHub Issues. This adds phase, complexity, and dependency labels to enable better visibility, tracking, and collaboration across tasks for sprint planning.

How does a project plan export tool handle task dependencies when creating GitHub Issues?

A project plan export tool handles task dependencies by parsing the structured PROJECT_PLAN.md and reflecting them in issue relationships. It creates GitHub Issues with links back to the original plan and applies appropriate dependency metadata.

Why does exporting PROJECT_PLAN.md to GitHub Issues require a configured repository?

Exporting PROJECT_PLAN.md to GitHub Issues requires a configured repository because the tool needs a target destination to create the issues. It operates on the local plan file and pushes the parsed tasks with labels and dependency metadata to that specific GitHub repository.