task-writing

Generate structured Task-NNN files with frontmatter in the _tasks directory.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Xentinus/ai-toolbox --skill task-writing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-writing
Source: https://github.com/Xentinus/ai-toolbox/tree/main/Skills/task-writing
Command: npx skills add https://github.com/Xentinus/ai-toolbox --skill task-writing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires scripts/task_analysis.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and management of structured task files for software projects, reducing boilerplate and guiding teams through consistent planning.

Core Features & Use Cases

  • Template-driven Task files: Generates standardized Task-XXX_Title.md files in the _tasks directory based on project conventions.
  • Codebase-aware analysis: Scans the repository for patterns to tailor task content and dependencies.
  • Lifecycle guidance: Provides a phase-based workflow and frontmatter scaffolding to support feature work, bug fixes, refactors, and documentation.

Quick Start

Invoke the skill to generate a new task file. For example, request: "Create Task-005_Add logging to analytics." The skill will place the file under _tasks and populate the frontmatter and phased plan.

Frequently Asked Questions about task-writing

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

FAQPage Schema
How do I create structured task files for software project planning?

Structured task files are generated as standardized Task-NNN_Title.md documents in the _tasks directory, populated with frontmatter scaffolding and phase-based planning tailored to feature development, bug fixes, or refactoring.

What is codebase analysis for task templates and when do I need it?

Codebase analysis scans the repository for patterns to tailor task content and dependencies. It is needed when planning features or refactors to ensure task templates align with project conventions.

How do I automate task file generation for a new bug fix or feature?

Automate task file generation by invoking the skill with a naming request like Create Task-005_Add logging. It places the file under _tasks and populates frontmatter and phased plans automatically.

Does this task planning approach work with existing project management conventions?

Yes, it enforces frontmatter fields and generates template-driven task files based on project conventions, ensuring lifecycle guidance integrates with existing codebase patterns for documentation and refactoring.

What are the limitations of automated task templates for complex codebases?

Automated task templates enforce standardized frontmatter fields and phase-based workflows, but heavy customization beyond the provided task_analysis.py script and _tasks directory structure may require manual adjustments.