# Sparc Specification Best Practices

> Sub-skill of sparc-specification: Best Practices.

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

---


# Best Practices

## Best Practices


1. **Be Specific**: Avoid ambiguous terms like "fast" or "user-friendly"
2. **Make it Testable**: Each requirement should have clear pass/fail criteria
3. **Consider Edge Cases**: What happens when things go wrong?
4. **Think End-to-End**: Consider the full user journey
5. **Version Control**: Track specification changes
6. **Get Feedback**: Validate with stakeholders early

