task-creator

Create Linear issues for coding tasks in the Suelo project.

7|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/consuelohq/openengineer --skill task-creator-consuelohq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-creator
Source: https://github.com/consuelohq/openengineer/tree/main/skills/task-creator
Command: npx skills add https://github.com/consuelohq/openengineer --skill task-creator-consuelohq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of turning user requests into Linear issues for coding workflows, reducing manual setup and ensuring consistency across tasks.

Core Features & Use Cases

  • Auto-detects task complexity and chooses between full specification issues and quick tasks for the Suelo Linear project.
  • Applies default project rules (Suelo) unless another project is explicitly specified, with hardcoded IDs for reproducibility.
  • Supports optional priority flags and automatic labeling, enabling agent-driven task preparation for execution.

Quick Start

Describe the coding task you want as a Linear issue and I will create it in the Suelo project.

Frequently Asked Questions about task-creator

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

FAQPage Schema
How do I automate Linear task creation for coding workflows?

You can automate Linear task creation for coding workflows by describing the coding task you need, and the system will generate a properly formatted Linear issue payload in the default Suelo project. It applies default project rules and handles optional priority flags and automatic labeling.

Can I create quick Linear issues instead of full specification tasks?

Yes, you can create quick Linear issues by using the --quick flag. The system auto-detects task complexity and chooses between generating full specification issues or quick tasks based on the requested complexity and flags provided.

Does this Linear task automation support custom project IDs and priority labels?

This Linear task automation defaults to the Suelo project using hardcoded IDs for reproducibility, but supports another project if explicitly specified. It also supports optional priority flags and automatic labeling for agent-driven task preparation.

What is the best way to format a Linear issue payload for developer tasks?

The best way to format a Linear issue payload for developer tasks is to let the automation apply default project rules and generate the payload structure for you. It ensures consistency across tasks by handling both detailed spec tasks and quick tasks automatically.

Why does my Linear issue default to the Suelo project when using task automation?

Your Linear issue defaults to the Suelo project because the automation applies default project rules with hardcoded IDs to ensure reproducibility across coding workflows. You must explicitly specify another project if you want the issue created elsewhere.