new-task

Create backlog task files and TaskCreate artifacts with metadata.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/ashtonian/llm-init --skill new-task-ashtonian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-task
Source: https://github.com/ashtonian/llm-init/tree/main/templates/.claude/skills/new-task
Command: npx skills add https://github.com/ashtonian/llm-init --skill new-task-ashtonian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the creation of a new backlog task and its reproducible artifact, removing manual task scaffolding.

Core Features & Use Cases

  • Creates a new backlog task file in docs/spec/.llm/tasks/backlog/ with a zero-padded number and slug.
  • Generates a native TaskCreate artifact with the same metadata for reproducibility.
  • Use Case: Rapidly scaffold upcoming work items without leaving the editor or terminal.

Quick Start

Create a backlog task file from a short description and have the system generate the corresponding backlog entry and TaskCreate artifact.

Frequently Asked Questions about new-task

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

FAQPage Schema
How do I automatically create a backlog task file with consistent metadata?

Automating backlog task creation generates a task file in docs/spec/.llm/tasks/backlog/ with a zero-padded number, slug, and metadata fields. This ensures reproducible task scaffolding without manual file setup, streamlining software development planning workflows.

What is a TaskCreate artifact and how does it relate to backlog task templates?

A TaskCreate artifact is a native record generated alongside your backlog task file containing identical metadata. When you create a backlog task, the system produces both the file and the TaskCreate artifact to ensure reproducibility across your development planning workflow.

Can I rapidly scaffold upcoming work items without leaving my development environment?

Rapidly scaffolding work items is the core use case for automated backlog task creation. By providing a short description, the system generates the corresponding backlog entry and TaskCreate artifact directly, removing manual task scaffolding from your workflow.

Does the backlog task creation process require any external dependencies?

The backlog task creation process requires no external dependencies to function. It independently creates the task file in the designated backlog directory and generates the matching TaskCreate artifact using only the provided short description and metadata.

How are backlog task files named and structured in the docs directory?

Backlog task files are named using a zero-padded number and a slug, created specifically in the docs/spec/.llm/tasks/backlog/ directory. This naming convention ensures proper organization and reproducible task templates for software development planning.

What's the best way to generate reproducible task templates for a development backlog?

Generating reproducible task templates is best handled by automating the creation of both a backlog task file and a native TaskCreate artifact. This dual-generation approach ensures identical metadata is captured across records, streamlining the task scaffolding process.