task_creation

Create and organize structured Markdown task files with YAML frontmatter.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/alangeb/tau --skill task-creation-alangeb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task_creation
Source: https://github.com/alangeb/tau/tree/main/src/skills/task_creation
Command: npx skills add https://github.com/alangeb/tau --skill task-creation-alangeb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the friction of manual task tracking by providing a standardized, automated way to queue, schedule, and defer work directly within the agent's environment.

Core Features & Use Cases

  • Automated Task Queuing: Automatically generates structured task files in the todo directory for immediate or future execution.
  • Standardized Formatting: Enforces a consistent YAML-frontmatter task structure to ensure compatibility with the dream execution system.
  • Use Case: When the agent identifies a missing feature or a bug during analysis, it can immediately create a prioritized task file to ensure the work is captured and scheduled without requiring manual user intervention.

Quick Start

Ask the agent to create a new high priority task for implementing the authentication module.

Frequently Asked Questions about task_creation

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

FAQPage Schema
How do I automate task creation in a structured Markdown format?

Automated task creation uses standard Python file system operations to generate and store task metadata in Markdown files. It enforces a consistent YAML-frontmatter task structure to ensure compatibility with the execution system.

How can I programmatically queue and prioritize development workflows?

You can programmatically queue and prioritize development workflows by generating structured task files within a designated project directory. This enables agents to immediately create prioritized task files for missing features or bugs.

Do I need any external dependencies to manage task files with Python?

No external dependencies are required to manage task files with Python. The skill relies solely on standard Python file system operations to automate the creation and organization of structured task files in your project directory.

What is the best way to capture and schedule deferred work without manual intervention?

The best way to capture and schedule deferred work without manual intervention is to use automated task queuing. When an agent identifies work during analysis, it immediately creates a prioritized task file to ensure the work is captured and scheduled.

Are there limitations to using YAML-frontmatter for task management in automated workflows?

The primary limitation of using YAML-frontmatter for task management is that it enforces a strict, standardized task structure. This means task files must strictly adhere to the specific formatting rules to maintain compatibility with the execution system.