# Planning Goal Best Practices

> Sub-skill of planning-goal: Best Practices.

- Skill: `vamseeachanta/planning-goal-best-practices` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/planning-goal-best-practices`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/planning-goal-best-practices/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-best-practices

---


# Best Practices

## Best Practices


- **Atomic Actions**: Each action should have one clear purpose
- **Explicit Preconditions**: All requirements must be verifiable
- **Predictable Effects**: Action outcomes should be consistent
- **Realistic Costs**: Use costs to guide optimal path selection
- **Replan Early**: Detect failures quickly and adapt
- **Parallel Where Possible**: Execute independent actions concurrently

