Spec-Driven Development (SDD)
Spec-Driven Development (SDD) is a software development methodology that uses specifications as the single source of truth for a project. This approach helps to ensure that the development team is building the right product and that the final product meets the requirements of the stakeholders.
This section provides a detailed explanation of the SDD workflows used in this project.
Workflows
There are two SDD workflows available:
- Full Workflow: A comprehensive workflow for major features.
- Quick Path: A streamlined workflow for trivial changes.