Back to Skills

linear-project-management

verified

Skill for Linear project management tasks including creating projects, creating issues, and reviewing project structures. Use when working with Linear project setup, issue creation, project planning, or any Linear organizational tasks.

View on GitHub

Marketplace

dev-agent-workflow

RasmusGodske/dev-agent-workflow

Plugin

project-roles

Repository

RasmusGodske/dev-agent-workflow

project-roles/skills/linear-project-management/SKILL.md

Last Verified

January 20, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/RasmusGodske/dev-agent-workflow/blob/main/project-roles/skills/linear-project-management/SKILL.md -a claude-code --skill linear-project-management

Installation paths:

Claude
.claude/skills/linear-project-management/
Powered by add-skill CLI

Instructions

# Linear Project Management Skill

When this skill is activated, you MUST follow these steps:

1. **Load Linear Conventions**: Use the Read tool to read `.claude/rules/linear/README.md` from the user's project directory.

2. **Follow Loaded Rules**: The README.md file contains all necessary guidance for Linear project management tasks. Follow the instructions and conventions defined there.

## ๐Ÿšจ MANDATORY CHECKPOINT - Linear Project Creation

**BEFORE creating any Linear project**, you MUST follow this workflow:

1. **Draft the project description** following all conventions (branch, purpose, scope, etc.)
2. **STOP** - Do not create the project yet
3. **Invoke the reviewer** using the Task tool:
   ```
   subagent_type: "project-roles:linear-project-description-reviewer"
   prompt: "Review this Linear project description: [paste description]"
   ```
4. **Address all feedback** from the reviewer
5. **ONLY THEN** create the project using `mcp__linear-server__create_project`

โŒ WRONG: Draft description โ†’ Immediately create project
โœ… RIGHT: Draft description โ†’ Get reviewed โ†’ Address feedback โ†’ Create project

**You do NOT have discretion to skip review.** This ensures every project provides comprehensive context for agents working on its issues.

## When This Skill Activates

This skill activates for:
- Creating new Linear projects
- Creating Linear issues
- Reviewing Linear project structures
- Planning or organizing work in Linear
- Any task involving Linear project management conventions

## Implementation Pattern

Always start by reading the conventions:

```
1. Read .claude/rules/linear/README.md
2. Follow the guidance provided in that file
3. Apply the conventions to your current task
```

The conventions file is the single source of truth for how Linear project management should be handled in this project.

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1815 chars