execution-engine

Automate task plan execution with 3-level verification and ToT-based error recovery.

1|Updated Nov 13, 2024
One-click install
npx skills add https://github.com/vincent-kk/albatrion --skill execution-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execution-engine
Source: https://github.com/vincent-kk/albatrion/tree/main/.claude/skills/execution-engine
Command: npx skills add https://github.com/vincent-kk/albatrion --skill execution-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬은 작업 계획을 실제 구현과 검증으로 자동화하여 개발 흐름의 지연과 인간 실수를 줄입니다.

Core Features & Use Cases

  • 5-Field 형식에 따른 파일 생성/수정 자동화: 계획에 따라 필요한 파일을 자동으로 생성하거나 수정합니다.
  • 3-레벨 검증 자동화: 코드 → 기능 → 요구사항의 순서로 계층적 검증을 수행합니다.
  • ToT 기반 에러 복구: 발생한 문제를 다중 경로로 분석하고 최적의 복구 시나리오를 자동으로 시도합니다.
  • 자율 실행 및 실시간 추적: 사용자 개입 최소화로 연속 실행되며 진행 상태를 실시간으로 제공합니다.
  • 지식 기반 로딩 전략: 필요 시 로드 우선순위를 따라 가이드라인과 설계 정보를 참조합니다.

Quick Start

간단한 명령으로 실행 엔진을 활성화하고 03_plan.md의 작업을 실제 구현 및 검증하도록 지시합니다. 예를 들어, 03_plan.md를 로드하고 필요한 가이드라인이 있다면 04_guideline.md를 참조하는 흐름으로 시작합니다.

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-file implementation tasks from a development plan?

Automating multi-file implementation tasks from a development plan is achieved by loading task plans to automatically generate or modify required files based on a 5-field format. This approach minimizes user intervention while turning plans into verifiable executions.

How does hierarchical verification work for autonomous workflow execution?

Hierarchical verification for autonomous workflow execution works by applying a 3-level validation process across code, functionality, and requirements. This ensures that every implemented task is systematically checked against its original specifications before completion.

What is ToT-based error recovery in automated execution workflows?

ToT-based error recovery in automated execution workflows is a mechanism that analyzes occurring problems across multiple paths and automatically attempts optimal recovery scenarios. It enables documented auto-recovery options during continuous execution without requiring user intervention.

Can I execute plans autonomously and track real-time progress simultaneously?

Yes, you can execute plans autonomously and track real-time progress simultaneously. The execution engine enables continuous execution with minimal user intervention while providing real-time progress tracking throughout the entire development project lifecycle.

When do I need automated plan execution with knowledge base loading for development projects?

Automated plan execution with knowledge base loading is needed when your development projects require referencing guidelines and design information during implementation. It follows a load priority strategy to fetch necessary 04_guideline.md data while processing 03_plan.md tasks.

What are the limitations of deterministic execution for multi-file development tasks?

Limitations of deterministic execution for multi-file development tasks include the dependency on structured input plans like 03_plan.md and the necessity of a 5-field format for file operations. Without these structured inputs, the autonomous execution and ToT-based error recovery cannot function properly.