creating-task

Create and organize tasks in a TASKS.md file with slugs and acceptance criteria.

29|3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/wbopan/cotask --skill creating-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-task
Source: https://github.com/wbopan/cotask/tree/main/skills/creating-task
Command: npx skills add https://github.com/wbopan/cotask --skill creating-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and standardizes adding, planning, and tracking work inside a single TASKS.md, reducing manual editing and confusion across teams.

Core Features & Use Cases

  • Create new tasks or sections in TASKS.md from natural language prompts.
  • Append tasks in the correct section with a unique slug and clear acceptance criteria.
  • Create TASKS.md from a template when it doesn't exist, ensuring consistent formatting and workflow.

Quick Start

Add a task to TASKS.md describing the project kickoff notes.

Frequently Asked Questions about creating-task

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

FAQPage Schema
How do I automate task creation in a markdown file without manual editing?

You can automate task creation by using an agent to read the project root TASKS.md, append new entries with unique slugs and acceptance criteria, or generate the file from a template if missing.

Can I use natural language to add tasks to my project management markdown file?

Yes, you can use natural language prompts to create new tasks or sections in TASKS.md. The automation parses your input and appends the task in the correct section with proper formatting and acceptance criteria.

What happens if TASKS.md does not exist at the project root?

If TASKS.md is missing, the automation creates it from a standard template. This ensures consistent formatting, proper workflow setup, and a structured starting point for tracking project work.

Does task automation overwrite existing content in the markdown file?

No, the automation ensures deterministic behavior by reading the current file first and writing only new entries. It preserves existing content and strictly follows the defined task format rules.

How do I format acceptance criteria and slugs when planning tasks in TASKS.md?

Acceptance criteria and slugs are formatted automatically when appending tasks. The automation handles the task formatting, generates unique slugs, and structures the acceptance criteria according to workflow rules.