plan-issues

Decomposes high-level requirements into actionable issues with dependencies and priorities for Linear.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/acta0724/claude-marketplace --skill plan-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-issues
Source: https://github.com/acta0724/claude-marketplace/tree/main/linear/skills/plan-issues
Command: npx skills add https://github.com/acta0724/claude-marketplace --skill plan-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of breaking down complex requirements into manageable, actionable issues, ensuring clarity and efficient project planning.

Core Features & Use Cases

  • Requirement Analysis: Analyzes user-provided requirements to identify distinct, implementable tasks.
  • Issue Decomposition: Breaks down requirements into granular issues, each suitable for a single Pull Request.
  • Dependency Mapping: Identifies and sets up dependencies between issues (blockedBy).
  • Prioritization: Assigns priority levels to issues.
  • Use Case: A product manager provides a high-level feature request. This Skill analyzes it, creates multiple linked issues for development, and assigns priorities and dependencies, ready for the engineering team.

Quick Start

Use the plan-issues skill to decompose the following requirements into actionable issues for the 'new-feature' project.

Frequently Asked Questions about plan-issues

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

FAQPage Schema
How do I decompose high-level requirements into actionable issues for sprint planning?

Requirement decomposition breaks down high-level feature requests into granular, actionable issues suitable for a single Pull Request. This Skill analyzes requirements to identify distinct tasks, map dependencies, and assign priorities for efficient sprint execution.

Can I automatically map issue dependencies and priorities in Linear?

Yes, automatic dependency mapping in Linear is supported by setting blockedBy relationships between issues. This Skill analyzes your decomposed tasks to identify dependencies and assigns priority levels to each issue during creation.

What is the best way to break down a feature request into single PR tasks?

Breaking down a feature request into single PR tasks involves analyzing the requirement for distinct, implementable components. This Skill evaluates task granularity to ensure each generated issue is scoped appropriately for one Pull Request.

Does this issue decomposition process integrate directly with Linear MCP?

Yes, this issue decomposition process integrates directly with Linear MCP. It uses the integration to create and manage issues automatically, populating specified fields including title, description, priority, and blockedBy relationships.

Can I use this for sprint planning with complex project requirements?

Yes, you can use this for sprint planning with complex project requirements. It facilitates efficient sprint execution by analyzing high-level requirements, decomposing them into manageable issues, and assigning priorities and dependencies for the engineering team.