ln-301-task-creator

Generate task documents and Linear issues from templates with type-specific rules.

534|73|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-301-task-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-301-task-creator
Source: https://github.com/levnikolaevich/claude-code-skills/tree/main/ln-301-task-creator
Command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-301-task-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Generates complete implementation/refactoring/test task documents from templates and creates Linear issues, enforcing type rules and kanban updates.

Core Features & Use Cases

  • Owns all task templates and creation logic
  • Generates full task documents per type (implementation/refactoring/test)
  • Enforces type-specific rules and kanban updates
  • Never decides scope itself; relies on orchestrator input

Quick Start

Use ln-301-task-creator to CREATE a new implementation task from the IDEAL plan for US004.

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 create Linear issues and task documents from templates?

Template-driven task creation generates complete implementation, refactoring, or test task documents and Linear issues in one step. The Skill enforces type-specific rules, performs DRY validation, and synchronizes status to your kanban board automatically when you supply task type and Story data from an orchestrator.

Can I automate task generation for multiple task types in Linear?

Yes. The Skill handles all task types—implementation, refactoring, and test—each with enforced type-specific rules and kanban updates. It creates Linear issues in Backlog state and generates full documentation from templates without manual work.

What validation does template-driven task creation enforce?

Hard-rule validation per task type prevents invalid configurations. DRY detection flags duplicates with warnings. The Skill enforces these rules automatically before creating Linear issues, catching problems at generation time rather than downstream.

How does task creation integrate with Linear kanban workflow?

Created Linear issues enter Backlog state and kanban status syncs automatically. The Skill coordinates task document generation with Linear issue creation, keeping your kanban and documentation aligned without manual updates.

Do I need an orchestrator to use template-driven task creation?

Yes. The Skill receives taskType and Story data from an orchestrator; it does not decide scope itself. The orchestrator provides the input that triggers task generation and document creation from templates.

What's the fastest way to generate implementation tasks from a plan?

Use the template-driven flow: supply taskType and Story data from your orchestrator, and the Skill generates complete implementation task documents and Linear issues in Backlog state with one operation, skipping manual task writing.