task-execution

Community

Automate phased task execution with tracking.

AuthorXentinus
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates phase-by-phase task execution by driving the next pending phase and maintaining status tracking.

Core Features & Use Cases

  • Phase-aware execution: reads task files, validates prerequisites, runs the next pending phase, and updates progress.
  • Safe, incremental work: executes one phase at a time, with automatic status updates and optional tests.
  • Use cases: process Task-XXX files in the _tasks/ directory to complete complex workflows with transparent progress logging.

Quick Start

Start by inspecting a task file with: python scripts/task_status_reader.py _tasks/Task-001_Name.md Then begin the next phase: python scripts/task_status_updater.py _tasks/Task-001_Name.md phase 2 in-progress After completing deliverables, mark the phase completed: python scripts/task_status_updater.py _tasks/Task-001_Name.md phase 2 completed

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: task-execution
Download link: https://github.com/Xentinus/ai-toolbox/archive/main.zip#task-execution

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.