task-create

Create a task directory with a standardized 00_TASK.md file.

6|1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/JordanGunn/skills --skill task-create-jordangunn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-create
Source: https://github.com/JordanGunn/skills/tree/main/skills/task/create
Command: npx skills add https://github.com/JordanGunn/skills --skill task-create-jordangunn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Create a new task directory with 00_TASK.md from template. Sets initial epistemic_state to candidate and lifecycle_state to inactive. Computes created_at via deterministic time script.

Core Features & Use Cases

  • Generates a deterministic 00_TASK.md from a standard template with required fields.
  • Initializes epistemic_state to candidate and lifecycle_state to inactive, and computes an initial intent_hash.
  • Provides a reference workflow to guide downstream validation and activation.

Quick Start

Run the create.py script with your task details to generate a new task directory and its initial 00_TASK.md.

Frequently Asked Questions about task-create

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

FAQPage Schema
How do I create a task directory with standardized metadata from a template?

To create a task directory from a template, this skill automates generation of an initial 00_TASK.md file with required fields, validating inputs and applying standardized metadata for product-management workflows to ensure consistent initialization.

How does deterministic task initialization set lifecycle and epistemic states?

Deterministic task initialization assigns created_at via a time script, sets epistemic_state to candidate, and lifecycle_state to inactive, while computing an initial intent_hash to establish a repeatable baseline for downstream validation.

Can I use this task creation workflow for software-engineering and product-management tasks?

Yes, you can use this task creation workflow for both software-engineering and product-management contexts, applying to workflows where tasks require standardized metadata and repeatable initialization to maintain structural consistency.

What is an intent_hash and when is it computed during task creation?

An intent_hash is a computed identifier initialized during task creation to capture the task's initial intent, calculated automatically when the 00_TASK.md file is generated from the template.

What's the best way to validate inputs before generating a task directory?

The best way to validate inputs before generating a task directory is to use the included creation script, which validates your task details before applying the template and computing deterministic metadata like created_at.