create

Create Track project and task files from natural language descriptions.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Hugopeck/track --skill create-hugopeck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create
Source: https://github.com/Hugopeck/track/tree/main/skills/create
Command: npx skills add https://github.com/Hugopeck/track --skill create-hugopeck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns natural-language requests into validated Track projects and tasks, removing the manual work of inferring structure, priorities, dependencies, and file scope.

Core Features & Use Cases

  • Creates projects, tasks, or both from a single description.
  • Infers titles, priority, operating mode, dependencies, and file scopes before asking questions.
  • Writes Track files only after confirmation, then validates them and regenerates board views.
  • Example: use it when someone says add rate limiting and JWT auth and you need a project brief plus decomposed tasks.

Quick Start

Tell the create skill to turn your idea into a Track project or task plan, and it will infer the title, priority, mode, dependencies, and file scope before writing validated files.

Frequently Asked Questions about create

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

FAQPage Schema
How do I generate YAML task files from natural language project descriptions?

The create skill generates YAML task files by parsing natural language descriptions. It infers structure, priorities, and dependencies before writing validated project files after plan confirmation.

Can I create a Track project with multiple decomposed tasks from a single brief?

Yes, you can create a Track project with decomposed tasks from a single brief. The skill processes mixed requests to generate both project briefs and standalone tasks with inferred dependencies.

How do I validate generated Track files and regenerate board views?

You validate generated Track files and regenerate board views using built-in scripts. The skill automatically runs track-validate.sh for YAML validation and track-todo.sh to regenerate board views.

What is checked before writing YAML files to prevent ID and slug collisions?

ID and slug collision checks are performed before writing YAML files. The skill verifies unique identifiers and slugs during task creation to prevent file conflicts in your Track project.

Does the task creation process require manual priority and dependency assignment?

No, task creation does not require manual priority and dependency assignment. The skill automatically infers priorities, operating modes, and dependencies from your natural language input before generating files.