task-create

Create numbered Markdown task files with structured planning sections.

2|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/otrebu/all-agents --skill task-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-create
Source: https://github.com/otrebu/all-agents/tree/main/.claude/skills/task-create
Command: npx skills add https://github.com/otrebu/all-agents --skill task-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates unstructured task documentation by automatically creating numbered, templated files that capture goals, context, and acceptance criteria.

Core Features & Use Cases

  • Structured Templates: Generate consistent task files with required sections for clarity.
  • Project Integration: Seamlessly create tasks that follow your project's conventions and structure.

Quick Start

Create a task for implementing user authentication in the current project.

Frequently Asked Questions about task-create

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

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

Task creation generates numbered Markdown files in docs/planning/tasks/ with standardized sections including Goal, Context, Plan, Acceptance Criteria, Test Plan, Scope, and Notes. Run aaa task create <kebab-name> to automatically populate a templated file, optionally linking a Story, ensuring consistent documentation across your development work.

What sections does an automated task template include?

Automated task templates include Goal, Context, Plan, Acceptance Criteria, Test Plan, Scope, and Notes sections. This structure captures essential planning information—why the task exists, what preconditions apply, how to execute it, what success looks like, and any constraints—eliminating gaps in unstructured documentation.

Can I link Stories to automatically created tasks?

Yes, the aaa task create command supports optional Story links within the template. This integration ties task documentation to broader project narratives, maintaining traceability between detailed execution plans and higher-level project goals or feature requests.

How do I maintain consistent task documentation across a team?

Structured templates enforce consistent formatting and required sections across all task files. By using automated task creation instead of manual documentation, your team generates uniform task records in docs/planning/tasks/ with predictable structure, reducing ambiguity and improving onboarding clarity.

What's the best way to organize development work items?

Numbered Markdown files in a centralized planning directory provide sequential, searchable task organization. Templated structure ensures each task captures goals and acceptance criteria upfront, enabling better prioritization, delegation, and progress tracking compared to scattered notes or informal checklists.

Do I need existing project documentation to use task templates?

No prerequisites are required; task templates are self-contained and generate from scratch using the aaa binary directly. The command outputs a populated file path immediately, making it suitable for new projects or existing workflows regardless of current documentation depth.