create-task

Create structured Markdown task documents in docs/tasks using the project template.

8|1|Updated Dec 9, 2024
One-click install
npx skills add https://github.com/dianlight/srat --skill create-task-dianlight
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-task
Source: https://github.com/dianlight/srat/tree/main/.github/skills/create-task
Command: npx skills add https://github.com/dianlight/srat --skill create-task-dianlight

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning work and documenting tasks is time-consuming and error-prone. This Skill automates the creation of standardized task documentation, enabling consistent planning within SRAT.

Core Features & Use Cases

  • Produces a structured task document in docs/tasks/ using the project task template.
  • Triggers on common planning phrases like create task, plan feature, or add task.
  • Generates a file named <TaskID>_<Title>.md and sets up an initial task workflow for features, fixes, or refactors.

Quick Start

Prompt SRAT with a brief task title or description to generate a new task document.

Frequently Asked Questions about create-task

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

FAQPage Schema
How do I auto-create task planning docs for software development?▼

To auto-create task planning docs, this Skill generates a structured Markdown file in docs/tasks using the project template. It standardizes planning for feature development, bug fixes, and refactoring tasks within SRAT.

What is the best way to generate standardized task documentation for a new feature?▼

The best way to generate standardized task documentation is prompting SRAT with a brief task title. The Skill creates a new file named <TaskID>_<Title>.md, instantly providing a structured planning document.

How does automated task document creation work in SRAT workflows?▼

Automated task document creation works by triggering on common planning phrases like create task or plan feature. It then applies the project task template to produce a structured Markdown file for your workflow.

Does this task planning template generator work for bug fixes and refactoring?▼

Yes, this task planning template generator works for bug fixes and refactoring. It sets up an initial task workflow tailored to these specific software development scenarios.

Do I need any dependencies to use the automated task document generator?▼

No, you do not need any dependencies to use the automated task document generator. It operates independently to create structured Markdown files in your docs/tasks directory.