Agent skill
linear-project-management
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/linear-project-management
SKILL.md
Linear Project Management Skill
When this skill is activated, you MUST follow these steps:
-
Load Linear Conventions: Use the Read tool to read
.claude/rules/linear/README.mdfrom the user's project directory. -
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:
- Draft the project description following all conventions (branch, purpose, scope, etc.)
- STOP - Do not create the project yet
- Invoke the reviewer using the Task tool:
subagent_type: "project-roles:linear-project-description-reviewer" prompt: "Review this Linear project description: [paste description]" - Address all feedback from the reviewer
- 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?