task-add

Add priority-tagged tasks with 3+ subtasks to Docs/Task/{StepName}_Task.md files.

3|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/CANTAGESTUDIO/CosmicAtlasPacker --skill task-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-add
Source: https://github.com/CANTAGESTUDIO/CosmicAtlasPacker/tree/main/.claude/skills/task-add
Command: npx skills add https://github.com/CANTAGESTUDIO/CosmicAtlasPacker --skill task-add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates adding new tasks with proper priority tags to Docs/Task/{StepName}_Task.md for multi-agent parallel development.

Core Features & Use Cases

  • Task Format: Markdown task entries with 3+ subtasks required.
  • Subtask Rules: Each task must have at least 3 subtasks; use action verbs; 1-2 hour granularity.
  • Parallel Guidelines: Avoid shared edits; distribute workload.

Quick Start

Describe a new feature or bug, and the skill will append a structured task with 3+ subtasks.

Frequently Asked Questions about task-add

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

FAQPage Schema
How do I add tasks with priority tags to documentation files?

Add tasks with priority tags (!high, !medium, !low) to Docs/Task/{StepName}_Task.md documents. Each task requires 3+ subtasks with 2-space indentation and action verbs, enabling parallel work distribution across team members while maintaining file structure.

What's the best way to organize subtasks within a task document?

Structure each task with at least 3 subtasks using action verbs and 1-2 hour granularity. Apply 2-space indentation consistently, assign priority tags to the parent task, and place tasks in the correct section to avoid file conflicts during multi-agent parallel development.

How do I break down a feature request into parallel work items?

Convert feature requests, bug discoveries, or follow-up work into structured tasks with priority tags distributed across separate Docs/Task/{StepName}_Task.md files. Enforce 3+ subtasks per task to prevent shared edits and ensure workload distribution across agents.

Can I use task priorities to coordinate work across team members?

Yes. Task priorities (!high, !medium, !low) designate urgency while the subtask structure and file separation strategy ensure agents work on different sections simultaneously without conflicts, enabling coordinated parallel development.

What happens if a task has fewer than 3 subtasks?

Tasks must contain 3+ subtasks minimum. This requirement ensures sufficient granularity for parallel work distribution and prevents over-consolidation that would block multiple agents from working independently.

How do I avoid file conflicts when multiple agents add tasks?

Distribute tasks across separate Docs/Task/{StepName}_Task.md documents by step name, preventing shared edits. Preserve existing document structure and avoid edits to unrelated files, allowing parallel task addition without merge conflicts.