ln-301-task-creator

Generate implementation, refactoring, and test tasks in Linear from templates.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-301-task-creator-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-301-task-creator
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-301-task-creator
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-301-task-creator-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the creation of various task types (implementation, refactoring, test) within the Linear project management tool, streamlining the development workflow.

Core Features & Use Cases

  • Task Generation: Creates full task documents from templates based on specified task types.
  • Issue Creation: Generates issues in Linear and updates kanban boards.
  • Rule Enforcement: Validates task types against predefined rules (e.g., no new tests in implementation tasks).
  • Use Case: When an orchestrator needs new implementation tasks for a story, it invokes this Skill, providing the plan and guide links, which then generates and creates the necessary Linear issues.

Quick Start

Use the ln-301-task-creator skill to create implementation tasks for story 'ST-123' with the plan 'Implement user authentication flow'.

Frequently Asked Questions about ln-301-task-creator

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

FAQPage Schema
How do I automate Linear task creation for implementation and refactoring workflows?

Automating Linear task creation involves generating task documents from templates and creating issues with parent IDs. This process enforces type-specific rules, updates kanban boards, and runs DRY checks to prevent code duplication.

What are the rules for creating different task types in Linear automation?

Linear task automation enforces predefined rules based on task type, such as preventing new tests in implementation tasks. It validates types against templates to ensure adherence to quality criteria before creating issues.

Can I generate Linear issues from a story plan and guide links?

Yes, you can generate Linear issues by providing a story plan and guide links. The system uses these inputs to create implementation, refactoring, or test tasks automatically, linking them to a parent ID and updating the board.

Does automated task creation check for code duplication before making a Linear issue?

Automated task creation includes a DRY check to prevent code duplication. This ensures newly generated implementation, refactoring, and test tasks adhere to quality criteria before the Linear issues are finalized.

What is the best way to structure implementation tasks for a Linear story?

Structuring implementation tasks for Linear is best handled by generating full task documents from predefined templates. This approach enforces type-specific rules, validates task formats, and creates issues with proper parent IDs.