Sub-skill of writing-plans: Best Practices.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill best-practices --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Best Practices?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-best-practices-e9dc3fb6)More formats (shields.io, HTML) on the badges page.
---
name: writing-plans-best-practices
description: 'Sub-skill of writing-plans: Best Practices.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!