ln-301-task-creator

Generate implementation, refactoring, and test tasks in Linear with validation.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-301-task-creator-mcauduro0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-301-task-creator
Source: https://github.com/mcauduro0/Macro_Trading/tree/main/.claude/skills/ln-301-task-creator
Command: npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-301-task-creator-mcauduro0

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation of development tasks (implementation, refactoring, testing) by automating the generation of task documents and their creation in Linear, ensuring consistency and adherence to predefined rules.

Core Features & Use Cases

  • Universal Task Generation: Creates implementation, refactoring, and test tasks from provided plans and data.
  • Automated Issue Creation: Creates issues in Linear and updates kanban boards.
  • Type-Specific Validation: Enforces rules for each task type (e.g., no new tests in implementation, regression strategy for refactoring, risk-based planning for tests).
  • DRY Code Check: Scans codebase for similar functionality before task creation to prevent duplication.
  • Use Case: When an orchestrator provides a plan for a new feature, this Skill can automatically generate all necessary implementation tasks, create them in Linear, and ensure they follow best practices.

Quick Start

Use the ln-301-task-creator skill to create implementation tasks based on the provided plan and story data.

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 issue creation in Linear from development plans?

Automate Linear issue creation by using this Skill to generate task documents from implementation, refactoring, and test plans. It validates task-specific rules, performs a DRY codebase check to prevent duplication, and updates kanban boards automatically.

What is a DRY check in task creation and how does it prevent code duplication?

A DRY check scans the codebase for similar functionality before generating new Linear issues. This prevents code duplication by verifying existing implementations are identified before creating new implementation or refactoring tasks.

How do I enforce type-specific validation rules for refactoring and test tasks?

Enforce type-specific validation rules by automating task document generation for Linear issues. This ensures regression strategies apply to refactoring tasks, risk-based planning governs test tasks, and no new tests are added during implementation tasks.

Can I create implementation tasks in Linear without writing new tests?

Yes, you can create implementation tasks in Linear without writing new tests. The automated task creation enforces validation rules that specifically prevent adding new tests during implementation tasks, isolating testing concerns into dedicated test tasks instead.

Does automated task creation update kanban boards when generating Linear issues?

Yes, automated task creation updates kanban boards when generating Linear issues. It integrates directly with kanban workflows to manage newly created implementation, refactoring, and testing tasks after validating them against predefined rules.