Execute is a routing skill that scans text files for inline <@skill-name: prompt> annotations and dispatches each tagged prompt to the corresponding skill subagent. It standardizes a subagent contract (file path, surrounding text, prompt) and defines a sequential processing workflow so subagents can apply changes directly to files.
Use Execute when you want to orchestrate modular operations inside documents: batch-edit files, run proofreads, produce figures, fill placeholders, or trigger other skill workflows from annotated text. It is designed for programmatic, stepwise processing where each tag may spawn an independent subagent run.
Inferrable: agents that implement subagent spawning and file I/O (Copilot/Codex-style runners, agent frameworks that support file-based workflows).
This skill has not been reviewed by our automated audit pipeline yet.