sdd:add-task

Create draft task markdown files from user-provided titles or descriptions.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/luicabref97/sushi-jungle-web --skill sdd-add-task-luicabref97
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sdd:add-task
Source: https://github.com/luicabref97/sushi-jungle-web/tree/main/.agents/skills/sdd-add-task
Command: npx skills add https://github.com/luicabref97/sushi-jungle-web --skill sdd-add-task-luicabref97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converting ad-hoc user requests or brief task descriptions into consistent, trackable task files is repetitive and error-prone. This Skill automates the creation of standardized draft task markdown files so teams can triage and act on requests faster.

Core Features & Use Cases

  • Standardized task creation: Generates an action-oriented title, classifies the issue type, and produces a sanitized filename following repository conventions.
  • Dependency handling and folder setup: Extracts and preserves declared dependencies and ensures the .specs/tasks/* directory structure exists before writing drafts.
  • Use Case: Turn a stakeholder note like "Add validation to form inputs" into a draft task file in .specs/tasks/draft/ ready for review and assignment.

Quick Start

Create a draft task file by giving the skill a concise task description such as: Add validation to form inputs.

Frequently Asked Questions about sdd:add-task

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

FAQPage Schema
How do I create draft task markdown files for repository-based project workflows?▼

The skill automates draft task file creation by parsing user-provided titles to generate action-oriented names and sanitized filenames. It verifies the .specs/tasks/draft/ folder structure exists before writing the standardized markdown file.

How does task generation handle dependencies and folder structure setup?▼

Dependency handling extracts declared prerequisites from user input and preserves them in the draft file. The skill also verifies the .specs/tasks/ folder structure exists before writing the output markdown.

Does this task generation skill work with existing git project conventions?▼

Yes, it integrates with repository-based project workflows by writing standardized draft markdown files into the .specs/tasks/draft/ directory. It sanitizes filenames and classifies issue types to match existing repository conventions.

Can I turn a brief stakeholder note into a standardized task file for triage?▼

Yes, you can input a brief stakeholder note like 'Add validation to form inputs' to generate a draft task file. The skill parses the intent to produce an action-oriented title, issue type, and sanitized filename for triage.

What is the best way to formalize ad-hoc user requests into trackable specs?▼

The best way to formalize ad-hoc requests is using automated task generation to convert brief descriptions into consistent markdown files. This reduces repetitive manual effort and errors by placing standardized drafts in .specs/tasks/draft/.

Why use automated task generation instead of manually creating issue files?▼

Automated task generation eliminates repetitive and error-prone manual entry by standardizing the creation process. It automatically parses input for issue types and dependencies, ensuring consistent draft markdown files for faster triage.