exec
Installation
SKILL.md
exec
Execute plan file tasks sequentially, each in an isolated subagent.
Arguments
$ARGUMENTS— path to plan file (optional; if omitted, ask user to pick fromplans_diruserConfig directory, default:docs/plans/)
File Resolution
ALWAYS use the resolve script to read prompt and agent files. NEVER construct the override chain manually:
bash ${CLAUDE_PLUGIN_ROOT}/skills/exec/scripts/resolve-file.sh prompts/task.md ${CLAUDE_PLUGIN_DATA}
bash ${CLAUDE_PLUGIN_ROOT}/skills/exec/scripts/resolve-file.sh agents/quality.txt ${CLAUDE_PLUGIN_DATA}
The script checks project overrides, user overrides, and bundled defaults automatically.