linear-milestone-create

Create Linear project milestones and link plan-based issues.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/djalmaaraujo/claude-code-plugins --skill linear-milestone-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-milestone-create
Source: https://github.com/djalmaaraujo/claude-code-plugins/tree/main/plugins/planner/skills/linear-milestone-create
Command: npx skills add https://github.com/djalmaaraujo/claude-code-plugins --skill linear-milestone-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of milestones in Linear projects and optionally links plan-driven issues, reducing manual setup and ensuring consistent project scaffolding.

Core Features & Use Cases

  • Verify Linear MCP availability and list user projects for selection.
  • Generate a milestone name based on existing milestones and associate planned issues from prefixes.
  • Create milestone in the selected project and optionally create and link issues from plans; update plan files with linear_project and linear_issue URLs.

Quick Start

Tell me which Linear project to add a milestone to and whether to create issues from plans.

Frequently Asked Questions about linear-milestone-create

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

FAQPage Schema
How do I create Linear milestones and automatically generate issues from plans?

To create Linear milestones with plan-driven issues, the skill lists your Linear projects, proposes a milestone name based on existing ones, and uses the Linear MCP to create issues. It updates your plan files with the resulting linear_project and linear_issue URLs.

Can I link existing plan files to a new Linear milestone?

Yes, you can link plan files to a new Linear milestone. When creating the milestone, the skill optionally generates issues from plan prefixes and updates the plan files with the corresponding linear_project and linear_issue URLs for tracking.

Do I need the Linear MCP to automate milestone and issue creation?

Yes, the Linear MCP is required to automate milestone and issue creation. The process validates Linear MCP availability first and uses mcp__linear-server__create_issue to generate issues, returning clear error messaging if the server is unavailable.

What happens if I try to create a milestone in a missing Linear project?

When a Linear project is missing, the process handles the error by validating project availability and returning clear error messaging. It lists existing user projects for selection to ensure the milestone and issues are created in a valid location.

How are milestone names generated when automating Linear project setup?

Milestone names are generated by analyzing existing milestones within the selected Linear project. The skill proposes a new milestone name based on this historical context, ensuring consistent naming conventions across your project management workflow.

What's the best way to structure plan-based issues for a Linear milestone?

Structure plan-based issues using plan prefixes to define the issues. The skill reads these prefixes, creates the corresponding issues in Linear via MCP, and links them to the newly created milestone, ensuring consistent project scaffolding and tracking.