execution-engine

Manage autonomous task execution loops with stop hook integration and approval gates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cianos95-dev/claude-command-centre --skill execution-engine-cianos95-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execution-engine
Source: https://github.com/cianos95-dev/claude-command-centre/tree/main/skills/execution-engine
Command: npx skills add https://github.com/cianos95-dev/claude-command-centre --skill execution-engine-cianos95-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of decomposed tasks, managing context, approvals, and retries to ensure reliable and unattended task completion, preventing premature closure and agent drift.

Core Features & Use Cases

  • Autonomous Task Execution: Runs tasks sequentially with fresh context, respecting human approval gates.
  • State Management: Maintains execution state and progress logs, allowing for graceful interruption and resumption.
  • Use Case: When implementing a new feature, this Skill can autonomously write code, run tests, and commit changes, pausing only at defined review gates or if a task fails repeatedly.

Quick Start

Initiate the autonomous execution loop for the current task list.

Frequently Asked Questions about execution-engine

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

FAQPage Schema
How do I automate multi-step task execution without agent drift?

Automate multi-step task execution by running an autonomous loop that manages context and approvals. This skill executes decomposed tasks sequentially, maintaining state and retry logic to prevent agent drift and premature closure.

How does state management work for interrupted workflow execution?

State management for interrupted workflow execution works by maintaining execution state and progress logs. This allows graceful interruption and resumption of multi-step implementation workflows without losing completed task data or retry budgets.

Do I need a stop hook to manage task iteration budgets?

Yes, you need a stop hook to manage task iteration budgets. The stop hook intercepts session exits, manages context, and enforces human approval gates to ensure reliable unattended task completion during autonomous execution.

Can I pause autonomous code execution for human approval gates?

Yes, you can pause autonomous code execution for human approval gates. The execution loop runs tasks sequentially with fresh context, respecting defined review gates to pause for human approval before proceeding with implementation workflows.

When should I not use an autonomous execution loop?

You should not use an autonomous execution loop for single-step tasks or workflows lacking defined review gates. It is specifically designed for multi-step implementation requiring state persistence, retry logic, and stop hook integration to manage iteration budgets.