ln-301-task-creator

Generate implementation, refactoring, and testing task documents from templates.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/0xtaoist/taogate --skill ln-301-task-creator-0xtaoist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-301-task-creator
Source: https://github.com/0xtaoist/taogate/tree/main/ln-301-task-creator
Command: npx skills add https://github.com/0xtaoist/taogate --skill ln-301-task-creator-0xtaoist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates ALL task types (implementation, refactoring, test). Generates task documents from templates, validates type rules, creates in Linear, updates kanban.

Core Features & Use Cases

  • Owns all task templates and creation logic (Linear + kanban updates)
  • Generates full task documents per type (implementation/refactoring/test)
  • Enforces type-specific hard rules (no new tests in impl, regression strategy for refactoring, risk matrix and limits for test)
  • Drops NFR bullets if supplied; only functional scope becomes tasks
  • Never decides scope itself; uses orchestrator input (plans/results)

Quick Start

Provide task goals and constraints to the orchestrator to generate the appropriate task documents and Linear issues.

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 auto-generate Linear tasks from templates?

You can auto-generate Linear tasks by providing task goals and constraints to an orchestrator, which then uses centralized templates to create implementation, refactoring, and test task documents while updating your kanban board.

How do I enforce quality checks when generating workflow tasks?

Quality checks are enforced by applying type-specific validation rules during task generation, such as blocking new tests in implementation tasks, requiring regression strategies for refactoring, and applying risk matrices for tests.

Can I use task templates to separate functional scope from non-functional requirements?

Yes, the task generation logic drops non-functional requirement bullets if supplied, ensuring that only the defined functional scope is converted into actual implementation, refactoring, or testing tasks.

How do I create refactoring tasks without disrupting existing software workflows?

To create refactoring tasks safely, the system applies type-specific governance rules that mandate a regression strategy, ensuring existing functionality is validated while updating your Linear kanban boards.

Does task generation work without manual scope definition?

No, task generation never decides scope itself; it requires orchestrator input such as plans and results to define the boundaries before generating the corresponding task documents and Linear issues.

What is the best way to automate test task creation in Linear?

The best way to automate test task creation is to use centralized templates that apply type-specific governance, enforcing risk matrices and limits to generate validated test issues directly in Linear.