create-plan

Create structured PLANS.md documents from GitHub issue details.

8|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/sasamuku/dotfiles --skill create-plan-sasamuku
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plan
Source: https://github.com/sasamuku/dotfiles/tree/main/.claude/skills/create-plan
Command: npx skills add https://github.com/sasamuku/dotfiles --skill create-plan-sasamuku

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of a project plan document from a GitHub issue, saving time and reducing manual work in project management.

Core Features & Use Cases

  • Automated Project Planning: Generate a PLANS.md document directly from GitHub issues.
  • Issue Integration: Extracts details and context from GitHub issues to populate the plan.
  • Use Case: Ideal for teams that need to document project plans directly linked to GitHub issues for better tracking and communication.

Quick Start

Generate a project plan for issue #123 by running the create-plan skill with the issue number or URL.

Frequently Asked Questions about create-plan

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

FAQPage Schema
How do I generate a project plan from a GitHub issue?

To generate a project plan from a GitHub issue, this Skill extracts issue details and context using GitHub API access, then builds a structured PLANS.md document that includes purpose, follow-up tasks, and context.

What is the best way to automate project planning document creation from GitHub issues?

Automating project planning from GitHub issues is best handled by extracting issue information via shell commands and API access to populate a structured PLANS.md document, reducing manual documentation work for better tracking.

Do I need the gh CLI installed to extract issue details for plan generation?

Yes, you need the gh CLI installed because this Skill requires GitHub API access and uses shell commands for data retrieval and manipulation to extract the necessary issue details.

Can I use GitHub issue management data to populate a structured project plan template?

Yes, you can use GitHub issue management data to populate a structured project plan. This Skill extracts issue context and details to automatically build a PLANS.md document for your team.

What limitations exist when automating document generation from GitHub issues?

A limitation of automating document generation from GitHub issues is that the Skill requires continuous GitHub API access and relies on shell commands for data retrieval, meaning plan generation directly depends on your issue details being accurately populated.