split-in-tasks

Decompose technical specifications into ordered tasks with requirement traceability.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/thomfilg/ai-plugin-work --skill split-in-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: split-in-tasks
Source: https://github.com/thomfilg/ai-plugin-work/tree/main/plugins/work/skills/split-in-tasks
Command: npx skills add https://github.com/thomfilg/ai-plugin-work --skill split-in-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the decomposition of technical specifications into small, ordered tasks with requirement traceability, streamlining the task creation process.

Core Features & Use Cases

  • Spec Decomposition: Convert complex specifications into a set of small, ordered tasks.
  • Requirement Traceability: Maintain a clear link between tasks and the original requirements.
  • Use Case: When you have a new feature to implement, use this Skill to automatically generate a task list from the feature specification, ensuring every requirement is addressed.

Quick Start

Run the 'split-in-tasks' skill with the ticket ID or folder name of the specification you want to decompose.

Frequently Asked Questions about split-in-tasks

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

FAQPage Schema
How do I decompose technical specifications into actionable development tasks?

Decomposing technical specifications into actionable tasks is automated by parsing text documents to generate a structured task list. This Skill adds requirement traceability, ensuring every task links back to original software development requirements.

What is requirement traceability in task generation?

Requirement traceability in task generation maintains a clear link between generated tasks and original specifications. This ensures every requirement is addressed during software development and project management execution.

How do I generate a task list from a feature specification automatically?

To generate a task list from a feature specification, provide the ticket ID or folder name. The Skill parses the text document, outputs ordered tasks described in Markdown, and uses YAML frontmatter for configuration.

Can I use YAML frontmatter and Markdown for task descriptions in project management?

YAML frontmatter and Markdown are fully supported for task descriptions and configuration. This format structures small, ordered tasks within software development workflows, ensuring clear specification decomposition and readable outputs.

Does specification decomposition work for system design and project management workflows?

Specification decomposition is applicable to system design and project management workflows. It automates analyzing text documents to break down complex requirements into actionable, ordered task lists with traceability.