sdd:add-task

Convert natural language task requests into structured draft task files.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dalawwa/labor-methods --skill sdd-add-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd:add-task
Source: https://github.com/dalawwa/labor-methods/tree/main/.cek/plugins/sdd/skills/add-task
Command: npx skills add https://github.com/dalawwa/labor-methods --skill sdd-add-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafts task files in .specs/tasks/draft/ that precisely reflect user intent, reducing manual drafting effort and ensuring consistent task metadata.

Core Features & Use Cases

  • Automated Draft Creation: Converts a user prompt into a ready-to-edit draft task with title, type, and dependencies.
  • Structured Output: Generates a standardized file name and organization across draft/todo/in-progress/done folders.
  • Use Case: A product manager asks to create a new feature task; the skill creates a draft task file that captures the exact request for downstream BA and development teams.

Quick Start

Provide a user task description and the system will generate a corresponding draft task file in .specs/tasks/draft/.

Frequently Asked Questions about sdd:add-task

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

FAQPage Schema
How do I automate drafting task files from natural language descriptions?

To automate drafting task files, you provide a natural language task description, which the system converts into a structured draft task file. This enforces creating a precise title, a type, and a dependencies list while preserving the original prompt.

What is the best way to convert user intent into structured draft tasks for project workflows?

The best way to convert user intent into structured draft tasks is to use an automated workflow that generates a standardized file name and organization. It captures the exact request and places it in .specs/tasks/draft/ to reduce manual drafting effort.

How does the task draft generation process organize files across project folders?

The task draft generation process organizes files by generating a standardized file name and placing them into the .specs/tasks/draft/ directory. This separates newly drafted items from the downstream todo, in-progress, and done folders.

Do I need any specific dependencies to generate draft task files from prompts?

No specific dependencies are required to generate draft task files from prompts. The automation operates standalone by taking a user-provided task description and directly outputting a structured file into the .specs/tasks/draft/ directory.

Can I use this automated task drafting for product management feature requests?

Yes, automated task drafting is suitable for product management feature requests. A product manager can input a natural language request, and the system creates a draft task file capturing the exact intent for downstream BA and development teams.