plan

Generates implementation plans from GitHub issues or manual task descriptions.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/albertoirurueta/ai-catalog --skill plan-albertoirurueta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/albertoirurueta/ai-catalog/tree/main/.claude/skills/plan
Command: npx skills add https://github.com/albertoirurueta/ai-catalog --skill plan-albertoirurueta

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of planning tasks, allowing you to quickly generate an implementation plan grounded in GitHub issues or a manual description.

Core Features & Use Cases

  • GitHub Issue Planning: Plan tasks based on specific GitHub issues.
  • Manual Task Planning: Create plans from a free-form description.
  • Codebase Understanding: Grounds the plan in the real state of the codebase.
  • Implementation Plan Generation: Outputs a step-by-step plan for code changes.

Quick Start

To create a plan for a GitHub issue, use the command /plan 42. To plan manually, type /plan add retry support to the HTTP client.

Frequently Asked Questions about plan

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

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

You can generate an implementation plan from a GitHub issue by using the command `/plan` followed by the issue number, which parses the issue and grounds the plan in your codebase.

How do I create a software development task plan from a manual description?

To create a task plan from a manual description, use the `/plan` command followed by your free-form text, which generates an actionable step-by-step plan for code changes.

What is codebase analysis for task planning?

Codebase analysis for task planning is the process of grounding generated implementation steps in the real state of your software project to ensure actionable and accurate code changes.

Do I need specific code execution skills to use this implementation plan generator?

Yes, generating an implementation plan requires language-specific code execution skills to accurately analyze the codebase and produce actionable steps for software development workflows.

Can I automate task planning for software development without manual steps?

Yes, you can automate task planning by parsing GitHub issues directly, allowing the tool to automatically generate step-by-step implementation plans based on the issue details.

What is the best way to plan code changes for specific GitHub issues?

The best way to plan code changes for GitHub issues is to use an automated task planning tool that parses the issue and grounds the implementation plan in your codebase's current state.