Agile Standards
Category:
Agile
This section defines agile process standards for Salesforce development
projects, including the criteria that govern when work is ready to begin
and when it can be considered complete.
Available Standards
-
- Quality gate criteria that a user story must meet before it can be marked as complete on a Salesforce project
-
- Criteria that a user story or work item must meet before it can be pulled into a sprint for a Salesforce project
Overview
These standards ensure that user stories entering a sprint are
well-defined and actionable, and that completed work meets a consistent
quality bar before it is considered done. They are tailored to
Salesforce projects and reference the coding, testing, and deployment
standards maintained in this documentation site.
Related Documentation
- Definition of Ready - Criteria for sprint-ready work items
- Definition of Done - Quality gate for completed work
- Apex Coding Standards - Backend coding standards
- LWC Coding Standards - Frontend component standards
- Testing Standards - Test coverage and patterns
- Git Branching Strategy - Branch and merge workflow