create-task

Convert natural-language descriptions into structured tasks with branch metadata.

84|5|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/fitlab-ai/agent-infra --skill create-task-fitlab-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-task
Source: https://github.com/fitlab-ai/agent-infra/tree/main/.agents/skills/create-task
Command: npx skills add https://github.com/fitlab-ai/agent-infra --skill create-task-fitlab-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill translates informal user descriptions into structured tasks, reducing ambiguity and speeding up task onboarding.

Core Features & Use Cases

  • Parse natural language into a formal task with a title, type, and branch metadata.
  • Create task directory and task.md as per workflow, initializing status and timestamps.
  • Update users with next steps and expose TUI commands for analysis or issue creation.

Quick Start

Describe the task in plain language and let the AI generate the initial task.md and metadata.

Frequently Asked Questions about create-task

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

FAQPage Schema
How do I turn natural-language descriptions into structured tasks for project management?

To turn natural-language descriptions into structured tasks, you describe the task in plain language and let the AI generate a formal task with a title, inferred type, and branch metadata. It automatically creates a task directory and task.md file with status and timestamps.

What's the best way to generate task.md files with YAML frontmatter from plain text?

Generating task.md files with YAML frontmatter from plain text is done by parsing your informal description into structured metadata. The output includes a concise title, inferred task type, branch label, and initialized status tracking required for project workflows.

Can I automatically infer task type and branch naming convention from a plain text description?

You can automatically infer task type and branch naming convention from a plain text description. The parsing logic extracts the necessary metadata from your input and wires it directly to a branch label, ensuring your task onboarding matches your workflow.

Does natural-language task management work without external dependencies?

Natural-language task management works without external dependencies. The process runs entirely within your environment to create the task directory and task.md file, requiring no additional components to parse descriptions and initialize tracking metadata.

When do I need to use AI-assisted task onboarding instead of manual entry?

You need to use AI-assisted task onboarding instead of manual entry when you want to reduce ambiguity and speed up task creation. It is designed to translate informal user descriptions into structured, trackable tasks efficiently for project management workflows.