What problem does it solve?
This Skill ensures that any tool-backed task, ranging from CLI commands to complex workflows, is executed in a controlled and verifiable manner, capturing evidence and ensuring compliance with pre-defined rules.
Core Features & Use Cases
- Universal Execution: Executes any command-line tool, script, API call, or other processes through a centralized executor.
- Trace and Alignment: Captures the entire execution process and aligns it against defined rules and constraints.
- Evidence Capture: Records and preserves evidence for each step of the execution for future auditing and recall.
- Use Case: When you need to automate a process that involves multiple commands or tools, you can use the durable-executor Skill to manage the execution, trace the steps, and ensure that all required validations are met.
Quick Start
Run the following command to start executing your workflow with the durable-executor Skill:
skillspec act ./skill.spec.yml --input='<user task>' --run <run_dir> --phase <phase-id>