create-task

Decompose freeform text into structured, deduplicated tasks.

1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/gioe/tusk --skill create-task-gioe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-task
Source: https://github.com/gioe/tusk/tree/main/skills/create-task
Command: npx skills add https://github.com/gioe/tusk --skill create-task-gioe

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill transforms unstructured text like feature specs, meeting notes, or bug reports into well-defined, actionable tasks within your project's task management system.

Core Features & Use Cases

  • Decomposition: Breaks down large ideas or complex requirements into smaller, manageable tasks.
  • Deduplication: Checks for and flags potential duplicate tasks to avoid redundant work.
  • Structured Data: Assigns relevant metadata like priority, domain, type, and assignee based on project configuration.
  • Use Case: You just had a brainstorming session and have pages of notes. Use this Skill to quickly convert those notes into a structured list of tasks ready for your team to tackle.

Quick Start

Use the create-task skill to turn the following feature specification into tasks.

Frequently Asked Questions about create-task

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

FAQPage Schema
How do I convert unstructured meeting notes into actionable tasks?

To convert unstructured meeting notes into actionable tasks, this Skill decomposes freeform text into structured items. It analyzes input to extract task summaries, descriptions, priorities, and assignees based on your project configuration.

Does task creation automatically check for duplicates in my backlog?

Yes, task creation automatically validates against your existing backlog to prevent duplicates. It uses heuristic checks to flag potential duplicate tasks before insertion, avoiding redundant work.

What is the best way to decompose complex feature specs into manageable tasks?

The best way to decompose complex feature specs into manageable tasks is using idea decomposition. This process breaks down large requirements into smaller, structured items while assigning relevant metadata like domain and type.

How do I assign priority and domain metadata when generating tasks from text?

You assign priority and domain metadata during text decomposition. The Skill analyzes your freeform input and automatically allocates relevant metadata like priority, domain, type, and assignee based on your specific project configuration.

Can I use this for workflow automation with bug reports and brainstorming notes?

Yes, you can use this for workflow automation with bug reports and brainstorming notes. It transforms unstructured text into well-defined tasks, ready for your team to tackle within your task management system.

How does idea decomposition handle large project requirements?

Idea decomposition handles large project requirements by breaking them down into smaller, manageable tasks. It analyzes the input text to ensure each generated task includes a clear summary, description, and necessary metadata.