# Planning Goal Execution Checklist

> Sub-skill of planning-goal: Execution Checklist.

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

---


# Execution Checklist

## Execution Checklist


- [ ] Define current state completely
- [ ] Define goal state with all required conditions
- [ ] Inventory available actions with preconditions/effects
- [ ] Calculate action costs realistically
- [ ] Generate plan using A* search
- [ ] Review plan for feasibility
- [ ] Execute with OODA loop monitoring
- [ ] Handle failures with adaptive replanning
- [ ] Verify goal state achieved

