create-linear-ticket

Create atomic Linear tickets with scope, acceptance criteria, and test scenarios.

Updated Sep 25, 2024
One-click install
npx skills add https://github.com/kwam1na/athena --skill create-linear-ticket-kwam1na
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-linear-ticket
Source: https://github.com/kwam1na/athena/tree/main/.agents/skills/create-linear-ticket
Command: npx skills add https://github.com/kwam1na/athena --skill create-linear-ticket-kwam1na

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn approved work into Linear issues that are small enough to ship independently and clear enough to hand straight to execution. If the tickets already exist and the user wants implementation, stop and use $execute-linear-ticket.

Core Features & Use Cases

  • Turn approved work into Linear issues that are small enough to ship independently and clear enough to hand straight to execution.
  • If the tickets already exist and the user wants implementation, stop and use $execute-linear-ticket.
  • The workflow supports converting a plan into a set of atomic tickets with explicit execution posture and sensor checks.

Quick Start

Provide the approved work context and any existing Linear issue IDs to generate atomic ticket candidates.

Frequently Asked Questions about create-linear-ticket

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

FAQPage Schema
How do I split approved project work into atomic Linear tickets?

Atomic Linear ticket creation generates deterministic ticket bodies containing Scope, Acceptance Criteria, Test Scenarios, Execution Posture, Expected Sensors, and Compounding Opportunity to ensure issues are clear enough for direct execution.

What is the best way to automate Linear ticket creation for parallel execution?

You can automate Linear ticket creation by providing approved work context and existing Linear issue IDs to generate atomic ticket candidates with explicit execution posture and sensor checks.

Do I need existing Linear issues to generate atomic tickets for project management?

Yes, you can use this workflow for planning by converting a plan into a set of atomic tickets with explicit execution posture and sensor checks, ensuring each issue is small enough to ship independently.

When should I use atomic ticket creation versus executing an existing Linear ticket?

If your Linear tickets already exist and you want implementation, stop ticket creation and use the ticket execution workflow instead to avoid duplicating planning work.

What limitations exist when decomposing work into Linear tickets for project management?

Atomic ticket creation applies to planning workflows where tickets must be decomposed, assigned to teams, and tracked through validation, meaning it is not suited for direct code implementation tasks.