# Writing Plans Best Practices

> Sub-skill of writing-plans: Best Practices.

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

---


# Best Practices

## Best Practices


### Do


1. Start with the goal, not the tasks
2. Order tasks by dependency
3. Include rollback strategies for risky changes
4. Reference existing patterns in codebase
5. Use consistent naming conventions
6. Group related tasks logically

### Don't


1. Write vague task descriptions
2. Skip the test-first steps
3. Combine unrelated changes
4. Assume prior knowledge
5. Leave out error scenarios
6. Make tasks too big or too small

