ac-task-executor

Installation
SKILL.md

AC Task Executor

Execute implementation tasks for autonomous coding features.

Purpose

Orchestrates the execution of feature implementations, managing the task queue and coordinating between planning, implementation, and verification phases.

Quick Start

from scripts.task_executor import TaskExecutor

executor = TaskExecutor(project_dir)
result = await executor.execute_next_feature()

Execution Modes

Installs
19
GitHub Stars
11
First Seen
Jan 24, 2026
ac-task-executor — adaptationio/skrillz