From f8368f9703a8c55d36c4d09167ba28eae35e6031 Mon Sep 17 00:00:00 2001 From: Ismael Date: Mon, 23 Mar 2026 20:21:52 +0100 Subject: [PATCH] fix(templates): add missing Assumptions section to spec template --- templates/spec-template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates/spec-template.md b/templates/spec-template.md index c67d914980..4581e40529 100644 --- a/templates/spec-template.md +++ b/templates/spec-template.md @@ -113,3 +113,16 @@ - **SC-002**: [Measurable metric, e.g., "System handles 1000 concurrent users without degradation"] - **SC-003**: [User satisfaction metric, e.g., "90% of users successfully complete primary task on first attempt"] - **SC-004**: [Business metric, e.g., "Reduce support tickets related to [X] by 50%"] + +## Assumptions + + + +- [Assumption about target users, e.g., "Users have stable internet connectivity"] +- [Assumption about scope boundaries, e.g., "Mobile support is out of scope for v1"] +- [Assumption about data/environment, e.g., "Existing authentication system will be reused"] +- [Dependency on existing system/service, e.g., "Requires access to the existing user profile API"]