# YAML Workflow Executor Execution Checklist

> Sub-skill of yaml-workflow-executor: Execution Checklist.

- Skill: `vamseeachanta/yaml-workflow-executor-execution-checklist` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/yaml-workflow-executor-execution-checklist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/yaml-workflow-executor-execution-checklist/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/yaml-workflow-executor-execution-checklist

---


# Execution Checklist

## Execution Checklist


- [ ] YAML config file exists and is valid
- [ ] All required fields present (task, input, output)
- [ ] Input data files exist
- [ ] Output directories exist or can be created
- [ ] Handler registered for specified task
- [ ] Parameters are correctly typed
- [ ] Dry-run validation passes
- [ ] Logging configured for debugging
- [ ] Error handling covers all failure modes

