task-orchestration

Orchestrate development sub-task workflows from feature task lists.

15|2|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/aspiers/ai-config --skill task-orchestration-aspiers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-orchestration
Source: https://github.com/aspiers/ai-config/tree/main/.claude/skills/task-orchestration
Command: npx skills add https://github.com/aspiers/ai-config --skill task-orchestration-aspiers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates end-to-end development task workflows by coordinating sub-task execution from feature task lists.

Core Features & Use Cases

  • Task selection: Identifies the next incomplete sub-task from a feature's tasks.md and prioritizes it for implementation.
  • Integrated lifecycle: Automatically invokes task-implementer, code-linting, test-running, and Git staging/commit steps to ensure quality and traceability.
  • Iterative progression: Repeats the cycle until all sub-tasks are completed, updating the task list accordingly.
  • Governance & reviews: Requests user review for changes before committing, and enforces proper staging and committing discipline.

Quick Start

Execute the next incomplete sub-task from a feature's task list by running the orchestrator to implement, lint, test, stage, and prepare for commit.

Frequently Asked Questions about task-orchestration

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

FAQPage Schema
How do I automate end-to-end feature delivery from a task list?

Task orchestration automates end-to-end feature delivery by sequentially executing sub-tasks from a tasks.md list through a strict lifecycle: implement, lint, test, stage, review, and commit, iterating until all sub-tasks are complete.

What is the required file format for automating development task workflows?

Automating development task workflows requires a defined task list file located at .ai/[feature_name]/tasks.md in your project repository to identify and prioritize the next incomplete sub-task.

How do I integrate linting and testing into an automated git commit workflow?

You can integrate linting and testing by orchestrating a workflow that automatically invokes code-linting, test-running, and git staging, requesting user review before finalizing the commit.

Can I automatically iterate through sub-tasks until a feature is complete?

Yes, the orchestration workflow automatically repeats the implementation, linting, testing, and staging cycle, updating the task list and continuing until all sub-tasks for the feature are completed.

Does automated task orchestration require manual review before committing changes?

Yes, the automated task orchestration workflow enforces proper staging discipline and explicitly requests user review for code changes before proceeding to finalize the git commit.