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()